diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/Azure.ResourceManager.Storage.Tests.csproj b/sdk/storage/Azure.ResourceManager.Storage/tests/Azure.ResourceManager.Storage.Tests.csproj index 924c2ecaac87d..34aefe6b24a9a 100644 --- a/sdk/storage/Azure.ResourceManager.Storage/tests/Azure.ResourceManager.Storage.Tests.csproj +++ b/sdk/storage/Azure.ResourceManager.Storage/tests/Azure.ResourceManager.Storage.Tests.csproj @@ -4,5 +4,6 @@ + diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobContainerTests/BlobContainerSoftDelete.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobContainerTests/BlobContainerSoftDelete.json new file mode 100644 index 0000000000000..09896f2d2064d --- /dev/null +++ b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobContainerTests/BlobContainerSoftDelete.json @@ -0,0 +1,1314 @@ +{ + "Entries": [ + { + "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-7e643eaed93e124aa55610de7ec1512c-94a9196938a6374c-00", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "dd3bba38b4d9a2c7fcf909f33950e6de", + "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": "Wed, 17 Nov 2021 08:09:09 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "31490907-2e05-40a7-9a66-d24cc4c80e7e", + "x-ms-ratelimit-remaining-subscription-reads": "11961", + "x-ms-request-id": "31490907-2e05-40a7-9a66-d24cc4c80e7e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T080909Z:31490907-2e05-40a7-9a66-d24cc4c80e7e" + }, + "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/teststorageRG-2472?api-version=2019-10-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "44", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "0deb29115be97448a004c3c955ba5c06", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "location": "eastus2", + "tags": { + "test": "env" + } + }, + "StatusCode": 201, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "256", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 17 Nov 2021 08:09:11 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "efd0c5d1-93b5-45b4-9c73-725e7b46e598", + "x-ms-ratelimit-remaining-subscription-writes": "1193", + "x-ms-request-id": "efd0c5d1-93b5-45b4-9c73-725e7b46e598", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T080911Z:efd0c5d1-93b5-45b4-9c73-725e7b46e598" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-2472", + "name": "teststorageRG-2472", + "type": "Microsoft.Resources/resourceGroups", + "location": "eastus2", + "tags": { + "test": "env" + }, + "properties": { + "provisioningState": "Succeeded" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/checkNameAvailability?api-version=2021-04-01", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "73", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "01621272b0abf18754a1e1e35615b204", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "name": "teststoragemgmt5586", + "type": "Microsoft.Storage/storageAccounts" + }, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "22", + "Content-Type": "application/json", + "Date": "Wed, 17 Nov 2021 08:09:12 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "01621272b0abf18754a1e1e35615b204", + "x-ms-correlation-request-id": "03f98ecf-fd55-4b05-be67-f36f23b2587a", + "x-ms-ratelimit-remaining-subscription-reads": "11960", + "x-ms-request-id": "4d1ec384-1fff-4884-885e-a43a3760f79f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T080912Z:03f98ecf-fd55-4b05-be67-f36f23b2587a" + }, + "ResponseBody": { + "nameAvailable": true + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-2472/providers/Microsoft.Storage/storageAccounts/teststoragemgmt5586?api-version=2021-04-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "126", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "a67f00a54f0af35f6938b003d9a73fad", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "sku": { + "name": "Standard_GRS" + }, + "kind": "Storage", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": {} + }, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 08:09:19 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b27061f4-4842-421f-947f-a19c1f4268a8?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a67f00a54f0af35f6938b003d9a73fad", + "x-ms-correlation-request-id": "37bb945c-5e31-40cf-9c95-610f98d47d3e", + "x-ms-ratelimit-remaining-subscription-writes": "1192", + "x-ms-request-id": "b27061f4-4842-421f-947f-a19c1f4268a8", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T080920Z:37bb945c-5e31-40cf-9c95-610f98d47d3e" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b27061f4-4842-421f-947f-a19c1f4268a8?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "bab0c51160dc2220b26f9872008417ac", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 08:09:20 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b27061f4-4842-421f-947f-a19c1f4268a8?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "bab0c51160dc2220b26f9872008417ac", + "x-ms-correlation-request-id": "f23ece49-435e-4c89-93a8-a44ed941f3c6", + "x-ms-ratelimit-remaining-subscription-reads": "11959", + "x-ms-request-id": "313a9156-57d9-4d9b-b7a3-75ce15795f95", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T080920Z:f23ece49-435e-4c89-93a8-a44ed941f3c6" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b27061f4-4842-421f-947f-a19c1f4268a8?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "47f63362dd3745879a0643eebaa68cd8", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 08:09:21 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b27061f4-4842-421f-947f-a19c1f4268a8?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "47f63362dd3745879a0643eebaa68cd8", + "x-ms-correlation-request-id": "1a2ae353-9bcb-4d88-890c-3dabb6c22ed4", + "x-ms-ratelimit-remaining-subscription-reads": "11958", + "x-ms-request-id": "684a968c-ce8b-4515-8d71-0ec39b7a29cc", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T080921Z:1a2ae353-9bcb-4d88-890c-3dabb6c22ed4" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b27061f4-4842-421f-947f-a19c1f4268a8?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "14f2c1ef85f68cd0eebb210dc7f277df", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 08:09:22 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b27061f4-4842-421f-947f-a19c1f4268a8?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "14f2c1ef85f68cd0eebb210dc7f277df", + "x-ms-correlation-request-id": "88c16b62-6a9e-4f57-a5c7-dad529320f46", + "x-ms-ratelimit-remaining-subscription-reads": "11957", + "x-ms-request-id": "e72660c2-8639-4047-8743-68c27bfd6ec0", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T080923Z:88c16b62-6a9e-4f57-a5c7-dad529320f46" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b27061f4-4842-421f-947f-a19c1f4268a8?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "3356e803019933b63d6a1fd51c31680c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 08:09:23 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b27061f4-4842-421f-947f-a19c1f4268a8?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "3356e803019933b63d6a1fd51c31680c", + "x-ms-correlation-request-id": "331906fa-24e6-425d-8708-cdd07e2494c9", + "x-ms-ratelimit-remaining-subscription-reads": "11956", + "x-ms-request-id": "1f01dfd5-efbb-4eb2-9a8d-7d07d87aa572", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T080924Z:331906fa-24e6-425d-8708-cdd07e2494c9" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b27061f4-4842-421f-947f-a19c1f4268a8?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "3f83bfe20391ddb6626a597cbc7a7ea7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 08:09:25 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b27061f4-4842-421f-947f-a19c1f4268a8?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "3f83bfe20391ddb6626a597cbc7a7ea7", + "x-ms-correlation-request-id": "c569ec4c-b13e-4162-b234-68b4e57915d9", + "x-ms-ratelimit-remaining-subscription-reads": "11955", + "x-ms-request-id": "d8692275-a154-47b3-9ab8-04f4ebf6833e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T080925Z:c569ec4c-b13e-4162-b234-68b4e57915d9" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b27061f4-4842-421f-947f-a19c1f4268a8?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "d1ea648f594fed3f0abfd68c65fa70bc", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 08:09:26 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b27061f4-4842-421f-947f-a19c1f4268a8?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d1ea648f594fed3f0abfd68c65fa70bc", + "x-ms-correlation-request-id": "7ed9dcd0-999e-4230-86f0-6f7db26acb7e", + "x-ms-ratelimit-remaining-subscription-reads": "11954", + "x-ms-request-id": "afef6a44-2590-497c-95ad-3288fb8bba3a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T080927Z:7ed9dcd0-999e-4230-86f0-6f7db26acb7e" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b27061f4-4842-421f-947f-a19c1f4268a8?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "072a1452386f004d3279d02fa83a77c3", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 08:09:27 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b27061f4-4842-421f-947f-a19c1f4268a8?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "072a1452386f004d3279d02fa83a77c3", + "x-ms-correlation-request-id": "2d3c2ba8-fb6a-41c9-8399-f519da2b006f", + "x-ms-ratelimit-remaining-subscription-reads": "11953", + "x-ms-request-id": "7f450a36-cc7a-4334-b5bf-6b3a5a928118", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T080928Z:2d3c2ba8-fb6a-41c9-8399-f519da2b006f" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b27061f4-4842-421f-947f-a19c1f4268a8?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "b84677ec964789bd809634d22c2a7768", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 08:09:29 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b27061f4-4842-421f-947f-a19c1f4268a8?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b84677ec964789bd809634d22c2a7768", + "x-ms-correlation-request-id": "dd30c8c8-3012-4b9b-b646-ce3fcb4b2cca", + "x-ms-ratelimit-remaining-subscription-reads": "11952", + "x-ms-request-id": "9f34315f-ad40-4676-b575-658e68d56481", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T080929Z:dd30c8c8-3012-4b9b-b646-ce3fcb4b2cca" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b27061f4-4842-421f-947f-a19c1f4268a8?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "a7299cfa7650573817ea9fd5881044d0", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 08:09:30 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b27061f4-4842-421f-947f-a19c1f4268a8?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a7299cfa7650573817ea9fd5881044d0", + "x-ms-correlation-request-id": "7e18e438-8937-42f8-9521-5c90210335bd", + "x-ms-ratelimit-remaining-subscription-reads": "11951", + "x-ms-request-id": "9ec9d6d5-b45f-4669-aff8-b87f991a1410", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T080931Z:7e18e438-8937-42f8-9521-5c90210335bd" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b27061f4-4842-421f-947f-a19c1f4268a8?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "ed9f1347b8b4bb7557a087d8037ad308", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 08:09:31 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b27061f4-4842-421f-947f-a19c1f4268a8?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ed9f1347b8b4bb7557a087d8037ad308", + "x-ms-correlation-request-id": "d10e8713-aef5-4f8c-83de-c5ee378d31aa", + "x-ms-ratelimit-remaining-subscription-reads": "11950", + "x-ms-request-id": "65c2d6a4-238d-4f52-9585-9c140e4a5bdf", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T080932Z:d10e8713-aef5-4f8c-83de-c5ee378d31aa" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b27061f4-4842-421f-947f-a19c1f4268a8?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "0b356702cf1075723fefa05cf7e8006f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 08:09:33 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b27061f4-4842-421f-947f-a19c1f4268a8?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "0b356702cf1075723fefa05cf7e8006f", + "x-ms-correlation-request-id": "d3ffffaa-f106-4712-8c3b-6a1c850f69ef", + "x-ms-ratelimit-remaining-subscription-reads": "11949", + "x-ms-request-id": "943f58be-f4cd-4b03-9543-8c317c4d4a7e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T080933Z:d3ffffaa-f106-4712-8c3b-6a1c850f69ef" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b27061f4-4842-421f-947f-a19c1f4268a8?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "188a6351898a42b4276d4fafef5f539c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 08:09:34 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b27061f4-4842-421f-947f-a19c1f4268a8?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "188a6351898a42b4276d4fafef5f539c", + "x-ms-correlation-request-id": "e8deb5cb-3d37-4667-81c4-bfdfa7ff7761", + "x-ms-ratelimit-remaining-subscription-reads": "11948", + "x-ms-request-id": "85244655-af06-4195-b384-8f09c3e86665", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T080934Z:e8deb5cb-3d37-4667-81c4-bfdfa7ff7761" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b27061f4-4842-421f-947f-a19c1f4268a8?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "21d2971639db78bfa12aaec41718c46f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1346", + "Content-Type": "application/json", + "Date": "Wed, 17 Nov 2021 08:09:35 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "21d2971639db78bfa12aaec41718c46f", + "x-ms-correlation-request-id": "a6c00cdc-5320-4fd0-b8b1-a6b1dc6d8f8d", + "x-ms-ratelimit-remaining-subscription-reads": "11947", + "x-ms-request-id": "18a1a037-17ed-4ef6-8d6b-b81201cad17b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T080936Z:a6c00cdc-5320-4fd0-b8b1-a6b1dc6d8f8d" + }, + "ResponseBody": { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "Storage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-2472/providers/Microsoft.Storage/storageAccounts/teststoragemgmt5586", + "name": "teststoragemgmt5586", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-11-17T08:09:18.6330431Z", + "key2": "2021-11-17T08:09:18.6330431Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T08:09:18.6330431Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T08:09:18.6330431Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "provisioningState": "Succeeded", + "creationTime": "2021-11-17T08:09:18.5079912Z", + "primaryEndpoints": { + "blob": "https://teststoragemgmt5586.blob.core.windows.net/", + "queue": "https://teststoragemgmt5586.queue.core.windows.net/", + "table": "https://teststoragemgmt5586.table.core.windows.net/", + "file": "https://teststoragemgmt5586.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-2472/providers/Microsoft.Storage/storageAccounts/teststoragemgmt5586/blobServices/default?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "9f86179fbaef797db3f3e4a37fc285df", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "381", + "Content-Type": "application/json", + "Date": "Wed, 17 Nov 2021 08:09:35 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "9f86179fbaef797db3f3e4a37fc285df", + "x-ms-correlation-request-id": "ea1ad6d4-093a-45d8-8a0a-51ce0075d47b", + "x-ms-ratelimit-remaining-subscription-reads": "11946", + "x-ms-request-id": "509f7157-3001-4a01-a6e4-38bcc76f116d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T080936Z:ea1ad6d4-093a-45d8-8a0a-51ce0075d47b" + }, + "ResponseBody": { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-2472/providers/Microsoft.Storage/storageAccounts/teststoragemgmt5586/blobServices/default", + "name": "default", + "type": "Microsoft.Storage/storageAccounts/blobServices", + "properties": { + "cors": { + "corsRules": [] + }, + "deleteRetentionPolicy": { + "enabled": false + } + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-2472/providers/Microsoft.Storage/storageAccounts/teststoragemgmt5586?api-version=2021-04-01", + "RequestMethod": "PATCH", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "36", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "5f46049cdf151894a412775fdaef2a0e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "kind": "StorageV2", + "properties": {} + }, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1487", + "Content-Type": "application/json", + "Date": "Wed, 17 Nov 2021 08:09:39 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5f46049cdf151894a412775fdaef2a0e", + "x-ms-correlation-request-id": "6fcaacb4-5912-499c-b552-826a8e6fa984", + "x-ms-ratelimit-remaining-subscription-writes": "1191", + "x-ms-request-id": "ffc2bf7d-d916-4985-8b52-982b3b97804b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T080940Z:6fcaacb4-5912-499c-b552-826a8e6fa984" + }, + "ResponseBody": { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "StorageV2", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-2472/providers/Microsoft.Storage/storageAccounts/teststoragemgmt5586", + "name": "teststoragemgmt5586", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-11-17T08:09:18.6330431Z", + "key2": "2021-11-17T08:09:18.6330431Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T08:09:18.6330431Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T08:09:18.6330431Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "accessTier": "Hot", + "provisioningState": "Succeeded", + "creationTime": "2021-11-17T08:09:18.5079912Z", + "primaryEndpoints": { + "dfs": "https://teststoragemgmt5586.dfs.core.windows.net/", + "web": "https://teststoragemgmt5586.z20.web.core.windows.net/", + "blob": "https://teststoragemgmt5586.blob.core.windows.net/", + "queue": "https://teststoragemgmt5586.queue.core.windows.net/", + "table": "https://teststoragemgmt5586.table.core.windows.net/", + "file": "https://teststoragemgmt5586.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-2472/providers/Microsoft.Storage/storageAccounts/teststoragemgmt5586/blobServices/default?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "d710e0a9b3d85bac19586de7541cf8de", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "381", + "Content-Type": "application/json", + "Date": "Wed, 17 Nov 2021 08:09:39 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d710e0a9b3d85bac19586de7541cf8de", + "x-ms-correlation-request-id": "fa5603c4-1363-4d7f-82d3-7ce265cc2fa4", + "x-ms-ratelimit-remaining-subscription-reads": "11945", + "x-ms-request-id": "943acc0a-895d-4ee1-ada8-69ad923f95e6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T080940Z:fa5603c4-1363-4d7f-82d3-7ce265cc2fa4" + }, + "ResponseBody": { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-2472/providers/Microsoft.Storage/storageAccounts/teststoragemgmt5586/blobServices/default", + "name": "default", + "type": "Microsoft.Storage/storageAccounts/blobServices", + "properties": { + "cors": { + "corsRules": [] + }, + "deleteRetentionPolicy": { + "enabled": false + } + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-2472/providers/Microsoft.Storage/storageAccounts/teststoragemgmt5586/blobServices/default?api-version=2021-04-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "142", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "1228cea464d2bf59826efbdd431e9ec4", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "properties": { + "cors": { + "corsRules": [] + }, + "deleteRetentionPolicy": { + "enabled": false + }, + "containerDeleteRetentionPolicy": { + "enabled": true, + "days": 30 + } + } + }, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "393", + "Content-Type": "application/json", + "Date": "Wed, 17 Nov 2021 08:09:41 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1228cea464d2bf59826efbdd431e9ec4", + "x-ms-correlation-request-id": "551e81d5-9d17-4d56-92e1-4b1e11d8675d", + "x-ms-ratelimit-remaining-subscription-writes": "1190", + "x-ms-request-id": "7d37f666-6610-44a0-829d-dff2a67e17df", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T080941Z:551e81d5-9d17-4d56-92e1-4b1e11d8675d" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-2472/providers/Microsoft.Storage/storageAccounts/teststoragemgmt5586/blobServices/default", + "name": "default", + "type": "Microsoft.Storage/storageAccounts/blobServices", + "properties": { + "cors": { + "corsRules": [] + }, + "deleteRetentionPolicy": { + "enabled": false + }, + "containerDeleteRetentionPolicy": { + "enabled": true, + "days": 30 + } + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-2472/providers/Microsoft.Storage/storageAccounts/teststoragemgmt5586/blobServices/default/containers/testblob12986?api-version=2021-04-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "17", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "aeb29ff9e906ea5746bc72acc3871a99", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "properties": {} + }, + "StatusCode": 201, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "403", + "Content-Type": "application/json", + "Date": "Wed, 17 Nov 2021 08:09:41 GMT", + "ETag": "\u00220x8D9A9A19C09CEB4\u0022", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "aeb29ff9e906ea5746bc72acc3871a99", + "x-ms-correlation-request-id": "a963bdc9-197f-45ac-8c17-b9778000b23c", + "x-ms-ratelimit-remaining-subscription-writes": "1189", + "x-ms-request-id": "e3efda52-4e62-4c07-adc8-48243c11f73e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T080942Z:a963bdc9-197f-45ac-8c17-b9778000b23c" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-2472/providers/Microsoft.Storage/storageAccounts/teststoragemgmt5586/blobServices/default/containers/testblob12986", + "name": "testblob12986", + "type": "Microsoft.Storage/storageAccounts/blobServices/containers", + "properties": { + "deleted": false, + "remainingRetentionDays": 0, + "hasImmutabilityPolicy": false, + "hasLegalHold": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-2472/providers/Microsoft.Storage/storageAccounts/teststoragemgmt5586/blobServices/default/containers/testblob25498?api-version=2021-04-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "17", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "18c70cbb443b5087546ab7cf18fbbaa8", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "properties": {} + }, + "StatusCode": 201, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "403", + "Content-Type": "application/json", + "Date": "Wed, 17 Nov 2021 08:09:42 GMT", + "ETag": "\u00220x8D9A9A19C74DD17\u0022", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "18c70cbb443b5087546ab7cf18fbbaa8", + "x-ms-correlation-request-id": "02f98468-cef9-4f24-bccb-599ce9fb403a", + "x-ms-ratelimit-remaining-subscription-writes": "1188", + "x-ms-request-id": "0cb55b43-dd5d-43c8-97a6-1a6fe856851e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T080943Z:02f98468-cef9-4f24-bccb-599ce9fb403a" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-2472/providers/Microsoft.Storage/storageAccounts/teststoragemgmt5586/blobServices/default/containers/testblob25498", + "name": "testblob25498", + "type": "Microsoft.Storage/storageAccounts/blobServices/containers", + "properties": { + "deleted": false, + "remainingRetentionDays": 0, + "hasImmutabilityPolicy": false, + "hasLegalHold": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-2472/providers/Microsoft.Storage/storageAccounts/teststoragemgmt5586/blobServices/default/containers/testblob25498?api-version=2021-04-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "59237f1ff62b3fc7bae81e9c4dd5aa74", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 08:09:42 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "59237f1ff62b3fc7bae81e9c4dd5aa74", + "x-ms-correlation-request-id": "d177bfe3-221c-4c09-97c5-5453a3da48a6", + "x-ms-ratelimit-remaining-subscription-deletes": "14995", + "x-ms-request-id": "1df7e18b-95bb-4c9b-9fac-17524f227a9a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T080943Z:d177bfe3-221c-4c09-97c5-5453a3da48a6" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-2472/providers/Microsoft.Storage/storageAccounts/teststoragemgmt5586/blobServices/default/containers?api-version=2021-04-01\u0026$include=deleted", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "9262a9c2b0fdb4991762599c3188d14a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1511", + "Content-Type": "application/json", + "Date": "Wed, 17 Nov 2021 08:09:43 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "9262a9c2b0fdb4991762599c3188d14a", + "x-ms-correlation-request-id": "95c06a1d-97de-4510-bd2b-00c143c83630", + "x-ms-ratelimit-remaining-subscription-reads": "11944", + "x-ms-request-id": "b6635516-4f70-430d-a24f-541f7ba32f4c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T080943Z:95c06a1d-97de-4510-bd2b-00c143c83630" + }, + "ResponseBody": { + "value": [ + { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-2472/providers/Microsoft.Storage/storageAccounts/teststoragemgmt5586/blobServices/default/containers/testblob12986", + "name": "testblob12986", + "type": "Microsoft.Storage/storageAccounts/blobServices/containers", + "etag": "\u00220x8D9A9A19C09CEB4\u0022", + "properties": { + "immutableStorageWithVersioning": { + "enabled": false + }, + "deleted": false, + "remainingRetentionDays": 0, + "defaultEncryptionScope": "$account-encryption-key", + "denyEncryptionScopeOverride": false, + "publicAccess": "None", + "leaseStatus": "Unlocked", + "leaseState": "Available", + "lastModifiedTime": "2021-11-17T08:09:42.0000000Z", + "hasImmutabilityPolicy": false, + "hasLegalHold": false + } + }, + { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-2472/providers/Microsoft.Storage/storageAccounts/teststoragemgmt5586/blobServices/default/containers/testblob25498_01D7DB8A79FA822D", + "name": "testblob25498", + "type": "Microsoft.Storage/storageAccounts/blobServices/containers", + "etag": "\u00220x8D9A9A19C74DD17\u0022", + "properties": { + "immutableStorageWithVersioning": { + "enabled": false + }, + "version": "01D7DB8A79FA822D", + "deleted": true, + "deletedTime": "2021-11-17T08:09:43.0000000Z", + "remainingRetentionDays": 30, + "defaultEncryptionScope": "$account-encryption-key", + "denyEncryptionScopeOverride": false, + "publicAccess": "None", + "leaseStatus": "Locked", + "leaseState": "Leased", + "leaseDuration": "Fixed", + "lastModifiedTime": "2021-11-17T08:09:42.0000000Z", + "hasImmutabilityPolicy": false, + "hasLegalHold": false + } + } + ] + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-2472/providers/Microsoft.Storage/storageAccounts/teststoragemgmt5586/blobServices/default/containers?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "448dca02c164c46e44885d5326eb027e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "706", + "Content-Type": "application/json", + "Date": "Wed, 17 Nov 2021 08:09:43 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "448dca02c164c46e44885d5326eb027e", + "x-ms-correlation-request-id": "b87a5fed-a764-4f80-8e34-6b08cf8a5e17", + "x-ms-ratelimit-remaining-subscription-reads": "11943", + "x-ms-request-id": "2bb54f9b-f420-4d10-bc79-8fc8b987ec7d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T080944Z:b87a5fed-a764-4f80-8e34-6b08cf8a5e17" + }, + "ResponseBody": { + "value": [ + { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-2472/providers/Microsoft.Storage/storageAccounts/teststoragemgmt5586/blobServices/default/containers/testblob12986", + "name": "testblob12986", + "type": "Microsoft.Storage/storageAccounts/blobServices/containers", + "etag": "\u00220x8D9A9A19C09CEB4\u0022", + "properties": { + "immutableStorageWithVersioning": { + "enabled": false + }, + "deleted": false, + "remainingRetentionDays": 0, + "defaultEncryptionScope": "$account-encryption-key", + "denyEncryptionScopeOverride": false, + "publicAccess": "None", + "leaseStatus": "Unlocked", + "leaseState": "Available", + "lastModifiedTime": "2021-11-17T08:09:42.0000000Z", + "hasImmutabilityPolicy": false, + "hasLegalHold": false + } + } + ] + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-2472/providers/Microsoft.Storage/storageAccounts/teststoragemgmt5586/blobServices/default?api-version=2021-04-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "118", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "6f0c43c027986fabe56e41c89c2b0d32", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "properties": { + "cors": { + "corsRules": [] + }, + "deleteRetentionPolicy": { + "enabled": false + }, + "containerDeleteRetentionPolicy": {} + } + }, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "384", + "Content-Type": "application/json", + "Date": "Wed, 17 Nov 2021 08:09:44 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6f0c43c027986fabe56e41c89c2b0d32", + "x-ms-correlation-request-id": "bf4ea18a-68b8-43a3-a5a0-32ee5a7ecf36", + "x-ms-ratelimit-remaining-subscription-writes": "1187", + "x-ms-request-id": "304a60d0-dd88-4e05-9af5-69ab5c5d241b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T080944Z:bf4ea18a-68b8-43a3-a5a0-32ee5a7ecf36" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-2472/providers/Microsoft.Storage/storageAccounts/teststoragemgmt5586/blobServices/default", + "name": "default", + "type": "Microsoft.Storage/storageAccounts/blobServices", + "properties": { + "cors": { + "corsRules": [] + }, + "deleteRetentionPolicy": { + "enabled": false + }, + "containerDeleteRetentionPolicy": { + "enabled": false + } + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-2472/providers/Microsoft.Storage/storageAccounts?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "8399d3166648010f3a9d4d7452468d2c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1499", + "Content-Type": "application/json", + "Date": "Wed, 17 Nov 2021 08:09:44 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "8399d3166648010f3a9d4d7452468d2c", + "x-ms-correlation-request-id": "e2a16f98-29df-4180-9031-82ff09cfd6cd", + "x-ms-ratelimit-remaining-subscription-reads": "11942", + "x-ms-request-id": "6e75af3e-c774-4a82-84a2-ad00ee7bb5af", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T080945Z:e2a16f98-29df-4180-9031-82ff09cfd6cd" + }, + "ResponseBody": { + "value": [ + { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "StorageV2", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-2472/providers/Microsoft.Storage/storageAccounts/teststoragemgmt5586", + "name": "teststoragemgmt5586", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-11-17T08:09:18.6330431Z", + "key2": "2021-11-17T08:09:18.6330431Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T08:09:18.6330431Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T08:09:18.6330431Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "accessTier": "Hot", + "provisioningState": "Succeeded", + "creationTime": "2021-11-17T08:09:18.5079912Z", + "primaryEndpoints": { + "dfs": "https://teststoragemgmt5586.dfs.core.windows.net/", + "web": "https://teststoragemgmt5586.z20.web.core.windows.net/", + "blob": "https://teststoragemgmt5586.blob.core.windows.net/", + "queue": "https://teststoragemgmt5586.queue.core.windows.net/", + "table": "https://teststoragemgmt5586.table.core.windows.net/", + "file": "https://teststoragemgmt5586.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + } + ] + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-2472/providers/Microsoft.Storage/storageAccounts/teststoragemgmt5586?api-version=2021-04-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "eddbdb5f627cdbb11e1e5ef57fa62819", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 08:09:51 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "eddbdb5f627cdbb11e1e5ef57fa62819", + "x-ms-correlation-request-id": "e19c73b5-9414-4679-9757-7881076161db", + "x-ms-ratelimit-remaining-subscription-deletes": "14994", + "x-ms-request-id": "696108b4-cee6-4c06-b138-889826e60888", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T080951Z:e19c73b5-9414-4679-9757-7881076161db" + }, + "ResponseBody": [] + } + ], + "Variables": { + "RandomSeed": "390258805", + "RESOURCE_MANAGER_URL": null, + "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" + } +} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobContainerTests/BlobContainerSoftDeleteAsync.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobContainerTests/BlobContainerSoftDeleteAsync.json new file mode 100644 index 0000000000000..ea6d289b3b735 --- /dev/null +++ b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobContainerTests/BlobContainerSoftDeleteAsync.json @@ -0,0 +1,1314 @@ +{ + "Entries": [ + { + "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-e58c5dc1c60a0d4c8720152242175ce3-f4e1853e9680c745-00", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "988b9740dbfb3b4142cd74553f699103", + "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": "Wed, 17 Nov 2021 08:10:49 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "40453ece-f8c9-4961-af17-bab8c844a2df", + "x-ms-ratelimit-remaining-subscription-reads": "11999", + "x-ms-request-id": "40453ece-f8c9-4961-af17-bab8c844a2df", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T081049Z:40453ece-f8c9-4961-af17-bab8c844a2df" + }, + "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/teststorageRG-2917?api-version=2019-10-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "44", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "db3744e628d712a37967e876ef749990", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "location": "eastus2", + "tags": { + "test": "env" + } + }, + "StatusCode": 201, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "256", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 17 Nov 2021 08:10:52 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "891c2443-c58b-4a8b-963d-d7fdd8d1cea3", + "x-ms-ratelimit-remaining-subscription-writes": "1199", + "x-ms-request-id": "891c2443-c58b-4a8b-963d-d7fdd8d1cea3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T081052Z:891c2443-c58b-4a8b-963d-d7fdd8d1cea3" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-2917", + "name": "teststorageRG-2917", + "type": "Microsoft.Resources/resourceGroups", + "location": "eastus2", + "tags": { + "test": "env" + }, + "properties": { + "provisioningState": "Succeeded" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/checkNameAvailability?api-version=2021-04-01", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "73", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "d6c98c16089d3ac1841387645305dc74", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "name": "teststoragemgmt5926", + "type": "Microsoft.Storage/storageAccounts" + }, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "22", + "Content-Type": "application/json", + "Date": "Wed, 17 Nov 2021 08:10:53 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d6c98c16089d3ac1841387645305dc74", + "x-ms-correlation-request-id": "f3742884-8724-4e3a-8640-d3dced88f503", + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-request-id": "01a1d603-39ef-4587-9983-0558713d52ed", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T081053Z:f3742884-8724-4e3a-8640-d3dced88f503" + }, + "ResponseBody": { + "nameAvailable": true + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-2917/providers/Microsoft.Storage/storageAccounts/teststoragemgmt5926?api-version=2021-04-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "126", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "64bfab5068dce86f86827359c55259da", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "sku": { + "name": "Standard_GRS" + }, + "kind": "Storage", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": {} + }, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 08:11:01 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/041b431b-3bc7-4c14-bea5-76903e72b762?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "64bfab5068dce86f86827359c55259da", + "x-ms-correlation-request-id": "a0e77209-f21d-4fe1-8090-5f8edbb11685", + "x-ms-ratelimit-remaining-subscription-writes": "1198", + "x-ms-request-id": "041b431b-3bc7-4c14-bea5-76903e72b762", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T081102Z:a0e77209-f21d-4fe1-8090-5f8edbb11685" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/041b431b-3bc7-4c14-bea5-76903e72b762?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "c89f010b2cdaadca1ce1501b95677431", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 08:11:02 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/041b431b-3bc7-4c14-bea5-76903e72b762?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c89f010b2cdaadca1ce1501b95677431", + "x-ms-correlation-request-id": "3b4e7a75-e3fe-4ef2-b54f-bf00e7fbfc2f", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-request-id": "9a113b9f-c2c2-4815-b370-391aa95e0974", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T081102Z:3b4e7a75-e3fe-4ef2-b54f-bf00e7fbfc2f" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/041b431b-3bc7-4c14-bea5-76903e72b762?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "ba9eacbad7b26d3b6283ee3b145accd7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 08:11:03 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/041b431b-3bc7-4c14-bea5-76903e72b762?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ba9eacbad7b26d3b6283ee3b145accd7", + "x-ms-correlation-request-id": "1347c405-026d-4889-aa9b-dc0bee468318", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-request-id": "e82e4f01-aabe-42f7-ac05-6e712c800d21", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T081103Z:1347c405-026d-4889-aa9b-dc0bee468318" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/041b431b-3bc7-4c14-bea5-76903e72b762?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "c44e125d90b39900cea4e857912da60e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 08:11:04 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/041b431b-3bc7-4c14-bea5-76903e72b762?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c44e125d90b39900cea4e857912da60e", + "x-ms-correlation-request-id": "37f6610e-24e2-401f-97c9-cb57be425fec", + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-request-id": "f6d0233f-0914-495c-994f-aebc4c2e6dbe", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T081105Z:37f6610e-24e2-401f-97c9-cb57be425fec" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/041b431b-3bc7-4c14-bea5-76903e72b762?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "6f5a222b6a0f34aec53265563d8f99c2", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 08:11:06 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/041b431b-3bc7-4c14-bea5-76903e72b762?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6f5a222b6a0f34aec53265563d8f99c2", + "x-ms-correlation-request-id": "e8c6bf0f-1d33-43e4-b012-4b374b2bb7ed", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-request-id": "6914cc7b-ad75-452b-a47d-d2a8fd8979d8", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T081106Z:e8c6bf0f-1d33-43e4-b012-4b374b2bb7ed" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/041b431b-3bc7-4c14-bea5-76903e72b762?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "82be7815b019297eab05ec0eeee3dc35", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 08:11:07 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/041b431b-3bc7-4c14-bea5-76903e72b762?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "82be7815b019297eab05ec0eeee3dc35", + "x-ms-correlation-request-id": "8406a595-c8de-4b00-8194-903087983017", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-request-id": "4bf6696c-edd5-41e3-821b-e0ea56faa129", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T081107Z:8406a595-c8de-4b00-8194-903087983017" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/041b431b-3bc7-4c14-bea5-76903e72b762?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "f10fdfdd5cfff2c86319fe802aaa5b3f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 08:11:08 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/041b431b-3bc7-4c14-bea5-76903e72b762?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f10fdfdd5cfff2c86319fe802aaa5b3f", + "x-ms-correlation-request-id": "7d75e5c1-b4bb-4b7d-9683-b7b5379d3c92", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-request-id": "0b81e70c-f486-4620-a398-c1a3ac4e7e45", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T081109Z:7d75e5c1-b4bb-4b7d-9683-b7b5379d3c92" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/041b431b-3bc7-4c14-bea5-76903e72b762?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "1842260b236f7af4a430c40a7ea046e1", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 08:11:09 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/041b431b-3bc7-4c14-bea5-76903e72b762?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1842260b236f7af4a430c40a7ea046e1", + "x-ms-correlation-request-id": "becdd2fb-1d37-4255-ad83-8d020200a780", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-request-id": "44caccc2-40f4-440b-a94a-c0441c33c890", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T081110Z:becdd2fb-1d37-4255-ad83-8d020200a780" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/041b431b-3bc7-4c14-bea5-76903e72b762?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "5d792f55a77fb8c3b0cb1fffb1fdff01", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 08:11:11 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/041b431b-3bc7-4c14-bea5-76903e72b762?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5d792f55a77fb8c3b0cb1fffb1fdff01", + "x-ms-correlation-request-id": "088e28c3-1f45-4587-894a-1429f0bcd463", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-request-id": "4e3ca55b-643d-438e-8a7a-717b41c8f2ba", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T081111Z:088e28c3-1f45-4587-894a-1429f0bcd463" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/041b431b-3bc7-4c14-bea5-76903e72b762?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "c702aca9c3a1b9c6eb944dce98bd74c2", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 08:11:12 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/041b431b-3bc7-4c14-bea5-76903e72b762?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c702aca9c3a1b9c6eb944dce98bd74c2", + "x-ms-correlation-request-id": "42ff927f-fedf-4752-a658-673d07fa98ba", + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-request-id": "4aaeaa84-b988-4ab6-9d71-ea458219f728", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T081113Z:42ff927f-fedf-4752-a658-673d07fa98ba" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/041b431b-3bc7-4c14-bea5-76903e72b762?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "fa2b1dd3fd3163c0638967a304f4c9a6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 08:11:13 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/041b431b-3bc7-4c14-bea5-76903e72b762?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "fa2b1dd3fd3163c0638967a304f4c9a6", + "x-ms-correlation-request-id": "4ad3a7c4-2c54-42ef-a0eb-b217dd10511f", + "x-ms-ratelimit-remaining-subscription-reads": "11988", + "x-ms-request-id": "fc30ab15-351d-4409-ba02-b2619b2c9b4e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T081114Z:4ad3a7c4-2c54-42ef-a0eb-b217dd10511f" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/041b431b-3bc7-4c14-bea5-76903e72b762?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "d160c2317e9e923f69bf72ea59f420f2", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 08:11:15 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/041b431b-3bc7-4c14-bea5-76903e72b762?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d160c2317e9e923f69bf72ea59f420f2", + "x-ms-correlation-request-id": "2af26835-094c-4254-8bc0-a8a6ecab3a3d", + "x-ms-ratelimit-remaining-subscription-reads": "11987", + "x-ms-request-id": "74f26e81-a24e-475a-8fe7-388925a2ff4c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T081115Z:2af26835-094c-4254-8bc0-a8a6ecab3a3d" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/041b431b-3bc7-4c14-bea5-76903e72b762?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "942c5c5604d2acd0ec9e64185b22b5f6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 08:11:16 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/041b431b-3bc7-4c14-bea5-76903e72b762?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "942c5c5604d2acd0ec9e64185b22b5f6", + "x-ms-correlation-request-id": "60ee89e3-2626-486a-a9ca-59432e3d8963", + "x-ms-ratelimit-remaining-subscription-reads": "11986", + "x-ms-request-id": "0268c039-daa4-4f25-931f-597bbcd05aaf", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T081117Z:60ee89e3-2626-486a-a9ca-59432e3d8963" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/041b431b-3bc7-4c14-bea5-76903e72b762?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "d59da7cba35d5424dd9991718ad60a6f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1346", + "Content-Type": "application/json", + "Date": "Wed, 17 Nov 2021 08:11:17 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d59da7cba35d5424dd9991718ad60a6f", + "x-ms-correlation-request-id": "f01d600b-f8ea-4ceb-8454-276496eee43f", + "x-ms-ratelimit-remaining-subscription-reads": "11985", + "x-ms-request-id": "665d3363-c7f1-4d69-93d3-764d718e566f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T081118Z:f01d600b-f8ea-4ceb-8454-276496eee43f" + }, + "ResponseBody": { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "Storage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-2917/providers/Microsoft.Storage/storageAccounts/teststoragemgmt5926", + "name": "teststoragemgmt5926", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-11-17T08:11:00.7306377Z", + "key2": "2021-11-17T08:11:00.7306377Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T08:11:00.7306377Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T08:11:00.7306377Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "provisioningState": "Succeeded", + "creationTime": "2021-11-17T08:11:00.6212358Z", + "primaryEndpoints": { + "blob": "https://teststoragemgmt5926.blob.core.windows.net/", + "queue": "https://teststoragemgmt5926.queue.core.windows.net/", + "table": "https://teststoragemgmt5926.table.core.windows.net/", + "file": "https://teststoragemgmt5926.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-2917/providers/Microsoft.Storage/storageAccounts/teststoragemgmt5926/blobServices/default?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "a74d756835c82cd4f2b4e4ff1a273646", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "381", + "Content-Type": "application/json", + "Date": "Wed, 17 Nov 2021 08:11:18 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a74d756835c82cd4f2b4e4ff1a273646", + "x-ms-correlation-request-id": "3ae3fed6-fb04-4e3c-a520-4f298e06d3c0", + "x-ms-ratelimit-remaining-subscription-reads": "11984", + "x-ms-request-id": "9342d607-db20-4c30-bbe6-21bfad93493f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T081118Z:3ae3fed6-fb04-4e3c-a520-4f298e06d3c0" + }, + "ResponseBody": { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-2917/providers/Microsoft.Storage/storageAccounts/teststoragemgmt5926/blobServices/default", + "name": "default", + "type": "Microsoft.Storage/storageAccounts/blobServices", + "properties": { + "cors": { + "corsRules": [] + }, + "deleteRetentionPolicy": { + "enabled": false + } + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-2917/providers/Microsoft.Storage/storageAccounts/teststoragemgmt5926?api-version=2021-04-01", + "RequestMethod": "PATCH", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "36", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "b21e7c0a4b57b39537d8b638725e2116", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "kind": "StorageV2", + "properties": {} + }, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1487", + "Content-Type": "application/json", + "Date": "Wed, 17 Nov 2021 08:11:21 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b21e7c0a4b57b39537d8b638725e2116", + "x-ms-correlation-request-id": "c853c114-b3cf-42b3-aee0-a375759fd632", + "x-ms-ratelimit-remaining-subscription-writes": "1197", + "x-ms-request-id": "e4129661-ee9b-45f0-a697-3c88392c36d3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T081122Z:c853c114-b3cf-42b3-aee0-a375759fd632" + }, + "ResponseBody": { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "StorageV2", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-2917/providers/Microsoft.Storage/storageAccounts/teststoragemgmt5926", + "name": "teststoragemgmt5926", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-11-17T08:11:00.7306377Z", + "key2": "2021-11-17T08:11:00.7306377Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T08:11:00.7306377Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T08:11:00.7306377Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "accessTier": "Hot", + "provisioningState": "Succeeded", + "creationTime": "2021-11-17T08:11:00.6212358Z", + "primaryEndpoints": { + "dfs": "https://teststoragemgmt5926.dfs.core.windows.net/", + "web": "https://teststoragemgmt5926.z20.web.core.windows.net/", + "blob": "https://teststoragemgmt5926.blob.core.windows.net/", + "queue": "https://teststoragemgmt5926.queue.core.windows.net/", + "table": "https://teststoragemgmt5926.table.core.windows.net/", + "file": "https://teststoragemgmt5926.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-2917/providers/Microsoft.Storage/storageAccounts/teststoragemgmt5926/blobServices/default?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "e6aff5940dd5962ed270e2a8be253ab5", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "381", + "Content-Type": "application/json", + "Date": "Wed, 17 Nov 2021 08:11:22 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e6aff5940dd5962ed270e2a8be253ab5", + "x-ms-correlation-request-id": "c7292e5a-4ed0-472d-a643-9174e1702ea6", + "x-ms-ratelimit-remaining-subscription-reads": "11983", + "x-ms-request-id": "4797c6e6-3791-48d8-87a2-4ecdcb3b200b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T081122Z:c7292e5a-4ed0-472d-a643-9174e1702ea6" + }, + "ResponseBody": { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-2917/providers/Microsoft.Storage/storageAccounts/teststoragemgmt5926/blobServices/default", + "name": "default", + "type": "Microsoft.Storage/storageAccounts/blobServices", + "properties": { + "cors": { + "corsRules": [] + }, + "deleteRetentionPolicy": { + "enabled": false + } + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-2917/providers/Microsoft.Storage/storageAccounts/teststoragemgmt5926/blobServices/default?api-version=2021-04-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "142", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "0e674b6357b71d17df9a6fef7e9bba94", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "properties": { + "cors": { + "corsRules": [] + }, + "deleteRetentionPolicy": { + "enabled": false + }, + "containerDeleteRetentionPolicy": { + "enabled": true, + "days": 30 + } + } + }, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "393", + "Content-Type": "application/json", + "Date": "Wed, 17 Nov 2021 08:11:23 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "0e674b6357b71d17df9a6fef7e9bba94", + "x-ms-correlation-request-id": "f66994ec-67a8-4320-818f-ed81371ed0c9", + "x-ms-ratelimit-remaining-subscription-writes": "1196", + "x-ms-request-id": "c364fc89-71b0-4aca-ada8-6f6205c64faf", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T081124Z:f66994ec-67a8-4320-818f-ed81371ed0c9" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-2917/providers/Microsoft.Storage/storageAccounts/teststoragemgmt5926/blobServices/default", + "name": "default", + "type": "Microsoft.Storage/storageAccounts/blobServices", + "properties": { + "cors": { + "corsRules": [] + }, + "deleteRetentionPolicy": { + "enabled": false + }, + "containerDeleteRetentionPolicy": { + "enabled": true, + "days": 30 + } + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-2917/providers/Microsoft.Storage/storageAccounts/teststoragemgmt5926/blobServices/default/containers/testblob1983?api-version=2021-04-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "17", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "4f78246bfc70884de0e668ecf4129d01", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "properties": {} + }, + "StatusCode": 201, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "401", + "Content-Type": "application/json", + "Date": "Wed, 17 Nov 2021 08:11:24 GMT", + "ETag": "\u00220x8D9A9A1D90C4990\u0022", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4f78246bfc70884de0e668ecf4129d01", + "x-ms-correlation-request-id": "d38911aa-9e81-4fca-83d6-129121f0557b", + "x-ms-ratelimit-remaining-subscription-writes": "1195", + "x-ms-request-id": "d618dc27-08b2-42e5-bc82-1cf216849a2c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T081124Z:d38911aa-9e81-4fca-83d6-129121f0557b" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-2917/providers/Microsoft.Storage/storageAccounts/teststoragemgmt5926/blobServices/default/containers/testblob1983", + "name": "testblob1983", + "type": "Microsoft.Storage/storageAccounts/blobServices/containers", + "properties": { + "deleted": false, + "remainingRetentionDays": 0, + "hasImmutabilityPolicy": false, + "hasLegalHold": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-2917/providers/Microsoft.Storage/storageAccounts/teststoragemgmt5926/blobServices/default/containers/testblob26210?api-version=2021-04-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "17", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "12f727d53c5e91dd063b9d3e1836b64e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "properties": {} + }, + "StatusCode": 201, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "403", + "Content-Type": "application/json", + "Date": "Wed, 17 Nov 2021 08:11:24 GMT", + "ETag": "\u00220x8D9A9A1D992F1C2\u0022", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "12f727d53c5e91dd063b9d3e1836b64e", + "x-ms-correlation-request-id": "d781f6b5-0df4-41fc-b71c-2c4e77a6edef", + "x-ms-ratelimit-remaining-subscription-writes": "1194", + "x-ms-request-id": "2d59467b-3ec3-4b00-a29a-cdf0c9f46fd0", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T081125Z:d781f6b5-0df4-41fc-b71c-2c4e77a6edef" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-2917/providers/Microsoft.Storage/storageAccounts/teststoragemgmt5926/blobServices/default/containers/testblob26210", + "name": "testblob26210", + "type": "Microsoft.Storage/storageAccounts/blobServices/containers", + "properties": { + "deleted": false, + "remainingRetentionDays": 0, + "hasImmutabilityPolicy": false, + "hasLegalHold": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-2917/providers/Microsoft.Storage/storageAccounts/teststoragemgmt5926/blobServices/default/containers/testblob26210?api-version=2021-04-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "15b9ef15133d6adac02f7731b5f3a55d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 08:11:25 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "15b9ef15133d6adac02f7731b5f3a55d", + "x-ms-correlation-request-id": "8a8edd1a-d4a6-47fc-b0f8-6617b7ae133c", + "x-ms-ratelimit-remaining-subscription-deletes": "14999", + "x-ms-request-id": "1074feea-0254-4124-b875-ef804a6cd063", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T081126Z:8a8edd1a-d4a6-47fc-b0f8-6617b7ae133c" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-2917/providers/Microsoft.Storage/storageAccounts/teststoragemgmt5926/blobServices/default/containers?api-version=2021-04-01\u0026$include=deleted", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "92c57d51809d2e7047e649355f0f6fa9", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1509", + "Content-Type": "application/json", + "Date": "Wed, 17 Nov 2021 08:11:25 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "92c57d51809d2e7047e649355f0f6fa9", + "x-ms-correlation-request-id": "0ae5670c-3a43-4dce-904e-6a9dd110e73f", + "x-ms-ratelimit-remaining-subscription-reads": "11982", + "x-ms-request-id": "0a2d69a9-4390-4b1b-822a-913e5d6d8e25", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T081126Z:0ae5670c-3a43-4dce-904e-6a9dd110e73f" + }, + "ResponseBody": { + "value": [ + { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-2917/providers/Microsoft.Storage/storageAccounts/teststoragemgmt5926/blobServices/default/containers/testblob1983", + "name": "testblob1983", + "type": "Microsoft.Storage/storageAccounts/blobServices/containers", + "etag": "\u00220x8D9A9A1D90C4990\u0022", + "properties": { + "immutableStorageWithVersioning": { + "enabled": false + }, + "deleted": false, + "remainingRetentionDays": 0, + "defaultEncryptionScope": "$account-encryption-key", + "denyEncryptionScopeOverride": false, + "publicAccess": "None", + "leaseStatus": "Unlocked", + "leaseState": "Available", + "lastModifiedTime": "2021-11-17T08:11:24.0000000Z", + "hasImmutabilityPolicy": false, + "hasLegalHold": false + } + }, + { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-2917/providers/Microsoft.Storage/storageAccounts/teststoragemgmt5926/blobServices/default/containers/testblob26210_01D7DB8AB7186FD3", + "name": "testblob26210", + "type": "Microsoft.Storage/storageAccounts/blobServices/containers", + "etag": "\u00220x8D9A9A1D992F1C2\u0022", + "properties": { + "immutableStorageWithVersioning": { + "enabled": false + }, + "version": "01D7DB8AB7186FD3", + "deleted": true, + "deletedTime": "2021-11-17T08:11:25.0000000Z", + "remainingRetentionDays": 30, + "defaultEncryptionScope": "$account-encryption-key", + "denyEncryptionScopeOverride": false, + "publicAccess": "None", + "leaseStatus": "Locked", + "leaseState": "Leased", + "leaseDuration": "Fixed", + "lastModifiedTime": "2021-11-17T08:11:25.0000000Z", + "hasImmutabilityPolicy": false, + "hasLegalHold": false + } + } + ] + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-2917/providers/Microsoft.Storage/storageAccounts/teststoragemgmt5926/blobServices/default/containers?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "04d619308858c2c34c8c512ec5acdc12", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "704", + "Content-Type": "application/json", + "Date": "Wed, 17 Nov 2021 08:11:26 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "04d619308858c2c34c8c512ec5acdc12", + "x-ms-correlation-request-id": "f9d784bb-7bc3-4e59-8b06-81cd8c0adfb7", + "x-ms-ratelimit-remaining-subscription-reads": "11981", + "x-ms-request-id": "e56f2c32-8498-4dd9-a4a6-6303e0829bc5", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T081126Z:f9d784bb-7bc3-4e59-8b06-81cd8c0adfb7" + }, + "ResponseBody": { + "value": [ + { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-2917/providers/Microsoft.Storage/storageAccounts/teststoragemgmt5926/blobServices/default/containers/testblob1983", + "name": "testblob1983", + "type": "Microsoft.Storage/storageAccounts/blobServices/containers", + "etag": "\u00220x8D9A9A1D90C4990\u0022", + "properties": { + "immutableStorageWithVersioning": { + "enabled": false + }, + "deleted": false, + "remainingRetentionDays": 0, + "defaultEncryptionScope": "$account-encryption-key", + "denyEncryptionScopeOverride": false, + "publicAccess": "None", + "leaseStatus": "Unlocked", + "leaseState": "Available", + "lastModifiedTime": "2021-11-17T08:11:24.0000000Z", + "hasImmutabilityPolicy": false, + "hasLegalHold": false + } + } + ] + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-2917/providers/Microsoft.Storage/storageAccounts/teststoragemgmt5926/blobServices/default?api-version=2021-04-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "118", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "9aec4095237095b17f8bcd56caa50bb1", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "properties": { + "cors": { + "corsRules": [] + }, + "deleteRetentionPolicy": { + "enabled": false + }, + "containerDeleteRetentionPolicy": {} + } + }, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "384", + "Content-Type": "application/json", + "Date": "Wed, 17 Nov 2021 08:11:26 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "9aec4095237095b17f8bcd56caa50bb1", + "x-ms-correlation-request-id": "7c58e5d7-75f6-41fc-b326-3f296b5ee8c9", + "x-ms-ratelimit-remaining-subscription-writes": "1193", + "x-ms-request-id": "5a81243d-595c-4e26-9805-3fe76da9029f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T081127Z:7c58e5d7-75f6-41fc-b326-3f296b5ee8c9" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-2917/providers/Microsoft.Storage/storageAccounts/teststoragemgmt5926/blobServices/default", + "name": "default", + "type": "Microsoft.Storage/storageAccounts/blobServices", + "properties": { + "cors": { + "corsRules": [] + }, + "deleteRetentionPolicy": { + "enabled": false + }, + "containerDeleteRetentionPolicy": { + "enabled": false + } + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-2917/providers/Microsoft.Storage/storageAccounts?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "9b00cdbfa11dc904b90345102e41699b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1499", + "Content-Type": "application/json", + "Date": "Wed, 17 Nov 2021 08:11:27 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "9b00cdbfa11dc904b90345102e41699b", + "x-ms-correlation-request-id": "c4afdd6b-9874-4ab5-a231-4f90f6723a14", + "x-ms-ratelimit-remaining-subscription-reads": "11980", + "x-ms-request-id": "c1bdebf3-71c4-4eed-b67b-6e1d081a6330", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T081127Z:c4afdd6b-9874-4ab5-a231-4f90f6723a14" + }, + "ResponseBody": { + "value": [ + { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "StorageV2", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-2917/providers/Microsoft.Storage/storageAccounts/teststoragemgmt5926", + "name": "teststoragemgmt5926", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-11-17T08:11:00.7306377Z", + "key2": "2021-11-17T08:11:00.7306377Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T08:11:00.7306377Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T08:11:00.7306377Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "accessTier": "Hot", + "provisioningState": "Succeeded", + "creationTime": "2021-11-17T08:11:00.6212358Z", + "primaryEndpoints": { + "dfs": "https://teststoragemgmt5926.dfs.core.windows.net/", + "web": "https://teststoragemgmt5926.z20.web.core.windows.net/", + "blob": "https://teststoragemgmt5926.blob.core.windows.net/", + "queue": "https://teststoragemgmt5926.queue.core.windows.net/", + "table": "https://teststoragemgmt5926.table.core.windows.net/", + "file": "https://teststoragemgmt5926.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + } + ] + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-2917/providers/Microsoft.Storage/storageAccounts/teststoragemgmt5926?api-version=2021-04-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "1e9f3609d4220d39674184cdba6df8a7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 08:11:33 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1e9f3609d4220d39674184cdba6df8a7", + "x-ms-correlation-request-id": "cbec596b-92d6-4063-b094-27506f740e24", + "x-ms-ratelimit-remaining-subscription-deletes": "14998", + "x-ms-request-id": "ed523225-183f-4b60-a8bb-c957620bd403", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T081134Z:cbec596b-92d6-4063-b094-27506f740e24" + }, + "ResponseBody": [] + } + ], + "Variables": { + "RandomSeed": "1037441115", + "RESOURCE_MANAGER_URL": null, + "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" + } +} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobContainerTests/BlobServiceCors.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobContainerTests/BlobServiceCors.json new file mode 100644 index 0000000000000..77522692c213b --- /dev/null +++ b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobContainerTests/BlobServiceCors.json @@ -0,0 +1,1073 @@ +{ + "Entries": [ + { + "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-f5a22d4aabaf3e40ae6090f400e8a5ae-277ce00e3e30ea40-00", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "9ab726d858427c5d8ad9dfacaf067827", + "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": "Wed, 17 Nov 2021 07:44:19 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "01fbe7fc-0377-4814-9a08-80624e9c8309", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-request-id": "01fbe7fc-0377-4814-9a08-80624e9c8309", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T074420Z:01fbe7fc-0377-4814-9a08-80624e9c8309" + }, + "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/teststorageRG-6404?api-version=2019-10-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "44", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "e9e4a2cf1722cb3a0c609a28a417bc2b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "location": "eastus2", + "tags": { + "test": "env" + } + }, + "StatusCode": 201, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "256", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 17 Nov 2021 07:44:22 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "a78002e7-6e7b-476d-9f31-6f51dd7b979c", + "x-ms-ratelimit-remaining-subscription-writes": "1197", + "x-ms-request-id": "a78002e7-6e7b-476d-9f31-6f51dd7b979c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T074422Z:a78002e7-6e7b-476d-9f31-6f51dd7b979c" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-6404", + "name": "teststorageRG-6404", + "type": "Microsoft.Resources/resourceGroups", + "location": "eastus2", + "tags": { + "test": "env" + }, + "properties": { + "provisioningState": "Succeeded" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/checkNameAvailability?api-version=2021-04-01", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "73", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "e088a23e7cc3955275634c95b0d84ff1", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "name": "teststoragemgmt5765", + "type": "Microsoft.Storage/storageAccounts" + }, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "22", + "Content-Type": "application/json", + "Date": "Wed, 17 Nov 2021 07:44:23 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e088a23e7cc3955275634c95b0d84ff1", + "x-ms-correlation-request-id": "f599c721-bb87-4130-82e5-f8899ef32fb5", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-request-id": "06e78121-ce96-447f-8712-96954a672710", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T074423Z:f599c721-bb87-4130-82e5-f8899ef32fb5" + }, + "ResponseBody": { + "nameAvailable": true + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-6404/providers/Microsoft.Storage/storageAccounts/teststoragemgmt5765?api-version=2021-04-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "126", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "89ba0bb3b6847c0fce36f7c353e6c123", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "sku": { + "name": "Standard_GRS" + }, + "kind": "Storage", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": {} + }, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 07:44:31 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e320392b-abcf-43cd-a4e5-d8688e07d9fd?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "89ba0bb3b6847c0fce36f7c353e6c123", + "x-ms-correlation-request-id": "e98c0651-d997-43e9-8e45-79f0fe827ae9", + "x-ms-ratelimit-remaining-subscription-writes": "1196", + "x-ms-request-id": "e320392b-abcf-43cd-a4e5-d8688e07d9fd", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T074432Z:e98c0651-d997-43e9-8e45-79f0fe827ae9" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e320392b-abcf-43cd-a4e5-d8688e07d9fd?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "0cf1364ba1018833930b128d848e418f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 07:44:32 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e320392b-abcf-43cd-a4e5-d8688e07d9fd?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "0cf1364ba1018833930b128d848e418f", + "x-ms-correlation-request-id": "caabfca7-e3e0-4537-956f-a2ecc730a742", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-request-id": "ad1e1eda-6d4d-44a2-9b16-9fabd8d045c7", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T074432Z:caabfca7-e3e0-4537-956f-a2ecc730a742" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e320392b-abcf-43cd-a4e5-d8688e07d9fd?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "b81429a179112352fe94f730095b8f98", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 07:44:33 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e320392b-abcf-43cd-a4e5-d8688e07d9fd?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b81429a179112352fe94f730095b8f98", + "x-ms-correlation-request-id": "72c1e8b2-95cf-4672-930f-efb2d537d3d2", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-request-id": "b57d340d-62bf-4f7e-9958-cae76bdf29b8", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T074433Z:72c1e8b2-95cf-4672-930f-efb2d537d3d2" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e320392b-abcf-43cd-a4e5-d8688e07d9fd?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "1d786fdab5f5df21c43e43937d7fa203", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 07:44:34 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e320392b-abcf-43cd-a4e5-d8688e07d9fd?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1d786fdab5f5df21c43e43937d7fa203", + "x-ms-correlation-request-id": "98358041-750a-451a-9062-04e89acf2ce7", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-request-id": "c3205536-c8d5-41ab-be06-dd892e73dc8d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T074435Z:98358041-750a-451a-9062-04e89acf2ce7" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e320392b-abcf-43cd-a4e5-d8688e07d9fd?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "c4111d12a222d276e3cd0d6daa027f37", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 07:44:35 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e320392b-abcf-43cd-a4e5-d8688e07d9fd?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c4111d12a222d276e3cd0d6daa027f37", + "x-ms-correlation-request-id": "5328f87a-1686-4ccd-9f9e-ef6a5959abbc", + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-request-id": "65d27d04-861c-4aa5-ad32-ed6662628f04", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T074436Z:5328f87a-1686-4ccd-9f9e-ef6a5959abbc" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e320392b-abcf-43cd-a4e5-d8688e07d9fd?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "14b27a7c2316ec9a0734f3d235bfa57f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 07:44:37 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e320392b-abcf-43cd-a4e5-d8688e07d9fd?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "14b27a7c2316ec9a0734f3d235bfa57f", + "x-ms-correlation-request-id": "d9b8775c-ca6a-4299-9b13-a6489bbd1654", + "x-ms-ratelimit-remaining-subscription-reads": "11988", + "x-ms-request-id": "8ce94594-4b3b-4ca3-9e6f-f58766c02332", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T074437Z:d9b8775c-ca6a-4299-9b13-a6489bbd1654" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e320392b-abcf-43cd-a4e5-d8688e07d9fd?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "eb1ef3f2ca493775f9a63927a8b334c2", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 07:44:38 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e320392b-abcf-43cd-a4e5-d8688e07d9fd?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "eb1ef3f2ca493775f9a63927a8b334c2", + "x-ms-correlation-request-id": "bd98bfbe-9938-422b-9b31-cb272cbf9a64", + "x-ms-ratelimit-remaining-subscription-reads": "11987", + "x-ms-request-id": "86037feb-a056-41f7-b6e4-232b82aeff4f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T074439Z:bd98bfbe-9938-422b-9b31-cb272cbf9a64" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e320392b-abcf-43cd-a4e5-d8688e07d9fd?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "03170bbf8dcceeed8325bdedaea39c24", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 07:44:39 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e320392b-abcf-43cd-a4e5-d8688e07d9fd?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "03170bbf8dcceeed8325bdedaea39c24", + "x-ms-correlation-request-id": "faeec140-e6ab-4c1c-b6be-67eb8d2c9ce1", + "x-ms-ratelimit-remaining-subscription-reads": "11986", + "x-ms-request-id": "8e1746a6-78cf-430b-a4f0-0986a44040e9", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T074440Z:faeec140-e6ab-4c1c-b6be-67eb8d2c9ce1" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e320392b-abcf-43cd-a4e5-d8688e07d9fd?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "b67b8d2793e3b2ed047a1a6fea724353", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 07:44:41 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e320392b-abcf-43cd-a4e5-d8688e07d9fd?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b67b8d2793e3b2ed047a1a6fea724353", + "x-ms-correlation-request-id": "45d94a3a-3d34-49c6-9c56-11d8529cc07e", + "x-ms-ratelimit-remaining-subscription-reads": "11985", + "x-ms-request-id": "c275702f-5f7b-4406-b0ea-6652e36f5581", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T074441Z:45d94a3a-3d34-49c6-9c56-11d8529cc07e" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e320392b-abcf-43cd-a4e5-d8688e07d9fd?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "2a1331ffa2a764b3063068240c888855", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 07:44:42 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e320392b-abcf-43cd-a4e5-d8688e07d9fd?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "2a1331ffa2a764b3063068240c888855", + "x-ms-correlation-request-id": "cbd41d9d-52c9-4b81-924e-bc35f89c5499", + "x-ms-ratelimit-remaining-subscription-reads": "11984", + "x-ms-request-id": "87a9a7f2-70dd-4525-a75d-bbac353716e8", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T074443Z:cbd41d9d-52c9-4b81-924e-bc35f89c5499" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e320392b-abcf-43cd-a4e5-d8688e07d9fd?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "1bff150a7e382cdf1d64fe51727d0410", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 07:44:43 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e320392b-abcf-43cd-a4e5-d8688e07d9fd?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1bff150a7e382cdf1d64fe51727d0410", + "x-ms-correlation-request-id": "052d2728-830a-412c-a860-5039ffd5d1b1", + "x-ms-ratelimit-remaining-subscription-reads": "11983", + "x-ms-request-id": "e9147d78-8121-4456-9bec-696da005450c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T074444Z:052d2728-830a-412c-a860-5039ffd5d1b1" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e320392b-abcf-43cd-a4e5-d8688e07d9fd?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "7ded69e27190857cd917b0b22ac9a57c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 07:44:45 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e320392b-abcf-43cd-a4e5-d8688e07d9fd?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "7ded69e27190857cd917b0b22ac9a57c", + "x-ms-correlation-request-id": "2c8e1811-1151-421b-b4a8-7538d9cce3bf", + "x-ms-ratelimit-remaining-subscription-reads": "11982", + "x-ms-request-id": "b8fceae9-1b0c-4a02-bb7c-7b91ec76231b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T074445Z:2c8e1811-1151-421b-b4a8-7538d9cce3bf" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e320392b-abcf-43cd-a4e5-d8688e07d9fd?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "d565c5f12873811b52e70c43a461f188", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 07:44:46 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e320392b-abcf-43cd-a4e5-d8688e07d9fd?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d565c5f12873811b52e70c43a461f188", + "x-ms-correlation-request-id": "26da29b2-431f-4495-8528-786870a953fc", + "x-ms-ratelimit-remaining-subscription-reads": "11981", + "x-ms-request-id": "3f167116-5edd-42b6-b6a7-1dffc980b5b0", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T074447Z:26da29b2-431f-4495-8528-786870a953fc" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e320392b-abcf-43cd-a4e5-d8688e07d9fd?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "a342572c0b9a98c5987a4120cd2c0154", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1346", + "Content-Type": "application/json", + "Date": "Wed, 17 Nov 2021 07:44:47 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a342572c0b9a98c5987a4120cd2c0154", + "x-ms-correlation-request-id": "f4374bee-8b66-4721-8f7e-6819daf377b5", + "x-ms-ratelimit-remaining-subscription-reads": "11980", + "x-ms-request-id": "08bdefcd-f20d-4422-b8e5-8091ad132657", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T074448Z:f4374bee-8b66-4721-8f7e-6819daf377b5" + }, + "ResponseBody": { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "Storage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-6404/providers/Microsoft.Storage/storageAccounts/teststoragemgmt5765", + "name": "teststoragemgmt5765", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-11-17T07:44:30.8070951Z", + "key2": "2021-11-17T07:44:30.8070951Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T07:44:30.8070951Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T07:44:30.8070951Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "provisioningState": "Succeeded", + "creationTime": "2021-11-17T07:44:30.6820936Z", + "primaryEndpoints": { + "blob": "https://teststoragemgmt5765.blob.core.windows.net/", + "queue": "https://teststoragemgmt5765.queue.core.windows.net/", + "table": "https://teststoragemgmt5765.table.core.windows.net/", + "file": "https://teststoragemgmt5765.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-6404/providers/Microsoft.Storage/storageAccounts/teststoragemgmt5765/blobServices/default?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "ad5f82bf2e18b99d4d6c2ba96439e178", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "381", + "Content-Type": "application/json", + "Date": "Wed, 17 Nov 2021 07:44:48 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ad5f82bf2e18b99d4d6c2ba96439e178", + "x-ms-correlation-request-id": "a3518655-9b97-4f04-8360-7db914793d6c", + "x-ms-ratelimit-remaining-subscription-reads": "11979", + "x-ms-request-id": "f658daf9-fa92-490b-a295-5e4fb5464adb", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T074448Z:a3518655-9b97-4f04-8360-7db914793d6c" + }, + "ResponseBody": { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-6404/providers/Microsoft.Storage/storageAccounts/teststoragemgmt5765/blobServices/default", + "name": "default", + "type": "Microsoft.Storage/storageAccounts/blobServices", + "properties": { + "cors": { + "corsRules": [] + }, + "deleteRetentionPolicy": { + "enabled": false + } + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-6404/providers/Microsoft.Storage/storageAccounts/teststoragemgmt5765/blobServices/default?api-version=2021-04-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "729", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "d38628250187e6e200cc3cf9e6fbb425", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "properties": { + "cors": { + "corsRules": [ + { + "allowedOrigins": [ + "http://www.contoso.com", + "http://www.fabrikam.com" + ], + "allowedMethods": [ + "GET", + "PUT" + ], + "maxAgeInSeconds": 100, + "exposedHeaders": [ + "x-ms-meta-*" + ], + "allowedHeaders": [ + "x-ms-meta-abc", + "x-ms-meta-data*", + "x-ms-meta-target*" + ] + }, + { + "allowedOrigins": [ + "*" + ], + "allowedMethods": [ + "GET" + ], + "maxAgeInSeconds": 2, + "exposedHeaders": [ + "*" + ], + "allowedHeaders": [ + "*" + ] + }, + { + "allowedOrigins": [ + "http://www.abc23.com", + "https://www.fabrikam.com/*" + ], + "allowedMethods": [ + "GET", + "PUT", + "POST" + ], + "maxAgeInSeconds": 2000, + "exposedHeaders": [ + "x-ms-meta-12345675754564*" + ], + "allowedHeaders": [ + "x-ms-meta-abc", + "x-ms-meta-data*", + "x-ms-meta-target*" + ] + } + ] + }, + "defaultServiceVersion": "2017-04-17", + "deleteRetentionPolicy": { + "enabled": true, + "days": 300 + } + } + }, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "980", + "Content-Type": "application/json", + "Date": "Wed, 17 Nov 2021 07:44:49 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d38628250187e6e200cc3cf9e6fbb425", + "x-ms-correlation-request-id": "c4c538a6-b72e-4d75-a615-ef43514fa5b4", + "x-ms-ratelimit-remaining-subscription-writes": "1195", + "x-ms-request-id": "a2001a5e-011b-4c30-abcc-e76ad1f38891", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T074450Z:c4c538a6-b72e-4d75-a615-ef43514fa5b4" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-6404/providers/Microsoft.Storage/storageAccounts/teststoragemgmt5765/blobServices/default", + "name": "default", + "type": "Microsoft.Storage/storageAccounts/blobServices", + "properties": { + "cors": { + "corsRules": [ + { + "allowedOrigins": [ + "http://www.contoso.com", + "http://www.fabrikam.com" + ], + "allowedMethods": [ + "GET", + "PUT" + ], + "maxAgeInSeconds": 100, + "exposedHeaders": [ + "x-ms-meta-*" + ], + "allowedHeaders": [ + "x-ms-meta-abc", + "x-ms-meta-data*", + "x-ms-meta-target*" + ] + }, + { + "allowedOrigins": [ + "*" + ], + "allowedMethods": [ + "GET" + ], + "maxAgeInSeconds": 2, + "exposedHeaders": [ + "*" + ], + "allowedHeaders": [ + "*" + ] + }, + { + "allowedOrigins": [ + "http://www.abc23.com", + "https://www.fabrikam.com/*" + ], + "allowedMethods": [ + "GET", + "PUT", + "POST" + ], + "maxAgeInSeconds": 2000, + "exposedHeaders": [ + "x-ms-meta-12345675754564*" + ], + "allowedHeaders": [ + "x-ms-meta-abc", + "x-ms-meta-data*", + "x-ms-meta-target*" + ] + } + ] + }, + "defaultServiceVersion": "2017-04-17", + "deleteRetentionPolicy": { + "enabled": true, + "days": 300 + } + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-6404/providers/Microsoft.Storage/storageAccounts/teststoragemgmt5765/blobServices/default?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "2183b8e64401fd6fba88552edf1c335e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1028", + "Content-Type": "application/json", + "Date": "Wed, 17 Nov 2021 07:44:49 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "2183b8e64401fd6fba88552edf1c335e", + "x-ms-correlation-request-id": "a154ba5e-ac5a-4880-8c6e-34645144a66f", + "x-ms-ratelimit-remaining-subscription-reads": "11978", + "x-ms-request-id": "71648fb8-905a-4259-993f-8f091eb51384", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T074450Z:a154ba5e-ac5a-4880-8c6e-34645144a66f" + }, + "ResponseBody": { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-6404/providers/Microsoft.Storage/storageAccounts/teststoragemgmt5765/blobServices/default", + "name": "default", + "type": "Microsoft.Storage/storageAccounts/blobServices", + "properties": { + "cors": { + "corsRules": [ + { + "allowedOrigins": [ + "http://www.contoso.com", + "http://www.fabrikam.com" + ], + "allowedMethods": [ + "GET", + "PUT" + ], + "maxAgeInSeconds": 100, + "exposedHeaders": [ + "x-ms-meta-*" + ], + "allowedHeaders": [ + "x-ms-meta-abc", + "x-ms-meta-data*", + "x-ms-meta-target*" + ] + }, + { + "allowedOrigins": [ + "*" + ], + "allowedMethods": [ + "GET" + ], + "maxAgeInSeconds": 2, + "exposedHeaders": [ + "*" + ], + "allowedHeaders": [ + "*" + ] + }, + { + "allowedOrigins": [ + "http://www.abc23.com", + "https://www.fabrikam.com/*" + ], + "allowedMethods": [ + "GET", + "PUT", + "POST" + ], + "maxAgeInSeconds": 2000, + "exposedHeaders": [ + "x-ms-meta-12345675754564*" + ], + "allowedHeaders": [ + "x-ms-meta-abc", + "x-ms-meta-data*", + "x-ms-meta-target*" + ] + } + ] + }, + "defaultServiceVersion": "2017-04-17", + "deleteRetentionPolicy": { + "enabled": true, + "days": 300 + } + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-6404/providers/Microsoft.Storage/storageAccounts?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "a4fbc9982ea5bdcda078ad4bf2a4d252", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1358", + "Content-Type": "application/json", + "Date": "Wed, 17 Nov 2021 07:44:50 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a4fbc9982ea5bdcda078ad4bf2a4d252", + "x-ms-correlation-request-id": "698eafaf-a6c0-4f92-9271-bd6d984a25be", + "x-ms-ratelimit-remaining-subscription-reads": "11977", + "x-ms-request-id": "561a7b0e-ff51-486a-88c0-ccbbd325f1ec", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T074451Z:698eafaf-a6c0-4f92-9271-bd6d984a25be" + }, + "ResponseBody": { + "value": [ + { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "Storage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-6404/providers/Microsoft.Storage/storageAccounts/teststoragemgmt5765", + "name": "teststoragemgmt5765", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-11-17T07:44:30.8070951Z", + "key2": "2021-11-17T07:44:30.8070951Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T07:44:30.8070951Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T07:44:30.8070951Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "provisioningState": "Succeeded", + "creationTime": "2021-11-17T07:44:30.6820936Z", + "primaryEndpoints": { + "blob": "https://teststoragemgmt5765.blob.core.windows.net/", + "queue": "https://teststoragemgmt5765.queue.core.windows.net/", + "table": "https://teststoragemgmt5765.table.core.windows.net/", + "file": "https://teststoragemgmt5765.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + } + ] + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-6404/providers/Microsoft.Storage/storageAccounts/teststoragemgmt5765?api-version=2021-04-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "acc305b7bfb6e176b98818feacb307e4", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 07:44:56 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "acc305b7bfb6e176b98818feacb307e4", + "x-ms-correlation-request-id": "64613d61-baba-4934-b68c-304ea59dc647", + "x-ms-ratelimit-remaining-subscription-deletes": "14998", + "x-ms-request-id": "3c7c01b4-7919-4dd5-b163-185543712ccb", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T074457Z:64613d61-baba-4934-b68c-304ea59dc647" + }, + "ResponseBody": [] + } + ], + "Variables": { + "RandomSeed": "52758823", + "RESOURCE_MANAGER_URL": null, + "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" + } +} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobContainerTests/BlobServiceCorsAsync.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobContainerTests/BlobServiceCorsAsync.json new file mode 100644 index 0000000000000..55bb64e46e522 --- /dev/null +++ b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobContainerTests/BlobServiceCorsAsync.json @@ -0,0 +1,1073 @@ +{ + "Entries": [ + { + "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-c5ebcb70aed0ab438787781bbb964754-24f38d2060c2604e-00", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "e604834144fcf81be4d66ed2ad756eb5", + "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": "Wed, 17 Nov 2021 07:45:04 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "d494572e-80b6-4056-ac3c-2b01c26956be", + "x-ms-ratelimit-remaining-subscription-reads": "11974", + "x-ms-request-id": "d494572e-80b6-4056-ac3c-2b01c26956be", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T074505Z:d494572e-80b6-4056-ac3c-2b01c26956be" + }, + "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/teststorageRG-8802?api-version=2019-10-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "44", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "67aef7ffb589b1222fd14615567ed265", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "location": "eastus2", + "tags": { + "test": "env" + } + }, + "StatusCode": 201, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "256", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 17 Nov 2021 07:45:05 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "60ab8dc1-323c-4b48-a171-3b4e246a26ea", + "x-ms-ratelimit-remaining-subscription-writes": "1194", + "x-ms-request-id": "60ab8dc1-323c-4b48-a171-3b4e246a26ea", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T074506Z:60ab8dc1-323c-4b48-a171-3b4e246a26ea" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-8802", + "name": "teststorageRG-8802", + "type": "Microsoft.Resources/resourceGroups", + "location": "eastus2", + "tags": { + "test": "env" + }, + "properties": { + "provisioningState": "Succeeded" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/checkNameAvailability?api-version=2021-04-01", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "73", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "5d5213786c506729cca409f2d8384a6b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "name": "teststoragemgmt6147", + "type": "Microsoft.Storage/storageAccounts" + }, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "22", + "Content-Type": "application/json", + "Date": "Wed, 17 Nov 2021 07:45:06 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5d5213786c506729cca409f2d8384a6b", + "x-ms-correlation-request-id": "eda833fd-5d76-4110-92fe-3156c56a21d3", + "x-ms-ratelimit-remaining-subscription-reads": "11973", + "x-ms-request-id": "58a92c4c-5443-470b-86ec-c0965267a416", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T074507Z:eda833fd-5d76-4110-92fe-3156c56a21d3" + }, + "ResponseBody": { + "nameAvailable": true + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-8802/providers/Microsoft.Storage/storageAccounts/teststoragemgmt6147?api-version=2021-04-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "126", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "f3c31bb2b7fee1ce35cc72d5e28d579c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "sku": { + "name": "Standard_GRS" + }, + "kind": "Storage", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": {} + }, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 07:45:10 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b058c691-57c4-4c44-8093-3cd70d7684c3?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f3c31bb2b7fee1ce35cc72d5e28d579c", + "x-ms-correlation-request-id": "3523fada-b6f2-420a-b450-9ed8dd831f80", + "x-ms-ratelimit-remaining-subscription-writes": "1193", + "x-ms-request-id": "b058c691-57c4-4c44-8093-3cd70d7684c3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T074511Z:3523fada-b6f2-420a-b450-9ed8dd831f80" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b058c691-57c4-4c44-8093-3cd70d7684c3?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "63a4a9fb720ec08f45702784fa53843f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 07:45:10 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b058c691-57c4-4c44-8093-3cd70d7684c3?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "63a4a9fb720ec08f45702784fa53843f", + "x-ms-correlation-request-id": "b34ddc45-18eb-49f4-8bd1-541fb327482e", + "x-ms-ratelimit-remaining-subscription-reads": "11972", + "x-ms-request-id": "550dce10-8901-400f-b9a6-7d59b4d8169a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T074511Z:b34ddc45-18eb-49f4-8bd1-541fb327482e" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b058c691-57c4-4c44-8093-3cd70d7684c3?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "b8856d4def3b67086c386dfdfbbdc977", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 07:45:11 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b058c691-57c4-4c44-8093-3cd70d7684c3?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b8856d4def3b67086c386dfdfbbdc977", + "x-ms-correlation-request-id": "139086d5-a31b-40f9-85d4-1be18260a0ed", + "x-ms-ratelimit-remaining-subscription-reads": "11971", + "x-ms-request-id": "22b646b9-9ec5-4bed-bd01-3950c8f12740", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T074512Z:139086d5-a31b-40f9-85d4-1be18260a0ed" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b058c691-57c4-4c44-8093-3cd70d7684c3?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "39d9d974f3e9fa8d903c15f3232a9031", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 07:45:14 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b058c691-57c4-4c44-8093-3cd70d7684c3?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "39d9d974f3e9fa8d903c15f3232a9031", + "x-ms-correlation-request-id": "5315383b-ca64-47a3-8095-6d6feae7a23d", + "x-ms-ratelimit-remaining-subscription-reads": "11970", + "x-ms-request-id": "8ee7a8f3-5fac-4f72-ae2c-1095cd3aede2", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T074514Z:5315383b-ca64-47a3-8095-6d6feae7a23d" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b058c691-57c4-4c44-8093-3cd70d7684c3?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "abc37d7c9e380b5da03cf6d50491c587", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 07:45:15 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b058c691-57c4-4c44-8093-3cd70d7684c3?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "abc37d7c9e380b5da03cf6d50491c587", + "x-ms-correlation-request-id": "ff66efb8-9d56-43ad-928c-164c53f36fa0", + "x-ms-ratelimit-remaining-subscription-reads": "11969", + "x-ms-request-id": "a9be9a2e-3136-4f4f-9c31-6ef3067ac39b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T074515Z:ff66efb8-9d56-43ad-928c-164c53f36fa0" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b058c691-57c4-4c44-8093-3cd70d7684c3?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "200fb0a74a7a5955df8b28ffd9144342", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 07:45:16 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b058c691-57c4-4c44-8093-3cd70d7684c3?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "200fb0a74a7a5955df8b28ffd9144342", + "x-ms-correlation-request-id": "035abf4c-97b4-4ff2-99e0-a488ec7529dc", + "x-ms-ratelimit-remaining-subscription-reads": "11968", + "x-ms-request-id": "c297ae12-2b4b-4e3e-94e8-48084264c297", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T074516Z:035abf4c-97b4-4ff2-99e0-a488ec7529dc" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b058c691-57c4-4c44-8093-3cd70d7684c3?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "7e813ca81dfad63e7cce98acfdb7f5fe", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 07:45:18 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b058c691-57c4-4c44-8093-3cd70d7684c3?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "7e813ca81dfad63e7cce98acfdb7f5fe", + "x-ms-correlation-request-id": "330db07c-2a52-4f8f-a29f-404c3ef64651", + "x-ms-ratelimit-remaining-subscription-reads": "11967", + "x-ms-request-id": "f011931b-a6d8-47ce-bfb8-80f73d8e119c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T074518Z:330db07c-2a52-4f8f-a29f-404c3ef64651" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b058c691-57c4-4c44-8093-3cd70d7684c3?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "734c8e776f1a31b7276acbac765e318c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 07:45:19 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b058c691-57c4-4c44-8093-3cd70d7684c3?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "734c8e776f1a31b7276acbac765e318c", + "x-ms-correlation-request-id": "5145ea92-3cb6-47b6-aec7-86a693b277e4", + "x-ms-ratelimit-remaining-subscription-reads": "11966", + "x-ms-request-id": "5570f946-a8d1-45d0-98bc-721cd18f49fc", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T074519Z:5145ea92-3cb6-47b6-aec7-86a693b277e4" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b058c691-57c4-4c44-8093-3cd70d7684c3?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "c82db3f94610898d7239a4abb1a85b28", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 07:45:20 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b058c691-57c4-4c44-8093-3cd70d7684c3?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c82db3f94610898d7239a4abb1a85b28", + "x-ms-correlation-request-id": "d249ccba-99d2-45a1-9b28-662b6fdad0eb", + "x-ms-ratelimit-remaining-subscription-reads": "11965", + "x-ms-request-id": "db01f933-9c8e-40e1-b0a3-ca3f143f246a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T074520Z:d249ccba-99d2-45a1-9b28-662b6fdad0eb" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b058c691-57c4-4c44-8093-3cd70d7684c3?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "4b882996d0c83827854f568f52915f1d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 07:45:22 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b058c691-57c4-4c44-8093-3cd70d7684c3?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4b882996d0c83827854f568f52915f1d", + "x-ms-correlation-request-id": "f6ca2c56-9596-40f0-9923-c6d3fa86e4f7", + "x-ms-ratelimit-remaining-subscription-reads": "11964", + "x-ms-request-id": "7f407499-120f-471b-8db7-bb323b86763c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T074522Z:f6ca2c56-9596-40f0-9923-c6d3fa86e4f7" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b058c691-57c4-4c44-8093-3cd70d7684c3?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "49b30c9c2c8a30ee01c200e1cb0b7f7f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 07:45:23 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b058c691-57c4-4c44-8093-3cd70d7684c3?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "49b30c9c2c8a30ee01c200e1cb0b7f7f", + "x-ms-correlation-request-id": "4e04bc4f-4620-451b-bb44-2f89c355fe1b", + "x-ms-ratelimit-remaining-subscription-reads": "11963", + "x-ms-request-id": "86b755f0-582c-4702-90c0-17faa2794dcc", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T074523Z:4e04bc4f-4620-451b-bb44-2f89c355fe1b" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b058c691-57c4-4c44-8093-3cd70d7684c3?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "4c16a20ee6d529c38cf443c0f0fd36e0", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 07:45:24 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b058c691-57c4-4c44-8093-3cd70d7684c3?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4c16a20ee6d529c38cf443c0f0fd36e0", + "x-ms-correlation-request-id": "21826947-bece-40f9-b359-207478ca5f83", + "x-ms-ratelimit-remaining-subscription-reads": "11962", + "x-ms-request-id": "4eceaf8e-7698-4938-825a-3b95e31e3439", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T074524Z:21826947-bece-40f9-b359-207478ca5f83" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b058c691-57c4-4c44-8093-3cd70d7684c3?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "a50f86d912f46a9e3b584a05cf466d79", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 07:45:26 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b058c691-57c4-4c44-8093-3cd70d7684c3?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a50f86d912f46a9e3b584a05cf466d79", + "x-ms-correlation-request-id": "d26b722f-bc53-4a07-9a98-d8966a2a7244", + "x-ms-ratelimit-remaining-subscription-reads": "11961", + "x-ms-request-id": "642cb8cf-125a-411f-931e-73b3fa78b1b1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T074526Z:d26b722f-bc53-4a07-9a98-d8966a2a7244" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b058c691-57c4-4c44-8093-3cd70d7684c3?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "af81d7cf127bb548498abd95e92d3f04", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1346", + "Content-Type": "application/json", + "Date": "Wed, 17 Nov 2021 07:45:27 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "af81d7cf127bb548498abd95e92d3f04", + "x-ms-correlation-request-id": "efeedfd9-a7dd-4958-89ad-75772f878ea6", + "x-ms-ratelimit-remaining-subscription-reads": "11960", + "x-ms-request-id": "8cd07e67-60a2-4c22-8a38-72bc7132e41c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T074527Z:efeedfd9-a7dd-4958-89ad-75772f878ea6" + }, + "ResponseBody": { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "Storage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-8802/providers/Microsoft.Storage/storageAccounts/teststoragemgmt6147", + "name": "teststoragemgmt6147", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-11-17T07:45:09.7303806Z", + "key2": "2021-11-17T07:45:09.7303806Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T07:45:09.7303806Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T07:45:09.7303806Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "provisioningState": "Succeeded", + "creationTime": "2021-11-17T07:45:09.6210368Z", + "primaryEndpoints": { + "blob": "https://teststoragemgmt6147.blob.core.windows.net/", + "queue": "https://teststoragemgmt6147.queue.core.windows.net/", + "table": "https://teststoragemgmt6147.table.core.windows.net/", + "file": "https://teststoragemgmt6147.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-8802/providers/Microsoft.Storage/storageAccounts/teststoragemgmt6147/blobServices/default?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "4507208bdafbfc8a04ac117d9cbd5945", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "381", + "Content-Type": "application/json", + "Date": "Wed, 17 Nov 2021 07:45:27 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4507208bdafbfc8a04ac117d9cbd5945", + "x-ms-correlation-request-id": "adb04a3c-500b-4d38-8f1c-9d2a0362714b", + "x-ms-ratelimit-remaining-subscription-reads": "11959", + "x-ms-request-id": "cefeeae3-8d51-44ff-97a5-516944eaaac7", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T074527Z:adb04a3c-500b-4d38-8f1c-9d2a0362714b" + }, + "ResponseBody": { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-8802/providers/Microsoft.Storage/storageAccounts/teststoragemgmt6147/blobServices/default", + "name": "default", + "type": "Microsoft.Storage/storageAccounts/blobServices", + "properties": { + "cors": { + "corsRules": [] + }, + "deleteRetentionPolicy": { + "enabled": false + } + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-8802/providers/Microsoft.Storage/storageAccounts/teststoragemgmt6147/blobServices/default?api-version=2021-04-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "729", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "19f1c987877bc7653e595b6a5408800d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "properties": { + "cors": { + "corsRules": [ + { + "allowedOrigins": [ + "http://www.contoso.com", + "http://www.fabrikam.com" + ], + "allowedMethods": [ + "GET", + "PUT" + ], + "maxAgeInSeconds": 100, + "exposedHeaders": [ + "x-ms-meta-*" + ], + "allowedHeaders": [ + "x-ms-meta-abc", + "x-ms-meta-data*", + "x-ms-meta-target*" + ] + }, + { + "allowedOrigins": [ + "*" + ], + "allowedMethods": [ + "GET" + ], + "maxAgeInSeconds": 2, + "exposedHeaders": [ + "*" + ], + "allowedHeaders": [ + "*" + ] + }, + { + "allowedOrigins": [ + "http://www.abc23.com", + "https://www.fabrikam.com/*" + ], + "allowedMethods": [ + "GET", + "PUT", + "POST" + ], + "maxAgeInSeconds": 2000, + "exposedHeaders": [ + "x-ms-meta-12345675754564*" + ], + "allowedHeaders": [ + "x-ms-meta-abc", + "x-ms-meta-data*", + "x-ms-meta-target*" + ] + } + ] + }, + "defaultServiceVersion": "2017-04-17", + "deleteRetentionPolicy": { + "enabled": true, + "days": 300 + } + } + }, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "980", + "Content-Type": "application/json", + "Date": "Wed, 17 Nov 2021 07:45:29 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "19f1c987877bc7653e595b6a5408800d", + "x-ms-correlation-request-id": "1d42d55c-673d-45c8-b12b-d0c678bacdfc", + "x-ms-ratelimit-remaining-subscription-writes": "1192", + "x-ms-request-id": "76045cf6-687a-404e-9997-62ccee21070d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T074529Z:1d42d55c-673d-45c8-b12b-d0c678bacdfc" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-8802/providers/Microsoft.Storage/storageAccounts/teststoragemgmt6147/blobServices/default", + "name": "default", + "type": "Microsoft.Storage/storageAccounts/blobServices", + "properties": { + "cors": { + "corsRules": [ + { + "allowedOrigins": [ + "http://www.contoso.com", + "http://www.fabrikam.com" + ], + "allowedMethods": [ + "GET", + "PUT" + ], + "maxAgeInSeconds": 100, + "exposedHeaders": [ + "x-ms-meta-*" + ], + "allowedHeaders": [ + "x-ms-meta-abc", + "x-ms-meta-data*", + "x-ms-meta-target*" + ] + }, + { + "allowedOrigins": [ + "*" + ], + "allowedMethods": [ + "GET" + ], + "maxAgeInSeconds": 2, + "exposedHeaders": [ + "*" + ], + "allowedHeaders": [ + "*" + ] + }, + { + "allowedOrigins": [ + "http://www.abc23.com", + "https://www.fabrikam.com/*" + ], + "allowedMethods": [ + "GET", + "PUT", + "POST" + ], + "maxAgeInSeconds": 2000, + "exposedHeaders": [ + "x-ms-meta-12345675754564*" + ], + "allowedHeaders": [ + "x-ms-meta-abc", + "x-ms-meta-data*", + "x-ms-meta-target*" + ] + } + ] + }, + "defaultServiceVersion": "2017-04-17", + "deleteRetentionPolicy": { + "enabled": true, + "days": 300 + } + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-8802/providers/Microsoft.Storage/storageAccounts/teststoragemgmt6147/blobServices/default?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "af7a4518283ff47e4c85aace00ca198b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1028", + "Content-Type": "application/json", + "Date": "Wed, 17 Nov 2021 07:45:29 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "af7a4518283ff47e4c85aace00ca198b", + "x-ms-correlation-request-id": "28957fc9-1229-42f3-907e-98f885ab0729", + "x-ms-ratelimit-remaining-subscription-reads": "11958", + "x-ms-request-id": "eee1eb1c-67ee-4af6-9a3f-17c98b242849", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T074529Z:28957fc9-1229-42f3-907e-98f885ab0729" + }, + "ResponseBody": { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-8802/providers/Microsoft.Storage/storageAccounts/teststoragemgmt6147/blobServices/default", + "name": "default", + "type": "Microsoft.Storage/storageAccounts/blobServices", + "properties": { + "cors": { + "corsRules": [ + { + "allowedOrigins": [ + "http://www.contoso.com", + "http://www.fabrikam.com" + ], + "allowedMethods": [ + "GET", + "PUT" + ], + "maxAgeInSeconds": 100, + "exposedHeaders": [ + "x-ms-meta-*" + ], + "allowedHeaders": [ + "x-ms-meta-abc", + "x-ms-meta-data*", + "x-ms-meta-target*" + ] + }, + { + "allowedOrigins": [ + "*" + ], + "allowedMethods": [ + "GET" + ], + "maxAgeInSeconds": 2, + "exposedHeaders": [ + "*" + ], + "allowedHeaders": [ + "*" + ] + }, + { + "allowedOrigins": [ + "http://www.abc23.com", + "https://www.fabrikam.com/*" + ], + "allowedMethods": [ + "GET", + "PUT", + "POST" + ], + "maxAgeInSeconds": 2000, + "exposedHeaders": [ + "x-ms-meta-12345675754564*" + ], + "allowedHeaders": [ + "x-ms-meta-abc", + "x-ms-meta-data*", + "x-ms-meta-target*" + ] + } + ] + }, + "defaultServiceVersion": "2017-04-17", + "deleteRetentionPolicy": { + "enabled": true, + "days": 300 + } + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-8802/providers/Microsoft.Storage/storageAccounts?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "1f0e7830263c0488ba4006a17e1fa8fc", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1358", + "Content-Type": "application/json", + "Date": "Wed, 17 Nov 2021 07:45:29 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1f0e7830263c0488ba4006a17e1fa8fc", + "x-ms-correlation-request-id": "e1b5530a-0687-48ae-894e-6739fb68ad90", + "x-ms-ratelimit-remaining-subscription-reads": "11957", + "x-ms-request-id": "6740d2b6-6c76-4127-966e-a154ef848bf9", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T074529Z:e1b5530a-0687-48ae-894e-6739fb68ad90" + }, + "ResponseBody": { + "value": [ + { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "Storage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-8802/providers/Microsoft.Storage/storageAccounts/teststoragemgmt6147", + "name": "teststoragemgmt6147", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-11-17T07:45:09.7303806Z", + "key2": "2021-11-17T07:45:09.7303806Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T07:45:09.7303806Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T07:45:09.7303806Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "provisioningState": "Succeeded", + "creationTime": "2021-11-17T07:45:09.6210368Z", + "primaryEndpoints": { + "blob": "https://teststoragemgmt6147.blob.core.windows.net/", + "queue": "https://teststoragemgmt6147.queue.core.windows.net/", + "table": "https://teststoragemgmt6147.table.core.windows.net/", + "file": "https://teststoragemgmt6147.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + } + ] + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-8802/providers/Microsoft.Storage/storageAccounts/teststoragemgmt6147?api-version=2021-04-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "5665042baa435f054bfcccf6dc96c673", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 07:45:34 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5665042baa435f054bfcccf6dc96c673", + "x-ms-correlation-request-id": "a8e983e6-dd66-4e30-9665-8ff0e80b8515", + "x-ms-ratelimit-remaining-subscription-deletes": "14996", + "x-ms-request-id": "1fa5c5e6-a38b-450b-9282-efb1631bd971", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T074535Z:a8e983e6-dd66-4e30-9665-8ff0e80b8515" + }, + "ResponseBody": [] + } + ], + "Variables": { + "RandomSeed": "726268121", + "RESOURCE_MANAGER_URL": null, + "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" + } +} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobContainerTests/ExtendImmutabilityPolicy.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobContainerTests/ExtendImmutabilityPolicy.json new file mode 100644 index 0000000000000..4c4749e431c74 --- /dev/null +++ b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobContainerTests/ExtendImmutabilityPolicy.json @@ -0,0 +1,2332 @@ +{ + "Entries": [ + { + "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-e69451ffc24d084cb677d92628e1294a-997e0a4572bae64b-00", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "26710d933bd053a414510931568400b3", + "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, 18 Nov 2021 02:36:10 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "d9649cfe-34a2-43ea-a180-9034c28d8f22", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-request-id": "d9649cfe-34a2-43ea-a180-9034c28d8f22", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T023611Z:d9649cfe-34a2-43ea-a180-9034c28d8f22" + }, + "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/teststorageRG-5248?api-version=2019-10-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "44", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "3f977d3ad8003284d5b07ab7d5b34ed3", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "location": "eastus2", + "tags": { + "test": "env" + } + }, + "StatusCode": 201, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "256", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 18 Nov 2021 02:36:13 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "6b03a150-828d-4bf5-b18a-417f65fefda5", + "x-ms-ratelimit-remaining-subscription-writes": "1199", + "x-ms-request-id": "6b03a150-828d-4bf5-b18a-417f65fefda5", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T023613Z:6b03a150-828d-4bf5-b18a-417f65fefda5" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-5248", + "name": "teststorageRG-5248", + "type": "Microsoft.Resources/resourceGroups", + "location": "eastus2", + "tags": { + "test": "env" + }, + "properties": { + "provisioningState": "Succeeded" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/checkNameAvailability?api-version=2021-04-01", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "73", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211118.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "d50bdc733426acc3fff2d35a365f7c8c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "name": "teststoragemgmt1946", + "type": "Microsoft.Storage/storageAccounts" + }, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "22", + "Content-Type": "application/json", + "Date": "Thu, 18 Nov 2021 02:36:14 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d50bdc733426acc3fff2d35a365f7c8c", + "x-ms-correlation-request-id": "49fae1e4-cf37-4a53-ba08-61deb20a710b", + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-request-id": "0d4c1c2f-b597-4bac-a250-6c1512b7d27a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T023614Z:49fae1e4-cf37-4a53-ba08-61deb20a710b" + }, + "ResponseBody": { + "nameAvailable": true + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-5248/providers/Microsoft.Storage/storageAccounts/teststoragemgmt1946?api-version=2021-04-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "126", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211118.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "8e35260692c7ec34f3fa8b299b3f9dbb", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "sku": { + "name": "Standard_GRS" + }, + "kind": "Storage", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": {} + }, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 02:36:24 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2b7e64ac-4edd-464e-b9d5-8d2de8b123f4?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "8e35260692c7ec34f3fa8b299b3f9dbb", + "x-ms-correlation-request-id": "cb313d44-5f62-430c-a4e9-4559989f516e", + "x-ms-ratelimit-remaining-subscription-writes": "1198", + "x-ms-request-id": "2b7e64ac-4edd-464e-b9d5-8d2de8b123f4", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T023624Z:cb313d44-5f62-430c-a4e9-4559989f516e" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2b7e64ac-4edd-464e-b9d5-8d2de8b123f4?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "8cce2bfd4519e085a71ee12ba89910c0", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 02:36:24 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2b7e64ac-4edd-464e-b9d5-8d2de8b123f4?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "8cce2bfd4519e085a71ee12ba89910c0", + "x-ms-correlation-request-id": "ab753aad-3e22-4d9e-9d68-a0297de9dc8d", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-request-id": "abf2311d-a0d4-44a2-911b-5e112db118ab", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T023624Z:ab753aad-3e22-4d9e-9d68-a0297de9dc8d" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2b7e64ac-4edd-464e-b9d5-8d2de8b123f4?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "2cfd1755584e54e412ebba34914f3b1c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 02:36:24 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2b7e64ac-4edd-464e-b9d5-8d2de8b123f4?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "2cfd1755584e54e412ebba34914f3b1c", + "x-ms-correlation-request-id": "45ee6f56-ab34-47f0-b031-d91cea2b05d3", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-request-id": "eca4cba1-b7aa-45d0-8d5c-47b19d02a060", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T023624Z:45ee6f56-ab34-47f0-b031-d91cea2b05d3" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2b7e64ac-4edd-464e-b9d5-8d2de8b123f4?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "702c3a5b107118a283307c89d0e8a03a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 02:36:25 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2b7e64ac-4edd-464e-b9d5-8d2de8b123f4?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "702c3a5b107118a283307c89d0e8a03a", + "x-ms-correlation-request-id": "aab56232-7c6b-40c5-9615-9c5953d1397a", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-request-id": "0d61f59e-324a-4905-a687-a038ce2b6a2e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T023625Z:aab56232-7c6b-40c5-9615-9c5953d1397a" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2b7e64ac-4edd-464e-b9d5-8d2de8b123f4?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "998f418272daa50246797a2d8b514e58", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 02:36:25 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2b7e64ac-4edd-464e-b9d5-8d2de8b123f4?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "998f418272daa50246797a2d8b514e58", + "x-ms-correlation-request-id": "dffd0517-b47a-423e-af34-382aba3bdf49", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-request-id": "272cdfc3-c194-4bd1-a6ef-2be6dabd1296", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T023625Z:dffd0517-b47a-423e-af34-382aba3bdf49" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2b7e64ac-4edd-464e-b9d5-8d2de8b123f4?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "6ed0c5e39f6c454e75e4a91ddb5a8329", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 02:36:25 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2b7e64ac-4edd-464e-b9d5-8d2de8b123f4?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6ed0c5e39f6c454e75e4a91ddb5a8329", + "x-ms-correlation-request-id": "6d7b5b95-3ce2-4edc-95d3-c9cbedacb279", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-request-id": "51a98ed0-710d-4899-944d-3346fd5388ec", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T023625Z:6d7b5b95-3ce2-4edc-95d3-c9cbedacb279" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2b7e64ac-4edd-464e-b9d5-8d2de8b123f4?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "50b17f4ba1bfe841378729f795758c31", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 02:36:25 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2b7e64ac-4edd-464e-b9d5-8d2de8b123f4?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "50b17f4ba1bfe841378729f795758c31", + "x-ms-correlation-request-id": "024538d6-e226-4d5f-960c-456ab1616378", + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-request-id": "69b015bf-ad3f-4189-948f-56a96e21a5d2", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T023626Z:024538d6-e226-4d5f-960c-456ab1616378" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2b7e64ac-4edd-464e-b9d5-8d2de8b123f4?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "0aa624e13118e2cdf24a24f5c9e4c9ec", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 02:36:26 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2b7e64ac-4edd-464e-b9d5-8d2de8b123f4?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "0aa624e13118e2cdf24a24f5c9e4c9ec", + "x-ms-correlation-request-id": "811c303e-391d-4537-928b-f0347c74c6ed", + "x-ms-ratelimit-remaining-subscription-reads": "11988", + "x-ms-request-id": "c642f32d-739a-4f7f-a2d1-24658713bb5a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T023626Z:811c303e-391d-4537-928b-f0347c74c6ed" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2b7e64ac-4edd-464e-b9d5-8d2de8b123f4?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "0ce150f6fda0419984e736e57556afff", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 02:36:26 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2b7e64ac-4edd-464e-b9d5-8d2de8b123f4?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "0ce150f6fda0419984e736e57556afff", + "x-ms-correlation-request-id": "b0bd3b89-2709-4007-8962-2aab97c911f0", + "x-ms-ratelimit-remaining-subscription-reads": "11987", + "x-ms-request-id": "d501dd12-2697-4778-9650-5735c469723e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T023626Z:b0bd3b89-2709-4007-8962-2aab97c911f0" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2b7e64ac-4edd-464e-b9d5-8d2de8b123f4?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "b73b775878b31911b1cf5e747d4b1f52", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 02:36:26 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2b7e64ac-4edd-464e-b9d5-8d2de8b123f4?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b73b775878b31911b1cf5e747d4b1f52", + "x-ms-correlation-request-id": "bd9e1732-c33d-4cca-9818-6d8436492a15", + "x-ms-ratelimit-remaining-subscription-reads": "11986", + "x-ms-request-id": "23f831c7-937b-4ef9-b968-c2eb498a5fa9", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T023627Z:bd9e1732-c33d-4cca-9818-6d8436492a15" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2b7e64ac-4edd-464e-b9d5-8d2de8b123f4?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "45013dbd8094e4918b658631fbe86c9b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 02:36:27 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2b7e64ac-4edd-464e-b9d5-8d2de8b123f4?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "45013dbd8094e4918b658631fbe86c9b", + "x-ms-correlation-request-id": "49a1a7f4-38ce-4dd1-990e-1e90f085dc87", + "x-ms-ratelimit-remaining-subscription-reads": "11985", + "x-ms-request-id": "0139a5ba-ca71-4c20-acab-4032981ae9b6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T023627Z:49a1a7f4-38ce-4dd1-990e-1e90f085dc87" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2b7e64ac-4edd-464e-b9d5-8d2de8b123f4?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "519d249b12a97d393fc75bd09f24c338", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 02:36:27 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2b7e64ac-4edd-464e-b9d5-8d2de8b123f4?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "519d249b12a97d393fc75bd09f24c338", + "x-ms-correlation-request-id": "f60e2969-01de-4cfc-ab9e-f6d54426ff68", + "x-ms-ratelimit-remaining-subscription-reads": "11984", + "x-ms-request-id": "9775d612-bb56-4d6d-8e19-e250a4498196", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T023627Z:f60e2969-01de-4cfc-ab9e-f6d54426ff68" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2b7e64ac-4edd-464e-b9d5-8d2de8b123f4?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "3827e3c86955d76be5572c4df2df1ec8", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 02:36:27 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2b7e64ac-4edd-464e-b9d5-8d2de8b123f4?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "3827e3c86955d76be5572c4df2df1ec8", + "x-ms-correlation-request-id": "71d88767-29dc-4fc8-b4d1-b4a9fc9f829d", + "x-ms-ratelimit-remaining-subscription-reads": "11983", + "x-ms-request-id": "959d9356-ff04-45e6-9a55-f322fe54a916", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T023628Z:71d88767-29dc-4fc8-b4d1-b4a9fc9f829d" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2b7e64ac-4edd-464e-b9d5-8d2de8b123f4?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "59d9c262cdaeaba9048306cc25c04566", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 02:36:28 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2b7e64ac-4edd-464e-b9d5-8d2de8b123f4?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "59d9c262cdaeaba9048306cc25c04566", + "x-ms-correlation-request-id": "a3fa3cc8-d5ed-41a6-9af1-97b17f25b889", + "x-ms-ratelimit-remaining-subscription-reads": "11982", + "x-ms-request-id": "8aeb0b62-e6cc-41c6-ab00-bbad1646e5ce", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T023628Z:a3fa3cc8-d5ed-41a6-9af1-97b17f25b889" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2b7e64ac-4edd-464e-b9d5-8d2de8b123f4?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "17694da233c03145b8c56c51e6eb8b5f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 02:36:28 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2b7e64ac-4edd-464e-b9d5-8d2de8b123f4?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "17694da233c03145b8c56c51e6eb8b5f", + "x-ms-correlation-request-id": "9a518084-8fc2-4a75-b825-8494041a7dc6", + "x-ms-ratelimit-remaining-subscription-reads": "11981", + "x-ms-request-id": "0392718d-330f-4fe3-b2e2-5cab4057b72c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T023628Z:9a518084-8fc2-4a75-b825-8494041a7dc6" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2b7e64ac-4edd-464e-b9d5-8d2de8b123f4?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "dc6e92a9694afb8a397c34d2639fb225", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 02:36:28 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2b7e64ac-4edd-464e-b9d5-8d2de8b123f4?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "dc6e92a9694afb8a397c34d2639fb225", + "x-ms-correlation-request-id": "ae275096-17c8-4b14-a1b8-f2b4440c22ff", + "x-ms-ratelimit-remaining-subscription-reads": "11980", + "x-ms-request-id": "0777f489-8602-451a-977f-e5e863844306", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T023629Z:ae275096-17c8-4b14-a1b8-f2b4440c22ff" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2b7e64ac-4edd-464e-b9d5-8d2de8b123f4?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "a4abc51206762f087ca8a1e86158c518", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 02:36:29 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2b7e64ac-4edd-464e-b9d5-8d2de8b123f4?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a4abc51206762f087ca8a1e86158c518", + "x-ms-correlation-request-id": "26af1488-81a8-4f56-bf17-ef63f64f5f88", + "x-ms-ratelimit-remaining-subscription-reads": "11979", + "x-ms-request-id": "b2e2aeb3-5f7f-4664-a708-39bdede1fd2f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T023629Z:26af1488-81a8-4f56-bf17-ef63f64f5f88" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2b7e64ac-4edd-464e-b9d5-8d2de8b123f4?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "9323a6f86852381cc36ddd44ff73cd19", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 02:36:29 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2b7e64ac-4edd-464e-b9d5-8d2de8b123f4?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "9323a6f86852381cc36ddd44ff73cd19", + "x-ms-correlation-request-id": "50d8015d-0b06-490f-8667-812b6f487efb", + "x-ms-ratelimit-remaining-subscription-reads": "11978", + "x-ms-request-id": "e74b5576-c5c7-4d03-aeb4-3b0f7b7ebf79", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T023629Z:50d8015d-0b06-490f-8667-812b6f487efb" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2b7e64ac-4edd-464e-b9d5-8d2de8b123f4?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "203f4613e740a2e8893f5fa1c8a299e1", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 02:36:29 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2b7e64ac-4edd-464e-b9d5-8d2de8b123f4?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "203f4613e740a2e8893f5fa1c8a299e1", + "x-ms-correlation-request-id": "8603991e-5b4d-4906-a53d-be8f2b71e361", + "x-ms-ratelimit-remaining-subscription-reads": "11977", + "x-ms-request-id": "65f038fa-80c2-42f8-ac8d-4e92669db0f9", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T023629Z:8603991e-5b4d-4906-a53d-be8f2b71e361" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2b7e64ac-4edd-464e-b9d5-8d2de8b123f4?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "bcda1cb61f7ca9d2a972e00828c42f09", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 02:36:30 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2b7e64ac-4edd-464e-b9d5-8d2de8b123f4?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "bcda1cb61f7ca9d2a972e00828c42f09", + "x-ms-correlation-request-id": "56d29100-89fa-44df-8aad-42c930976bea", + "x-ms-ratelimit-remaining-subscription-reads": "11976", + "x-ms-request-id": "58da24a4-94e8-4ab0-96b6-1f5303ff8edd", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T023630Z:56d29100-89fa-44df-8aad-42c930976bea" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2b7e64ac-4edd-464e-b9d5-8d2de8b123f4?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "1ad587dba41910d8be800913097a6f21", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 02:36:30 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2b7e64ac-4edd-464e-b9d5-8d2de8b123f4?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1ad587dba41910d8be800913097a6f21", + "x-ms-correlation-request-id": "ad2378d4-fa8c-4e92-9c59-733f3f1274f2", + "x-ms-ratelimit-remaining-subscription-reads": "11975", + "x-ms-request-id": "ae41ac14-5f78-4d6d-8d81-8f9922e30d42", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T023630Z:ad2378d4-fa8c-4e92-9c59-733f3f1274f2" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2b7e64ac-4edd-464e-b9d5-8d2de8b123f4?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "e38dfcd41099f39d749577cd06df79c5", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 02:36:30 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2b7e64ac-4edd-464e-b9d5-8d2de8b123f4?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e38dfcd41099f39d749577cd06df79c5", + "x-ms-correlation-request-id": "2d5d2319-0974-4ee8-9ef2-e19974a859e1", + "x-ms-ratelimit-remaining-subscription-reads": "11974", + "x-ms-request-id": "567714e7-4f66-43be-a382-45a256a1f28a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T023630Z:2d5d2319-0974-4ee8-9ef2-e19974a859e1" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2b7e64ac-4edd-464e-b9d5-8d2de8b123f4?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "40c6560f7fcd12c843c9fefb16bea02e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 02:36:31 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2b7e64ac-4edd-464e-b9d5-8d2de8b123f4?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "40c6560f7fcd12c843c9fefb16bea02e", + "x-ms-correlation-request-id": "263b752a-14db-480c-9212-f35a03abe13a", + "x-ms-ratelimit-remaining-subscription-reads": "11973", + "x-ms-request-id": "08b8a724-9c87-40a0-ac7d-eecfda56e690", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T023631Z:263b752a-14db-480c-9212-f35a03abe13a" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2b7e64ac-4edd-464e-b9d5-8d2de8b123f4?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "2c34bf024c36ca6feae1a5832c0b09de", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 02:36:31 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2b7e64ac-4edd-464e-b9d5-8d2de8b123f4?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "2c34bf024c36ca6feae1a5832c0b09de", + "x-ms-correlation-request-id": "00543ec1-2e8d-4438-a712-7f956a0633e7", + "x-ms-ratelimit-remaining-subscription-reads": "11972", + "x-ms-request-id": "0b7c5eae-8d2a-4a9a-a2b7-fb9379ee07d6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T023631Z:00543ec1-2e8d-4438-a712-7f956a0633e7" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2b7e64ac-4edd-464e-b9d5-8d2de8b123f4?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "b20443062eb35453337b9fd011a1ddb5", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 02:36:31 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2b7e64ac-4edd-464e-b9d5-8d2de8b123f4?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b20443062eb35453337b9fd011a1ddb5", + "x-ms-correlation-request-id": "4215ed47-b6c6-470e-987c-0c537d30549a", + "x-ms-ratelimit-remaining-subscription-reads": "11971", + "x-ms-request-id": "3a3c7aa7-f0f9-4f91-a0e5-ef2d67215645", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T023631Z:4215ed47-b6c6-470e-987c-0c537d30549a" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2b7e64ac-4edd-464e-b9d5-8d2de8b123f4?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "46ca49f44cabc28fe6fc56ecd944e538", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 02:36:31 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2b7e64ac-4edd-464e-b9d5-8d2de8b123f4?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "46ca49f44cabc28fe6fc56ecd944e538", + "x-ms-correlation-request-id": "731864d8-3839-4250-9f9e-5b4ced4b5d2f", + "x-ms-ratelimit-remaining-subscription-reads": "11970", + "x-ms-request-id": "fa9c74b7-492e-4b6e-931f-00cdd1f98882", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T023632Z:731864d8-3839-4250-9f9e-5b4ced4b5d2f" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2b7e64ac-4edd-464e-b9d5-8d2de8b123f4?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "d3f420bfedbad37a6ce0f8bbad9fb849", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 02:36:32 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2b7e64ac-4edd-464e-b9d5-8d2de8b123f4?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d3f420bfedbad37a6ce0f8bbad9fb849", + "x-ms-correlation-request-id": "a4a3ef15-4388-4292-8f1a-0df9b647b7ef", + "x-ms-ratelimit-remaining-subscription-reads": "11969", + "x-ms-request-id": "72ec3dc7-68cb-409d-9dbd-2f3743127f1d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T023632Z:a4a3ef15-4388-4292-8f1a-0df9b647b7ef" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2b7e64ac-4edd-464e-b9d5-8d2de8b123f4?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "e38ff003c241b932b442cbb7d8677aef", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 02:36:32 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2b7e64ac-4edd-464e-b9d5-8d2de8b123f4?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e38ff003c241b932b442cbb7d8677aef", + "x-ms-correlation-request-id": "b88bde33-d43c-45b8-beab-b3297a454982", + "x-ms-ratelimit-remaining-subscription-reads": "11968", + "x-ms-request-id": "3f2a9a43-cd36-49ff-9262-5a3a1a930156", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T023632Z:b88bde33-d43c-45b8-beab-b3297a454982" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2b7e64ac-4edd-464e-b9d5-8d2de8b123f4?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "f11067950aac06facef6daca53d31447", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 02:36:32 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2b7e64ac-4edd-464e-b9d5-8d2de8b123f4?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f11067950aac06facef6daca53d31447", + "x-ms-correlation-request-id": "bc2ac17c-c5fd-46d9-9560-076acdf04b75", + "x-ms-ratelimit-remaining-subscription-reads": "11967", + "x-ms-request-id": "a4adbbe8-010d-4465-834f-efbb2c3df854", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T023633Z:bc2ac17c-c5fd-46d9-9560-076acdf04b75" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2b7e64ac-4edd-464e-b9d5-8d2de8b123f4?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "e9e80c4301b5fcf7ed3b1e7822c3fb04", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 02:36:33 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2b7e64ac-4edd-464e-b9d5-8d2de8b123f4?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e9e80c4301b5fcf7ed3b1e7822c3fb04", + "x-ms-correlation-request-id": "b3a99148-103c-428f-8570-4cb6b793ca98", + "x-ms-ratelimit-remaining-subscription-reads": "11966", + "x-ms-request-id": "fa5f0ae7-5021-49b8-ad28-a073bb3fe95f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T023633Z:b3a99148-103c-428f-8570-4cb6b793ca98" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2b7e64ac-4edd-464e-b9d5-8d2de8b123f4?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "45250966c78ef99df588154ae76765e0", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 02:36:33 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2b7e64ac-4edd-464e-b9d5-8d2de8b123f4?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "45250966c78ef99df588154ae76765e0", + "x-ms-correlation-request-id": "cda1c1c0-f34b-4803-8cfc-09ad2bfc7aa2", + "x-ms-ratelimit-remaining-subscription-reads": "11965", + "x-ms-request-id": "4b61c539-f0e8-421f-a9eb-423703a3c75b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T023633Z:cda1c1c0-f34b-4803-8cfc-09ad2bfc7aa2" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2b7e64ac-4edd-464e-b9d5-8d2de8b123f4?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "cc74842d917f943970140371eb82e40a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 02:36:33 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2b7e64ac-4edd-464e-b9d5-8d2de8b123f4?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "cc74842d917f943970140371eb82e40a", + "x-ms-correlation-request-id": "978fb224-2ee9-4c5e-8816-caaaddb54c92", + "x-ms-ratelimit-remaining-subscription-reads": "11964", + "x-ms-request-id": "41b541cf-732c-47de-af5e-8b1f4e778aec", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T023633Z:978fb224-2ee9-4c5e-8816-caaaddb54c92" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2b7e64ac-4edd-464e-b9d5-8d2de8b123f4?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "4a64d6fbcead7bb96feef32cebac1485", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 02:36:33 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2b7e64ac-4edd-464e-b9d5-8d2de8b123f4?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4a64d6fbcead7bb96feef32cebac1485", + "x-ms-correlation-request-id": "5008f424-9e2e-44c2-b1c1-08de8ed5e0f2", + "x-ms-ratelimit-remaining-subscription-reads": "11963", + "x-ms-request-id": "0da9cbdf-0a79-4011-a575-1b0940a1044c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T023634Z:5008f424-9e2e-44c2-b1c1-08de8ed5e0f2" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2b7e64ac-4edd-464e-b9d5-8d2de8b123f4?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "9e4a3ed52f4ed484cf91d57ac42b0e72", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 02:36:34 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2b7e64ac-4edd-464e-b9d5-8d2de8b123f4?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "9e4a3ed52f4ed484cf91d57ac42b0e72", + "x-ms-correlation-request-id": "9c71af6a-fb33-4fc6-afb0-bc646ced9089", + "x-ms-ratelimit-remaining-subscription-reads": "11962", + "x-ms-request-id": "d63fe523-eab9-4b08-b84e-cbe296e46687", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T023634Z:9c71af6a-fb33-4fc6-afb0-bc646ced9089" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2b7e64ac-4edd-464e-b9d5-8d2de8b123f4?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "114f0aa41b035e33caf85c909d0da8c3", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 02:36:34 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2b7e64ac-4edd-464e-b9d5-8d2de8b123f4?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "114f0aa41b035e33caf85c909d0da8c3", + "x-ms-correlation-request-id": "331b8f39-766a-4f86-a570-94faa5f3b7f5", + "x-ms-ratelimit-remaining-subscription-reads": "11961", + "x-ms-request-id": "7f857e93-8626-494c-bd39-a015bfea0d6d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T023634Z:331b8f39-766a-4f86-a570-94faa5f3b7f5" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2b7e64ac-4edd-464e-b9d5-8d2de8b123f4?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "ac9c7dff4638ccbc518f7a1bf93fb743", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 02:36:34 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2b7e64ac-4edd-464e-b9d5-8d2de8b123f4?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ac9c7dff4638ccbc518f7a1bf93fb743", + "x-ms-correlation-request-id": "4084704d-86ca-4e4f-9cfe-6501280647da", + "x-ms-ratelimit-remaining-subscription-reads": "11960", + "x-ms-request-id": "eec7954b-0e88-4f3d-9637-7b8bf9ab3942", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T023635Z:4084704d-86ca-4e4f-9cfe-6501280647da" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2b7e64ac-4edd-464e-b9d5-8d2de8b123f4?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "e08880e0035db9820bebd356d2f437c2", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 02:36:35 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2b7e64ac-4edd-464e-b9d5-8d2de8b123f4?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e08880e0035db9820bebd356d2f437c2", + "x-ms-correlation-request-id": "b563fd9b-44bf-46fa-a724-24f443b4d527", + "x-ms-ratelimit-remaining-subscription-reads": "11959", + "x-ms-request-id": "699828bc-b700-462f-9148-56a8de59a448", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T023635Z:b563fd9b-44bf-46fa-a724-24f443b4d527" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2b7e64ac-4edd-464e-b9d5-8d2de8b123f4?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "467a11e9618f5e3a4e82bf73a117658a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 02:36:35 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2b7e64ac-4edd-464e-b9d5-8d2de8b123f4?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "467a11e9618f5e3a4e82bf73a117658a", + "x-ms-correlation-request-id": "3d5cf4e0-812a-4c11-b771-24ae85978b96", + "x-ms-ratelimit-remaining-subscription-reads": "11958", + "x-ms-request-id": "58df95e9-7885-44d2-8cad-0d2120b95a4e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T023635Z:3d5cf4e0-812a-4c11-b771-24ae85978b96" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2b7e64ac-4edd-464e-b9d5-8d2de8b123f4?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "1cb01841c785fc66fae2a14c7266f95d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 02:36:35 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2b7e64ac-4edd-464e-b9d5-8d2de8b123f4?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1cb01841c785fc66fae2a14c7266f95d", + "x-ms-correlation-request-id": "347ecb4f-fe55-4396-a20a-472d381a9644", + "x-ms-ratelimit-remaining-subscription-reads": "11957", + "x-ms-request-id": "043d1071-52ab-467b-a9f9-e6fe00c1a48d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T023636Z:347ecb4f-fe55-4396-a20a-472d381a9644" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2b7e64ac-4edd-464e-b9d5-8d2de8b123f4?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "e732b75870c47fb4462992da430f17f4", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 02:36:36 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2b7e64ac-4edd-464e-b9d5-8d2de8b123f4?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e732b75870c47fb4462992da430f17f4", + "x-ms-correlation-request-id": "9be5db57-ef6a-4702-9401-bc7a9ac0c6cc", + "x-ms-ratelimit-remaining-subscription-reads": "11956", + "x-ms-request-id": "f4079b28-3fdf-48fb-8bb9-695828a58c94", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T023636Z:9be5db57-ef6a-4702-9401-bc7a9ac0c6cc" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2b7e64ac-4edd-464e-b9d5-8d2de8b123f4?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "ba1448851b43213cab7e4cadbfedebe8", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 02:36:36 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2b7e64ac-4edd-464e-b9d5-8d2de8b123f4?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ba1448851b43213cab7e4cadbfedebe8", + "x-ms-correlation-request-id": "d9092efe-0c2e-4470-88b5-a000c2bc3fa0", + "x-ms-ratelimit-remaining-subscription-reads": "11955", + "x-ms-request-id": "927a4e65-2b35-4692-8f37-db4ad50e52e7", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T023636Z:d9092efe-0c2e-4470-88b5-a000c2bc3fa0" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2b7e64ac-4edd-464e-b9d5-8d2de8b123f4?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "e91b62887ee4d0c66431d65b358bb8eb", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 02:36:36 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2b7e64ac-4edd-464e-b9d5-8d2de8b123f4?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e91b62887ee4d0c66431d65b358bb8eb", + "x-ms-correlation-request-id": "38bcb266-7cb6-4114-8cc8-074deaf86362", + "x-ms-ratelimit-remaining-subscription-reads": "11954", + "x-ms-request-id": "3bb2925f-afb9-434a-9d14-62438e5cf717", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T023636Z:38bcb266-7cb6-4114-8cc8-074deaf86362" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2b7e64ac-4edd-464e-b9d5-8d2de8b123f4?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "29c6adca3f513d197a113c462406bf58", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 02:36:36 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2b7e64ac-4edd-464e-b9d5-8d2de8b123f4?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "29c6adca3f513d197a113c462406bf58", + "x-ms-correlation-request-id": "e2fd9b86-683c-4855-a5ea-2b6fc432a32c", + "x-ms-ratelimit-remaining-subscription-reads": "11953", + "x-ms-request-id": "de8161cb-1897-476d-9141-05c80c2c84e1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T023637Z:e2fd9b86-683c-4855-a5ea-2b6fc432a32c" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2b7e64ac-4edd-464e-b9d5-8d2de8b123f4?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "e051a93e2ef4070f8244551244e1eb1f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 02:36:37 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2b7e64ac-4edd-464e-b9d5-8d2de8b123f4?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e051a93e2ef4070f8244551244e1eb1f", + "x-ms-correlation-request-id": "219842eb-496d-4f1e-8896-bf1391fd157a", + "x-ms-ratelimit-remaining-subscription-reads": "11952", + "x-ms-request-id": "7966de3e-79cc-4463-87bf-11c343db3af3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T023637Z:219842eb-496d-4f1e-8896-bf1391fd157a" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2b7e64ac-4edd-464e-b9d5-8d2de8b123f4?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "12e261c5c127499749de6ed34180ac5d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 02:36:37 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2b7e64ac-4edd-464e-b9d5-8d2de8b123f4?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "12e261c5c127499749de6ed34180ac5d", + "x-ms-correlation-request-id": "7afc165f-6375-4474-84ca-16052669003b", + "x-ms-ratelimit-remaining-subscription-reads": "11951", + "x-ms-request-id": "12ed4548-8c34-4477-a46f-ac9872aab826", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T023637Z:7afc165f-6375-4474-84ca-16052669003b" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2b7e64ac-4edd-464e-b9d5-8d2de8b123f4?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "8c1c7e71d8399cf69dbfa70de906f899", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 02:36:37 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2b7e64ac-4edd-464e-b9d5-8d2de8b123f4?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "8c1c7e71d8399cf69dbfa70de906f899", + "x-ms-correlation-request-id": "0c279c3f-f9dd-4dde-83ef-ea606765c44c", + "x-ms-ratelimit-remaining-subscription-reads": "11950", + "x-ms-request-id": "36be1f9d-a2b4-4753-af2b-d480ac9353d0", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T023638Z:0c279c3f-f9dd-4dde-83ef-ea606765c44c" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2b7e64ac-4edd-464e-b9d5-8d2de8b123f4?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "c3801c26ac247c3012089716bf3cc502", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 02:36:38 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2b7e64ac-4edd-464e-b9d5-8d2de8b123f4?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c3801c26ac247c3012089716bf3cc502", + "x-ms-correlation-request-id": "f004fa59-5d87-4047-803b-5e7ae5fb729c", + "x-ms-ratelimit-remaining-subscription-reads": "11949", + "x-ms-request-id": "53c5f208-4181-4041-b0fb-7813a71382a3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T023638Z:f004fa59-5d87-4047-803b-5e7ae5fb729c" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2b7e64ac-4edd-464e-b9d5-8d2de8b123f4?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "c6a1f8985ec4ede66a4674681a8a5f42", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 02:36:38 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2b7e64ac-4edd-464e-b9d5-8d2de8b123f4?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c6a1f8985ec4ede66a4674681a8a5f42", + "x-ms-correlation-request-id": "eabafc7f-a88b-46f7-8449-4ab4ebd9506a", + "x-ms-ratelimit-remaining-subscription-reads": "11948", + "x-ms-request-id": "093f6dda-6584-4ca5-a44e-e8d9cb63cba4", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T023638Z:eabafc7f-a88b-46f7-8449-4ab4ebd9506a" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2b7e64ac-4edd-464e-b9d5-8d2de8b123f4?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "25add5e5e800c4394da07a3140e0dd61", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 02:36:38 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2b7e64ac-4edd-464e-b9d5-8d2de8b123f4?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "25add5e5e800c4394da07a3140e0dd61", + "x-ms-correlation-request-id": "42a4bed8-4ede-498b-81ba-df3b357958fe", + "x-ms-ratelimit-remaining-subscription-reads": "11947", + "x-ms-request-id": "663460e4-d1cb-4251-afc8-9a8e11a93b46", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T023639Z:42a4bed8-4ede-498b-81ba-df3b357958fe" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2b7e64ac-4edd-464e-b9d5-8d2de8b123f4?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "f174a4f93165c7d4369258de37c86287", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 02:36:39 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2b7e64ac-4edd-464e-b9d5-8d2de8b123f4?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f174a4f93165c7d4369258de37c86287", + "x-ms-correlation-request-id": "1e392d93-5663-402c-bb88-046053c85cd0", + "x-ms-ratelimit-remaining-subscription-reads": "11946", + "x-ms-request-id": "b462aaa2-efde-49fe-bd35-581d8fd29f7c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T023639Z:1e392d93-5663-402c-bb88-046053c85cd0" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2b7e64ac-4edd-464e-b9d5-8d2de8b123f4?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "e93055a9a08faf02bfdc7924e4b4ad8a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 02:36:39 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2b7e64ac-4edd-464e-b9d5-8d2de8b123f4?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e93055a9a08faf02bfdc7924e4b4ad8a", + "x-ms-correlation-request-id": "16b9ac15-14d9-461b-9fb5-9474d93b3c54", + "x-ms-ratelimit-remaining-subscription-reads": "11945", + "x-ms-request-id": "b719ea10-ecd2-4380-9692-b9839d4cfd14", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T023639Z:16b9ac15-14d9-461b-9fb5-9474d93b3c54" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2b7e64ac-4edd-464e-b9d5-8d2de8b123f4?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "766e13686d15b3dc01e6ef6d905a8c84", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1346", + "Content-Type": "application/json", + "Date": "Thu, 18 Nov 2021 02:36:39 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "766e13686d15b3dc01e6ef6d905a8c84", + "x-ms-correlation-request-id": "2a690f2b-1473-4356-ad86-139cd2f725e1", + "x-ms-ratelimit-remaining-subscription-reads": "11944", + "x-ms-request-id": "d4383d75-b522-459e-a1c8-5e3ec40b4164", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T023640Z:2a690f2b-1473-4356-ad86-139cd2f725e1" + }, + "ResponseBody": { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "Storage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-5248/providers/Microsoft.Storage/storageAccounts/teststoragemgmt1946", + "name": "teststoragemgmt1946", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-11-18T02:36:22.7463092Z", + "key2": "2021-11-18T02:36:22.7463092Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-18T02:36:22.7463092Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-18T02:36:22.7463092Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "provisioningState": "Succeeded", + "creationTime": "2021-11-18T02:36:22.6213302Z", + "primaryEndpoints": { + "blob": "https://teststoragemgmt1946.blob.core.windows.net/", + "queue": "https://teststoragemgmt1946.queue.core.windows.net/", + "table": "https://teststoragemgmt1946.table.core.windows.net/", + "file": "https://teststoragemgmt1946.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-5248/providers/Microsoft.Storage/storageAccounts/teststoragemgmt1946/blobServices/default?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211118.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "eb88f23df3af59d1a2c53289b8b0e281", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "381", + "Content-Type": "application/json", + "Date": "Thu, 18 Nov 2021 02:36:40 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "eb88f23df3af59d1a2c53289b8b0e281", + "x-ms-correlation-request-id": "53c0814b-4cb6-42be-9718-36b14aa3721e", + "x-ms-ratelimit-remaining-subscription-reads": "11943", + "x-ms-request-id": "ff20601a-32bb-4d7a-8b06-5e33a10a7b6f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T023640Z:53c0814b-4cb6-42be-9718-36b14aa3721e" + }, + "ResponseBody": { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-5248/providers/Microsoft.Storage/storageAccounts/teststoragemgmt1946/blobServices/default", + "name": "default", + "type": "Microsoft.Storage/storageAccounts/blobServices", + "properties": { + "cors": { + "corsRules": [] + }, + "deleteRetentionPolicy": { + "enabled": false + } + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-5248/providers/Microsoft.Storage/storageAccounts/teststoragemgmt1946?api-version=2021-04-01", + "RequestMethod": "PATCH", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "36", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211118.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "2475cee4ec593b72787ce8a9b0941f64", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "kind": "StorageV2", + "properties": {} + }, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1487", + "Content-Type": "application/json", + "Date": "Thu, 18 Nov 2021 02:36:43 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "2475cee4ec593b72787ce8a9b0941f64", + "x-ms-correlation-request-id": "d0cc03a7-1be3-4374-ba19-391f5c33c696", + "x-ms-ratelimit-remaining-subscription-writes": "1197", + "x-ms-request-id": "80e4f89a-05f2-4ae9-af7c-fbfcec75b248", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T023643Z:d0cc03a7-1be3-4374-ba19-391f5c33c696" + }, + "ResponseBody": { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "StorageV2", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-5248/providers/Microsoft.Storage/storageAccounts/teststoragemgmt1946", + "name": "teststoragemgmt1946", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-11-18T02:36:22.7463092Z", + "key2": "2021-11-18T02:36:22.7463092Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-18T02:36:22.7463092Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-18T02:36:22.7463092Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "accessTier": "Hot", + "provisioningState": "Succeeded", + "creationTime": "2021-11-18T02:36:22.6213302Z", + "primaryEndpoints": { + "dfs": "https://teststoragemgmt1946.dfs.core.windows.net/", + "web": "https://teststoragemgmt1946.z20.web.core.windows.net/", + "blob": "https://teststoragemgmt1946.blob.core.windows.net/", + "queue": "https://teststoragemgmt1946.queue.core.windows.net/", + "table": "https://teststoragemgmt1946.table.core.windows.net/", + "file": "https://teststoragemgmt1946.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-5248/providers/Microsoft.Storage/storageAccounts/teststoragemgmt1946/blobServices/default?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211118.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "f2e6f44fc22c75da4115d4503b53fb50", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "381", + "Content-Type": "application/json", + "Date": "Thu, 18 Nov 2021 02:36:43 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f2e6f44fc22c75da4115d4503b53fb50", + "x-ms-correlation-request-id": "7a2d1c46-3dfc-4fc6-bab8-3c30a9841834", + "x-ms-ratelimit-remaining-subscription-reads": "11942", + "x-ms-request-id": "a752ab30-eb4d-4e5f-bef8-c7e2a8a5e067", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T023643Z:7a2d1c46-3dfc-4fc6-bab8-3c30a9841834" + }, + "ResponseBody": { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-5248/providers/Microsoft.Storage/storageAccounts/teststoragemgmt1946/blobServices/default", + "name": "default", + "type": "Microsoft.Storage/storageAccounts/blobServices", + "properties": { + "cors": { + "corsRules": [] + }, + "deleteRetentionPolicy": { + "enabled": false + } + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-5248/providers/Microsoft.Storage/storageAccounts/teststoragemgmt1946/blobServices/default/containers/testblob7575?api-version=2021-04-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "17", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211118.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "e5c1896d2a687f514c72330b28a80da6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "properties": {} + }, + "StatusCode": 201, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "401", + "Content-Type": "application/json", + "Date": "Thu, 18 Nov 2021 02:36:44 GMT", + "ETag": "\u00220x8D9AA3C42A3F3D1\u0022", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e5c1896d2a687f514c72330b28a80da6", + "x-ms-correlation-request-id": "2156a34b-c313-4dfc-8262-1c473ed3a37f", + "x-ms-ratelimit-remaining-subscription-writes": "1196", + "x-ms-request-id": "960bbc6f-5b54-46a1-9c3b-42630a65ac47", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T023644Z:2156a34b-c313-4dfc-8262-1c473ed3a37f" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-5248/providers/Microsoft.Storage/storageAccounts/teststoragemgmt1946/blobServices/default/containers/testblob7575", + "name": "testblob7575", + "type": "Microsoft.Storage/storageAccounts/blobServices/containers", + "properties": { + "deleted": false, + "remainingRetentionDays": 0, + "hasImmutabilityPolicy": false, + "hasLegalHold": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-5248/providers/Microsoft.Storage/storageAccounts/teststoragemgmt1946/blobServices/default/containers/testblob7575/immutabilityPolicies/default?api-version=2021-04-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "58", + "Content-Type": "application/json", + "If-Match": "", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211118.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "c9c339cd54f0f42200e2441822ff2581", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "properties": { + "immutabilityPeriodSinceCreationInDays": 3 + } + }, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "442", + "Content-Type": "application/json", + "Date": "Thu, 18 Nov 2021 02:36:45 GMT", + "ETag": "\u00228d9aa3c436f2529\u0022", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c9c339cd54f0f42200e2441822ff2581", + "x-ms-correlation-request-id": "2d85416e-7cfe-447c-97c6-cce55b48ae8a", + "x-ms-ratelimit-remaining-subscription-writes": "1195", + "x-ms-request-id": "53dbf5e4-8675-46a6-a10e-1d28dfb0bc9b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T023645Z:2d85416e-7cfe-447c-97c6-cce55b48ae8a" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-5248/providers/Microsoft.Storage/storageAccounts/teststoragemgmt1946/blobServices/default/containers/testblob7575/immutabilityPolicies/default", + "name": "default", + "type": "Microsoft.Storage/storageAccounts/blobServices/containers/immutabilityPolicies", + "etag": "\u00228d9aa3c436f2529\u0022", + "properties": { + "immutabilityPeriodSinceCreationInDays": 3, + "state": "Unlocked" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-5248/providers/Microsoft.Storage/storageAccounts/teststoragemgmt1946/blobServices/default/containers/testblob7575/immutabilityPolicies/default/lock?api-version=2021-04-01", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "If-Match": "\u00228d9aa3c436f2529\u0022", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211118.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "0b43a5977f5dcae79472df4fa669196d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "440", + "Content-Type": "application/json", + "Date": "Thu, 18 Nov 2021 02:36:45 GMT", + "ETag": "\u00228d9aa3c43af852e\u0022", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "0b43a5977f5dcae79472df4fa669196d", + "x-ms-correlation-request-id": "b1044c95-b645-43ad-afbf-2c77d4f4ce62", + "x-ms-ratelimit-remaining-subscription-writes": "1199", + "x-ms-request-id": "262a25de-e47c-4bba-ba0a-69c1069ed7f8", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T023646Z:b1044c95-b645-43ad-afbf-2c77d4f4ce62" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-5248/providers/Microsoft.Storage/storageAccounts/teststoragemgmt1946/blobServices/default/containers/testblob7575/immutabilityPolicies/default", + "name": "default", + "type": "Microsoft.Storage/storageAccounts/blobServices/containers/immutabilityPolicies", + "etag": "\u00228d9aa3c43af852e\u0022", + "properties": { + "immutabilityPeriodSinceCreationInDays": 3, + "state": "Locked" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-5248/providers/Microsoft.Storage/storageAccounts/teststoragemgmt1946/blobServices/default/containers/testblob7575/immutabilityPolicies/default/extend?api-version=2021-04-01", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "60", + "Content-Type": "application/json", + "If-Match": "\u00228d9aa3c43af852e\u0022", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211118.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "196eaac68737181366cde586e6395d4d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "properties": { + "immutabilityPeriodSinceCreationInDays": 100 + } + }, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "442", + "Content-Type": "application/json", + "Date": "Thu, 18 Nov 2021 02:36:46 GMT", + "ETag": "\u00228d9aa3c4413a8d5\u0022", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "196eaac68737181366cde586e6395d4d", + "x-ms-correlation-request-id": "8985cfff-317c-4a88-af16-552e10b7fdb4", + "x-ms-ratelimit-remaining-subscription-writes": "1198", + "x-ms-request-id": "7e7349bf-aaae-4084-b7f6-c5c10a1b05f6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T023646Z:8985cfff-317c-4a88-af16-552e10b7fdb4" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-5248/providers/Microsoft.Storage/storageAccounts/teststoragemgmt1946/blobServices/default/containers/testblob7575/immutabilityPolicies/default", + "name": "default", + "type": "Microsoft.Storage/storageAccounts/blobServices/containers/immutabilityPolicies", + "etag": "\u00228d9aa3c4413a8d5\u0022", + "properties": { + "immutabilityPeriodSinceCreationInDays": 100, + "state": "Locked" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-5248/providers/Microsoft.Storage/storageAccounts/teststoragemgmt1946/blobServices/default/containers/testblob7575?api-version=2021-04-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211118.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "8374b24d02644e4852f9357d74d24d96", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 02:36:46 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "8374b24d02644e4852f9357d74d24d96", + "x-ms-correlation-request-id": "488d1693-b2c7-4688-b448-6a19b0460aba", + "x-ms-ratelimit-remaining-subscription-deletes": "14999", + "x-ms-request-id": "d56e759c-55ff-43f9-9aa5-5b60d63e6cf9", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T023647Z:488d1693-b2c7-4688-b448-6a19b0460aba" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-5248/providers/Microsoft.Storage/storageAccounts?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211118.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "7851d6c80c911049912aa4909960e35a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1499", + "Content-Type": "application/json", + "Date": "Thu, 18 Nov 2021 02:36:47 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "7851d6c80c911049912aa4909960e35a", + "x-ms-correlation-request-id": "501df20c-b758-4460-bea4-0a64708e3778", + "x-ms-ratelimit-remaining-subscription-reads": "11941", + "x-ms-request-id": "c5e0ed21-c84f-4996-b313-64cfe6a196c3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T023647Z:501df20c-b758-4460-bea4-0a64708e3778" + }, + "ResponseBody": { + "value": [ + { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "StorageV2", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-5248/providers/Microsoft.Storage/storageAccounts/teststoragemgmt1946", + "name": "teststoragemgmt1946", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-11-18T02:36:22.7463092Z", + "key2": "2021-11-18T02:36:22.7463092Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-18T02:36:22.7463092Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-18T02:36:22.7463092Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "accessTier": "Hot", + "provisioningState": "Succeeded", + "creationTime": "2021-11-18T02:36:22.6213302Z", + "primaryEndpoints": { + "dfs": "https://teststoragemgmt1946.dfs.core.windows.net/", + "web": "https://teststoragemgmt1946.z20.web.core.windows.net/", + "blob": "https://teststoragemgmt1946.blob.core.windows.net/", + "queue": "https://teststoragemgmt1946.queue.core.windows.net/", + "table": "https://teststoragemgmt1946.table.core.windows.net/", + "file": "https://teststoragemgmt1946.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + } + ] + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-5248/providers/Microsoft.Storage/storageAccounts/teststoragemgmt1946?api-version=2021-04-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211118.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "f402921496f5c409611fc63d5296a494", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 02:36:53 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f402921496f5c409611fc63d5296a494", + "x-ms-correlation-request-id": "b1baded3-c195-462f-9b83-e76ceb6ea249", + "x-ms-ratelimit-remaining-subscription-deletes": "14998", + "x-ms-request-id": "582d80b2-d207-4f54-8b0e-8d90eca15d74", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T023654Z:b1baded3-c195-462f-9b83-e76ceb6ea249" + }, + "ResponseBody": [] + } + ], + "Variables": { + "RandomSeed": "1818508989", + "RESOURCE_MANAGER_URL": null, + "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" + } +} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobContainerTests/ExtendImmutabilityPolicyAsync.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobContainerTests/ExtendImmutabilityPolicyAsync.json new file mode 100644 index 0000000000000..5c0d48905b2c1 --- /dev/null +++ b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobContainerTests/ExtendImmutabilityPolicyAsync.json @@ -0,0 +1,2332 @@ +{ + "Entries": [ + { + "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-d9cd1daff4f28148ba9d8edc75d7ff91-7f703d41caa50b41-00", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "9a9679b718869651df5f35e371039626", + "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, 18 Nov 2021 02:37:03 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "09d22d62-f4a1-411a-99eb-bac585366bed", + "x-ms-ratelimit-remaining-subscription-reads": "11938", + "x-ms-request-id": "09d22d62-f4a1-411a-99eb-bac585366bed", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T023704Z:09d22d62-f4a1-411a-99eb-bac585366bed" + }, + "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/teststorageRG-7790?api-version=2019-10-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "44", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "b6682b1f40e162ebafd4682d9b6d5e26", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "location": "eastus2", + "tags": { + "test": "env" + } + }, + "StatusCode": 201, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "256", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 18 Nov 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": "7fa1028f-b8b8-458b-99ee-e08cc2ea8795", + "x-ms-ratelimit-remaining-subscription-writes": "1194", + "x-ms-request-id": "7fa1028f-b8b8-458b-99ee-e08cc2ea8795", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T023704Z:7fa1028f-b8b8-458b-99ee-e08cc2ea8795" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-7790", + "name": "teststorageRG-7790", + "type": "Microsoft.Resources/resourceGroups", + "location": "eastus2", + "tags": { + "test": "env" + }, + "properties": { + "provisioningState": "Succeeded" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/checkNameAvailability?api-version=2021-04-01", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "73", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211118.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "484bd59eca5a78da29f70095171b43e7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "name": "teststoragemgmt7460", + "type": "Microsoft.Storage/storageAccounts" + }, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "22", + "Content-Type": "application/json", + "Date": "Thu, 18 Nov 2021 02:37:05 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "484bd59eca5a78da29f70095171b43e7", + "x-ms-correlation-request-id": "e56f04c2-1ca9-49cc-a63b-07723b9c4305", + "x-ms-ratelimit-remaining-subscription-reads": "11937", + "x-ms-request-id": "e85ccd61-536c-4808-87f0-945ddfb1eb95", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T023705Z:e56f04c2-1ca9-49cc-a63b-07723b9c4305" + }, + "ResponseBody": { + "nameAvailable": true + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-7790/providers/Microsoft.Storage/storageAccounts/teststoragemgmt7460?api-version=2021-04-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "126", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211118.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "28383f13d6dbaa3937d644e96943f1d7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "sku": { + "name": "Standard_GRS" + }, + "kind": "Storage", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": {} + }, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 02:37:09 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d033872d-1f10-46ef-beac-e173b3946b88?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "28383f13d6dbaa3937d644e96943f1d7", + "x-ms-correlation-request-id": "0af64eb0-e6ed-461c-91bd-6faec2777d67", + "x-ms-ratelimit-remaining-subscription-writes": "1193", + "x-ms-request-id": "d033872d-1f10-46ef-beac-e173b3946b88", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T023709Z:0af64eb0-e6ed-461c-91bd-6faec2777d67" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d033872d-1f10-46ef-beac-e173b3946b88?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "2d884524fd25c79f9ba1108386f10fe5", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 02:37:09 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d033872d-1f10-46ef-beac-e173b3946b88?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "2d884524fd25c79f9ba1108386f10fe5", + "x-ms-correlation-request-id": "1715463c-c9f4-4ed2-875e-8e9d51f13396", + "x-ms-ratelimit-remaining-subscription-reads": "11936", + "x-ms-request-id": "ff3dc332-d93e-4aec-8497-acd945af274e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T023710Z:1715463c-c9f4-4ed2-875e-8e9d51f13396" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d033872d-1f10-46ef-beac-e173b3946b88?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "20d8290682b5710c7bd79a9d1ef1bf6a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 02:37:09 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d033872d-1f10-46ef-beac-e173b3946b88?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "20d8290682b5710c7bd79a9d1ef1bf6a", + "x-ms-correlation-request-id": "da11c0da-0925-4e18-8dd6-4e917b5b6434", + "x-ms-ratelimit-remaining-subscription-reads": "11935", + "x-ms-request-id": "35743d71-6484-4aa4-ab91-8c9fc53f125f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T023710Z:da11c0da-0925-4e18-8dd6-4e917b5b6434" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d033872d-1f10-46ef-beac-e173b3946b88?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "23c48a3ec4bbbfb1579d24399141db9d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 02:37:10 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d033872d-1f10-46ef-beac-e173b3946b88?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "23c48a3ec4bbbfb1579d24399141db9d", + "x-ms-correlation-request-id": "2d0be844-6b63-4349-80ef-f6bcb0156ad8", + "x-ms-ratelimit-remaining-subscription-reads": "11934", + "x-ms-request-id": "41513570-7799-47db-8180-5fff3c1b0376", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T023710Z:2d0be844-6b63-4349-80ef-f6bcb0156ad8" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d033872d-1f10-46ef-beac-e173b3946b88?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "c141d22e77f5a1033816b24e6302a9aa", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 02:37:10 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d033872d-1f10-46ef-beac-e173b3946b88?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c141d22e77f5a1033816b24e6302a9aa", + "x-ms-correlation-request-id": "fcb8a6b2-e8fb-4462-852a-4456cbdaedd9", + "x-ms-ratelimit-remaining-subscription-reads": "11933", + "x-ms-request-id": "f91462de-fad4-4e47-8437-cb36906416f3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T023711Z:fcb8a6b2-e8fb-4462-852a-4456cbdaedd9" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d033872d-1f10-46ef-beac-e173b3946b88?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "fb45a6e1eb2c412a7718c9175ed2e039", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 02:37:10 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d033872d-1f10-46ef-beac-e173b3946b88?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "fb45a6e1eb2c412a7718c9175ed2e039", + "x-ms-correlation-request-id": "9a7157ed-8b71-49df-8ed3-b2a794653aa2", + "x-ms-ratelimit-remaining-subscription-reads": "11932", + "x-ms-request-id": "629fe82c-e645-424b-832b-6d570044ed56", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T023711Z:9a7157ed-8b71-49df-8ed3-b2a794653aa2" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d033872d-1f10-46ef-beac-e173b3946b88?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "4b6ffdfbfeafc6748722eba512635b55", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 02:37:11 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d033872d-1f10-46ef-beac-e173b3946b88?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4b6ffdfbfeafc6748722eba512635b55", + "x-ms-correlation-request-id": "fa68ad1f-3e71-4881-a05c-23d6fd020700", + "x-ms-ratelimit-remaining-subscription-reads": "11931", + "x-ms-request-id": "868eb7a6-0677-48a2-8488-de12d6a090cc", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T023711Z:fa68ad1f-3e71-4881-a05c-23d6fd020700" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d033872d-1f10-46ef-beac-e173b3946b88?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "ea5879f4e0fc4270a80049dcaeeb4366", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 02:37:11 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d033872d-1f10-46ef-beac-e173b3946b88?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ea5879f4e0fc4270a80049dcaeeb4366", + "x-ms-correlation-request-id": "b54b09cb-3a21-487a-99f0-63fc8e099417", + "x-ms-ratelimit-remaining-subscription-reads": "11930", + "x-ms-request-id": "d45914f9-7ea1-424a-897e-01bba84fa2da", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T023712Z:b54b09cb-3a21-487a-99f0-63fc8e099417" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d033872d-1f10-46ef-beac-e173b3946b88?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "655278365d92e3fb327e730a00842f14", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 02:37:11 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d033872d-1f10-46ef-beac-e173b3946b88?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "655278365d92e3fb327e730a00842f14", + "x-ms-correlation-request-id": "2ae746ef-1a6c-4313-8314-f3f944cf253d", + "x-ms-ratelimit-remaining-subscription-reads": "11929", + "x-ms-request-id": "c495b17a-b839-432f-bbcb-5c3898705bfb", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T023712Z:2ae746ef-1a6c-4313-8314-f3f944cf253d" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d033872d-1f10-46ef-beac-e173b3946b88?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "e42373bdf67a1b3d8d2ca3afb498179b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 02:37:12 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d033872d-1f10-46ef-beac-e173b3946b88?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e42373bdf67a1b3d8d2ca3afb498179b", + "x-ms-correlation-request-id": "118d0608-2925-45a4-9ee2-18113dcc8f75", + "x-ms-ratelimit-remaining-subscription-reads": "11928", + "x-ms-request-id": "4979055c-771f-4596-8063-72560bc8dd9d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T023712Z:118d0608-2925-45a4-9ee2-18113dcc8f75" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d033872d-1f10-46ef-beac-e173b3946b88?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "996f85dff51096c27e74b87d6c664223", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 02:37:12 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d033872d-1f10-46ef-beac-e173b3946b88?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "996f85dff51096c27e74b87d6c664223", + "x-ms-correlation-request-id": "d1638a49-77a1-4005-9dda-ab03c4eca391", + "x-ms-ratelimit-remaining-subscription-reads": "11927", + "x-ms-request-id": "111d60fc-1c4c-41cd-8d49-63856b331e5c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T023712Z:d1638a49-77a1-4005-9dda-ab03c4eca391" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d033872d-1f10-46ef-beac-e173b3946b88?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "3a1f35d05fc83feb3b37d866b94c2f99", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 02:37:12 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d033872d-1f10-46ef-beac-e173b3946b88?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "3a1f35d05fc83feb3b37d866b94c2f99", + "x-ms-correlation-request-id": "abd00cc5-86d1-46ee-8113-ce83a14fd7af", + "x-ms-ratelimit-remaining-subscription-reads": "11926", + "x-ms-request-id": "9e2cbcc8-f508-4e80-8c4c-d354c53ec01b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T023713Z:abd00cc5-86d1-46ee-8113-ce83a14fd7af" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d033872d-1f10-46ef-beac-e173b3946b88?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "7b2bd7669615c703b18c65063dbfae27", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 02:37:12 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d033872d-1f10-46ef-beac-e173b3946b88?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "7b2bd7669615c703b18c65063dbfae27", + "x-ms-correlation-request-id": "415dfafb-d88a-4d6e-88a6-b2c2f90337e6", + "x-ms-ratelimit-remaining-subscription-reads": "11925", + "x-ms-request-id": "3b40158c-78cb-4622-9957-f078641e311c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T023713Z:415dfafb-d88a-4d6e-88a6-b2c2f90337e6" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d033872d-1f10-46ef-beac-e173b3946b88?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "7ede80eadc787fd3992f5dd91d5cdc32", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 02:37:13 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d033872d-1f10-46ef-beac-e173b3946b88?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "7ede80eadc787fd3992f5dd91d5cdc32", + "x-ms-correlation-request-id": "9575dd7a-88dc-41bf-833b-566a8231b45d", + "x-ms-ratelimit-remaining-subscription-reads": "11924", + "x-ms-request-id": "f662fe8d-1acd-4540-a26a-ac11ca129a13", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T023713Z:9575dd7a-88dc-41bf-833b-566a8231b45d" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d033872d-1f10-46ef-beac-e173b3946b88?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "94171e44c63a390d3158893bf9e5027c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 02:37:13 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d033872d-1f10-46ef-beac-e173b3946b88?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "94171e44c63a390d3158893bf9e5027c", + "x-ms-correlation-request-id": "0ab522ea-7f1b-48cc-bd7b-34cc93878c7e", + "x-ms-ratelimit-remaining-subscription-reads": "11923", + "x-ms-request-id": "1539ee21-b762-4f30-816e-df09226a3ef1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T023714Z:0ab522ea-7f1b-48cc-bd7b-34cc93878c7e" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d033872d-1f10-46ef-beac-e173b3946b88?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "397bb188b06d892104abe1e6382aa955", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 02:37:13 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d033872d-1f10-46ef-beac-e173b3946b88?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "397bb188b06d892104abe1e6382aa955", + "x-ms-correlation-request-id": "51ea0f0a-bf72-4555-a719-a51ee1d55833", + "x-ms-ratelimit-remaining-subscription-reads": "11922", + "x-ms-request-id": "b37fe8cb-3b3e-447f-aa91-51667bea7a8f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T023714Z:51ea0f0a-bf72-4555-a719-a51ee1d55833" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d033872d-1f10-46ef-beac-e173b3946b88?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "1fc133af1aa824ec72a44d20539786b4", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 02:37:14 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d033872d-1f10-46ef-beac-e173b3946b88?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1fc133af1aa824ec72a44d20539786b4", + "x-ms-correlation-request-id": "0868ebee-43a1-40c8-8928-9d59007714d9", + "x-ms-ratelimit-remaining-subscription-reads": "11921", + "x-ms-request-id": "31ec5af2-68c4-4b50-baef-37fec5ee7a30", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T023714Z:0868ebee-43a1-40c8-8928-9d59007714d9" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d033872d-1f10-46ef-beac-e173b3946b88?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "6b50e12ca3e094c4fd8d8f8fe4270107", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 02:37:14 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d033872d-1f10-46ef-beac-e173b3946b88?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6b50e12ca3e094c4fd8d8f8fe4270107", + "x-ms-correlation-request-id": "153c797a-49b4-4167-9fea-015ad471b107", + "x-ms-ratelimit-remaining-subscription-reads": "11920", + "x-ms-request-id": "c606a143-9c12-4261-9815-c7be13a6e2c2", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T023715Z:153c797a-49b4-4167-9fea-015ad471b107" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d033872d-1f10-46ef-beac-e173b3946b88?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "c68c34aee3246ed3c557c7c86300366d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 02:37:14 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d033872d-1f10-46ef-beac-e173b3946b88?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c68c34aee3246ed3c557c7c86300366d", + "x-ms-correlation-request-id": "affe655a-66ef-4be1-9d21-45541e5f32a5", + "x-ms-ratelimit-remaining-subscription-reads": "11919", + "x-ms-request-id": "225f936b-0086-4635-a667-1085af133fbf", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T023715Z:affe655a-66ef-4be1-9d21-45541e5f32a5" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d033872d-1f10-46ef-beac-e173b3946b88?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "57b92d253ed90b746e2d211b8a5d3f4a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 02:37:15 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d033872d-1f10-46ef-beac-e173b3946b88?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "57b92d253ed90b746e2d211b8a5d3f4a", + "x-ms-correlation-request-id": "db07b766-2725-410f-a059-3d64084bbec5", + "x-ms-ratelimit-remaining-subscription-reads": "11918", + "x-ms-request-id": "20fda49a-85c7-4ad4-8255-d9ebc8c37bd0", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T023715Z:db07b766-2725-410f-a059-3d64084bbec5" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d033872d-1f10-46ef-beac-e173b3946b88?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "1f7245a3c00a49900de2a688dcfc30fc", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 02:37:15 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d033872d-1f10-46ef-beac-e173b3946b88?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1f7245a3c00a49900de2a688dcfc30fc", + "x-ms-correlation-request-id": "367cec5f-38c0-44f2-bf67-578edf627ac4", + "x-ms-ratelimit-remaining-subscription-reads": "11917", + "x-ms-request-id": "1f5a45da-294c-481d-9b47-53755f5de464", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T023716Z:367cec5f-38c0-44f2-bf67-578edf627ac4" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d033872d-1f10-46ef-beac-e173b3946b88?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "b66a2256a96e6f2dbf8057f6c1b8e368", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 02:37:15 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d033872d-1f10-46ef-beac-e173b3946b88?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b66a2256a96e6f2dbf8057f6c1b8e368", + "x-ms-correlation-request-id": "b5dd2a09-900f-4cd1-a9f3-284e02ecae3a", + "x-ms-ratelimit-remaining-subscription-reads": "11916", + "x-ms-request-id": "6ad6be5c-e6c8-46e6-b481-3aa705345e3a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T023716Z:b5dd2a09-900f-4cd1-a9f3-284e02ecae3a" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d033872d-1f10-46ef-beac-e173b3946b88?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "1d247c18178e64629d6f49f798eb2f72", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 02:37:16 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d033872d-1f10-46ef-beac-e173b3946b88?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1d247c18178e64629d6f49f798eb2f72", + "x-ms-correlation-request-id": "9a693f1f-2295-456e-aef1-a3eec35b4fa7", + "x-ms-ratelimit-remaining-subscription-reads": "11915", + "x-ms-request-id": "d160525a-f376-47d8-9b5f-0c42e5cf4239", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T023716Z:9a693f1f-2295-456e-aef1-a3eec35b4fa7" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d033872d-1f10-46ef-beac-e173b3946b88?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "68c424fc88f2f9dc18025f8a68998855", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 02:37:16 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d033872d-1f10-46ef-beac-e173b3946b88?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "68c424fc88f2f9dc18025f8a68998855", + "x-ms-correlation-request-id": "70556777-f64b-4843-b83c-5d6783ee35f4", + "x-ms-ratelimit-remaining-subscription-reads": "11914", + "x-ms-request-id": "72976c32-1af8-4c8d-9257-bb53a1f7c111", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T023717Z:70556777-f64b-4843-b83c-5d6783ee35f4" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d033872d-1f10-46ef-beac-e173b3946b88?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "60703dfe12d73f6ebf0519fe6035d7d3", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 02:37:16 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d033872d-1f10-46ef-beac-e173b3946b88?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "60703dfe12d73f6ebf0519fe6035d7d3", + "x-ms-correlation-request-id": "61ee2234-01af-4495-a1f4-e722f82083ef", + "x-ms-ratelimit-remaining-subscription-reads": "11913", + "x-ms-request-id": "68ea4606-45e8-426e-8e03-c776c3daa71a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T023717Z:61ee2234-01af-4495-a1f4-e722f82083ef" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d033872d-1f10-46ef-beac-e173b3946b88?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "9cfae5507bf48f759f2b048cb7d8fc04", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 02:37:17 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d033872d-1f10-46ef-beac-e173b3946b88?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "9cfae5507bf48f759f2b048cb7d8fc04", + "x-ms-correlation-request-id": "9c66c5e9-89de-4188-b7f6-880659e8a3b7", + "x-ms-ratelimit-remaining-subscription-reads": "11912", + "x-ms-request-id": "273a4b18-ada8-4b3f-872b-b7a845ba9aff", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T023717Z:9c66c5e9-89de-4188-b7f6-880659e8a3b7" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d033872d-1f10-46ef-beac-e173b3946b88?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "5af9f3e7cf7aea9bb684a8ed6fdd99e3", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 02:37:17 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d033872d-1f10-46ef-beac-e173b3946b88?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5af9f3e7cf7aea9bb684a8ed6fdd99e3", + "x-ms-correlation-request-id": "f980c5bf-5f53-43f3-b91d-17678be0fbb6", + "x-ms-ratelimit-remaining-subscription-reads": "11911", + "x-ms-request-id": "ee3ea7c4-c3b0-4bbe-b688-969784c775e9", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T023717Z:f980c5bf-5f53-43f3-b91d-17678be0fbb6" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d033872d-1f10-46ef-beac-e173b3946b88?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "83398c2aeb9f8261c8e1c0ac0de188e7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 02:37:17 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d033872d-1f10-46ef-beac-e173b3946b88?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "83398c2aeb9f8261c8e1c0ac0de188e7", + "x-ms-correlation-request-id": "1693856d-2e0c-4d66-a190-6a3d246a12fd", + "x-ms-ratelimit-remaining-subscription-reads": "11910", + "x-ms-request-id": "8679e3c8-3018-46ff-ba74-a41c0c159a71", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T023718Z:1693856d-2e0c-4d66-a190-6a3d246a12fd" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d033872d-1f10-46ef-beac-e173b3946b88?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "6d1715087c3c81584a0fe66fd38720c2", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 02:37:17 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d033872d-1f10-46ef-beac-e173b3946b88?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6d1715087c3c81584a0fe66fd38720c2", + "x-ms-correlation-request-id": "454d1f99-b4ab-486b-bb0c-84fb613c96d8", + "x-ms-ratelimit-remaining-subscription-reads": "11909", + "x-ms-request-id": "4e7678ac-5b7a-4286-83a9-6e8a28138943", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T023718Z:454d1f99-b4ab-486b-bb0c-84fb613c96d8" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d033872d-1f10-46ef-beac-e173b3946b88?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "2b612191799efc64927692990eeedcd4", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 02:37:18 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d033872d-1f10-46ef-beac-e173b3946b88?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "2b612191799efc64927692990eeedcd4", + "x-ms-correlation-request-id": "06180002-b9fa-4f4b-a79b-cf4bccc0043b", + "x-ms-ratelimit-remaining-subscription-reads": "11908", + "x-ms-request-id": "4450b54f-69e5-454d-a608-cbc78db72642", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T023718Z:06180002-b9fa-4f4b-a79b-cf4bccc0043b" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d033872d-1f10-46ef-beac-e173b3946b88?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "59e5c1fc2cc6aea633b7398f05f2ae40", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 02:37:18 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d033872d-1f10-46ef-beac-e173b3946b88?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "59e5c1fc2cc6aea633b7398f05f2ae40", + "x-ms-correlation-request-id": "e978d9d0-f8f6-4323-9eb7-449905c4626e", + "x-ms-ratelimit-remaining-subscription-reads": "11907", + "x-ms-request-id": "59cedeb0-528c-4e8e-a058-34f38da0082c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T023719Z:e978d9d0-f8f6-4323-9eb7-449905c4626e" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d033872d-1f10-46ef-beac-e173b3946b88?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "eb1afec15c808f48b01bdac5e9bf725b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 02:37:18 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d033872d-1f10-46ef-beac-e173b3946b88?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "eb1afec15c808f48b01bdac5e9bf725b", + "x-ms-correlation-request-id": "c7e9da88-339c-4979-83ad-61c45832d9fe", + "x-ms-ratelimit-remaining-subscription-reads": "11906", + "x-ms-request-id": "f15294c1-cafb-443c-a0fa-a1143179d7db", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T023719Z:c7e9da88-339c-4979-83ad-61c45832d9fe" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d033872d-1f10-46ef-beac-e173b3946b88?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "12721132c6a265fb7ab3f7e73fd5f69f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 02:37:19 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d033872d-1f10-46ef-beac-e173b3946b88?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "12721132c6a265fb7ab3f7e73fd5f69f", + "x-ms-correlation-request-id": "cbf88a88-8a0f-4f9a-90bb-a513330ab291", + "x-ms-ratelimit-remaining-subscription-reads": "11905", + "x-ms-request-id": "072b07c6-c40c-4e60-bc0e-baf7121627f6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T023719Z:cbf88a88-8a0f-4f9a-90bb-a513330ab291" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d033872d-1f10-46ef-beac-e173b3946b88?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "10d852c7f1d49f547855a8ab51e1c474", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 02:37:19 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d033872d-1f10-46ef-beac-e173b3946b88?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "10d852c7f1d49f547855a8ab51e1c474", + "x-ms-correlation-request-id": "15f84df5-45ee-4116-b1b8-492aa46a655e", + "x-ms-ratelimit-remaining-subscription-reads": "11904", + "x-ms-request-id": "643f4e9c-8f16-473e-99a2-56269137676f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T023720Z:15f84df5-45ee-4116-b1b8-492aa46a655e" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d033872d-1f10-46ef-beac-e173b3946b88?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "f45cde449c7ffa9d02b470cc65614fdb", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 02:37:19 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d033872d-1f10-46ef-beac-e173b3946b88?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f45cde449c7ffa9d02b470cc65614fdb", + "x-ms-correlation-request-id": "b111f140-202f-4431-966b-6c3a9a11358d", + "x-ms-ratelimit-remaining-subscription-reads": "11903", + "x-ms-request-id": "d5ed4daf-9a80-4f03-bb04-3dc9e5491652", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T023720Z:b111f140-202f-4431-966b-6c3a9a11358d" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d033872d-1f10-46ef-beac-e173b3946b88?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "97fe3b2462e64186bcd2994d1d501499", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 02:37:20 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d033872d-1f10-46ef-beac-e173b3946b88?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "97fe3b2462e64186bcd2994d1d501499", + "x-ms-correlation-request-id": "4c2b9321-7442-414c-afa3-66877f0df410", + "x-ms-ratelimit-remaining-subscription-reads": "11902", + "x-ms-request-id": "4be6c9e0-db79-4370-9102-c8fe9db537b6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T023720Z:4c2b9321-7442-414c-afa3-66877f0df410" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d033872d-1f10-46ef-beac-e173b3946b88?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "61a282ee02782b1fb4de0d2080873a17", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 02:37:20 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d033872d-1f10-46ef-beac-e173b3946b88?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "61a282ee02782b1fb4de0d2080873a17", + "x-ms-correlation-request-id": "cabd07da-0e61-4b77-8bb5-5aedf868bff7", + "x-ms-ratelimit-remaining-subscription-reads": "11901", + "x-ms-request-id": "854b4847-ca60-4882-8633-747dc9d82fe3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T023721Z:cabd07da-0e61-4b77-8bb5-5aedf868bff7" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d033872d-1f10-46ef-beac-e173b3946b88?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "1686cd052ce2e28d571a37ad0350dcb2", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 02:37:20 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d033872d-1f10-46ef-beac-e173b3946b88?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1686cd052ce2e28d571a37ad0350dcb2", + "x-ms-correlation-request-id": "0aa71ce3-9268-4b69-9269-c4b673781804", + "x-ms-ratelimit-remaining-subscription-reads": "11900", + "x-ms-request-id": "610f6704-4b59-4c82-a3f9-d79ade2084e3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T023721Z:0aa71ce3-9268-4b69-9269-c4b673781804" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d033872d-1f10-46ef-beac-e173b3946b88?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "e2ded69fedbe21621bd2e3085466c134", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 02:37:20 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d033872d-1f10-46ef-beac-e173b3946b88?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e2ded69fedbe21621bd2e3085466c134", + "x-ms-correlation-request-id": "d23abd96-95e9-4fb4-8857-106d404d797a", + "x-ms-ratelimit-remaining-subscription-reads": "11899", + "x-ms-request-id": "b8f9f7e0-7308-4f37-9752-dfeaf83b980f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T023721Z:d23abd96-95e9-4fb4-8857-106d404d797a" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d033872d-1f10-46ef-beac-e173b3946b88?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "50478198fec9c2b6f5bf0a5dca722863", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 02:37:21 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d033872d-1f10-46ef-beac-e173b3946b88?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "50478198fec9c2b6f5bf0a5dca722863", + "x-ms-correlation-request-id": "9a467c2a-e36b-462f-833e-fd66c1f590e4", + "x-ms-ratelimit-remaining-subscription-reads": "11898", + "x-ms-request-id": "11623e2e-c5c3-4e56-93c8-08fe4821fd1f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T023721Z:9a467c2a-e36b-462f-833e-fd66c1f590e4" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d033872d-1f10-46ef-beac-e173b3946b88?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "a9805a0257a918596a65fb1049858df1", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 02:37:21 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d033872d-1f10-46ef-beac-e173b3946b88?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a9805a0257a918596a65fb1049858df1", + "x-ms-correlation-request-id": "2e18b0b3-2752-4906-9fb0-2892af8709a2", + "x-ms-ratelimit-remaining-subscription-reads": "11897", + "x-ms-request-id": "260f92f7-fb03-4548-90bf-da44fa2b6bf9", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T023722Z:2e18b0b3-2752-4906-9fb0-2892af8709a2" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d033872d-1f10-46ef-beac-e173b3946b88?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "811403598b09a1e9201bedfee30457a8", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 02:37:21 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d033872d-1f10-46ef-beac-e173b3946b88?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "811403598b09a1e9201bedfee30457a8", + "x-ms-correlation-request-id": "d8fa132d-0be7-4ec2-86d1-9d749c75ac61", + "x-ms-ratelimit-remaining-subscription-reads": "11896", + "x-ms-request-id": "c9b9c484-d140-4c96-b39e-3ad8eb9fb857", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T023722Z:d8fa132d-0be7-4ec2-86d1-9d749c75ac61" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d033872d-1f10-46ef-beac-e173b3946b88?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "fa067faa18e5418b282fe56403a6796f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 02:37:22 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d033872d-1f10-46ef-beac-e173b3946b88?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "fa067faa18e5418b282fe56403a6796f", + "x-ms-correlation-request-id": "1adf6693-fb54-4f5f-a53d-b6dfad7a51cf", + "x-ms-ratelimit-remaining-subscription-reads": "11895", + "x-ms-request-id": "b47b22d8-f87f-44b0-ac55-9447836c8787", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T023722Z:1adf6693-fb54-4f5f-a53d-b6dfad7a51cf" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d033872d-1f10-46ef-beac-e173b3946b88?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "c7041932a65e765a71de898d695a3466", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 02:37:22 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d033872d-1f10-46ef-beac-e173b3946b88?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c7041932a65e765a71de898d695a3466", + "x-ms-correlation-request-id": "14ae72ab-20e8-42db-81f3-d18af009bbe2", + "x-ms-ratelimit-remaining-subscription-reads": "11894", + "x-ms-request-id": "5c9511ec-db52-4dfc-9a0a-2aad357f933d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T023723Z:14ae72ab-20e8-42db-81f3-d18af009bbe2" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d033872d-1f10-46ef-beac-e173b3946b88?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "c965520d937e400b78d358d9a6859e79", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 02:37:22 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d033872d-1f10-46ef-beac-e173b3946b88?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c965520d937e400b78d358d9a6859e79", + "x-ms-correlation-request-id": "519480d5-6c64-4a21-a040-238be7531e6f", + "x-ms-ratelimit-remaining-subscription-reads": "11893", + "x-ms-request-id": "d280d3bf-0370-4243-9dd5-d29cb3c0ac20", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T023723Z:519480d5-6c64-4a21-a040-238be7531e6f" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d033872d-1f10-46ef-beac-e173b3946b88?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "cacc7da290ff034a258f88078ffdd7ce", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 02:37:23 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d033872d-1f10-46ef-beac-e173b3946b88?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "cacc7da290ff034a258f88078ffdd7ce", + "x-ms-correlation-request-id": "dd79cd40-c2b6-4716-b847-753d268059a2", + "x-ms-ratelimit-remaining-subscription-reads": "11892", + "x-ms-request-id": "b514449d-3249-4533-8b08-23cfcf185df2", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T023723Z:dd79cd40-c2b6-4716-b847-753d268059a2" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d033872d-1f10-46ef-beac-e173b3946b88?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "b0567ffab0419ff00dc44f8a4d80cfec", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 02:37:23 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d033872d-1f10-46ef-beac-e173b3946b88?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b0567ffab0419ff00dc44f8a4d80cfec", + "x-ms-correlation-request-id": "de4433fc-0db0-4a25-8a5e-18044538d022", + "x-ms-ratelimit-remaining-subscription-reads": "11891", + "x-ms-request-id": "d0024003-ca2b-428b-b1e6-32ad7d139879", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T023724Z:de4433fc-0db0-4a25-8a5e-18044538d022" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d033872d-1f10-46ef-beac-e173b3946b88?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "eceb0f406a8d7d660861a3ef0a04b17a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 02:37:23 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d033872d-1f10-46ef-beac-e173b3946b88?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "eceb0f406a8d7d660861a3ef0a04b17a", + "x-ms-correlation-request-id": "f9a26664-09eb-4fbb-af74-73b5a5794ef0", + "x-ms-ratelimit-remaining-subscription-reads": "11890", + "x-ms-request-id": "847789ce-1dce-4647-886a-92f3e19994aa", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T023724Z:f9a26664-09eb-4fbb-af74-73b5a5794ef0" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d033872d-1f10-46ef-beac-e173b3946b88?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "27df8afced2ef2378c2dbc3b40bfb5a4", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 02:37:24 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d033872d-1f10-46ef-beac-e173b3946b88?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "27df8afced2ef2378c2dbc3b40bfb5a4", + "x-ms-correlation-request-id": "f7914446-7826-4b1e-a3f3-f5169579f71c", + "x-ms-ratelimit-remaining-subscription-reads": "11889", + "x-ms-request-id": "4385fc1b-7999-4095-8bf1-ca9eff0bd6a9", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T023724Z:f7914446-7826-4b1e-a3f3-f5169579f71c" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d033872d-1f10-46ef-beac-e173b3946b88?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "7fc69cbfea128f4019d8a8df0c019409", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 02:37:24 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d033872d-1f10-46ef-beac-e173b3946b88?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "7fc69cbfea128f4019d8a8df0c019409", + "x-ms-correlation-request-id": "61b072e4-5224-4a5d-ba93-cfdd0b2d23f7", + "x-ms-ratelimit-remaining-subscription-reads": "11888", + "x-ms-request-id": "1b6e351f-0ffb-4af6-8997-9d2980d35130", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T023725Z:61b072e4-5224-4a5d-ba93-cfdd0b2d23f7" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d033872d-1f10-46ef-beac-e173b3946b88?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "c38dd412a8a153bdd7f85f60ad2a3c48", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 02:37:24 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d033872d-1f10-46ef-beac-e173b3946b88?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c38dd412a8a153bdd7f85f60ad2a3c48", + "x-ms-correlation-request-id": "cb44e101-e573-48e7-96b8-02b4557f608d", + "x-ms-ratelimit-remaining-subscription-reads": "11887", + "x-ms-request-id": "5ac73b20-5e94-4172-a812-05ab74755316", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T023725Z:cb44e101-e573-48e7-96b8-02b4557f608d" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d033872d-1f10-46ef-beac-e173b3946b88?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "6e2ffeab313e11684a4f0e554558e68b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1346", + "Content-Type": "application/json", + "Date": "Thu, 18 Nov 2021 02:37:25 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6e2ffeab313e11684a4f0e554558e68b", + "x-ms-correlation-request-id": "a330e964-f931-4be6-b402-264e8ec18cc9", + "x-ms-ratelimit-remaining-subscription-reads": "11886", + "x-ms-request-id": "800879d6-959e-4f41-ac01-74b1747d02a5", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T023725Z:a330e964-f931-4be6-b402-264e8ec18cc9" + }, + "ResponseBody": { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "Storage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-7790/providers/Microsoft.Storage/storageAccounts/teststoragemgmt7460", + "name": "teststoragemgmt7460", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-11-18T02:37:08.3574561Z", + "key2": "2021-11-18T02:37:08.3574561Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-18T02:37:08.3574561Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-18T02:37:08.3574561Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "provisioningState": "Succeeded", + "creationTime": "2021-11-18T02:37:08.2479988Z", + "primaryEndpoints": { + "blob": "https://teststoragemgmt7460.blob.core.windows.net/", + "queue": "https://teststoragemgmt7460.queue.core.windows.net/", + "table": "https://teststoragemgmt7460.table.core.windows.net/", + "file": "https://teststoragemgmt7460.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-7790/providers/Microsoft.Storage/storageAccounts/teststoragemgmt7460/blobServices/default?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211118.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "6c28b399f2311703de72a7198bdfe2ee", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "381", + "Content-Type": "application/json", + "Date": "Thu, 18 Nov 2021 02:37:25 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6c28b399f2311703de72a7198bdfe2ee", + "x-ms-correlation-request-id": "3ff62011-5469-4815-ae5a-8d564ded0c1c", + "x-ms-ratelimit-remaining-subscription-reads": "11885", + "x-ms-request-id": "b62d711b-9ce5-4c23-b989-417a748e4cca", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T023726Z:3ff62011-5469-4815-ae5a-8d564ded0c1c" + }, + "ResponseBody": { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-7790/providers/Microsoft.Storage/storageAccounts/teststoragemgmt7460/blobServices/default", + "name": "default", + "type": "Microsoft.Storage/storageAccounts/blobServices", + "properties": { + "cors": { + "corsRules": [] + }, + "deleteRetentionPolicy": { + "enabled": false + } + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-7790/providers/Microsoft.Storage/storageAccounts/teststoragemgmt7460?api-version=2021-04-01", + "RequestMethod": "PATCH", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "36", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211118.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "0d345f9c25d2e1ca6b7c79519a670e7f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "kind": "StorageV2", + "properties": {} + }, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1487", + "Content-Type": "application/json", + "Date": "Thu, 18 Nov 2021 02:37:28 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "0d345f9c25d2e1ca6b7c79519a670e7f", + "x-ms-correlation-request-id": "14701bbc-fb70-40bb-a454-753b798a0814", + "x-ms-ratelimit-remaining-subscription-writes": "1192", + "x-ms-request-id": "1869333c-02a7-4278-9b63-893156d6703b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T023728Z:14701bbc-fb70-40bb-a454-753b798a0814" + }, + "ResponseBody": { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "StorageV2", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-7790/providers/Microsoft.Storage/storageAccounts/teststoragemgmt7460", + "name": "teststoragemgmt7460", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-11-18T02:37:08.3574561Z", + "key2": "2021-11-18T02:37:08.3574561Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-18T02:37:08.3574561Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-18T02:37:08.3574561Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "accessTier": "Hot", + "provisioningState": "Succeeded", + "creationTime": "2021-11-18T02:37:08.2479988Z", + "primaryEndpoints": { + "dfs": "https://teststoragemgmt7460.dfs.core.windows.net/", + "web": "https://teststoragemgmt7460.z20.web.core.windows.net/", + "blob": "https://teststoragemgmt7460.blob.core.windows.net/", + "queue": "https://teststoragemgmt7460.queue.core.windows.net/", + "table": "https://teststoragemgmt7460.table.core.windows.net/", + "file": "https://teststoragemgmt7460.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-7790/providers/Microsoft.Storage/storageAccounts/teststoragemgmt7460/blobServices/default?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211118.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "fac7d412cf01b816fb178fcb894f856a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "381", + "Content-Type": "application/json", + "Date": "Thu, 18 Nov 2021 02:37:28 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "fac7d412cf01b816fb178fcb894f856a", + "x-ms-correlation-request-id": "a3e5884a-7880-4099-8f44-b31c28e8bc35", + "x-ms-ratelimit-remaining-subscription-reads": "11884", + "x-ms-request-id": "5ff5af8e-1b2f-4667-9cc8-162085a7d929", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T023729Z:a3e5884a-7880-4099-8f44-b31c28e8bc35" + }, + "ResponseBody": { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-7790/providers/Microsoft.Storage/storageAccounts/teststoragemgmt7460/blobServices/default", + "name": "default", + "type": "Microsoft.Storage/storageAccounts/blobServices", + "properties": { + "cors": { + "corsRules": [] + }, + "deleteRetentionPolicy": { + "enabled": false + } + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-7790/providers/Microsoft.Storage/storageAccounts/teststoragemgmt7460/blobServices/default/containers/testblob4263?api-version=2021-04-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "17", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211118.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "23e5b91fb8d8e8734701b579b17c7664", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "properties": {} + }, + "StatusCode": 201, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "401", + "Content-Type": "application/json", + "Date": "Thu, 18 Nov 2021 02:37:29 GMT", + "ETag": "\u00220x8D9AA3C5DBDF2CD\u0022", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "23e5b91fb8d8e8734701b579b17c7664", + "x-ms-correlation-request-id": "f7947baf-4ec5-45df-aa71-4964e2f035c6", + "x-ms-ratelimit-remaining-subscription-writes": "1191", + "x-ms-request-id": "a1b2b89e-f524-456c-af55-4fbaff60a585", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T023729Z:f7947baf-4ec5-45df-aa71-4964e2f035c6" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-7790/providers/Microsoft.Storage/storageAccounts/teststoragemgmt7460/blobServices/default/containers/testblob4263", + "name": "testblob4263", + "type": "Microsoft.Storage/storageAccounts/blobServices/containers", + "properties": { + "deleted": false, + "remainingRetentionDays": 0, + "hasImmutabilityPolicy": false, + "hasLegalHold": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-7790/providers/Microsoft.Storage/storageAccounts/teststoragemgmt7460/blobServices/default/containers/testblob4263/immutabilityPolicies/default?api-version=2021-04-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "58", + "Content-Type": "application/json", + "If-Match": "", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211118.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "18b70628ede748cc7b12ba95ff571bf6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "properties": { + "immutabilityPeriodSinceCreationInDays": 3 + } + }, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "442", + "Content-Type": "application/json", + "Date": "Thu, 18 Nov 2021 02:37:29 GMT", + "ETag": "\u00228d9aa3c5e1bb386\u0022", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "18b70628ede748cc7b12ba95ff571bf6", + "x-ms-correlation-request-id": "616cd241-305e-4eb7-ab64-3772f64dba1c", + "x-ms-ratelimit-remaining-subscription-writes": "1190", + "x-ms-request-id": "c403bacf-7381-415f-8953-1783581f78f2", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T023730Z:616cd241-305e-4eb7-ab64-3772f64dba1c" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-7790/providers/Microsoft.Storage/storageAccounts/teststoragemgmt7460/blobServices/default/containers/testblob4263/immutabilityPolicies/default", + "name": "default", + "type": "Microsoft.Storage/storageAccounts/blobServices/containers/immutabilityPolicies", + "etag": "\u00228d9aa3c5e1bb386\u0022", + "properties": { + "immutabilityPeriodSinceCreationInDays": 3, + "state": "Unlocked" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-7790/providers/Microsoft.Storage/storageAccounts/teststoragemgmt7460/blobServices/default/containers/testblob4263/immutabilityPolicies/default/lock?api-version=2021-04-01", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "If-Match": "\u00228d9aa3c5e1bb386\u0022", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211118.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "ae7be40e5c281b3a5311b9ce613f499b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "440", + "Content-Type": "application/json", + "Date": "Thu, 18 Nov 2021 02:37:30 GMT", + "ETag": "\u00228d9aa3c5e5c1261\u0022", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ae7be40e5c281b3a5311b9ce613f499b", + "x-ms-correlation-request-id": "b56b8fba-4bb9-43b8-b702-b30fae907724", + "x-ms-ratelimit-remaining-subscription-writes": "1197", + "x-ms-request-id": "bb35a088-5773-42b7-a9a9-695f786c3e42", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T023730Z:b56b8fba-4bb9-43b8-b702-b30fae907724" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-7790/providers/Microsoft.Storage/storageAccounts/teststoragemgmt7460/blobServices/default/containers/testblob4263/immutabilityPolicies/default", + "name": "default", + "type": "Microsoft.Storage/storageAccounts/blobServices/containers/immutabilityPolicies", + "etag": "\u00228d9aa3c5e5c1261\u0022", + "properties": { + "immutabilityPeriodSinceCreationInDays": 3, + "state": "Locked" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-7790/providers/Microsoft.Storage/storageAccounts/teststoragemgmt7460/blobServices/default/containers/testblob4263/immutabilityPolicies/default/extend?api-version=2021-04-01", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "60", + "Content-Type": "application/json", + "If-Match": "\u00228d9aa3c5e5c1261\u0022", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211118.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "4861661951ce3285ed9ca7c6fddde9f0", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "properties": { + "immutabilityPeriodSinceCreationInDays": 100 + } + }, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "442", + "Content-Type": "application/json", + "Date": "Thu, 18 Nov 2021 02:37:30 GMT", + "ETag": "\u00228d9aa3c5ebb708f\u0022", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4861661951ce3285ed9ca7c6fddde9f0", + "x-ms-correlation-request-id": "ed6d6869-ec8e-4eae-a3d9-0d6eff9c4030", + "x-ms-ratelimit-remaining-subscription-writes": "1196", + "x-ms-request-id": "9615deaa-efc0-4962-ac24-6f7675a2ecb0", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T023731Z:ed6d6869-ec8e-4eae-a3d9-0d6eff9c4030" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-7790/providers/Microsoft.Storage/storageAccounts/teststoragemgmt7460/blobServices/default/containers/testblob4263/immutabilityPolicies/default", + "name": "default", + "type": "Microsoft.Storage/storageAccounts/blobServices/containers/immutabilityPolicies", + "etag": "\u00228d9aa3c5ebb708f\u0022", + "properties": { + "immutabilityPeriodSinceCreationInDays": 100, + "state": "Locked" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-7790/providers/Microsoft.Storage/storageAccounts/teststoragemgmt7460/blobServices/default/containers/testblob4263?api-version=2021-04-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211118.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "cd6bbee5c801cb3ccc9bc4d633fde73c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 02:37:31 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "cd6bbee5c801cb3ccc9bc4d633fde73c", + "x-ms-correlation-request-id": "3a4c2f9f-e0a6-4124-bc57-b0ce5ae4a578", + "x-ms-ratelimit-remaining-subscription-deletes": "14996", + "x-ms-request-id": "d17b2dcc-3b33-4c53-833d-0fda35a4f185", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T023731Z:3a4c2f9f-e0a6-4124-bc57-b0ce5ae4a578" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-7790/providers/Microsoft.Storage/storageAccounts?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211118.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "987c1fc8d2f5bc285e48c08bb4731d76", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1499", + "Content-Type": "application/json", + "Date": "Thu, 18 Nov 2021 02:37:31 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "987c1fc8d2f5bc285e48c08bb4731d76", + "x-ms-correlation-request-id": "af43d4ae-c7d8-4bda-a9c5-a9380681fc6c", + "x-ms-ratelimit-remaining-subscription-reads": "11883", + "x-ms-request-id": "023d565e-17e6-4bdb-8a6c-0bbfd29a926c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T023732Z:af43d4ae-c7d8-4bda-a9c5-a9380681fc6c" + }, + "ResponseBody": { + "value": [ + { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "StorageV2", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-7790/providers/Microsoft.Storage/storageAccounts/teststoragemgmt7460", + "name": "teststoragemgmt7460", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-11-18T02:37:08.3574561Z", + "key2": "2021-11-18T02:37:08.3574561Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-18T02:37:08.3574561Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-18T02:37:08.3574561Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "accessTier": "Hot", + "provisioningState": "Succeeded", + "creationTime": "2021-11-18T02:37:08.2479988Z", + "primaryEndpoints": { + "dfs": "https://teststoragemgmt7460.dfs.core.windows.net/", + "web": "https://teststoragemgmt7460.z20.web.core.windows.net/", + "blob": "https://teststoragemgmt7460.blob.core.windows.net/", + "queue": "https://teststoragemgmt7460.queue.core.windows.net/", + "table": "https://teststoragemgmt7460.table.core.windows.net/", + "file": "https://teststoragemgmt7460.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + } + ] + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-7790/providers/Microsoft.Storage/storageAccounts/teststoragemgmt7460?api-version=2021-04-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211118.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "a2e8c9277bd450992a957c328daefeef", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 02:37:37 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a2e8c9277bd450992a957c328daefeef", + "x-ms-correlation-request-id": "b6fa1547-c28b-403d-a234-40febf541c21", + "x-ms-ratelimit-remaining-subscription-deletes": "14995", + "x-ms-request-id": "7962a16b-1dd3-49b6-b84c-5db26b5d3b0c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T023738Z:b6fa1547-c28b-403d-a234-40febf541c21" + }, + "ResponseBody": [] + } + ], + "Variables": { + "RandomSeed": "1276878086", + "RESOURCE_MANAGER_URL": null, + "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" + } +} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobContainerTests/ListBlobService.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobContainerTests/ListBlobService.json new file mode 100644 index 0000000000000..ea91281de3d7d --- /dev/null +++ b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobContainerTests/ListBlobService.json @@ -0,0 +1,853 @@ +{ + "Entries": [ + { + "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-a5ba2e0ba25a6242ba6d73c5875f6649-4f130924af1a634d-00", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "9720e97858536bf098989957cbfad541", + "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": "Wed, 17 Nov 2021 11:54:11 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "8c4d4df5-8df5-443a-a517-c4c01b7a2a37", + "x-ms-ratelimit-remaining-subscription-reads": "11999", + "x-ms-request-id": "8c4d4df5-8df5-443a-a517-c4c01b7a2a37", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T115412Z:8c4d4df5-8df5-443a-a517-c4c01b7a2a37" + }, + "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/teststorageRG-3934?api-version=2019-10-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "44", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "5cee9ba3f60cda5e8aceeb0c5bf17004", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "location": "eastus2", + "tags": { + "test": "env" + } + }, + "StatusCode": 201, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "256", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:54:14 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "c5e84da5-5db1-491e-8496-043826c5da9f", + "x-ms-ratelimit-remaining-subscription-writes": "1199", + "x-ms-request-id": "c5e84da5-5db1-491e-8496-043826c5da9f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T115414Z:c5e84da5-5db1-491e-8496-043826c5da9f" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-3934", + "name": "teststorageRG-3934", + "type": "Microsoft.Resources/resourceGroups", + "location": "eastus2", + "tags": { + "test": "env" + }, + "properties": { + "provisioningState": "Succeeded" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/checkNameAvailability?api-version=2021-04-01", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "73", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "a3c7a0647af2bef25593c8e155a9412f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "name": "teststoragemgmt1488", + "type": "Microsoft.Storage/storageAccounts" + }, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "22", + "Content-Type": "application/json", + "Date": "Wed, 17 Nov 2021 11:54:15 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a3c7a0647af2bef25593c8e155a9412f", + "x-ms-correlation-request-id": "97648821-9964-4642-9f75-d3aa71b4cef7", + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-request-id": "0fcb3a3c-21fc-4238-9dfe-21c54ba25876", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T115415Z:97648821-9964-4642-9f75-d3aa71b4cef7" + }, + "ResponseBody": { + "nameAvailable": true + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-3934/providers/Microsoft.Storage/storageAccounts/teststoragemgmt1488?api-version=2021-04-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "126", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "c7921f986bfdc1f3bcc98a055e3da629", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "sku": { + "name": "Standard_GRS" + }, + "kind": "Storage", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": {} + }, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:54:22 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f11abca6-65eb-48fc-8f05-2ca13e07f1cc?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c7921f986bfdc1f3bcc98a055e3da629", + "x-ms-correlation-request-id": "c12ebe45-52f1-4ba0-810d-2afb9c50ba34", + "x-ms-ratelimit-remaining-subscription-writes": "1198", + "x-ms-request-id": "f11abca6-65eb-48fc-8f05-2ca13e07f1cc", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T115423Z:c12ebe45-52f1-4ba0-810d-2afb9c50ba34" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f11abca6-65eb-48fc-8f05-2ca13e07f1cc?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "d2c3dda93dddf821ad05e628efed5f18", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:54:23 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f11abca6-65eb-48fc-8f05-2ca13e07f1cc?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d2c3dda93dddf821ad05e628efed5f18", + "x-ms-correlation-request-id": "9f792898-d269-4d0c-b807-f1d906a03052", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-request-id": "348864a1-532f-49cb-b0a4-940ce33fe963", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T115423Z:9f792898-d269-4d0c-b807-f1d906a03052" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f11abca6-65eb-48fc-8f05-2ca13e07f1cc?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "a88e9fec0c1491b56e71cb5eb58f2bc3", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:54:24 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f11abca6-65eb-48fc-8f05-2ca13e07f1cc?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a88e9fec0c1491b56e71cb5eb58f2bc3", + "x-ms-correlation-request-id": "bf48298a-becd-4ab0-bba5-b1d71724603d", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-request-id": "a6c90d7b-1858-410e-a0a3-d65a3b325bb7", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T115425Z:bf48298a-becd-4ab0-bba5-b1d71724603d" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f11abca6-65eb-48fc-8f05-2ca13e07f1cc?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "805b6695d479154c8c9c87742088310e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:54:25 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f11abca6-65eb-48fc-8f05-2ca13e07f1cc?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "805b6695d479154c8c9c87742088310e", + "x-ms-correlation-request-id": "e9122c7f-3733-468d-acfd-5c0a7f25a099", + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-request-id": "75d2bf05-93a6-428c-aa3a-b20870ba79f7", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T115426Z:e9122c7f-3733-468d-acfd-5c0a7f25a099" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f11abca6-65eb-48fc-8f05-2ca13e07f1cc?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "f6769e3e8c6a9d0f2832646c72c2431d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:54:27 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f11abca6-65eb-48fc-8f05-2ca13e07f1cc?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f6769e3e8c6a9d0f2832646c72c2431d", + "x-ms-correlation-request-id": "dfa38337-b7cd-43ac-a8b1-49cd038583f5", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-request-id": "2b16345d-3119-4ab1-9e86-f967ea186e1c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T115427Z:dfa38337-b7cd-43ac-a8b1-49cd038583f5" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f11abca6-65eb-48fc-8f05-2ca13e07f1cc?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "899323dade91189f53791b78844170e6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:54:28 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f11abca6-65eb-48fc-8f05-2ca13e07f1cc?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "899323dade91189f53791b78844170e6", + "x-ms-correlation-request-id": "57c69c3e-e585-46dc-abfd-d2eb874a01e0", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-request-id": "1604111a-cffb-420d-9ecf-36c341cbc2a1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T115428Z:57c69c3e-e585-46dc-abfd-d2eb874a01e0" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f11abca6-65eb-48fc-8f05-2ca13e07f1cc?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "1720bd3f3519085956bd58466fdfa3c9", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:54:29 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f11abca6-65eb-48fc-8f05-2ca13e07f1cc?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1720bd3f3519085956bd58466fdfa3c9", + "x-ms-correlation-request-id": "f5811921-c976-4bd2-9dde-392958d174b7", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-request-id": "cdcdf081-5ae8-4db4-90d5-7aa65657a7fc", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T115430Z:f5811921-c976-4bd2-9dde-392958d174b7" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f11abca6-65eb-48fc-8f05-2ca13e07f1cc?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "fc996a58a8f45f7cfe5ea3f0709719e7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:54:30 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f11abca6-65eb-48fc-8f05-2ca13e07f1cc?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "fc996a58a8f45f7cfe5ea3f0709719e7", + "x-ms-correlation-request-id": "4f5827e0-7488-4604-8467-847a1e4859d7", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-request-id": "ef0be6ac-1a9e-4883-9c37-85a0713f72fb", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T115431Z:4f5827e0-7488-4604-8467-847a1e4859d7" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f11abca6-65eb-48fc-8f05-2ca13e07f1cc?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "b42d7ec12ca2a504ca8b33d48658a873", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:54:32 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f11abca6-65eb-48fc-8f05-2ca13e07f1cc?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b42d7ec12ca2a504ca8b33d48658a873", + "x-ms-correlation-request-id": "38c296a6-1cf8-4143-bc92-030ab4bdd594", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-request-id": "9501ea22-8456-4f3d-9797-9dd7c722567b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T115432Z:38c296a6-1cf8-4143-bc92-030ab4bdd594" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f11abca6-65eb-48fc-8f05-2ca13e07f1cc?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "191f51d674a796f140c018ba916897be", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:54:33 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f11abca6-65eb-48fc-8f05-2ca13e07f1cc?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "191f51d674a796f140c018ba916897be", + "x-ms-correlation-request-id": "0e621b83-87f6-400d-b351-5cf684ce14e4", + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-request-id": "19d6a89e-0dce-46ab-b31d-d75f8b133fb4", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T115434Z:0e621b83-87f6-400d-b351-5cf684ce14e4" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f11abca6-65eb-48fc-8f05-2ca13e07f1cc?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "f18471a3eeb22c2766f4326974a8d9a6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:54:34 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f11abca6-65eb-48fc-8f05-2ca13e07f1cc?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f18471a3eeb22c2766f4326974a8d9a6", + "x-ms-correlation-request-id": "0c61685b-eb32-406f-b8cd-bd4290ac34d1", + "x-ms-ratelimit-remaining-subscription-reads": "11988", + "x-ms-request-id": "99237590-1c24-4330-923e-431fabed798d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T115435Z:0c61685b-eb32-406f-b8cd-bd4290ac34d1" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f11abca6-65eb-48fc-8f05-2ca13e07f1cc?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "1e192fb500784d408d9674e213491361", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:54:36 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f11abca6-65eb-48fc-8f05-2ca13e07f1cc?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1e192fb500784d408d9674e213491361", + "x-ms-correlation-request-id": "9b6082ad-397e-43bb-8fe6-9cd46555f95c", + "x-ms-ratelimit-remaining-subscription-reads": "11987", + "x-ms-request-id": "bfcb52b5-9c0b-4262-abc9-b0cbe36b004f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T115436Z:9b6082ad-397e-43bb-8fe6-9cd46555f95c" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f11abca6-65eb-48fc-8f05-2ca13e07f1cc?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "153075f3b7d4e8c12af2b3b241882197", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:54:37 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f11abca6-65eb-48fc-8f05-2ca13e07f1cc?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "153075f3b7d4e8c12af2b3b241882197", + "x-ms-correlation-request-id": "210b4fd4-fe34-44f6-90ed-a9692cc5fa8c", + "x-ms-ratelimit-remaining-subscription-reads": "11986", + "x-ms-request-id": "2ab696df-ba07-4021-8ae1-15f8ca9331c5", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T115438Z:210b4fd4-fe34-44f6-90ed-a9692cc5fa8c" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f11abca6-65eb-48fc-8f05-2ca13e07f1cc?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "620572e6784ea3453036631b7945191c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1346", + "Content-Type": "application/json", + "Date": "Wed, 17 Nov 2021 11:54:38 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "620572e6784ea3453036631b7945191c", + "x-ms-correlation-request-id": "1faf4d22-d0ff-4a7a-a333-ab1006df747c", + "x-ms-ratelimit-remaining-subscription-reads": "11985", + "x-ms-request-id": "a63d4e6a-327c-4e9c-9edd-6ae51bdc2fb1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T115439Z:1faf4d22-d0ff-4a7a-a333-ab1006df747c" + }, + "ResponseBody": { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "Storage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-3934/providers/Microsoft.Storage/storageAccounts/teststoragemgmt1488", + "name": "teststoragemgmt1488", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-11-17T11:54:21.9197387Z", + "key2": "2021-11-17T11:54:21.9197387Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T11:54:21.9197387Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T11:54:21.9197387Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "provisioningState": "Succeeded", + "creationTime": "2021-11-17T11:54:21.7791518Z", + "primaryEndpoints": { + "blob": "https://teststoragemgmt1488.blob.core.windows.net/", + "queue": "https://teststoragemgmt1488.queue.core.windows.net/", + "table": "https://teststoragemgmt1488.table.core.windows.net/", + "file": "https://teststoragemgmt1488.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-3934/providers/Microsoft.Storage/storageAccounts/teststoragemgmt1488/blobServices/default?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "ff75d1e1c478fdd16e31f4864d8d0c05", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "381", + "Content-Type": "application/json", + "Date": "Wed, 17 Nov 2021 11:54:39 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ff75d1e1c478fdd16e31f4864d8d0c05", + "x-ms-correlation-request-id": "15a6c4d4-ac99-4f18-b893-60ce53c5ec23", + "x-ms-ratelimit-remaining-subscription-reads": "11984", + "x-ms-request-id": "01600166-3cd9-43e9-9175-241afd1f5712", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T115439Z:15a6c4d4-ac99-4f18-b893-60ce53c5ec23" + }, + "ResponseBody": { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-3934/providers/Microsoft.Storage/storageAccounts/teststoragemgmt1488/blobServices/default", + "name": "default", + "type": "Microsoft.Storage/storageAccounts/blobServices", + "properties": { + "cors": { + "corsRules": [] + }, + "deleteRetentionPolicy": { + "enabled": false + } + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-3934/providers/Microsoft.Storage/storageAccounts/teststoragemgmt1488/blobServices?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "a1fbdc74b0447a122f8de49d53a56ee5", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "393", + "Content-Type": "application/json", + "Date": "Wed, 17 Nov 2021 11:54:39 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a1fbdc74b0447a122f8de49d53a56ee5", + "x-ms-correlation-request-id": "b071519c-13f8-4bd6-80a5-dfc725c41c94", + "x-ms-ratelimit-remaining-subscription-reads": "11983", + "x-ms-request-id": "b2c3db2d-8c0c-445c-9cf7-2d1b480e805a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T115440Z:b071519c-13f8-4bd6-80a5-dfc725c41c94" + }, + "ResponseBody": { + "value": [ + { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-3934/providers/Microsoft.Storage/storageAccounts/teststoragemgmt1488/blobServices/default", + "name": "default", + "type": "Microsoft.Storage/storageAccounts/blobServices", + "properties": { + "cors": { + "corsRules": [] + }, + "deleteRetentionPolicy": { + "enabled": false + } + } + } + ] + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-3934/providers/Microsoft.Storage/storageAccounts?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "70d096d92212221fa007f31d84bf55a2", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1358", + "Content-Type": "application/json", + "Date": "Wed, 17 Nov 2021 11:54:39 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "70d096d92212221fa007f31d84bf55a2", + "x-ms-correlation-request-id": "d59ca92a-97fa-4713-8d06-780ad554445f", + "x-ms-ratelimit-remaining-subscription-reads": "11982", + "x-ms-request-id": "5f8d01ec-a5ec-439d-9897-db5b4bfea6bc", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T115440Z:d59ca92a-97fa-4713-8d06-780ad554445f" + }, + "ResponseBody": { + "value": [ + { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "Storage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-3934/providers/Microsoft.Storage/storageAccounts/teststoragemgmt1488", + "name": "teststoragemgmt1488", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-11-17T11:54:21.9197387Z", + "key2": "2021-11-17T11:54:21.9197387Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T11:54:21.9197387Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T11:54:21.9197387Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "provisioningState": "Succeeded", + "creationTime": "2021-11-17T11:54:21.7791518Z", + "primaryEndpoints": { + "blob": "https://teststoragemgmt1488.blob.core.windows.net/", + "queue": "https://teststoragemgmt1488.queue.core.windows.net/", + "table": "https://teststoragemgmt1488.table.core.windows.net/", + "file": "https://teststoragemgmt1488.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + } + ] + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-3934/providers/Microsoft.Storage/storageAccounts/teststoragemgmt1488?api-version=2021-04-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "9da65e2a784930d8befbcfebdf34aac8", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:54:45 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "9da65e2a784930d8befbcfebdf34aac8", + "x-ms-correlation-request-id": "5717135c-0838-4d37-bb74-4a0c00958256", + "x-ms-ratelimit-remaining-subscription-deletes": "14999", + "x-ms-request-id": "c0a61973-2893-43be-8a44-4401cd84ff3e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T115446Z:5717135c-0838-4d37-bb74-4a0c00958256" + }, + "ResponseBody": [] + } + ], + "Variables": { + "RandomSeed": "390309286", + "RESOURCE_MANAGER_URL": null, + "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" + } +} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobContainerTests/ListBlobServiceAsync.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobContainerTests/ListBlobServiceAsync.json new file mode 100644 index 0000000000000..8a964e5fb459a --- /dev/null +++ b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobContainerTests/ListBlobServiceAsync.json @@ -0,0 +1,853 @@ +{ + "Entries": [ + { + "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-6bf04e8af2985b4ab8dc07ce7a4fa9c6-4f2042de1083fc40-00", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "fed59736ee05892e3ceb629e978e306d", + "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": "Wed, 17 Nov 2021 11:54:54 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "4d19a1b2-e1ae-49c6-9a88-238c944b9fbf", + "x-ms-ratelimit-remaining-subscription-reads": "11979", + "x-ms-request-id": "4d19a1b2-e1ae-49c6-9a88-238c944b9fbf", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T115454Z:4d19a1b2-e1ae-49c6-9a88-238c944b9fbf" + }, + "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/teststorageRG-3120?api-version=2019-10-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "44", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "4676651c4b9a95e4b7252b67855ca6e8", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "location": "eastus2", + "tags": { + "test": "env" + } + }, + "StatusCode": 201, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "256", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:54:55 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "f6645cd8-f769-4312-989b-0ce1dedbd5b5", + "x-ms-ratelimit-remaining-subscription-writes": "1197", + "x-ms-request-id": "f6645cd8-f769-4312-989b-0ce1dedbd5b5", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T115456Z:f6645cd8-f769-4312-989b-0ce1dedbd5b5" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-3120", + "name": "teststorageRG-3120", + "type": "Microsoft.Resources/resourceGroups", + "location": "eastus2", + "tags": { + "test": "env" + }, + "properties": { + "provisioningState": "Succeeded" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/checkNameAvailability?api-version=2021-04-01", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "73", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "eefa99bc6ac6d334f0706fe9a7fdb372", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "name": "teststoragemgmt4087", + "type": "Microsoft.Storage/storageAccounts" + }, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "22", + "Content-Type": "application/json", + "Date": "Wed, 17 Nov 2021 11:54:56 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "eefa99bc6ac6d334f0706fe9a7fdb372", + "x-ms-correlation-request-id": "203bf047-3d33-441a-8085-7eea3f64b1d3", + "x-ms-ratelimit-remaining-subscription-reads": "11978", + "x-ms-request-id": "62bd0e7b-17f5-435c-af3b-e1264bb6badd", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T115457Z:203bf047-3d33-441a-8085-7eea3f64b1d3" + }, + "ResponseBody": { + "nameAvailable": true + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-3120/providers/Microsoft.Storage/storageAccounts/teststoragemgmt4087?api-version=2021-04-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "126", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "b4ed43b39cebf04c684ec90322b78fbc", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "sku": { + "name": "Standard_GRS" + }, + "kind": "Storage", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": {} + }, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:55:00 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/95c66022-174e-41b7-ad6a-7a0d08f6fff7?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b4ed43b39cebf04c684ec90322b78fbc", + "x-ms-correlation-request-id": "6f194312-e9b5-46a2-9e42-b92a8157a10b", + "x-ms-ratelimit-remaining-subscription-writes": "1196", + "x-ms-request-id": "95c66022-174e-41b7-ad6a-7a0d08f6fff7", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T115501Z:6f194312-e9b5-46a2-9e42-b92a8157a10b" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/95c66022-174e-41b7-ad6a-7a0d08f6fff7?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "18d1f47734b820e24d0a8578a131b138", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:55:00 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/95c66022-174e-41b7-ad6a-7a0d08f6fff7?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "18d1f47734b820e24d0a8578a131b138", + "x-ms-correlation-request-id": "44b43f67-b594-483e-b40a-28680f51d72b", + "x-ms-ratelimit-remaining-subscription-reads": "11977", + "x-ms-request-id": "70e988b3-3ca1-4e0b-a098-694e17097512", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T115501Z:44b43f67-b594-483e-b40a-28680f51d72b" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/95c66022-174e-41b7-ad6a-7a0d08f6fff7?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "de32b2e11c2b45ffeef27279f2727bbc", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:55:02 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/95c66022-174e-41b7-ad6a-7a0d08f6fff7?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "de32b2e11c2b45ffeef27279f2727bbc", + "x-ms-correlation-request-id": "1f0cad2e-eef9-45fd-a91d-beb85660fc28", + "x-ms-ratelimit-remaining-subscription-reads": "11976", + "x-ms-request-id": "b657521a-e957-4a39-8da0-2ffa31fd4f84", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T115502Z:1f0cad2e-eef9-45fd-a91d-beb85660fc28" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/95c66022-174e-41b7-ad6a-7a0d08f6fff7?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "2d8ba13e76e68103e6b14968e7dd5910", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:55:03 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/95c66022-174e-41b7-ad6a-7a0d08f6fff7?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "2d8ba13e76e68103e6b14968e7dd5910", + "x-ms-correlation-request-id": "4266e9e0-bf49-47d4-aca7-da0a17d7c6d0", + "x-ms-ratelimit-remaining-subscription-reads": "11975", + "x-ms-request-id": "95e26827-bbc1-4587-874a-0df54d8894ff", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T115504Z:4266e9e0-bf49-47d4-aca7-da0a17d7c6d0" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/95c66022-174e-41b7-ad6a-7a0d08f6fff7?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "c2f871c131795afcf48b2ac5c1692edb", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:55:04 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/95c66022-174e-41b7-ad6a-7a0d08f6fff7?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c2f871c131795afcf48b2ac5c1692edb", + "x-ms-correlation-request-id": "1dd6795f-df05-41e9-9ff3-bf55b155d737", + "x-ms-ratelimit-remaining-subscription-reads": "11974", + "x-ms-request-id": "0dfabfe8-6970-417f-8c2b-775aa7707122", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T115505Z:1dd6795f-df05-41e9-9ff3-bf55b155d737" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/95c66022-174e-41b7-ad6a-7a0d08f6fff7?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "0039c98f83a56b52afb1f77ad3975e10", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:55:06 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/95c66022-174e-41b7-ad6a-7a0d08f6fff7?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "0039c98f83a56b52afb1f77ad3975e10", + "x-ms-correlation-request-id": "4be67e12-5273-400f-a5a7-e11839d82b88", + "x-ms-ratelimit-remaining-subscription-reads": "11973", + "x-ms-request-id": "6d10b15d-52c8-4173-a3e1-22c80df40fbb", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T115506Z:4be67e12-5273-400f-a5a7-e11839d82b88" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/95c66022-174e-41b7-ad6a-7a0d08f6fff7?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "81b86298b9790c43a531385a4c3dc07d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:55:07 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/95c66022-174e-41b7-ad6a-7a0d08f6fff7?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "81b86298b9790c43a531385a4c3dc07d", + "x-ms-correlation-request-id": "bafe4919-6fc0-4158-add7-b916c5733d24", + "x-ms-ratelimit-remaining-subscription-reads": "11972", + "x-ms-request-id": "aa181d9b-caf7-471b-bfc3-0d1537d14b99", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T115508Z:bafe4919-6fc0-4158-add7-b916c5733d24" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/95c66022-174e-41b7-ad6a-7a0d08f6fff7?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "1ed96e8359a33d6a1e8d13c83a81875d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:55:08 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/95c66022-174e-41b7-ad6a-7a0d08f6fff7?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1ed96e8359a33d6a1e8d13c83a81875d", + "x-ms-correlation-request-id": "dd90d2bf-f90c-4193-ba3a-9c8afcbaec70", + "x-ms-ratelimit-remaining-subscription-reads": "11971", + "x-ms-request-id": "559fccb9-f561-47fd-bfca-d698aa65f635", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T115509Z:dd90d2bf-f90c-4193-ba3a-9c8afcbaec70" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/95c66022-174e-41b7-ad6a-7a0d08f6fff7?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "5f2d1a2dadb0d661862d5a744af71e71", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:55:09 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/95c66022-174e-41b7-ad6a-7a0d08f6fff7?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5f2d1a2dadb0d661862d5a744af71e71", + "x-ms-correlation-request-id": "64f4bd2c-5e02-4fb6-85cf-09c396557e2b", + "x-ms-ratelimit-remaining-subscription-reads": "11970", + "x-ms-request-id": "09ba8af8-9460-461d-9902-cba806163869", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T115510Z:64f4bd2c-5e02-4fb6-85cf-09c396557e2b" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/95c66022-174e-41b7-ad6a-7a0d08f6fff7?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "64f779f040bd3e6cf87b62eca57ad123", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:55:12 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/95c66022-174e-41b7-ad6a-7a0d08f6fff7?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "64f779f040bd3e6cf87b62eca57ad123", + "x-ms-correlation-request-id": "7c0f4b95-84c0-4f2b-b4ea-f7afb6b651c9", + "x-ms-ratelimit-remaining-subscription-reads": "11969", + "x-ms-request-id": "4029ed88-65ab-42fb-968d-8d1d02936608", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T115512Z:7c0f4b95-84c0-4f2b-b4ea-f7afb6b651c9" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/95c66022-174e-41b7-ad6a-7a0d08f6fff7?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "322ddba96110d6cd0c039776fff5f227", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:55:13 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/95c66022-174e-41b7-ad6a-7a0d08f6fff7?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "322ddba96110d6cd0c039776fff5f227", + "x-ms-correlation-request-id": "abcd4fa2-ac41-49ef-a527-56c62b0cbbe0", + "x-ms-ratelimit-remaining-subscription-reads": "11968", + "x-ms-request-id": "318cc826-6737-43f9-ba5f-807b8f41241d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T115513Z:abcd4fa2-ac41-49ef-a527-56c62b0cbbe0" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/95c66022-174e-41b7-ad6a-7a0d08f6fff7?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "c0d7a26e228aed9fadee66354a74300b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:55:14 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/95c66022-174e-41b7-ad6a-7a0d08f6fff7?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c0d7a26e228aed9fadee66354a74300b", + "x-ms-correlation-request-id": "7a4e2bc8-0b1b-4479-8f95-fb2996f16737", + "x-ms-ratelimit-remaining-subscription-reads": "11967", + "x-ms-request-id": "7bfc233d-dce8-46cb-a8cb-b6b4aef4bcef", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T115514Z:7a4e2bc8-0b1b-4479-8f95-fb2996f16737" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/95c66022-174e-41b7-ad6a-7a0d08f6fff7?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "6fcb375becca8f60ac2057baa8f63f02", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:55:16 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/95c66022-174e-41b7-ad6a-7a0d08f6fff7?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6fcb375becca8f60ac2057baa8f63f02", + "x-ms-correlation-request-id": "a441e544-744c-4a4d-9304-cbe2b0937faf", + "x-ms-ratelimit-remaining-subscription-reads": "11966", + "x-ms-request-id": "e33708c2-4056-41e8-92dd-f574ddbd4d19", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T115516Z:a441e544-744c-4a4d-9304-cbe2b0937faf" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/95c66022-174e-41b7-ad6a-7a0d08f6fff7?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "037e3b8811a386993b408421fa978b97", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1346", + "Content-Type": "application/json", + "Date": "Wed, 17 Nov 2021 11:55:17 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "037e3b8811a386993b408421fa978b97", + "x-ms-correlation-request-id": "6d76adfe-5599-4b66-b3f1-cbb18d4a3d75", + "x-ms-ratelimit-remaining-subscription-reads": "11965", + "x-ms-request-id": "23cb316b-a221-42be-aeb1-5681e67edfa4", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T115517Z:6d76adfe-5599-4b66-b3f1-cbb18d4a3d75" + }, + "ResponseBody": { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "Storage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-3120/providers/Microsoft.Storage/storageAccounts/teststoragemgmt4087", + "name": "teststoragemgmt4087", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-11-17T11:54:59.6714617Z", + "key2": "2021-11-17T11:54:59.6714617Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T11:54:59.6714617Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T11:54:59.6714617Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "provisioningState": "Succeeded", + "creationTime": "2021-11-17T11:54:59.5464606Z", + "primaryEndpoints": { + "blob": "https://teststoragemgmt4087.blob.core.windows.net/", + "queue": "https://teststoragemgmt4087.queue.core.windows.net/", + "table": "https://teststoragemgmt4087.table.core.windows.net/", + "file": "https://teststoragemgmt4087.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-3120/providers/Microsoft.Storage/storageAccounts/teststoragemgmt4087/blobServices/default?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "c71a8cd2832a815c41471469cbe444b7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "381", + "Content-Type": "application/json", + "Date": "Wed, 17 Nov 2021 11:55:17 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c71a8cd2832a815c41471469cbe444b7", + "x-ms-correlation-request-id": "f958ea29-568b-4fc4-91c9-565506d30778", + "x-ms-ratelimit-remaining-subscription-reads": "11964", + "x-ms-request-id": "5d41bd48-a1ec-4d24-9132-0a70f6f72de5", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T115517Z:f958ea29-568b-4fc4-91c9-565506d30778" + }, + "ResponseBody": { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-3120/providers/Microsoft.Storage/storageAccounts/teststoragemgmt4087/blobServices/default", + "name": "default", + "type": "Microsoft.Storage/storageAccounts/blobServices", + "properties": { + "cors": { + "corsRules": [] + }, + "deleteRetentionPolicy": { + "enabled": false + } + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-3120/providers/Microsoft.Storage/storageAccounts/teststoragemgmt4087/blobServices?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "0fac63af2cf64a689d443389673e9514", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "393", + "Content-Type": "application/json", + "Date": "Wed, 17 Nov 2021 11:55:18 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "0fac63af2cf64a689d443389673e9514", + "x-ms-correlation-request-id": "9143eb67-c88d-4bf9-8ec1-362f46cd92d8", + "x-ms-ratelimit-remaining-subscription-reads": "11963", + "x-ms-request-id": "d10a2487-46d4-4843-ad77-6b2e2581c778", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T115518Z:9143eb67-c88d-4bf9-8ec1-362f46cd92d8" + }, + "ResponseBody": { + "value": [ + { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-3120/providers/Microsoft.Storage/storageAccounts/teststoragemgmt4087/blobServices/default", + "name": "default", + "type": "Microsoft.Storage/storageAccounts/blobServices", + "properties": { + "cors": { + "corsRules": [] + }, + "deleteRetentionPolicy": { + "enabled": false + } + } + } + ] + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-3120/providers/Microsoft.Storage/storageAccounts?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "1ce7bf9577db05d8defcc25bfd2fbb57", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1358", + "Content-Type": "application/json", + "Date": "Wed, 17 Nov 2021 11:55:18 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1ce7bf9577db05d8defcc25bfd2fbb57", + "x-ms-correlation-request-id": "0051a98d-fbb8-4ae4-9872-08fe806b32b7", + "x-ms-ratelimit-remaining-subscription-reads": "11962", + "x-ms-request-id": "c46d0204-f4c3-474d-bd5f-db86fc288f32", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T115518Z:0051a98d-fbb8-4ae4-9872-08fe806b32b7" + }, + "ResponseBody": { + "value": [ + { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "Storage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-3120/providers/Microsoft.Storage/storageAccounts/teststoragemgmt4087", + "name": "teststoragemgmt4087", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-11-17T11:54:59.6714617Z", + "key2": "2021-11-17T11:54:59.6714617Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T11:54:59.6714617Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T11:54:59.6714617Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "provisioningState": "Succeeded", + "creationTime": "2021-11-17T11:54:59.5464606Z", + "primaryEndpoints": { + "blob": "https://teststoragemgmt4087.blob.core.windows.net/", + "queue": "https://teststoragemgmt4087.queue.core.windows.net/", + "table": "https://teststoragemgmt4087.table.core.windows.net/", + "file": "https://teststoragemgmt4087.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + } + ] + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-3120/providers/Microsoft.Storage/storageAccounts/teststoragemgmt4087?api-version=2021-04-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "9672cdfb7ceaa6a123d029e64fd31a03", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:55:23 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "9672cdfb7ceaa6a123d029e64fd31a03", + "x-ms-correlation-request-id": "b06438c4-0385-4c35-bd90-a1102966498e", + "x-ms-ratelimit-remaining-subscription-deletes": "14997", + "x-ms-request-id": "d1367195-8558-4dc6-9d6c-a3af6ef2d3d4", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T115523Z:b06438c4-0385-4c35-bd90-a1102966498e" + }, + "ResponseBody": [] + } + ], + "Variables": { + "RandomSeed": "164645184", + "RESOURCE_MANAGER_URL": null, + "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" + } +} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobContainerTests/LockImmutabilityPolicy.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobContainerTests/LockImmutabilityPolicy.json new file mode 100644 index 0000000000000..bd5684a7ff50d --- /dev/null +++ b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobContainerTests/LockImmutabilityPolicy.json @@ -0,0 +1,2347 @@ +{ + "Entries": [ + { + "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-938e15b9ef7a76419153e8e549489217-e0db9ebf6ce0b34b-00", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "4e41d8b36f3e4c4efae25f668a415c4f", + "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, 18 Nov 2021 02:31:17 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "1a09491f-258b-4049-bbcf-dfb3482de5d0", + "x-ms-ratelimit-remaining-subscription-reads": "11999", + "x-ms-request-id": "1a09491f-258b-4049-bbcf-dfb3482de5d0", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T023118Z:1a09491f-258b-4049-bbcf-dfb3482de5d0" + }, + "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/teststorageRG-7900?api-version=2019-10-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "44", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "4e3b2fd8fa28fcacd2b73c771709ce88", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "location": "eastus2", + "tags": { + "test": "env" + } + }, + "StatusCode": 201, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "256", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 18 Nov 2021 02:31:20 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "ca82ea24-113f-41b5-8b83-91eaf29ea60f", + "x-ms-ratelimit-remaining-subscription-writes": "1199", + "x-ms-request-id": "ca82ea24-113f-41b5-8b83-91eaf29ea60f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T023120Z:ca82ea24-113f-41b5-8b83-91eaf29ea60f" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-7900", + "name": "teststorageRG-7900", + "type": "Microsoft.Resources/resourceGroups", + "location": "eastus2", + "tags": { + "test": "env" + }, + "properties": { + "provisioningState": "Succeeded" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/checkNameAvailability?api-version=2021-04-01", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "73", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211118.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "1762010abd977fcbfea24c2374605b92", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "name": "teststoragemgmt4421", + "type": "Microsoft.Storage/storageAccounts" + }, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "22", + "Content-Type": "application/json", + "Date": "Thu, 18 Nov 2021 02:31:21 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1762010abd977fcbfea24c2374605b92", + "x-ms-correlation-request-id": "d91c5519-a4f4-4eae-9137-4fab9b5991fc", + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-request-id": "27f040b5-148a-4e39-b1d2-68173d311a17", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T023121Z:d91c5519-a4f4-4eae-9137-4fab9b5991fc" + }, + "ResponseBody": { + "nameAvailable": true + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-7900/providers/Microsoft.Storage/storageAccounts/teststoragemgmt4421?api-version=2021-04-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "126", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211118.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "9cb601738bdc94de516bb812d4e3d890", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "sku": { + "name": "Standard_GRS" + }, + "kind": "Storage", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": {} + }, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 02:31:30 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e5b8a6a6-94e2-41b8-9abb-b5fecf122b7d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "9cb601738bdc94de516bb812d4e3d890", + "x-ms-correlation-request-id": "7b7911cd-5c84-4c98-a102-8a3755c5eb8f", + "x-ms-ratelimit-remaining-subscription-writes": "1198", + "x-ms-request-id": "e5b8a6a6-94e2-41b8-9abb-b5fecf122b7d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T023131Z:7b7911cd-5c84-4c98-a102-8a3755c5eb8f" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e5b8a6a6-94e2-41b8-9abb-b5fecf122b7d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "08a3e5e0ec187e8623cdc52b04b9ab1a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 02:31:30 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e5b8a6a6-94e2-41b8-9abb-b5fecf122b7d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "08a3e5e0ec187e8623cdc52b04b9ab1a", + "x-ms-correlation-request-id": "8ec48bc7-4eee-4887-8814-320025c9e933", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-request-id": "121db89b-c0f9-40f8-9df8-a5937e78dfef", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T023131Z:8ec48bc7-4eee-4887-8814-320025c9e933" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e5b8a6a6-94e2-41b8-9abb-b5fecf122b7d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "4d46bbc9002900a5c0432c0e60863478", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 02:31:30 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e5b8a6a6-94e2-41b8-9abb-b5fecf122b7d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4d46bbc9002900a5c0432c0e60863478", + "x-ms-correlation-request-id": "495ba62f-0324-4744-8785-763dd3eba956", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-request-id": "fd1e0a90-c430-44d8-801e-d9fa278e1daf", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T023131Z:495ba62f-0324-4744-8785-763dd3eba956" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e5b8a6a6-94e2-41b8-9abb-b5fecf122b7d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "ef31610dd040f0789fb8371fad156db6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 02:31:31 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e5b8a6a6-94e2-41b8-9abb-b5fecf122b7d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ef31610dd040f0789fb8371fad156db6", + "x-ms-correlation-request-id": "13d79019-12f5-4a3d-9ac1-d460ef52c2b9", + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-request-id": "92145c19-53c3-4496-aa23-e19a6a71053a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T023131Z:13d79019-12f5-4a3d-9ac1-d460ef52c2b9" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e5b8a6a6-94e2-41b8-9abb-b5fecf122b7d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "a48e10231091e02d3fa348d4bf781e9c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 02:31:31 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e5b8a6a6-94e2-41b8-9abb-b5fecf122b7d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a48e10231091e02d3fa348d4bf781e9c", + "x-ms-correlation-request-id": "37606c38-d989-46e9-b646-94ed47703079", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-request-id": "0fa16571-22c0-45d1-b4da-8e13403c9ea6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T023132Z:37606c38-d989-46e9-b646-94ed47703079" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e5b8a6a6-94e2-41b8-9abb-b5fecf122b7d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "a31e4d98bb88f9da4256ae70c88653ab", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 02:31:31 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e5b8a6a6-94e2-41b8-9abb-b5fecf122b7d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a31e4d98bb88f9da4256ae70c88653ab", + "x-ms-correlation-request-id": "c62c2a8a-f2c2-4823-aeaa-0d9cf6781972", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-request-id": "8c5f57a4-ba39-4d25-ae4f-72304500067d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T023132Z:c62c2a8a-f2c2-4823-aeaa-0d9cf6781972" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e5b8a6a6-94e2-41b8-9abb-b5fecf122b7d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "50ea76d690f8fde63451af9c88a43127", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 02:31:32 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e5b8a6a6-94e2-41b8-9abb-b5fecf122b7d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "50ea76d690f8fde63451af9c88a43127", + "x-ms-correlation-request-id": "7300282b-d0ed-4c9a-9845-fe799e76a427", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-request-id": "342cd3f7-26a2-46b8-b95a-6746f9f974f7", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T023132Z:7300282b-d0ed-4c9a-9845-fe799e76a427" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e5b8a6a6-94e2-41b8-9abb-b5fecf122b7d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "60869b9acaf7672e3595613b62bc17b9", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 02:31:32 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e5b8a6a6-94e2-41b8-9abb-b5fecf122b7d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "60869b9acaf7672e3595613b62bc17b9", + "x-ms-correlation-request-id": "fe311883-075d-4b56-bb0b-2e3a44b96cf3", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-request-id": "d8a0be68-66c2-4ea6-8517-332909086254", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T023133Z:fe311883-075d-4b56-bb0b-2e3a44b96cf3" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e5b8a6a6-94e2-41b8-9abb-b5fecf122b7d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "48fd9d50cd8e08a366216f360c3d709e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 02:31:32 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e5b8a6a6-94e2-41b8-9abb-b5fecf122b7d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "48fd9d50cd8e08a366216f360c3d709e", + "x-ms-correlation-request-id": "0325df62-b91d-44d8-ace1-cda05d356ba7", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-request-id": "088fb6ee-2837-4483-a7ff-707e5f85806a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T023133Z:0325df62-b91d-44d8-ace1-cda05d356ba7" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e5b8a6a6-94e2-41b8-9abb-b5fecf122b7d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "2dd58724f2ff0cb448831a632eab9a77", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 02:31:33 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e5b8a6a6-94e2-41b8-9abb-b5fecf122b7d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "2dd58724f2ff0cb448831a632eab9a77", + "x-ms-correlation-request-id": "38d4ef06-ce2d-46a4-bd84-c5d6bf4723bf", + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-request-id": "1dd3007f-1b61-44f5-8d89-79c66e5f4848", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T023133Z:38d4ef06-ce2d-46a4-bd84-c5d6bf4723bf" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e5b8a6a6-94e2-41b8-9abb-b5fecf122b7d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "eb4cf53ae8a6cd99f77efad55af75af8", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 02:31:33 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e5b8a6a6-94e2-41b8-9abb-b5fecf122b7d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "eb4cf53ae8a6cd99f77efad55af75af8", + "x-ms-correlation-request-id": "011ce791-ddb8-4512-a46b-925f17f6e4ec", + "x-ms-ratelimit-remaining-subscription-reads": "11988", + "x-ms-request-id": "ef9a8c13-af26-4ba5-925d-4ee1cdaf4f3a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T023134Z:011ce791-ddb8-4512-a46b-925f17f6e4ec" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e5b8a6a6-94e2-41b8-9abb-b5fecf122b7d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "db17c324e9e65db9e9f1000ab240d9bb", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 02:31:33 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e5b8a6a6-94e2-41b8-9abb-b5fecf122b7d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "db17c324e9e65db9e9f1000ab240d9bb", + "x-ms-correlation-request-id": "dc99f779-90bf-4111-a32f-0166464cc187", + "x-ms-ratelimit-remaining-subscription-reads": "11987", + "x-ms-request-id": "96679414-da2d-445d-ae35-ae0118ca23ef", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T023134Z:dc99f779-90bf-4111-a32f-0166464cc187" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e5b8a6a6-94e2-41b8-9abb-b5fecf122b7d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "16fcf88685f03bf7ee083681f8deb151", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 02:31:33 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e5b8a6a6-94e2-41b8-9abb-b5fecf122b7d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "16fcf88685f03bf7ee083681f8deb151", + "x-ms-correlation-request-id": "799f8b29-b71b-4fbb-8464-9ba4a34d2638", + "x-ms-ratelimit-remaining-subscription-reads": "11986", + "x-ms-request-id": "26e7c8ed-204d-42e5-b986-a94a60dce453", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T023134Z:799f8b29-b71b-4fbb-8464-9ba4a34d2638" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e5b8a6a6-94e2-41b8-9abb-b5fecf122b7d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "6b3f2228bf9350903cef02b4e88e1ab7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 02:31:34 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e5b8a6a6-94e2-41b8-9abb-b5fecf122b7d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6b3f2228bf9350903cef02b4e88e1ab7", + "x-ms-correlation-request-id": "0ff9113f-87c2-4303-be49-095f35965ddb", + "x-ms-ratelimit-remaining-subscription-reads": "11985", + "x-ms-request-id": "93362e34-4f1e-4213-b6b4-82f0091c17c0", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T023135Z:0ff9113f-87c2-4303-be49-095f35965ddb" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e5b8a6a6-94e2-41b8-9abb-b5fecf122b7d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "624f3fa543fa9e07cbdbecddb338640b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 02:31:34 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e5b8a6a6-94e2-41b8-9abb-b5fecf122b7d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "624f3fa543fa9e07cbdbecddb338640b", + "x-ms-correlation-request-id": "2a739afb-e94f-481d-8499-81d461fe037c", + "x-ms-ratelimit-remaining-subscription-reads": "11984", + "x-ms-request-id": "b6785f93-a2dd-44df-87e2-a2966ce51ce9", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T023135Z:2a739afb-e94f-481d-8499-81d461fe037c" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e5b8a6a6-94e2-41b8-9abb-b5fecf122b7d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "90e1ae406e01c62767acda018342525f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 02:31:34 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e5b8a6a6-94e2-41b8-9abb-b5fecf122b7d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "90e1ae406e01c62767acda018342525f", + "x-ms-correlation-request-id": "44c854d7-7844-405c-be9e-61dcf71fd51d", + "x-ms-ratelimit-remaining-subscription-reads": "11983", + "x-ms-request-id": "ebf9bfa5-3ef6-461f-b500-0ea4afaebb5e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T023135Z:44c854d7-7844-405c-be9e-61dcf71fd51d" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e5b8a6a6-94e2-41b8-9abb-b5fecf122b7d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "b9db7eee4e8ee5561ba09fb7d2b29d03", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 02:31:35 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e5b8a6a6-94e2-41b8-9abb-b5fecf122b7d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b9db7eee4e8ee5561ba09fb7d2b29d03", + "x-ms-correlation-request-id": "9b7615f2-9e4b-4d18-8ac6-8d4e45d1be0c", + "x-ms-ratelimit-remaining-subscription-reads": "11982", + "x-ms-request-id": "7af4dff3-4999-4f73-ae9b-a90e9aa5f9ca", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T023135Z:9b7615f2-9e4b-4d18-8ac6-8d4e45d1be0c" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e5b8a6a6-94e2-41b8-9abb-b5fecf122b7d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "3a74f78a8aac37b61789fa4e69051b89", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 02:31:35 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e5b8a6a6-94e2-41b8-9abb-b5fecf122b7d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "3a74f78a8aac37b61789fa4e69051b89", + "x-ms-correlation-request-id": "6e96d7e8-0b0b-4bf1-8aae-0a5978e35e26", + "x-ms-ratelimit-remaining-subscription-reads": "11981", + "x-ms-request-id": "90a95495-d58c-4f9e-a7cb-2a329265f15d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T023136Z:6e96d7e8-0b0b-4bf1-8aae-0a5978e35e26" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e5b8a6a6-94e2-41b8-9abb-b5fecf122b7d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "34ef8d88aa5cf17c57fc7460ce6ff3b5", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 02:31:35 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e5b8a6a6-94e2-41b8-9abb-b5fecf122b7d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "34ef8d88aa5cf17c57fc7460ce6ff3b5", + "x-ms-correlation-request-id": "56d6e990-23d7-4361-8f4e-c5d4ba6c0688", + "x-ms-ratelimit-remaining-subscription-reads": "11980", + "x-ms-request-id": "c19448ea-f47d-4bfe-9e82-4892b71994c3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T023136Z:56d6e990-23d7-4361-8f4e-c5d4ba6c0688" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e5b8a6a6-94e2-41b8-9abb-b5fecf122b7d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "8c76d60e18cd64b2c8a4a20454087b15", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 02:31:36 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e5b8a6a6-94e2-41b8-9abb-b5fecf122b7d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "8c76d60e18cd64b2c8a4a20454087b15", + "x-ms-correlation-request-id": "7c586a0c-561f-423f-b6ee-643703ad2bf9", + "x-ms-ratelimit-remaining-subscription-reads": "11979", + "x-ms-request-id": "7cd0fe1d-d645-467b-a882-36c03a358e78", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T023136Z:7c586a0c-561f-423f-b6ee-643703ad2bf9" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e5b8a6a6-94e2-41b8-9abb-b5fecf122b7d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "452e168568c2e0a77a83e2b0155568a7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 02:31:36 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e5b8a6a6-94e2-41b8-9abb-b5fecf122b7d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "452e168568c2e0a77a83e2b0155568a7", + "x-ms-correlation-request-id": "a645b4c2-91b4-4679-86ca-9f40eca0e9f2", + "x-ms-ratelimit-remaining-subscription-reads": "11978", + "x-ms-request-id": "fce042bd-a1f5-4332-8686-3815a22e5dd7", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T023137Z:a645b4c2-91b4-4679-86ca-9f40eca0e9f2" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e5b8a6a6-94e2-41b8-9abb-b5fecf122b7d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "923f45968e8f70bbda8b6cb708789d4f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 02:31:36 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e5b8a6a6-94e2-41b8-9abb-b5fecf122b7d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "923f45968e8f70bbda8b6cb708789d4f", + "x-ms-correlation-request-id": "b179a7fa-c4a1-47e9-8874-b7f6796ce99e", + "x-ms-ratelimit-remaining-subscription-reads": "11977", + "x-ms-request-id": "cfab7700-3ef5-4205-a6b7-57b6871825fe", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T023137Z:b179a7fa-c4a1-47e9-8874-b7f6796ce99e" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e5b8a6a6-94e2-41b8-9abb-b5fecf122b7d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "b8db5f80ad40a6f22f96124a36024f72", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 02:31:37 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e5b8a6a6-94e2-41b8-9abb-b5fecf122b7d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b8db5f80ad40a6f22f96124a36024f72", + "x-ms-correlation-request-id": "08ad84b1-98d9-4c81-b2e0-4f8665ffa4d8", + "x-ms-ratelimit-remaining-subscription-reads": "11976", + "x-ms-request-id": "7c826fa1-4d76-4c72-b629-d6c68cbc4761", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T023137Z:08ad84b1-98d9-4c81-b2e0-4f8665ffa4d8" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e5b8a6a6-94e2-41b8-9abb-b5fecf122b7d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "0e6dfa3ce9c9f6865bbe6b37fbefd701", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 02:31:37 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e5b8a6a6-94e2-41b8-9abb-b5fecf122b7d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "0e6dfa3ce9c9f6865bbe6b37fbefd701", + "x-ms-correlation-request-id": "97a95576-ac3b-4d8d-8ae3-8cdc1cd9b484", + "x-ms-ratelimit-remaining-subscription-reads": "11975", + "x-ms-request-id": "f9328048-3bf7-4d10-9fd7-2e4b41abdd3f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T023138Z:97a95576-ac3b-4d8d-8ae3-8cdc1cd9b484" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e5b8a6a6-94e2-41b8-9abb-b5fecf122b7d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "b52f93e6af7ae867529863f87c7039d7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 02:31:37 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e5b8a6a6-94e2-41b8-9abb-b5fecf122b7d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b52f93e6af7ae867529863f87c7039d7", + "x-ms-correlation-request-id": "b6399fad-25ae-47d7-973e-7f5c7e8374b9", + "x-ms-ratelimit-remaining-subscription-reads": "11974", + "x-ms-request-id": "57d82a96-0d82-4492-ad25-41d17b0ba879", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T023138Z:b6399fad-25ae-47d7-973e-7f5c7e8374b9" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e5b8a6a6-94e2-41b8-9abb-b5fecf122b7d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "0e7afa3c8e0a9785d9e45d8142baab3f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 02:31:37 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e5b8a6a6-94e2-41b8-9abb-b5fecf122b7d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "0e7afa3c8e0a9785d9e45d8142baab3f", + "x-ms-correlation-request-id": "90196311-1392-466a-a2ad-3e4ff3ab65c2", + "x-ms-ratelimit-remaining-subscription-reads": "11973", + "x-ms-request-id": "e7b225b4-1deb-481e-bf23-dcaff756b06c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T023138Z:90196311-1392-466a-a2ad-3e4ff3ab65c2" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e5b8a6a6-94e2-41b8-9abb-b5fecf122b7d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "a36310bf99d38df79385bc30868d7aea", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 02:31:38 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e5b8a6a6-94e2-41b8-9abb-b5fecf122b7d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a36310bf99d38df79385bc30868d7aea", + "x-ms-correlation-request-id": "5c5e6681-720b-47b8-bba9-ecf19e32e893", + "x-ms-ratelimit-remaining-subscription-reads": "11972", + "x-ms-request-id": "5db6727a-4126-43a1-87f9-5daaf45ae65b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T023139Z:5c5e6681-720b-47b8-bba9-ecf19e32e893" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e5b8a6a6-94e2-41b8-9abb-b5fecf122b7d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "00fb9385c97558f60d98db9651e5a597", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 02:31:38 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e5b8a6a6-94e2-41b8-9abb-b5fecf122b7d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "00fb9385c97558f60d98db9651e5a597", + "x-ms-correlation-request-id": "998ca4ba-9786-49b3-90bc-293534a3bc1f", + "x-ms-ratelimit-remaining-subscription-reads": "11971", + "x-ms-request-id": "70896ee2-e036-4962-b5a5-9a235f9438b2", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T023139Z:998ca4ba-9786-49b3-90bc-293534a3bc1f" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e5b8a6a6-94e2-41b8-9abb-b5fecf122b7d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "6b3923ed950da20403ed7b85d155104c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 02:31:38 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e5b8a6a6-94e2-41b8-9abb-b5fecf122b7d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6b3923ed950da20403ed7b85d155104c", + "x-ms-correlation-request-id": "ae857e0c-81d3-4866-b396-9f247c55ee2d", + "x-ms-ratelimit-remaining-subscription-reads": "11970", + "x-ms-request-id": "60378848-e313-45bc-bf5f-7035ba184b79", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T023139Z:ae857e0c-81d3-4866-b396-9f247c55ee2d" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e5b8a6a6-94e2-41b8-9abb-b5fecf122b7d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "affc736aaabff6ca190b963bbd613bad", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 02:31:39 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e5b8a6a6-94e2-41b8-9abb-b5fecf122b7d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "affc736aaabff6ca190b963bbd613bad", + "x-ms-correlation-request-id": "6a9769ef-77fd-4473-ae90-7da88eef702a", + "x-ms-ratelimit-remaining-subscription-reads": "11969", + "x-ms-request-id": "cd14ca10-5a61-4d4f-b7bc-5e435eb02416", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T023139Z:6a9769ef-77fd-4473-ae90-7da88eef702a" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e5b8a6a6-94e2-41b8-9abb-b5fecf122b7d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "624224df0e54efdc8f59fd874e7186b7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 02:31:39 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e5b8a6a6-94e2-41b8-9abb-b5fecf122b7d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "624224df0e54efdc8f59fd874e7186b7", + "x-ms-correlation-request-id": "bb94cd75-1556-4ee5-b3d8-a3f856cc8ab7", + "x-ms-ratelimit-remaining-subscription-reads": "11968", + "x-ms-request-id": "2404465d-85fd-41e3-af85-3681668bc7cf", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T023140Z:bb94cd75-1556-4ee5-b3d8-a3f856cc8ab7" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e5b8a6a6-94e2-41b8-9abb-b5fecf122b7d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "de2b8f87f6e843d859435102ffc9e4a1", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 02:31:39 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e5b8a6a6-94e2-41b8-9abb-b5fecf122b7d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "de2b8f87f6e843d859435102ffc9e4a1", + "x-ms-correlation-request-id": "9f97fcaf-bae9-4756-b653-18add36dfe4d", + "x-ms-ratelimit-remaining-subscription-reads": "11967", + "x-ms-request-id": "ee6f852a-44eb-4a0a-b2b6-fded64adf8ed", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T023140Z:9f97fcaf-bae9-4756-b653-18add36dfe4d" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e5b8a6a6-94e2-41b8-9abb-b5fecf122b7d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "aca5cdb1ae135bf7960d1f66ac42a8a8", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 02:31:40 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e5b8a6a6-94e2-41b8-9abb-b5fecf122b7d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "aca5cdb1ae135bf7960d1f66ac42a8a8", + "x-ms-correlation-request-id": "e8bd7c83-38f5-4999-b4ec-dff4b5f45467", + "x-ms-ratelimit-remaining-subscription-reads": "11966", + "x-ms-request-id": "28a5d1a1-35cc-42b8-b8a1-a1d4712aa317", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T023140Z:e8bd7c83-38f5-4999-b4ec-dff4b5f45467" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e5b8a6a6-94e2-41b8-9abb-b5fecf122b7d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "2eb3de845d35e8c54cff0910bcdaefc6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 02:31:40 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e5b8a6a6-94e2-41b8-9abb-b5fecf122b7d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "2eb3de845d35e8c54cff0910bcdaefc6", + "x-ms-correlation-request-id": "ea2c4b86-7b5a-4c2d-8aab-565c645e070b", + "x-ms-ratelimit-remaining-subscription-reads": "11965", + "x-ms-request-id": "089aebda-cf71-4bb4-8507-91efab7e1c7c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T023141Z:ea2c4b86-7b5a-4c2d-8aab-565c645e070b" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e5b8a6a6-94e2-41b8-9abb-b5fecf122b7d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "80d65c74d9cbd9a497d047dbd6729716", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 02:31:40 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e5b8a6a6-94e2-41b8-9abb-b5fecf122b7d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "80d65c74d9cbd9a497d047dbd6729716", + "x-ms-correlation-request-id": "d672d789-e6c4-4961-9444-c97cd646fadf", + "x-ms-ratelimit-remaining-subscription-reads": "11964", + "x-ms-request-id": "283d0b1e-4e71-4afd-8772-bd95af49acd0", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T023141Z:d672d789-e6c4-4961-9444-c97cd646fadf" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e5b8a6a6-94e2-41b8-9abb-b5fecf122b7d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "207ea99bb615536c07bd6014a4e69ebc", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 02:31:40 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e5b8a6a6-94e2-41b8-9abb-b5fecf122b7d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "207ea99bb615536c07bd6014a4e69ebc", + "x-ms-correlation-request-id": "2298477d-e0ea-4ccf-8104-d0be904a41a0", + "x-ms-ratelimit-remaining-subscription-reads": "11963", + "x-ms-request-id": "852b5042-8bd2-4867-81b3-84c9fafce252", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T023141Z:2298477d-e0ea-4ccf-8104-d0be904a41a0" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e5b8a6a6-94e2-41b8-9abb-b5fecf122b7d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "50f1591d276baadc3ada966516e911da", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 02:31:41 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e5b8a6a6-94e2-41b8-9abb-b5fecf122b7d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "50f1591d276baadc3ada966516e911da", + "x-ms-correlation-request-id": "835ee392-7849-481f-9426-c4cb7035dbb0", + "x-ms-ratelimit-remaining-subscription-reads": "11962", + "x-ms-request-id": "3a6c4493-6e8c-4a7d-b26f-7d5c0264a3d2", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T023142Z:835ee392-7849-481f-9426-c4cb7035dbb0" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e5b8a6a6-94e2-41b8-9abb-b5fecf122b7d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "1275f268cf5cbdb0ef83790e799034b0", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 02:31:41 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e5b8a6a6-94e2-41b8-9abb-b5fecf122b7d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1275f268cf5cbdb0ef83790e799034b0", + "x-ms-correlation-request-id": "a5be6dea-8923-4788-8dfa-b3d36aee71b7", + "x-ms-ratelimit-remaining-subscription-reads": "11961", + "x-ms-request-id": "542ad020-152a-4a32-a706-033c273415ed", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T023142Z:a5be6dea-8923-4788-8dfa-b3d36aee71b7" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e5b8a6a6-94e2-41b8-9abb-b5fecf122b7d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "7cbe8a31468074abcdd3e53a20073c1d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 02:31:41 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e5b8a6a6-94e2-41b8-9abb-b5fecf122b7d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "7cbe8a31468074abcdd3e53a20073c1d", + "x-ms-correlation-request-id": "f1ddfe61-2d77-4238-b104-cd5a57cde19f", + "x-ms-ratelimit-remaining-subscription-reads": "11960", + "x-ms-request-id": "775f58ca-ee12-4d4a-8b09-19bd42e24d48", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T023142Z:f1ddfe61-2d77-4238-b104-cd5a57cde19f" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e5b8a6a6-94e2-41b8-9abb-b5fecf122b7d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "b2ac86ab8c714e60a83460e7aece31aa", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 02:31:42 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e5b8a6a6-94e2-41b8-9abb-b5fecf122b7d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b2ac86ab8c714e60a83460e7aece31aa", + "x-ms-correlation-request-id": "e7bc707c-68eb-423c-be2d-2875ad814271", + "x-ms-ratelimit-remaining-subscription-reads": "11959", + "x-ms-request-id": "47450318-99b5-426b-99b4-6c6664a55cd8", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T023143Z:e7bc707c-68eb-423c-be2d-2875ad814271" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e5b8a6a6-94e2-41b8-9abb-b5fecf122b7d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "8b33e5a6942b215947014588e9769ce8", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 02:31:42 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e5b8a6a6-94e2-41b8-9abb-b5fecf122b7d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "8b33e5a6942b215947014588e9769ce8", + "x-ms-correlation-request-id": "d18d78ad-3670-4155-9f89-78fc85b79d6e", + "x-ms-ratelimit-remaining-subscription-reads": "11958", + "x-ms-request-id": "2ee7eb98-35a9-4826-af60-b2e4ec962c9b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T023143Z:d18d78ad-3670-4155-9f89-78fc85b79d6e" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e5b8a6a6-94e2-41b8-9abb-b5fecf122b7d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "f2625b4681e4a53f2a6fd44be6c3c5fe", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 02:31:42 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e5b8a6a6-94e2-41b8-9abb-b5fecf122b7d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f2625b4681e4a53f2a6fd44be6c3c5fe", + "x-ms-correlation-request-id": "09301a83-b322-481c-a9ef-5426b9ea65e4", + "x-ms-ratelimit-remaining-subscription-reads": "11957", + "x-ms-request-id": "2be15ce4-cf1c-4ece-bbf8-eb81c083c4de", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T023143Z:09301a83-b322-481c-a9ef-5426b9ea65e4" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e5b8a6a6-94e2-41b8-9abb-b5fecf122b7d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "3b943ba2b0d316f22c8a6b6f46d76432", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 02:31:43 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e5b8a6a6-94e2-41b8-9abb-b5fecf122b7d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "3b943ba2b0d316f22c8a6b6f46d76432", + "x-ms-correlation-request-id": "cc89a10e-7efc-4005-a7f0-b90a16e6f144", + "x-ms-ratelimit-remaining-subscription-reads": "11956", + "x-ms-request-id": "928bf97c-3adf-4003-b73f-0245cabc71e7", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T023143Z:cc89a10e-7efc-4005-a7f0-b90a16e6f144" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e5b8a6a6-94e2-41b8-9abb-b5fecf122b7d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "53a177973e6b24c6a58e61bbc00e3b83", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 02:31:43 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e5b8a6a6-94e2-41b8-9abb-b5fecf122b7d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "53a177973e6b24c6a58e61bbc00e3b83", + "x-ms-correlation-request-id": "98d4d1ce-6fc1-4dc8-a7f1-cc3b0461f2ac", + "x-ms-ratelimit-remaining-subscription-reads": "11955", + "x-ms-request-id": "fa37c998-7f23-4852-bc99-bc4bea16afe0", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T023144Z:98d4d1ce-6fc1-4dc8-a7f1-cc3b0461f2ac" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e5b8a6a6-94e2-41b8-9abb-b5fecf122b7d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "aee6463b61e19615694cc65916cf5e52", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 02:31:43 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e5b8a6a6-94e2-41b8-9abb-b5fecf122b7d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "aee6463b61e19615694cc65916cf5e52", + "x-ms-correlation-request-id": "2708835a-1bb8-4677-9b6e-3aaf279ae421", + "x-ms-ratelimit-remaining-subscription-reads": "11954", + "x-ms-request-id": "c491e9ba-dbc1-453a-b6e0-e97565bd0e90", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T023144Z:2708835a-1bb8-4677-9b6e-3aaf279ae421" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e5b8a6a6-94e2-41b8-9abb-b5fecf122b7d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "6eb3a10b72226393747095444f36551e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 02:31:44 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e5b8a6a6-94e2-41b8-9abb-b5fecf122b7d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6eb3a10b72226393747095444f36551e", + "x-ms-correlation-request-id": "d71be0da-a5b6-421d-bb7a-2dc9f1573346", + "x-ms-ratelimit-remaining-subscription-reads": "11953", + "x-ms-request-id": "cce78cbd-7ac2-4e61-af63-8358ca40b72b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T023144Z:d71be0da-a5b6-421d-bb7a-2dc9f1573346" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e5b8a6a6-94e2-41b8-9abb-b5fecf122b7d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "ff34e74fb6f13651620ae91e776d0dd5", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 02:31:44 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e5b8a6a6-94e2-41b8-9abb-b5fecf122b7d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ff34e74fb6f13651620ae91e776d0dd5", + "x-ms-correlation-request-id": "833fafbc-b27c-4b1e-ab41-5bb50afc80d3", + "x-ms-ratelimit-remaining-subscription-reads": "11952", + "x-ms-request-id": "b1a09bcb-3749-4459-ab78-165220f20864", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T023145Z:833fafbc-b27c-4b1e-ab41-5bb50afc80d3" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e5b8a6a6-94e2-41b8-9abb-b5fecf122b7d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "1fb00f2fcd5ac861b3823971ccd14632", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 02:31:44 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e5b8a6a6-94e2-41b8-9abb-b5fecf122b7d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1fb00f2fcd5ac861b3823971ccd14632", + "x-ms-correlation-request-id": "3e96563a-8d03-46d2-bbcc-d309062eb97a", + "x-ms-ratelimit-remaining-subscription-reads": "11951", + "x-ms-request-id": "dae2931a-21d2-40c0-8ea6-d39e77d4e607", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T023145Z:3e96563a-8d03-46d2-bbcc-d309062eb97a" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e5b8a6a6-94e2-41b8-9abb-b5fecf122b7d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "2e09a8f65f9b54604f7d0b178974ec07", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 02:31:45 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e5b8a6a6-94e2-41b8-9abb-b5fecf122b7d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "2e09a8f65f9b54604f7d0b178974ec07", + "x-ms-correlation-request-id": "995cb86e-cdcc-46c3-b255-9dc1672489b2", + "x-ms-ratelimit-remaining-subscription-reads": "11950", + "x-ms-request-id": "5a91f370-d31c-4257-a85b-e484c09f0e7c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T023145Z:995cb86e-cdcc-46c3-b255-9dc1672489b2" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e5b8a6a6-94e2-41b8-9abb-b5fecf122b7d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "4014bf62368582c3866b4c6f7ce06a91", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 02:31:45 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e5b8a6a6-94e2-41b8-9abb-b5fecf122b7d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4014bf62368582c3866b4c6f7ce06a91", + "x-ms-correlation-request-id": "6b2d8a2d-fd24-492e-bde8-4550cf5f901f", + "x-ms-ratelimit-remaining-subscription-reads": "11949", + "x-ms-request-id": "b7e61497-0a42-44cb-af6a-d08400463b84", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T023146Z:6b2d8a2d-fd24-492e-bde8-4550cf5f901f" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e5b8a6a6-94e2-41b8-9abb-b5fecf122b7d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "cf28b6c4de63d03aae5bcfdcc1493f3e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 02:31:45 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e5b8a6a6-94e2-41b8-9abb-b5fecf122b7d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "cf28b6c4de63d03aae5bcfdcc1493f3e", + "x-ms-correlation-request-id": "e11565ab-52f8-4247-ba19-cb208a657875", + "x-ms-ratelimit-remaining-subscription-reads": "11948", + "x-ms-request-id": "6d55c87f-6295-4d26-a6e8-2de7581b141f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T023146Z:e11565ab-52f8-4247-ba19-cb208a657875" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e5b8a6a6-94e2-41b8-9abb-b5fecf122b7d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "0d0e329606bcc0ade487a83013f1d76f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 02:31:46 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e5b8a6a6-94e2-41b8-9abb-b5fecf122b7d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "0d0e329606bcc0ade487a83013f1d76f", + "x-ms-correlation-request-id": "3a600cc7-bc17-43c5-a0d5-37c55d1b62f7", + "x-ms-ratelimit-remaining-subscription-reads": "11947", + "x-ms-request-id": "4a0ced23-98db-4c71-8bd1-cf06e044b3a2", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T023146Z:3a600cc7-bc17-43c5-a0d5-37c55d1b62f7" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e5b8a6a6-94e2-41b8-9abb-b5fecf122b7d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "d2537a131c4c83a48543912966e7c13c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 02:31:46 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e5b8a6a6-94e2-41b8-9abb-b5fecf122b7d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d2537a131c4c83a48543912966e7c13c", + "x-ms-correlation-request-id": "0879785d-28fb-4c2f-ab72-5c5e5ffa7576", + "x-ms-ratelimit-remaining-subscription-reads": "11946", + "x-ms-request-id": "a649807e-8686-42cb-bc98-1083ad81881d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T023147Z:0879785d-28fb-4c2f-ab72-5c5e5ffa7576" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e5b8a6a6-94e2-41b8-9abb-b5fecf122b7d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "4ad80d2b5dd1bdd40967eadc3609bdbc", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1346", + "Content-Type": "application/json", + "Date": "Thu, 18 Nov 2021 02:31:46 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4ad80d2b5dd1bdd40967eadc3609bdbc", + "x-ms-correlation-request-id": "10c3715a-7914-42cb-801b-55cfffc28986", + "x-ms-ratelimit-remaining-subscription-reads": "11945", + "x-ms-request-id": "2d83cf76-cf74-4256-950c-e22e357f5e86", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T023147Z:10c3715a-7914-42cb-801b-55cfffc28986" + }, + "ResponseBody": { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "Storage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-7900/providers/Microsoft.Storage/storageAccounts/teststoragemgmt4421", + "name": "teststoragemgmt4421", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-11-18T02:31:29.6052076Z", + "key2": "2021-11-18T02:31:29.6052076Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-18T02:31:29.6052076Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-18T02:31:29.6052076Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "provisioningState": "Succeeded", + "creationTime": "2021-11-18T02:31:29.4958271Z", + "primaryEndpoints": { + "blob": "https://teststoragemgmt4421.blob.core.windows.net/", + "queue": "https://teststoragemgmt4421.queue.core.windows.net/", + "table": "https://teststoragemgmt4421.table.core.windows.net/", + "file": "https://teststoragemgmt4421.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-7900/providers/Microsoft.Storage/storageAccounts/teststoragemgmt4421/blobServices/default?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211118.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "46c95f836df679f28d8a8778748359fd", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "381", + "Content-Type": "application/json", + "Date": "Thu, 18 Nov 2021 02:31:47 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "46c95f836df679f28d8a8778748359fd", + "x-ms-correlation-request-id": "f6f1fe0e-5f2c-4138-b633-4479b3be89ac", + "x-ms-ratelimit-remaining-subscription-reads": "11944", + "x-ms-request-id": "3a8bac5d-37ec-431b-bead-5095cc33c095", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T023147Z:f6f1fe0e-5f2c-4138-b633-4479b3be89ac" + }, + "ResponseBody": { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-7900/providers/Microsoft.Storage/storageAccounts/teststoragemgmt4421/blobServices/default", + "name": "default", + "type": "Microsoft.Storage/storageAccounts/blobServices", + "properties": { + "cors": { + "corsRules": [] + }, + "deleteRetentionPolicy": { + "enabled": false + } + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-7900/providers/Microsoft.Storage/storageAccounts/teststoragemgmt4421?api-version=2021-04-01", + "RequestMethod": "PATCH", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "36", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211118.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "05046bc68d18b69da595c8e432c84d7b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "kind": "StorageV2", + "properties": {} + }, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1487", + "Content-Type": "application/json", + "Date": "Thu, 18 Nov 2021 02:31:50 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "05046bc68d18b69da595c8e432c84d7b", + "x-ms-correlation-request-id": "5bf00db6-3787-49bc-8201-a4d2de84092c", + "x-ms-ratelimit-remaining-subscription-writes": "1197", + "x-ms-request-id": "d8ba2e6f-6d42-49eb-b3fa-8bfcdc7f16a9", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T023151Z:5bf00db6-3787-49bc-8201-a4d2de84092c" + }, + "ResponseBody": { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "StorageV2", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-7900/providers/Microsoft.Storage/storageAccounts/teststoragemgmt4421", + "name": "teststoragemgmt4421", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-11-18T02:31:29.6052076Z", + "key2": "2021-11-18T02:31:29.6052076Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-18T02:31:29.6052076Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-18T02:31:29.6052076Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "accessTier": "Hot", + "provisioningState": "Succeeded", + "creationTime": "2021-11-18T02:31:29.4958271Z", + "primaryEndpoints": { + "dfs": "https://teststoragemgmt4421.dfs.core.windows.net/", + "web": "https://teststoragemgmt4421.z20.web.core.windows.net/", + "blob": "https://teststoragemgmt4421.blob.core.windows.net/", + "queue": "https://teststoragemgmt4421.queue.core.windows.net/", + "table": "https://teststoragemgmt4421.table.core.windows.net/", + "file": "https://teststoragemgmt4421.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-7900/providers/Microsoft.Storage/storageAccounts/teststoragemgmt4421/blobServices/default?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211118.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "06a5d5867a1dbe461b5fbc47d55c4985", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "381", + "Content-Type": "application/json", + "Date": "Thu, 18 Nov 2021 02:31:51 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "06a5d5867a1dbe461b5fbc47d55c4985", + "x-ms-correlation-request-id": "41a42aec-3dcb-4a3a-9a04-fbc5607b4d05", + "x-ms-ratelimit-remaining-subscription-reads": "11943", + "x-ms-request-id": "28595dca-7c8f-436a-b6ea-216fc9bd6145", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T023152Z:41a42aec-3dcb-4a3a-9a04-fbc5607b4d05" + }, + "ResponseBody": { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-7900/providers/Microsoft.Storage/storageAccounts/teststoragemgmt4421/blobServices/default", + "name": "default", + "type": "Microsoft.Storage/storageAccounts/blobServices", + "properties": { + "cors": { + "corsRules": [] + }, + "deleteRetentionPolicy": { + "enabled": false + } + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-7900/providers/Microsoft.Storage/storageAccounts/teststoragemgmt4421/blobServices/default/containers/testblob251?api-version=2021-04-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "17", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211118.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "05cb16eda4b7c2f612a161a40d47c53d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "properties": {} + }, + "StatusCode": 201, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "399", + "Content-Type": "application/json", + "Date": "Thu, 18 Nov 2021 02:31:51 GMT", + "ETag": "\u00220x8D9AA3B94C8765F\u0022", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "05cb16eda4b7c2f612a161a40d47c53d", + "x-ms-correlation-request-id": "5f5d60f2-4a28-41b5-8337-bc8ab7465e33", + "x-ms-ratelimit-remaining-subscription-writes": "1196", + "x-ms-request-id": "63d11547-c78b-4097-9eee-5644824171ad", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T023152Z:5f5d60f2-4a28-41b5-8337-bc8ab7465e33" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-7900/providers/Microsoft.Storage/storageAccounts/teststoragemgmt4421/blobServices/default/containers/testblob251", + "name": "testblob251", + "type": "Microsoft.Storage/storageAccounts/blobServices/containers", + "properties": { + "deleted": false, + "remainingRetentionDays": 0, + "hasImmutabilityPolicy": false, + "hasLegalHold": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-7900/providers/Microsoft.Storage/storageAccounts/teststoragemgmt4421/blobServices/default/containers/testblob251/immutabilityPolicies/default?api-version=2021-04-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "58", + "Content-Type": "application/json", + "If-Match": "", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211118.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "dd9ff20cdf53254b46eab9d056e1494c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "properties": { + "immutabilityPeriodSinceCreationInDays": 3 + } + }, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "441", + "Content-Type": "application/json", + "Date": "Thu, 18 Nov 2021 02:31:52 GMT", + "ETag": "\u00228d9aa3b952c9284\u0022", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "dd9ff20cdf53254b46eab9d056e1494c", + "x-ms-correlation-request-id": "cef5c4f2-986d-4b0c-a5f3-d973f5a15548", + "x-ms-ratelimit-remaining-subscription-writes": "1195", + "x-ms-request-id": "35b72eca-dfc8-4c17-ad2b-570562365e89", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T023153Z:cef5c4f2-986d-4b0c-a5f3-d973f5a15548" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-7900/providers/Microsoft.Storage/storageAccounts/teststoragemgmt4421/blobServices/default/containers/testblob251/immutabilityPolicies/default", + "name": "default", + "type": "Microsoft.Storage/storageAccounts/blobServices/containers/immutabilityPolicies", + "etag": "\u00228d9aa3b952c9284\u0022", + "properties": { + "immutabilityPeriodSinceCreationInDays": 3, + "state": "Unlocked" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-7900/providers/Microsoft.Storage/storageAccounts/teststoragemgmt4421/blobServices/default/containers/testblob251/immutabilityPolicies/default/lock?api-version=2021-04-01", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "If-Match": "\u00228d9aa3b952c9284\u0022", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211118.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "b144d642768130ceaf440bd8e4190d18", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "439", + "Content-Type": "application/json", + "Date": "Thu, 18 Nov 2021 02:31:52 GMT", + "ETag": "\u00228d9aa3b9571b7fd\u0022", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b144d642768130ceaf440bd8e4190d18", + "x-ms-correlation-request-id": "1462937e-2ee4-4e4e-bd3c-01e70c382c7f", + "x-ms-ratelimit-remaining-subscription-writes": "1199", + "x-ms-request-id": "69d90fc4-7b1c-4db6-8058-bd9dfe1ccdfc", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T023153Z:1462937e-2ee4-4e4e-bd3c-01e70c382c7f" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-7900/providers/Microsoft.Storage/storageAccounts/teststoragemgmt4421/blobServices/default/containers/testblob251/immutabilityPolicies/default", + "name": "default", + "type": "Microsoft.Storage/storageAccounts/blobServices/containers/immutabilityPolicies", + "etag": "\u00228d9aa3b9571b7fd\u0022", + "properties": { + "immutabilityPeriodSinceCreationInDays": 3, + "state": "Locked" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-7900/providers/Microsoft.Storage/storageAccounts/teststoragemgmt4421/blobServices/default/containers/testblob251?api-version=2021-04-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211118.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "6ac809f6a7a90ebacaa6becdeb266b31", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 02:31:56 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6ac809f6a7a90ebacaa6becdeb266b31", + "x-ms-correlation-request-id": "a4efe962-eda5-4835-90e7-8af4df74cce0", + "x-ms-ratelimit-remaining-subscription-deletes": "14999", + "x-ms-request-id": "b2e82d15-ff2f-485d-8891-83d217fe582e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T023157Z:a4efe962-eda5-4835-90e7-8af4df74cce0" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-7900/providers/Microsoft.Storage/storageAccounts?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211118.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "37611557130295bb236e2e0ed472402c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1499", + "Content-Type": "application/json", + "Date": "Thu, 18 Nov 2021 02:31:56 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "37611557130295bb236e2e0ed472402c", + "x-ms-correlation-request-id": "7c60f4b1-aee7-427e-a9bc-eb09deb753c3", + "x-ms-ratelimit-remaining-subscription-reads": "11942", + "x-ms-request-id": "274c4b75-7a3a-44be-94d3-52e30a71554e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T023157Z:7c60f4b1-aee7-427e-a9bc-eb09deb753c3" + }, + "ResponseBody": { + "value": [ + { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "StorageV2", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-7900/providers/Microsoft.Storage/storageAccounts/teststoragemgmt4421", + "name": "teststoragemgmt4421", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-11-18T02:31:29.6052076Z", + "key2": "2021-11-18T02:31:29.6052076Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-18T02:31:29.6052076Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-18T02:31:29.6052076Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "accessTier": "Hot", + "provisioningState": "Succeeded", + "creationTime": "2021-11-18T02:31:29.4958271Z", + "primaryEndpoints": { + "dfs": "https://teststoragemgmt4421.dfs.core.windows.net/", + "web": "https://teststoragemgmt4421.z20.web.core.windows.net/", + "blob": "https://teststoragemgmt4421.blob.core.windows.net/", + "queue": "https://teststoragemgmt4421.queue.core.windows.net/", + "table": "https://teststoragemgmt4421.table.core.windows.net/", + "file": "https://teststoragemgmt4421.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + } + ] + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-7900/providers/Microsoft.Storage/storageAccounts/teststoragemgmt4421?api-version=2021-04-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211118.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "4dd9a1dddf189aa21b36e7dbb7014588", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 02:32:03 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4dd9a1dddf189aa21b36e7dbb7014588", + "x-ms-correlation-request-id": "ab2d3a04-a14d-48d7-b284-e95681d0aaf7", + "x-ms-ratelimit-remaining-subscription-deletes": "14998", + "x-ms-request-id": "1a618032-2e0d-4bd9-ba1f-687cb2ec301b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T023204Z:ab2d3a04-a14d-48d7-b284-e95681d0aaf7" + }, + "ResponseBody": [] + } + ], + "Variables": { + "RandomSeed": "1189041128", + "RESOURCE_MANAGER_URL": null, + "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" + } +} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobContainerTests/LockImmutabilityPolicyAsync.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobContainerTests/LockImmutabilityPolicyAsync.json new file mode 100644 index 0000000000000..e320fc607c70c --- /dev/null +++ b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobContainerTests/LockImmutabilityPolicyAsync.json @@ -0,0 +1,2316 @@ +{ + "Entries": [ + { + "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-bbc4033bd631c2488a65d879cfdefce5-3b82f86a6a12f140-00", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "16bc30fb2f4c66d8c1fd4eefb076e259", + "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, 18 Nov 2021 02:32:14 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "e65f2a85-9400-4ff2-ac62-38701fd9dfb7", + "x-ms-ratelimit-remaining-subscription-reads": "11939", + "x-ms-request-id": "e65f2a85-9400-4ff2-ac62-38701fd9dfb7", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T023214Z:e65f2a85-9400-4ff2-ac62-38701fd9dfb7" + }, + "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/teststorageRG-8147?api-version=2019-10-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "44", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "e75b1a19ddb608f46ad373a0c4a0394d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "location": "eastus2", + "tags": { + "test": "env" + } + }, + "StatusCode": 201, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "256", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 18 Nov 2021 02:32:15 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "7cf1f53c-5afc-4552-8d37-9292b3d44918", + "x-ms-ratelimit-remaining-subscription-writes": "1194", + "x-ms-request-id": "7cf1f53c-5afc-4552-8d37-9292b3d44918", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T023215Z:7cf1f53c-5afc-4552-8d37-9292b3d44918" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-8147", + "name": "teststorageRG-8147", + "type": "Microsoft.Resources/resourceGroups", + "location": "eastus2", + "tags": { + "test": "env" + }, + "properties": { + "provisioningState": "Succeeded" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/checkNameAvailability?api-version=2021-04-01", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "72", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211118.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "5e5cb353b303d3a9b4d20ddf224df5ff", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "name": "teststoragemgmt797", + "type": "Microsoft.Storage/storageAccounts" + }, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "22", + "Content-Type": "application/json", + "Date": "Thu, 18 Nov 2021 02:32:16 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5e5cb353b303d3a9b4d20ddf224df5ff", + "x-ms-correlation-request-id": "ccf00e2e-f2d1-44bc-a0a6-85da7394a400", + "x-ms-ratelimit-remaining-subscription-reads": "11938", + "x-ms-request-id": "fdfd9d99-39ad-4da1-81e0-4386bea590e6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T023216Z:ccf00e2e-f2d1-44bc-a0a6-85da7394a400" + }, + "ResponseBody": { + "nameAvailable": true + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-8147/providers/Microsoft.Storage/storageAccounts/teststoragemgmt797?api-version=2021-04-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "126", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211118.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "4629912d45e3c8520de25b64c5fc5d14", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "sku": { + "name": "Standard_GRS" + }, + "kind": "Storage", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": {} + }, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 02:32:20 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1d0c5927-74e6-477b-a6cb-7ea07dc4c61a?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4629912d45e3c8520de25b64c5fc5d14", + "x-ms-correlation-request-id": "2b07c17b-f7c8-4322-8fe0-faf8fdf0b600", + "x-ms-ratelimit-remaining-subscription-writes": "1193", + "x-ms-request-id": "1d0c5927-74e6-477b-a6cb-7ea07dc4c61a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T023220Z:2b07c17b-f7c8-4322-8fe0-faf8fdf0b600" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1d0c5927-74e6-477b-a6cb-7ea07dc4c61a?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "0e96a07e070f0ee16094502057440db7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 02:32:20 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1d0c5927-74e6-477b-a6cb-7ea07dc4c61a?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "0e96a07e070f0ee16094502057440db7", + "x-ms-correlation-request-id": "f628a9f3-fa3d-4c8d-aafa-0d01e8f0409d", + "x-ms-ratelimit-remaining-subscription-reads": "11937", + "x-ms-request-id": "3a7f7d4e-0f02-4a05-ab77-a3f6753b062c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T023220Z:f628a9f3-fa3d-4c8d-aafa-0d01e8f0409d" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1d0c5927-74e6-477b-a6cb-7ea07dc4c61a?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "363df874c62af4037bc294ce4247e0e4", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 02:32:20 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1d0c5927-74e6-477b-a6cb-7ea07dc4c61a?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "363df874c62af4037bc294ce4247e0e4", + "x-ms-correlation-request-id": "5a8c2da6-b233-4bed-bfe4-105958faf863", + "x-ms-ratelimit-remaining-subscription-reads": "11936", + "x-ms-request-id": "8044f90e-d8ff-4fd9-a7c4-7f8773b3f813", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T023220Z:5a8c2da6-b233-4bed-bfe4-105958faf863" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1d0c5927-74e6-477b-a6cb-7ea07dc4c61a?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "25e6d49a4e669a050915ce67e9f60f6d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 02:32:20 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1d0c5927-74e6-477b-a6cb-7ea07dc4c61a?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "25e6d49a4e669a050915ce67e9f60f6d", + "x-ms-correlation-request-id": "2f23ecfb-b45b-4b33-93db-40b27cc061c7", + "x-ms-ratelimit-remaining-subscription-reads": "11935", + "x-ms-request-id": "d4cb4984-f1e3-4cfe-8fab-05a00e08a0a2", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T023221Z:2f23ecfb-b45b-4b33-93db-40b27cc061c7" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1d0c5927-74e6-477b-a6cb-7ea07dc4c61a?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "ef964b0611ecb85c9da2934d7213cb19", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 02:32:21 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1d0c5927-74e6-477b-a6cb-7ea07dc4c61a?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ef964b0611ecb85c9da2934d7213cb19", + "x-ms-correlation-request-id": "cd436e33-7bbe-4400-b434-36e3133571f1", + "x-ms-ratelimit-remaining-subscription-reads": "11934", + "x-ms-request-id": "c0345e32-1a08-4a59-ba0e-f33c6665c9d2", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T023221Z:cd436e33-7bbe-4400-b434-36e3133571f1" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1d0c5927-74e6-477b-a6cb-7ea07dc4c61a?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "83866bb4e85e2650f2a22d14f79b0a84", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 02:32:21 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1d0c5927-74e6-477b-a6cb-7ea07dc4c61a?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "83866bb4e85e2650f2a22d14f79b0a84", + "x-ms-correlation-request-id": "e0308510-155b-45d3-a105-5a9cfe350604", + "x-ms-ratelimit-remaining-subscription-reads": "11933", + "x-ms-request-id": "444bb682-a16d-4d83-b56a-6bbf676fecc8", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T023221Z:e0308510-155b-45d3-a105-5a9cfe350604" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1d0c5927-74e6-477b-a6cb-7ea07dc4c61a?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "f6c827b2f0b089f8782e87c4bab827f6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 02:32:21 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1d0c5927-74e6-477b-a6cb-7ea07dc4c61a?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f6c827b2f0b089f8782e87c4bab827f6", + "x-ms-correlation-request-id": "71bffdf8-5b6f-4174-b064-48985ac9ba1b", + "x-ms-ratelimit-remaining-subscription-reads": "11932", + "x-ms-request-id": "58bc45d3-e22e-493d-8f01-65ec581a92c0", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T023221Z:71bffdf8-5b6f-4174-b064-48985ac9ba1b" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1d0c5927-74e6-477b-a6cb-7ea07dc4c61a?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "7db3b4498c701e0efa70fc49e347c002", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 02:32:22 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1d0c5927-74e6-477b-a6cb-7ea07dc4c61a?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "7db3b4498c701e0efa70fc49e347c002", + "x-ms-correlation-request-id": "ac88dddd-439a-4e3e-bbe0-abfa0dcb4177", + "x-ms-ratelimit-remaining-subscription-reads": "11931", + "x-ms-request-id": "603b3b2c-1280-4c5f-9344-d58d710b53c8", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T023222Z:ac88dddd-439a-4e3e-bbe0-abfa0dcb4177" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1d0c5927-74e6-477b-a6cb-7ea07dc4c61a?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "4b9a0e97d44ac36873fc0a30608c6b39", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 02:32:22 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1d0c5927-74e6-477b-a6cb-7ea07dc4c61a?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4b9a0e97d44ac36873fc0a30608c6b39", + "x-ms-correlation-request-id": "6d71da1e-2001-4b12-aeb3-21a24f930852", + "x-ms-ratelimit-remaining-subscription-reads": "11930", + "x-ms-request-id": "ccd6eae0-bd56-410c-b5fd-d9debe285e52", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T023222Z:6d71da1e-2001-4b12-aeb3-21a24f930852" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1d0c5927-74e6-477b-a6cb-7ea07dc4c61a?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "42cb377b8de8251418a9fc40f4afa531", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 02:32:22 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1d0c5927-74e6-477b-a6cb-7ea07dc4c61a?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "42cb377b8de8251418a9fc40f4afa531", + "x-ms-correlation-request-id": "2d273c25-c688-41c8-9cde-e3bdfa1b5e9b", + "x-ms-ratelimit-remaining-subscription-reads": "11929", + "x-ms-request-id": "bb8888af-beac-4a9f-a902-11ec02eab7e6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T023222Z:2d273c25-c688-41c8-9cde-e3bdfa1b5e9b" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1d0c5927-74e6-477b-a6cb-7ea07dc4c61a?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "ab2c856ddb1d74ab4cef097382debd6e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 02:32:23 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1d0c5927-74e6-477b-a6cb-7ea07dc4c61a?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ab2c856ddb1d74ab4cef097382debd6e", + "x-ms-correlation-request-id": "38f6d2dc-58fb-435c-bc2a-1b6042aa4a64", + "x-ms-ratelimit-remaining-subscription-reads": "11928", + "x-ms-request-id": "2491c0e0-b00c-4248-b9e9-e936ee1a8b6f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T023223Z:38f6d2dc-58fb-435c-bc2a-1b6042aa4a64" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1d0c5927-74e6-477b-a6cb-7ea07dc4c61a?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "abcdc2057e7b0919fa7533a0d828cfc4", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 02:32:23 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1d0c5927-74e6-477b-a6cb-7ea07dc4c61a?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "abcdc2057e7b0919fa7533a0d828cfc4", + "x-ms-correlation-request-id": "592cd16e-b66f-4404-914e-e26260d689ed", + "x-ms-ratelimit-remaining-subscription-reads": "11927", + "x-ms-request-id": "ba0fce0d-1948-480d-98d0-de42a92a5867", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T023223Z:592cd16e-b66f-4404-914e-e26260d689ed" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1d0c5927-74e6-477b-a6cb-7ea07dc4c61a?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "dbc3d957bf5f9f1b8c57f6f883a1a339", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 02:32:23 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1d0c5927-74e6-477b-a6cb-7ea07dc4c61a?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "dbc3d957bf5f9f1b8c57f6f883a1a339", + "x-ms-correlation-request-id": "24b92b7c-b965-4ec5-8f9f-c97259aed9ca", + "x-ms-ratelimit-remaining-subscription-reads": "11926", + "x-ms-request-id": "d087c530-53c1-41a3-ae29-bd1ff7597bc3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T023223Z:24b92b7c-b965-4ec5-8f9f-c97259aed9ca" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1d0c5927-74e6-477b-a6cb-7ea07dc4c61a?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "313b8decf9e1efb56b23b1a8a80a9b23", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 02:32:23 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1d0c5927-74e6-477b-a6cb-7ea07dc4c61a?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "313b8decf9e1efb56b23b1a8a80a9b23", + "x-ms-correlation-request-id": "bab6e4e7-ea41-487c-b3c2-39a1924eeac1", + "x-ms-ratelimit-remaining-subscription-reads": "11925", + "x-ms-request-id": "b81a13ae-adde-44bd-b366-3a4a3c62e05e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T023224Z:bab6e4e7-ea41-487c-b3c2-39a1924eeac1" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1d0c5927-74e6-477b-a6cb-7ea07dc4c61a?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "a81b4520e11b450ea62d1f2487218658", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 02:32:24 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1d0c5927-74e6-477b-a6cb-7ea07dc4c61a?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a81b4520e11b450ea62d1f2487218658", + "x-ms-correlation-request-id": "3c9f5fef-bf1b-4d4c-8b7f-ad7d9b28c975", + "x-ms-ratelimit-remaining-subscription-reads": "11924", + "x-ms-request-id": "d361683d-2217-4e2b-9c8a-78c9f0358089", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T023224Z:3c9f5fef-bf1b-4d4c-8b7f-ad7d9b28c975" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1d0c5927-74e6-477b-a6cb-7ea07dc4c61a?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "4ab4f9d19eed5de224d36f3c0d73f782", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 02:32:24 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1d0c5927-74e6-477b-a6cb-7ea07dc4c61a?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4ab4f9d19eed5de224d36f3c0d73f782", + "x-ms-correlation-request-id": "e3cbe314-632d-40ea-b601-edaf66503235", + "x-ms-ratelimit-remaining-subscription-reads": "11923", + "x-ms-request-id": "03d9fbaa-133f-4ab9-ab5d-6607afd7b0bc", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T023224Z:e3cbe314-632d-40ea-b601-edaf66503235" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1d0c5927-74e6-477b-a6cb-7ea07dc4c61a?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "3ed7d2bbfa860a1e7ef58ab3da906749", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 02:32:24 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1d0c5927-74e6-477b-a6cb-7ea07dc4c61a?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "3ed7d2bbfa860a1e7ef58ab3da906749", + "x-ms-correlation-request-id": "e049c0b3-5aa8-47d0-829f-75c835a445b5", + "x-ms-ratelimit-remaining-subscription-reads": "11922", + "x-ms-request-id": "704c8f92-6b8a-4cc0-b550-411b359374a6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T023224Z:e049c0b3-5aa8-47d0-829f-75c835a445b5" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1d0c5927-74e6-477b-a6cb-7ea07dc4c61a?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "afd7599c5155823662be844772d23733", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 02:32:25 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1d0c5927-74e6-477b-a6cb-7ea07dc4c61a?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "afd7599c5155823662be844772d23733", + "x-ms-correlation-request-id": "24ceb6bb-9f0d-4e4f-aae7-6122f8021b1c", + "x-ms-ratelimit-remaining-subscription-reads": "11921", + "x-ms-request-id": "73607dac-15cd-47a4-8bda-5cce967394a7", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T023225Z:24ceb6bb-9f0d-4e4f-aae7-6122f8021b1c" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1d0c5927-74e6-477b-a6cb-7ea07dc4c61a?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "b5699d364749d6d2dba9cbf7132e8393", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 02:32:25 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1d0c5927-74e6-477b-a6cb-7ea07dc4c61a?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b5699d364749d6d2dba9cbf7132e8393", + "x-ms-correlation-request-id": "454cb2fb-0d43-44f9-8ad1-7193b2af95d7", + "x-ms-ratelimit-remaining-subscription-reads": "11920", + "x-ms-request-id": "4ab52dc8-4078-4054-8dcb-d2f9a9c9bb5c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T023225Z:454cb2fb-0d43-44f9-8ad1-7193b2af95d7" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1d0c5927-74e6-477b-a6cb-7ea07dc4c61a?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "b49f256c489b6a2c9b55dcc876d698ac", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 02:32:25 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1d0c5927-74e6-477b-a6cb-7ea07dc4c61a?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b49f256c489b6a2c9b55dcc876d698ac", + "x-ms-correlation-request-id": "e3146a87-13ac-40a6-b52a-515d0ae26885", + "x-ms-ratelimit-remaining-subscription-reads": "11919", + "x-ms-request-id": "53dcb59c-72cb-427a-a5e2-72b2899b2923", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T023225Z:e3146a87-13ac-40a6-b52a-515d0ae26885" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1d0c5927-74e6-477b-a6cb-7ea07dc4c61a?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "3c7d56bdb22755008700d3ac853e6e33", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 02:32:26 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1d0c5927-74e6-477b-a6cb-7ea07dc4c61a?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "3c7d56bdb22755008700d3ac853e6e33", + "x-ms-correlation-request-id": "4d4aa97d-7c39-48bc-9f40-9023794a54f1", + "x-ms-ratelimit-remaining-subscription-reads": "11918", + "x-ms-request-id": "c45c3a9f-ba79-43d3-9769-944b3bda1f65", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T023226Z:4d4aa97d-7c39-48bc-9f40-9023794a54f1" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1d0c5927-74e6-477b-a6cb-7ea07dc4c61a?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "4cdbf13a8333ee9871ff19f46b0a6004", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 02:32:26 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1d0c5927-74e6-477b-a6cb-7ea07dc4c61a?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4cdbf13a8333ee9871ff19f46b0a6004", + "x-ms-correlation-request-id": "f7e18ec0-a776-4b13-a313-641d4dea9434", + "x-ms-ratelimit-remaining-subscription-reads": "11917", + "x-ms-request-id": "af4edee1-f428-4e70-8350-4b8f61e4b99c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T023226Z:f7e18ec0-a776-4b13-a313-641d4dea9434" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1d0c5927-74e6-477b-a6cb-7ea07dc4c61a?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "bd3a1f1047b1b96c254a2d9a747fe55d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 02:32:26 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1d0c5927-74e6-477b-a6cb-7ea07dc4c61a?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "bd3a1f1047b1b96c254a2d9a747fe55d", + "x-ms-correlation-request-id": "c5c218ce-7b5a-4c1f-b636-718095e80c40", + "x-ms-ratelimit-remaining-subscription-reads": "11916", + "x-ms-request-id": "ac7737e0-37e7-4ab2-8902-a315620415a0", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T023226Z:c5c218ce-7b5a-4c1f-b636-718095e80c40" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1d0c5927-74e6-477b-a6cb-7ea07dc4c61a?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "858da8e64cfb3a79bd8fcb27990be97d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 02:32:26 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1d0c5927-74e6-477b-a6cb-7ea07dc4c61a?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "858da8e64cfb3a79bd8fcb27990be97d", + "x-ms-correlation-request-id": "fde00ce0-8e73-450c-ba26-34dec9243259", + "x-ms-ratelimit-remaining-subscription-reads": "11915", + "x-ms-request-id": "33fcbb72-24aa-48ab-b3d3-9bf916d7ec24", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T023227Z:fde00ce0-8e73-450c-ba26-34dec9243259" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1d0c5927-74e6-477b-a6cb-7ea07dc4c61a?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "659bcfa0b004f381852126e956fd7af1", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 02:32:27 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1d0c5927-74e6-477b-a6cb-7ea07dc4c61a?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "659bcfa0b004f381852126e956fd7af1", + "x-ms-correlation-request-id": "866b8ed9-9e0f-4eaf-8689-3f4fde511136", + "x-ms-ratelimit-remaining-subscription-reads": "11914", + "x-ms-request-id": "6ff92dc2-2035-47e2-90d8-198ba40da563", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T023227Z:866b8ed9-9e0f-4eaf-8689-3f4fde511136" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1d0c5927-74e6-477b-a6cb-7ea07dc4c61a?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "c20dbc1adb7cc309a6ffff227c44201a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 02:32:27 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1d0c5927-74e6-477b-a6cb-7ea07dc4c61a?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c20dbc1adb7cc309a6ffff227c44201a", + "x-ms-correlation-request-id": "227727b2-ee3a-48bd-b723-30b1f1f95fd1", + "x-ms-ratelimit-remaining-subscription-reads": "11913", + "x-ms-request-id": "975b61ab-7d3c-493c-8cfe-de707e5c16cb", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T023227Z:227727b2-ee3a-48bd-b723-30b1f1f95fd1" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1d0c5927-74e6-477b-a6cb-7ea07dc4c61a?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "a4fab0607fe33658279a00d92690e3c0", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 02:32:27 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1d0c5927-74e6-477b-a6cb-7ea07dc4c61a?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a4fab0607fe33658279a00d92690e3c0", + "x-ms-correlation-request-id": "9830f8fd-ad87-477d-bb4a-e4a0add3ba16", + "x-ms-ratelimit-remaining-subscription-reads": "11912", + "x-ms-request-id": "67cab23e-cadb-415f-b6e8-fcd2205a1fc4", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T023227Z:9830f8fd-ad87-477d-bb4a-e4a0add3ba16" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1d0c5927-74e6-477b-a6cb-7ea07dc4c61a?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "dd0dd91427fdc500c6d7be04b15f7740", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 02:32:28 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1d0c5927-74e6-477b-a6cb-7ea07dc4c61a?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "dd0dd91427fdc500c6d7be04b15f7740", + "x-ms-correlation-request-id": "a5e7e394-3bd3-48b3-a64a-666d6e5c1978", + "x-ms-ratelimit-remaining-subscription-reads": "11911", + "x-ms-request-id": "1a6f9684-cdb4-4fec-a7a3-74081eb20919", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T023228Z:a5e7e394-3bd3-48b3-a64a-666d6e5c1978" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1d0c5927-74e6-477b-a6cb-7ea07dc4c61a?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "a6880b01d5039a0e63d79be2db309d16", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 02:32:28 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1d0c5927-74e6-477b-a6cb-7ea07dc4c61a?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a6880b01d5039a0e63d79be2db309d16", + "x-ms-correlation-request-id": "924385f7-7f9b-4012-8a2d-ced749b0f454", + "x-ms-ratelimit-remaining-subscription-reads": "11910", + "x-ms-request-id": "31baa0e0-f03d-4cf3-94ad-a5b9cc53ce90", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T023228Z:924385f7-7f9b-4012-8a2d-ced749b0f454" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1d0c5927-74e6-477b-a6cb-7ea07dc4c61a?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "a20d3f1c4236391caf34de0bc05384c7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 02:32:28 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1d0c5927-74e6-477b-a6cb-7ea07dc4c61a?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a20d3f1c4236391caf34de0bc05384c7", + "x-ms-correlation-request-id": "0909b61b-f5d3-4b72-b6da-59448fd1c605", + "x-ms-ratelimit-remaining-subscription-reads": "11909", + "x-ms-request-id": "8a8438c4-97b0-450f-bff6-aefeafc4348b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T023228Z:0909b61b-f5d3-4b72-b6da-59448fd1c605" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1d0c5927-74e6-477b-a6cb-7ea07dc4c61a?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "1ad7bf233d073fbccb7379268b1eea95", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 02:32:29 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1d0c5927-74e6-477b-a6cb-7ea07dc4c61a?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1ad7bf233d073fbccb7379268b1eea95", + "x-ms-correlation-request-id": "decd538a-dee9-4150-82c7-a798eb7f75ad", + "x-ms-ratelimit-remaining-subscription-reads": "11908", + "x-ms-request-id": "9ace9bdc-9d94-4f08-8dbe-7c459745c0b4", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T023229Z:decd538a-dee9-4150-82c7-a798eb7f75ad" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1d0c5927-74e6-477b-a6cb-7ea07dc4c61a?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "71e8a83ad451be0aef4ff6cff602d910", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 02:32:29 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1d0c5927-74e6-477b-a6cb-7ea07dc4c61a?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "71e8a83ad451be0aef4ff6cff602d910", + "x-ms-correlation-request-id": "7718abdb-560a-428a-b204-5f90d625ff7c", + "x-ms-ratelimit-remaining-subscription-reads": "11907", + "x-ms-request-id": "b2a57958-890d-436d-a773-04f9e98aa55c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T023229Z:7718abdb-560a-428a-b204-5f90d625ff7c" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1d0c5927-74e6-477b-a6cb-7ea07dc4c61a?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "1bbed3528358de0f82ced7c3c9f6ad90", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 02:32:29 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1d0c5927-74e6-477b-a6cb-7ea07dc4c61a?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1bbed3528358de0f82ced7c3c9f6ad90", + "x-ms-correlation-request-id": "6576de13-ebb5-4173-863b-2cbe6e7b22ab", + "x-ms-ratelimit-remaining-subscription-reads": "11906", + "x-ms-request-id": "0cc80398-30ed-410a-9892-05a0bf95602d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T023229Z:6576de13-ebb5-4173-863b-2cbe6e7b22ab" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1d0c5927-74e6-477b-a6cb-7ea07dc4c61a?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "18d1484a126a4e76b5182ab747ed48c8", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 02:32:30 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1d0c5927-74e6-477b-a6cb-7ea07dc4c61a?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "18d1484a126a4e76b5182ab747ed48c8", + "x-ms-correlation-request-id": "ba74fcef-472d-4c7c-83ff-9c8464449baa", + "x-ms-ratelimit-remaining-subscription-reads": "11905", + "x-ms-request-id": "c5d56664-b958-4328-a437-a08cef1b4c1b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T023230Z:ba74fcef-472d-4c7c-83ff-9c8464449baa" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1d0c5927-74e6-477b-a6cb-7ea07dc4c61a?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "b7d36899ce5fb73d980aef82fc47f5f9", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 02:32:30 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1d0c5927-74e6-477b-a6cb-7ea07dc4c61a?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b7d36899ce5fb73d980aef82fc47f5f9", + "x-ms-correlation-request-id": "23266cfd-f345-4ba9-a602-6d9f333f4fbf", + "x-ms-ratelimit-remaining-subscription-reads": "11904", + "x-ms-request-id": "03027acc-9406-4e39-aff5-2f39d05afc63", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T023230Z:23266cfd-f345-4ba9-a602-6d9f333f4fbf" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1d0c5927-74e6-477b-a6cb-7ea07dc4c61a?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "ad8465a2c0303fa65d70663f58579795", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 02:32:30 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1d0c5927-74e6-477b-a6cb-7ea07dc4c61a?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ad8465a2c0303fa65d70663f58579795", + "x-ms-correlation-request-id": "2a9f0243-406b-4a33-8da6-41d484ae2d0f", + "x-ms-ratelimit-remaining-subscription-reads": "11903", + "x-ms-request-id": "0fb5c10f-9a1d-4d9e-a3f2-0f93ed51b2db", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T023230Z:2a9f0243-406b-4a33-8da6-41d484ae2d0f" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1d0c5927-74e6-477b-a6cb-7ea07dc4c61a?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "60290e85f5227c310b1a805f23f3526d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 02:32:30 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1d0c5927-74e6-477b-a6cb-7ea07dc4c61a?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "60290e85f5227c310b1a805f23f3526d", + "x-ms-correlation-request-id": "78ed4d29-03e5-4677-88d3-c7bf43c70c6a", + "x-ms-ratelimit-remaining-subscription-reads": "11902", + "x-ms-request-id": "5c87bee4-56c6-4d68-a92a-c19798e52140", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T023231Z:78ed4d29-03e5-4677-88d3-c7bf43c70c6a" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1d0c5927-74e6-477b-a6cb-7ea07dc4c61a?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "e11531239a68d998c2935aef67fd5e41", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 02:32:31 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1d0c5927-74e6-477b-a6cb-7ea07dc4c61a?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e11531239a68d998c2935aef67fd5e41", + "x-ms-correlation-request-id": "e8e8eebc-2830-4044-95fd-20c59f48c97c", + "x-ms-ratelimit-remaining-subscription-reads": "11901", + "x-ms-request-id": "d2a05523-b664-4c1d-b5f7-d57b33a68043", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T023231Z:e8e8eebc-2830-4044-95fd-20c59f48c97c" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1d0c5927-74e6-477b-a6cb-7ea07dc4c61a?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "edfd5a73941dacd63408a11640461c69", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 02:32:31 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1d0c5927-74e6-477b-a6cb-7ea07dc4c61a?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "edfd5a73941dacd63408a11640461c69", + "x-ms-correlation-request-id": "e97ef331-2709-4401-83d9-e3af426df85b", + "x-ms-ratelimit-remaining-subscription-reads": "11900", + "x-ms-request-id": "3ca2e01b-04c6-4919-b225-5660c6a8c5f8", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T023231Z:e97ef331-2709-4401-83d9-e3af426df85b" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1d0c5927-74e6-477b-a6cb-7ea07dc4c61a?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "261cf81db542ea2c76509e8e9b41140e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 02:32:31 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1d0c5927-74e6-477b-a6cb-7ea07dc4c61a?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "261cf81db542ea2c76509e8e9b41140e", + "x-ms-correlation-request-id": "4c0954e6-d9e7-45cb-97c3-b8bfaf2d82dc", + "x-ms-ratelimit-remaining-subscription-reads": "11899", + "x-ms-request-id": "ce816693-3cf9-466e-a378-c9bf89f2558f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T023231Z:4c0954e6-d9e7-45cb-97c3-b8bfaf2d82dc" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1d0c5927-74e6-477b-a6cb-7ea07dc4c61a?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "c9ec3ebb64f68e505a69ad60f981987b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 02:32:32 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1d0c5927-74e6-477b-a6cb-7ea07dc4c61a?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c9ec3ebb64f68e505a69ad60f981987b", + "x-ms-correlation-request-id": "0b6d62b2-c732-4533-815b-f18bb72539be", + "x-ms-ratelimit-remaining-subscription-reads": "11898", + "x-ms-request-id": "da4dfb2e-7c0e-4d9d-aec2-2aa6456635b4", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T023232Z:0b6d62b2-c732-4533-815b-f18bb72539be" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1d0c5927-74e6-477b-a6cb-7ea07dc4c61a?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "6ed1f07738e0bdff2d1276cdf64710f2", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 02:32:32 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1d0c5927-74e6-477b-a6cb-7ea07dc4c61a?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6ed1f07738e0bdff2d1276cdf64710f2", + "x-ms-correlation-request-id": "a83d162b-c08b-4e9a-a8b7-19186c1ca904", + "x-ms-ratelimit-remaining-subscription-reads": "11897", + "x-ms-request-id": "19854d10-4ab1-4191-90e0-46e5ef8df73b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T023232Z:a83d162b-c08b-4e9a-a8b7-19186c1ca904" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1d0c5927-74e6-477b-a6cb-7ea07dc4c61a?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "015a93f3525ab973a88dcbd808cbf1f4", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 02:32:32 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1d0c5927-74e6-477b-a6cb-7ea07dc4c61a?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "015a93f3525ab973a88dcbd808cbf1f4", + "x-ms-correlation-request-id": "0bae9916-402e-483a-b24f-739ec4435017", + "x-ms-ratelimit-remaining-subscription-reads": "11896", + "x-ms-request-id": "0c304e30-35d8-4725-939b-cbab5115389b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T023232Z:0bae9916-402e-483a-b24f-739ec4435017" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1d0c5927-74e6-477b-a6cb-7ea07dc4c61a?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "aa1722b7a66f832e3f2f9be3ed829812", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 02:32:33 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1d0c5927-74e6-477b-a6cb-7ea07dc4c61a?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "aa1722b7a66f832e3f2f9be3ed829812", + "x-ms-correlation-request-id": "e673e143-d928-4372-bf4d-4d553019c6b9", + "x-ms-ratelimit-remaining-subscription-reads": "11895", + "x-ms-request-id": "c65f47a3-26eb-4a0a-ba65-ac1c8cd814c5", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T023233Z:e673e143-d928-4372-bf4d-4d553019c6b9" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1d0c5927-74e6-477b-a6cb-7ea07dc4c61a?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "666cba58962724217c18c5526c26b462", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 02:32:33 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1d0c5927-74e6-477b-a6cb-7ea07dc4c61a?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "666cba58962724217c18c5526c26b462", + "x-ms-correlation-request-id": "8dd2c657-9d85-48ea-94a2-d0256105d88c", + "x-ms-ratelimit-remaining-subscription-reads": "11894", + "x-ms-request-id": "b77f24a2-5fe0-43ac-b88f-43b59576942a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T023233Z:8dd2c657-9d85-48ea-94a2-d0256105d88c" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1d0c5927-74e6-477b-a6cb-7ea07dc4c61a?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "d316822066304d8264d6c12ab78fcc26", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 02:32:33 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1d0c5927-74e6-477b-a6cb-7ea07dc4c61a?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d316822066304d8264d6c12ab78fcc26", + "x-ms-correlation-request-id": "d6d0a59b-a67b-459d-a932-361724510939", + "x-ms-ratelimit-remaining-subscription-reads": "11893", + "x-ms-request-id": "53f9b0b7-4d79-431d-a093-3a5f0454e05a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T023233Z:d6d0a59b-a67b-459d-a932-361724510939" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1d0c5927-74e6-477b-a6cb-7ea07dc4c61a?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "4e80b8f58b5f20cd01f22d57e0db1719", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 02:32:33 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1d0c5927-74e6-477b-a6cb-7ea07dc4c61a?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4e80b8f58b5f20cd01f22d57e0db1719", + "x-ms-correlation-request-id": "19636cfa-6bd8-4bbf-80d4-29aa1a38c220", + "x-ms-ratelimit-remaining-subscription-reads": "11892", + "x-ms-request-id": "4c252de4-a26a-4fad-bef3-a43be7bb154f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T023234Z:19636cfa-6bd8-4bbf-80d4-29aa1a38c220" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1d0c5927-74e6-477b-a6cb-7ea07dc4c61a?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "6bc3397ac56cf2e2371e0150d5f66ded", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 02:32:34 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1d0c5927-74e6-477b-a6cb-7ea07dc4c61a?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6bc3397ac56cf2e2371e0150d5f66ded", + "x-ms-correlation-request-id": "038770ea-1cc1-4b4c-b22d-68eca6f5dbb3", + "x-ms-ratelimit-remaining-subscription-reads": "11891", + "x-ms-request-id": "b5fd613b-bd6b-4bc6-9624-d3f726928d6b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T023234Z:038770ea-1cc1-4b4c-b22d-68eca6f5dbb3" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1d0c5927-74e6-477b-a6cb-7ea07dc4c61a?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "b35d9f4c66a59402b4f5d13d382b6d89", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 02:32:34 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1d0c5927-74e6-477b-a6cb-7ea07dc4c61a?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b35d9f4c66a59402b4f5d13d382b6d89", + "x-ms-correlation-request-id": "27689ef2-62bf-43e7-b1e7-87af01b77d97", + "x-ms-ratelimit-remaining-subscription-reads": "11890", + "x-ms-request-id": "212f2c3c-8008-4de4-b671-dfe909cc4c44", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T023234Z:27689ef2-62bf-43e7-b1e7-87af01b77d97" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1d0c5927-74e6-477b-a6cb-7ea07dc4c61a?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "7db0a8bf60cc30b9d68e16408a7c4b0b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 02:32:34 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1d0c5927-74e6-477b-a6cb-7ea07dc4c61a?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "7db0a8bf60cc30b9d68e16408a7c4b0b", + "x-ms-correlation-request-id": "ba5cae20-3703-4bfb-9270-78341282f36e", + "x-ms-ratelimit-remaining-subscription-reads": "11889", + "x-ms-request-id": "ce686f49-e27b-412b-a1e2-0eefc63f80aa", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T023235Z:ba5cae20-3703-4bfb-9270-78341282f36e" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1d0c5927-74e6-477b-a6cb-7ea07dc4c61a?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "400b4084647e1473362eb676f3a4ba0c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 02:32:35 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1d0c5927-74e6-477b-a6cb-7ea07dc4c61a?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "400b4084647e1473362eb676f3a4ba0c", + "x-ms-correlation-request-id": "acb869a0-7700-4ff0-9cbd-698fe571993e", + "x-ms-ratelimit-remaining-subscription-reads": "11888", + "x-ms-request-id": "5c0cb5d5-3fd7-4877-843b-db08b01ba6d3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T023235Z:acb869a0-7700-4ff0-9cbd-698fe571993e" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1d0c5927-74e6-477b-a6cb-7ea07dc4c61a?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "2c9178b1f046eb20e52ddc174fc20a38", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 02:32:35 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1d0c5927-74e6-477b-a6cb-7ea07dc4c61a?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "2c9178b1f046eb20e52ddc174fc20a38", + "x-ms-correlation-request-id": "28f17555-c771-420c-863e-0378a503627b", + "x-ms-ratelimit-remaining-subscription-reads": "11887", + "x-ms-request-id": "e5f0b61f-2ead-4b1d-9008-a959d63e7d90", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T023235Z:28f17555-c771-420c-863e-0378a503627b" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1d0c5927-74e6-477b-a6cb-7ea07dc4c61a?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "f7b8c6aa2c1f5b0a349b469daa433c31", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1340", + "Content-Type": "application/json", + "Date": "Thu, 18 Nov 2021 02:32:35 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f7b8c6aa2c1f5b0a349b469daa433c31", + "x-ms-correlation-request-id": "c81432b7-4499-4a1c-a734-db6750dd5079", + "x-ms-ratelimit-remaining-subscription-reads": "11886", + "x-ms-request-id": "e8c4fb9d-5aa8-474c-91e3-6bafbf266124", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T023236Z:c81432b7-4499-4a1c-a734-db6750dd5079" + }, + "ResponseBody": { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "Storage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-8147/providers/Microsoft.Storage/storageAccounts/teststoragemgmt797", + "name": "teststoragemgmt797", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-11-18T02:32:18.4976185Z", + "key2": "2021-11-18T02:32:18.4976185Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-18T02:32:18.4976185Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-18T02:32:18.4976185Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "provisioningState": "Succeeded", + "creationTime": "2021-11-18T02:32:18.3101141Z", + "primaryEndpoints": { + "blob": "https://teststoragemgmt797.blob.core.windows.net/", + "queue": "https://teststoragemgmt797.queue.core.windows.net/", + "table": "https://teststoragemgmt797.table.core.windows.net/", + "file": "https://teststoragemgmt797.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-8147/providers/Microsoft.Storage/storageAccounts/teststoragemgmt797/blobServices/default?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211118.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "128f0ad31eeb94c520205b51875cc474", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "380", + "Content-Type": "application/json", + "Date": "Thu, 18 Nov 2021 02:32:36 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "128f0ad31eeb94c520205b51875cc474", + "x-ms-correlation-request-id": "ef18539d-e693-4acb-9380-1b1f1da4091c", + "x-ms-ratelimit-remaining-subscription-reads": "11885", + "x-ms-request-id": "523018ae-1a21-4112-8736-2a22510d9357", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T023236Z:ef18539d-e693-4acb-9380-1b1f1da4091c" + }, + "ResponseBody": { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-8147/providers/Microsoft.Storage/storageAccounts/teststoragemgmt797/blobServices/default", + "name": "default", + "type": "Microsoft.Storage/storageAccounts/blobServices", + "properties": { + "cors": { + "corsRules": [] + }, + "deleteRetentionPolicy": { + "enabled": false + } + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-8147/providers/Microsoft.Storage/storageAccounts/teststoragemgmt797?api-version=2021-04-01", + "RequestMethod": "PATCH", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "36", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211118.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "2dcb7d24c3eb85ed6d35f8aaa98240a2", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "kind": "StorageV2", + "properties": {} + }, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1479", + "Content-Type": "application/json", + "Date": "Thu, 18 Nov 2021 02:32:39 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "2dcb7d24c3eb85ed6d35f8aaa98240a2", + "x-ms-correlation-request-id": "9a3aae61-96fb-4b29-a15e-fd4afe522e4f", + "x-ms-ratelimit-remaining-subscription-writes": "1192", + "x-ms-request-id": "b04ccdf5-81cf-4d41-9cea-d2fe01825716", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T023239Z:9a3aae61-96fb-4b29-a15e-fd4afe522e4f" + }, + "ResponseBody": { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "StorageV2", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-8147/providers/Microsoft.Storage/storageAccounts/teststoragemgmt797", + "name": "teststoragemgmt797", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-11-18T02:32:18.4976185Z", + "key2": "2021-11-18T02:32:18.4976185Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-18T02:32:18.4976185Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-18T02:32:18.4976185Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "accessTier": "Hot", + "provisioningState": "Succeeded", + "creationTime": "2021-11-18T02:32:18.3101141Z", + "primaryEndpoints": { + "dfs": "https://teststoragemgmt797.dfs.core.windows.net/", + "web": "https://teststoragemgmt797.z20.web.core.windows.net/", + "blob": "https://teststoragemgmt797.blob.core.windows.net/", + "queue": "https://teststoragemgmt797.queue.core.windows.net/", + "table": "https://teststoragemgmt797.table.core.windows.net/", + "file": "https://teststoragemgmt797.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-8147/providers/Microsoft.Storage/storageAccounts/teststoragemgmt797/blobServices/default?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211118.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "4543abf0f8338c4c0124d6ffd1b9d3d8", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "380", + "Content-Type": "application/json", + "Date": "Thu, 18 Nov 2021 02:32:39 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4543abf0f8338c4c0124d6ffd1b9d3d8", + "x-ms-correlation-request-id": "422331c1-9241-4f60-ac30-2b28fca0b6a9", + "x-ms-ratelimit-remaining-subscription-reads": "11884", + "x-ms-request-id": "f7ce3710-9778-4e62-a4c5-ecedb6219e98", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T023239Z:422331c1-9241-4f60-ac30-2b28fca0b6a9" + }, + "ResponseBody": { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-8147/providers/Microsoft.Storage/storageAccounts/teststoragemgmt797/blobServices/default", + "name": "default", + "type": "Microsoft.Storage/storageAccounts/blobServices", + "properties": { + "cors": { + "corsRules": [] + }, + "deleteRetentionPolicy": { + "enabled": false + } + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-8147/providers/Microsoft.Storage/storageAccounts/teststoragemgmt797/blobServices/default/containers/testblob9589?api-version=2021-04-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "17", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211118.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "772c79d2450e1c100aa4b5251beb9ddf", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "properties": {} + }, + "StatusCode": 201, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "400", + "Content-Type": "application/json", + "Date": "Thu, 18 Nov 2021 02:32:40 GMT", + "ETag": "\u00220x8D9AA3BB160DF05\u0022", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "772c79d2450e1c100aa4b5251beb9ddf", + "x-ms-correlation-request-id": "6d6ba7d3-d76d-437b-9e05-a52aa86b9fb2", + "x-ms-ratelimit-remaining-subscription-writes": "1191", + "x-ms-request-id": "cdef1a0f-67e6-493e-91e8-eed9de4e3a0d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T023240Z:6d6ba7d3-d76d-437b-9e05-a52aa86b9fb2" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-8147/providers/Microsoft.Storage/storageAccounts/teststoragemgmt797/blobServices/default/containers/testblob9589", + "name": "testblob9589", + "type": "Microsoft.Storage/storageAccounts/blobServices/containers", + "properties": { + "deleted": false, + "remainingRetentionDays": 0, + "hasImmutabilityPolicy": false, + "hasLegalHold": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-8147/providers/Microsoft.Storage/storageAccounts/teststoragemgmt797/blobServices/default/containers/testblob9589/immutabilityPolicies/default?api-version=2021-04-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "58", + "Content-Type": "application/json", + "If-Match": "", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211118.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "18dc60b8417f302c3f2cc7eceeb3b462", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "properties": { + "immutabilityPeriodSinceCreationInDays": 3 + } + }, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "441", + "Content-Type": "application/json", + "Date": "Thu, 18 Nov 2021 02:32:41 GMT", + "ETag": "\u00228d9aa3bb1c1e839\u0022", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "18dc60b8417f302c3f2cc7eceeb3b462", + "x-ms-correlation-request-id": "6ab9d54a-d540-4e07-b2cb-0f673b7850a6", + "x-ms-ratelimit-remaining-subscription-writes": "1190", + "x-ms-request-id": "60e3006b-d8d9-4afc-83b3-54935b205a5e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T023241Z:6ab9d54a-d540-4e07-b2cb-0f673b7850a6" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-8147/providers/Microsoft.Storage/storageAccounts/teststoragemgmt797/blobServices/default/containers/testblob9589/immutabilityPolicies/default", + "name": "default", + "type": "Microsoft.Storage/storageAccounts/blobServices/containers/immutabilityPolicies", + "etag": "\u00228d9aa3bb1c1e839\u0022", + "properties": { + "immutabilityPeriodSinceCreationInDays": 3, + "state": "Unlocked" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-8147/providers/Microsoft.Storage/storageAccounts/teststoragemgmt797/blobServices/default/containers/testblob9589/immutabilityPolicies/default/lock?api-version=2021-04-01", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "If-Match": "\u00228d9aa3bb1c1e839\u0022", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211118.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "08d7d3202a1365e1322829539766e538", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "439", + "Content-Type": "application/json", + "Date": "Thu, 18 Nov 2021 02:32:41 GMT", + "ETag": "\u00228d9aa3bb204ab20\u0022", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "08d7d3202a1365e1322829539766e538", + "x-ms-correlation-request-id": "163ba54a-cf5d-4dbc-8b4e-4b142acde380", + "x-ms-ratelimit-remaining-subscription-writes": "1198", + "x-ms-request-id": "cc04520e-1bbb-44ce-a9f8-16d1c6110266", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T023241Z:163ba54a-cf5d-4dbc-8b4e-4b142acde380" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-8147/providers/Microsoft.Storage/storageAccounts/teststoragemgmt797/blobServices/default/containers/testblob9589/immutabilityPolicies/default", + "name": "default", + "type": "Microsoft.Storage/storageAccounts/blobServices/containers/immutabilityPolicies", + "etag": "\u00228d9aa3bb204ab20\u0022", + "properties": { + "immutabilityPeriodSinceCreationInDays": 3, + "state": "Locked" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-8147/providers/Microsoft.Storage/storageAccounts/teststoragemgmt797/blobServices/default/containers/testblob9589?api-version=2021-04-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211118.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "58181f39bff790574dfb38e27e242e56", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 02:32:42 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "58181f39bff790574dfb38e27e242e56", + "x-ms-correlation-request-id": "e508e90f-48f9-40bc-b695-52f52ec2dff2", + "x-ms-ratelimit-remaining-subscription-deletes": "14996", + "x-ms-request-id": "178f8194-a56f-40bf-bce4-37d9732d8b51", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T023242Z:e508e90f-48f9-40bc-b695-52f52ec2dff2" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-8147/providers/Microsoft.Storage/storageAccounts?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211118.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "470553f094148ecb7e76e55618d899d9", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1491", + "Content-Type": "application/json", + "Date": "Thu, 18 Nov 2021 02:32:42 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "470553f094148ecb7e76e55618d899d9", + "x-ms-correlation-request-id": "751321f6-9b78-4c5d-8dc8-836b1416934b", + "x-ms-ratelimit-remaining-subscription-reads": "11883", + "x-ms-request-id": "b106ed4b-4484-4c70-ae1f-6c6d61e8404e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T023242Z:751321f6-9b78-4c5d-8dc8-836b1416934b" + }, + "ResponseBody": { + "value": [ + { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "StorageV2", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-8147/providers/Microsoft.Storage/storageAccounts/teststoragemgmt797", + "name": "teststoragemgmt797", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-11-18T02:32:18.4976185Z", + "key2": "2021-11-18T02:32:18.4976185Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-18T02:32:18.4976185Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-18T02:32:18.4976185Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "accessTier": "Hot", + "provisioningState": "Succeeded", + "creationTime": "2021-11-18T02:32:18.3101141Z", + "primaryEndpoints": { + "dfs": "https://teststoragemgmt797.dfs.core.windows.net/", + "web": "https://teststoragemgmt797.z20.web.core.windows.net/", + "blob": "https://teststoragemgmt797.blob.core.windows.net/", + "queue": "https://teststoragemgmt797.queue.core.windows.net/", + "table": "https://teststoragemgmt797.table.core.windows.net/", + "file": "https://teststoragemgmt797.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + } + ] + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-8147/providers/Microsoft.Storage/storageAccounts/teststoragemgmt797?api-version=2021-04-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211118.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "ceb28f465b9b606a7b46bb18f2ffe70e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 02:32:48 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ceb28f465b9b606a7b46bb18f2ffe70e", + "x-ms-correlation-request-id": "f1a6e189-cd4f-49e6-89e2-ca8a933fd897", + "x-ms-ratelimit-remaining-subscription-deletes": "14995", + "x-ms-request-id": "aab5d384-87c1-49e1-ae7a-d3e019104d2b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T023249Z:f1a6e189-cd4f-49e6-89e2-ca8a933fd897" + }, + "ResponseBody": [] + } + ], + "Variables": { + "RandomSeed": "1195379847", + "RESOURCE_MANAGER_URL": null, + "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" + } +} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobContainerTests/PITR.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobContainerTests/PITR.json new file mode 100644 index 0000000000000..ab5fbc854d336 --- /dev/null +++ b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobContainerTests/PITR.json @@ -0,0 +1,5631 @@ +{ + "Entries": [ + { + "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-f6cf7b3cd327ba408f7379f8c2b82d22-d893815d184d3d41-00", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "493fb6b861bbc5e393feeca1e6441d81", + "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, 18 Nov 2021 05:11:37 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "f33bd92c-3c1f-4217-9bab-0641c5c3d2f0", + "x-ms-ratelimit-remaining-subscription-reads": "11999", + "x-ms-request-id": "f33bd92c-3c1f-4217-9bab-0641c5c3d2f0", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051138Z:f33bd92c-3c1f-4217-9bab-0641c5c3d2f0" + }, + "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/teststorageRG-4127?api-version=2019-10-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "44", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "48d78a756c241e84c5f224eb15a07c0f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "location": "eastus2", + "tags": { + "test": "env" + } + }, + "StatusCode": 201, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "256", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:11:40 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "c5638f79-b0ab-4b14-8fee-3efe67a822ad", + "x-ms-ratelimit-remaining-subscription-writes": "1199", + "x-ms-request-id": "c5638f79-b0ab-4b14-8fee-3efe67a822ad", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051141Z:c5638f79-b0ab-4b14-8fee-3efe67a822ad" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-4127", + "name": "teststorageRG-4127", + "type": "Microsoft.Resources/resourceGroups", + "location": "eastus2", + "tags": { + "test": "env" + }, + "properties": { + "provisioningState": "Succeeded" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/checkNameAvailability?api-version=2021-04-01", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "73", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211118.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "230cdc857007bf02aabb98cc310736b7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "name": "teststoragemgmt9610", + "type": "Microsoft.Storage/storageAccounts" + }, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "22", + "Content-Type": "application/json", + "Date": "Thu, 18 Nov 2021 05:11:41 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "230cdc857007bf02aabb98cc310736b7", + "x-ms-correlation-request-id": "43f0f3f9-b70b-4b04-b63c-29b380255856", + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-request-id": "ac2e5f9c-8f40-49cd-94fb-966651031be8", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051142Z:43f0f3f9-b70b-4b04-b63c-29b380255856" + }, + "ResponseBody": { + "nameAvailable": true + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-4127/providers/Microsoft.Storage/storageAccounts/teststoragemgmt9610?api-version=2021-04-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "126", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211118.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "11688b489332bb492af56ebed97d5e70", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "sku": { + "name": "Standard_GRS" + }, + "kind": "Storage", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": {} + }, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:11:50 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bed7ff31-cd07-4b57-a46a-13b2f684d43e?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "11688b489332bb492af56ebed97d5e70", + "x-ms-correlation-request-id": "b702244d-5f1f-4711-ba81-a121ecbfecac", + "x-ms-ratelimit-remaining-subscription-writes": "1198", + "x-ms-request-id": "bed7ff31-cd07-4b57-a46a-13b2f684d43e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051150Z:b702244d-5f1f-4711-ba81-a121ecbfecac" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bed7ff31-cd07-4b57-a46a-13b2f684d43e?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "14cc34edfd14f1b39351f9110243e62c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:11:50 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bed7ff31-cd07-4b57-a46a-13b2f684d43e?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "14cc34edfd14f1b39351f9110243e62c", + "x-ms-correlation-request-id": "b2a0f2c6-f5b0-4f60-bb9f-be2154615007", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-request-id": "77b369ba-3a85-4b91-8396-e7960654a32e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051151Z:b2a0f2c6-f5b0-4f60-bb9f-be2154615007" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bed7ff31-cd07-4b57-a46a-13b2f684d43e?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "313a285cf648b0421e4e3ca91997ced8", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:11:51 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bed7ff31-cd07-4b57-a46a-13b2f684d43e?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "313a285cf648b0421e4e3ca91997ced8", + "x-ms-correlation-request-id": "0dfc19a4-fe5c-49f7-81da-ec00dd36b58b", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-request-id": "358f65a8-bb66-4d7c-ae23-1ee63e42d6dc", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051152Z:0dfc19a4-fe5c-49f7-81da-ec00dd36b58b" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bed7ff31-cd07-4b57-a46a-13b2f684d43e?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "a5d083614ab1945b4bcdac239f5c1791", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:11:52 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bed7ff31-cd07-4b57-a46a-13b2f684d43e?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a5d083614ab1945b4bcdac239f5c1791", + "x-ms-correlation-request-id": "c30f2559-524e-4f46-8292-8958eeaf6cb8", + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-request-id": "dc7b260d-e24a-429d-bda2-78995ca557a5", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051153Z:c30f2559-524e-4f46-8292-8958eeaf6cb8" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bed7ff31-cd07-4b57-a46a-13b2f684d43e?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "c4544da26217f7a2f11cf6c6c10ad7fb", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:11:54 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bed7ff31-cd07-4b57-a46a-13b2f684d43e?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c4544da26217f7a2f11cf6c6c10ad7fb", + "x-ms-correlation-request-id": "e9c8ef2e-8db5-435d-982b-31b2338724ef", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-request-id": "c65dfc9d-5451-4ee3-9e2a-e2c95f5c2cc6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051155Z:e9c8ef2e-8db5-435d-982b-31b2338724ef" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bed7ff31-cd07-4b57-a46a-13b2f684d43e?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "7faf20824173127bcca5e67a491f10c1", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:11:55 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bed7ff31-cd07-4b57-a46a-13b2f684d43e?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "7faf20824173127bcca5e67a491f10c1", + "x-ms-correlation-request-id": "58f19a83-2031-41ec-a28c-dc6b29f04635", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-request-id": "9c4041b1-4e68-48af-be8f-c6e4c8994d79", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051156Z:58f19a83-2031-41ec-a28c-dc6b29f04635" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bed7ff31-cd07-4b57-a46a-13b2f684d43e?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "cc07aa370a42ffc0e0d8b3945495d341", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:11:56 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bed7ff31-cd07-4b57-a46a-13b2f684d43e?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "cc07aa370a42ffc0e0d8b3945495d341", + "x-ms-correlation-request-id": "5c2d3cee-2819-4b37-839a-12d96106ca10", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-request-id": "b7104de2-8b84-4667-9067-d31f3a53f393", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051157Z:5c2d3cee-2819-4b37-839a-12d96106ca10" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bed7ff31-cd07-4b57-a46a-13b2f684d43e?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "7fa0b0f597ac601ed142f7717b28aed1", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:11:58 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bed7ff31-cd07-4b57-a46a-13b2f684d43e?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "7fa0b0f597ac601ed142f7717b28aed1", + "x-ms-correlation-request-id": "bd50325c-edef-46e5-882e-53e92f1eb45f", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-request-id": "66be90a0-0567-401a-98ab-52e69ce8c05e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051158Z:bd50325c-edef-46e5-882e-53e92f1eb45f" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bed7ff31-cd07-4b57-a46a-13b2f684d43e?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "168e340b0a0378b95fb09f9a8ee6bd36", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:11:59 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bed7ff31-cd07-4b57-a46a-13b2f684d43e?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "168e340b0a0378b95fb09f9a8ee6bd36", + "x-ms-correlation-request-id": "d62a8b37-5202-4961-99b6-96532c6bfd05", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-request-id": "6495d786-4c7d-4c5d-b27a-a0672db3e925", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051200Z:d62a8b37-5202-4961-99b6-96532c6bfd05" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bed7ff31-cd07-4b57-a46a-13b2f684d43e?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "9884a5d2917e9f158ca6fbff124e83b7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:12:00 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bed7ff31-cd07-4b57-a46a-13b2f684d43e?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "9884a5d2917e9f158ca6fbff124e83b7", + "x-ms-correlation-request-id": "6652fc73-5184-40fd-be78-b7ff9ba5d2be", + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-request-id": "869f7a12-76ac-4287-8e8d-2f1fcbf17791", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051201Z:6652fc73-5184-40fd-be78-b7ff9ba5d2be" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bed7ff31-cd07-4b57-a46a-13b2f684d43e?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "2089e12abc06eb3ef7281ffcf783d2ea", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:12:02 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bed7ff31-cd07-4b57-a46a-13b2f684d43e?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "2089e12abc06eb3ef7281ffcf783d2ea", + "x-ms-correlation-request-id": "6793e59a-64ce-4558-9d92-1b6140aa53a9", + "x-ms-ratelimit-remaining-subscription-reads": "11988", + "x-ms-request-id": "32c287c1-9155-4eda-bf6e-8edfbf93902b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051202Z:6793e59a-64ce-4558-9d92-1b6140aa53a9" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bed7ff31-cd07-4b57-a46a-13b2f684d43e?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "d69ec18515a379531eef8a5c0fb96510", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:12:03 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bed7ff31-cd07-4b57-a46a-13b2f684d43e?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d69ec18515a379531eef8a5c0fb96510", + "x-ms-correlation-request-id": "0ba1ea35-2ca7-45ad-aaa5-b9d37a1b9aa1", + "x-ms-ratelimit-remaining-subscription-reads": "11987", + "x-ms-request-id": "f3969958-407f-48dc-b1dd-4153c6eb82e3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051204Z:0ba1ea35-2ca7-45ad-aaa5-b9d37a1b9aa1" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bed7ff31-cd07-4b57-a46a-13b2f684d43e?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "ac70e72c9d5d16306699a0567219a708", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:12:04 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bed7ff31-cd07-4b57-a46a-13b2f684d43e?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ac70e72c9d5d16306699a0567219a708", + "x-ms-correlation-request-id": "97febfbe-97db-49df-a4e9-a2fb52704c97", + "x-ms-ratelimit-remaining-subscription-reads": "11986", + "x-ms-request-id": "d1030edf-bf12-4644-a9f6-93626b376154", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051205Z:97febfbe-97db-49df-a4e9-a2fb52704c97" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bed7ff31-cd07-4b57-a46a-13b2f684d43e?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "517a10d3acaf14148e0f011731e1db3e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1346", + "Content-Type": "application/json", + "Date": "Thu, 18 Nov 2021 05:12:06 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "517a10d3acaf14148e0f011731e1db3e", + "x-ms-correlation-request-id": "4910fcce-b02a-4f88-a255-f4ddc2519c20", + "x-ms-ratelimit-remaining-subscription-reads": "11985", + "x-ms-request-id": "79471500-d992-4e81-9762-3bfa690ced0e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051206Z:4910fcce-b02a-4f88-a255-f4ddc2519c20" + }, + "ResponseBody": { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "Storage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-4127/providers/Microsoft.Storage/storageAccounts/teststoragemgmt9610", + "name": "teststoragemgmt9610", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-11-18T05:11:48.9425519Z", + "key2": "2021-11-18T05:11:48.9425519Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-18T05:11:48.9425519Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-18T05:11:48.9425519Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "provisioningState": "Succeeded", + "creationTime": "2021-11-18T05:11:48.8488245Z", + "primaryEndpoints": { + "blob": "https://teststoragemgmt9610.blob.core.windows.net/", + "queue": "https://teststoragemgmt9610.queue.core.windows.net/", + "table": "https://teststoragemgmt9610.table.core.windows.net/", + "file": "https://teststoragemgmt9610.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-4127/providers/Microsoft.Storage/storageAccounts/teststoragemgmt9610/blobServices/default?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211118.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "0fcf0ec32613e78d9088700974fc0705", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "381", + "Content-Type": "application/json", + "Date": "Thu, 18 Nov 2021 05:12:06 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "0fcf0ec32613e78d9088700974fc0705", + "x-ms-correlation-request-id": "d9498a11-93f5-451d-991b-5ef5fdf618f4", + "x-ms-ratelimit-remaining-subscription-reads": "11984", + "x-ms-request-id": "7b8f5e88-d9dd-4765-bbd4-f8b135af89c7", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051207Z:d9498a11-93f5-451d-991b-5ef5fdf618f4" + }, + "ResponseBody": { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-4127/providers/Microsoft.Storage/storageAccounts/teststoragemgmt9610/blobServices/default", + "name": "default", + "type": "Microsoft.Storage/storageAccounts/blobServices", + "properties": { + "cors": { + "corsRules": [] + }, + "deleteRetentionPolicy": { + "enabled": false + } + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-4127/providers/Microsoft.Storage/storageAccounts/teststoragemgmt9610?api-version=2021-04-01", + "RequestMethod": "PATCH", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "36", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211118.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "fe898147133e7f60d35b1d4d9c18e485", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "kind": "StorageV2", + "properties": {} + }, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1487", + "Content-Type": "application/json", + "Date": "Thu, 18 Nov 2021 05:12:10 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "fe898147133e7f60d35b1d4d9c18e485", + "x-ms-correlation-request-id": "57844540-7b6b-4867-8c1b-3f8b87c4e0eb", + "x-ms-ratelimit-remaining-subscription-writes": "1197", + "x-ms-request-id": "8030978d-8b6d-4919-9ff1-fc7c60e80448", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051211Z:57844540-7b6b-4867-8c1b-3f8b87c4e0eb" + }, + "ResponseBody": { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "StorageV2", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-4127/providers/Microsoft.Storage/storageAccounts/teststoragemgmt9610", + "name": "teststoragemgmt9610", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-11-18T05:11:48.9425519Z", + "key2": "2021-11-18T05:11:48.9425519Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-18T05:11:48.9425519Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-18T05:11:48.9425519Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "accessTier": "Hot", + "provisioningState": "Succeeded", + "creationTime": "2021-11-18T05:11:48.8488245Z", + "primaryEndpoints": { + "dfs": "https://teststoragemgmt9610.dfs.core.windows.net/", + "web": "https://teststoragemgmt9610.z20.web.core.windows.net/", + "blob": "https://teststoragemgmt9610.blob.core.windows.net/", + "queue": "https://teststoragemgmt9610.queue.core.windows.net/", + "table": "https://teststoragemgmt9610.table.core.windows.net/", + "file": "https://teststoragemgmt9610.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-4127/providers/Microsoft.Storage/storageAccounts/teststoragemgmt9610/blobServices/default?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211118.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "639362be9749acf58392c1273c0aa091", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "381", + "Content-Type": "application/json", + "Date": "Thu, 18 Nov 2021 05:12:10 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "639362be9749acf58392c1273c0aa091", + "x-ms-correlation-request-id": "4936c3b9-f3ad-405d-8425-409ee76b9c96", + "x-ms-ratelimit-remaining-subscription-reads": "11983", + "x-ms-request-id": "7ebd2495-26d0-4e92-8a74-f943020fb4e2", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051211Z:4936c3b9-f3ad-405d-8425-409ee76b9c96" + }, + "ResponseBody": { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-4127/providers/Microsoft.Storage/storageAccounts/teststoragemgmt9610/blobServices/default", + "name": "default", + "type": "Microsoft.Storage/storageAccounts/blobServices", + "properties": { + "cors": { + "corsRules": [] + }, + "deleteRetentionPolicy": { + "enabled": false + } + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-4127/providers/Microsoft.Storage/storageAccounts/teststoragemgmt9610/blobServices/default?api-version=2021-04-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "190", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211118.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "b0cffb08dd57b0ffae503cb7083f4b77", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "properties": { + "cors": { + "corsRules": [] + }, + "deleteRetentionPolicy": { + "enabled": true, + "days": 30 + }, + "isVersioningEnabled": true, + "changeFeed": { + "enabled": true + }, + "restorePolicy": { + "enabled": true, + "days": 5 + } + } + }, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "441", + "Content-Type": "application/json", + "Date": "Thu, 18 Nov 2021 05:12:12 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b0cffb08dd57b0ffae503cb7083f4b77", + "x-ms-correlation-request-id": "0720b95d-0dc1-47d4-a0d1-fb0246132c74", + "x-ms-ratelimit-remaining-subscription-writes": "1196", + "x-ms-request-id": "aca8f309-ba36-4b2a-b79f-ce1f3674e14f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051212Z:0720b95d-0dc1-47d4-a0d1-fb0246132c74" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-4127/providers/Microsoft.Storage/storageAccounts/teststoragemgmt9610/blobServices/default", + "name": "default", + "type": "Microsoft.Storage/storageAccounts/blobServices", + "properties": { + "cors": { + "corsRules": [] + }, + "deleteRetentionPolicy": { + "enabled": true, + "days": 30 + }, + "isVersioningEnabled": true, + "changeFeed": { + "enabled": true + }, + "restorePolicy": { + "enabled": true, + "days": 5 + } + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-4127/providers/Microsoft.Storage/storageAccounts/teststoragemgmt9610/restoreBlobRanges?api-version=2021-04-01", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "223", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211118.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "124beaa3a369afbc8bdc7bac523842c8", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "timeToRestore": "2021-11-18T05:12:22.5495791Z", + "blobRanges": [ + { + "startRange": "", + "endRange": "container1/blob1" + }, + { + "startRange": "container1/blob2", + "endRange": "container2/blob3" + }, + { + "startRange": "container3/blob3", + "endRange": "" + } + ] + }, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "311", + "Content-Type": "application/json", + "Date": "Thu, 18 Nov 2021 05:12:22 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68825b23-d849-4d54-a150-bcdeaecbdbf4?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "124beaa3a369afbc8bdc7bac523842c8", + "x-ms-correlation-request-id": "b5869e55-ae5d-41f9-b4df-54d7bbf633d7", + "x-ms-ratelimit-remaining-subscription-writes": "1199", + "x-ms-request-id": "68825b23-d849-4d54-a150-bcdeaecbdbf4", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051223Z:b5869e55-ae5d-41f9-b4df-54d7bbf633d7" + }, + "ResponseBody": { + "status": "InProgress", + "restoreId": "68825b23-d849-4d54-a150-bcdeaecbdbf4", + "parameters": { + "timetoRestore": "2021-11-18T05:12:22.5495791Z", + "blobRanges": [ + { + "startRange": "", + "endRange": "container1/blob1" + }, + { + "startRange": "container1/blob2", + "endRange": "container2/blob3" + }, + { + "startRange": "container3/blob3", + "endRange": "" + } + ] + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68825b23-d849-4d54-a150-bcdeaecbdbf4?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "528449478ebf64283e20247b61535e75", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:12:23 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68825b23-d849-4d54-a150-bcdeaecbdbf4?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "528449478ebf64283e20247b61535e75", + "x-ms-correlation-request-id": "eb5ee296-328b-412e-a935-dca22e150dda", + "x-ms-ratelimit-remaining-subscription-reads": "11982", + "x-ms-request-id": "3d265fdc-ab0c-47d9-9ab2-63036305bffd", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051224Z:eb5ee296-328b-412e-a935-dca22e150dda" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68825b23-d849-4d54-a150-bcdeaecbdbf4?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "7cfc730eaafa6f2fbd6aae86eec4544d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:12:24 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68825b23-d849-4d54-a150-bcdeaecbdbf4?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "7cfc730eaafa6f2fbd6aae86eec4544d", + "x-ms-correlation-request-id": "131ce666-d9aa-4a16-92df-1f5261605cc0", + "x-ms-ratelimit-remaining-subscription-reads": "11981", + "x-ms-request-id": "8a15b63a-91f1-4715-962f-fa4d549678ff", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051225Z:131ce666-d9aa-4a16-92df-1f5261605cc0" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68825b23-d849-4d54-a150-bcdeaecbdbf4?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "08643838f0b42c0963e162280fb27f0f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:12:25 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68825b23-d849-4d54-a150-bcdeaecbdbf4?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "08643838f0b42c0963e162280fb27f0f", + "x-ms-correlation-request-id": "101a3c6d-7cd0-4e9f-99db-76e6fa3cc51b", + "x-ms-ratelimit-remaining-subscription-reads": "11980", + "x-ms-request-id": "e8aa2fed-1c09-4167-ac4c-13775b1b7fa6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051226Z:101a3c6d-7cd0-4e9f-99db-76e6fa3cc51b" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68825b23-d849-4d54-a150-bcdeaecbdbf4?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "e7ea408527419d491a149554dfa2757a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:12:27 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68825b23-d849-4d54-a150-bcdeaecbdbf4?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e7ea408527419d491a149554dfa2757a", + "x-ms-correlation-request-id": "ff12344e-b026-4bdf-8d9d-413485f1ad44", + "x-ms-ratelimit-remaining-subscription-reads": "11979", + "x-ms-request-id": "1d98c311-2a36-4c64-a891-a09b0efd5ddf", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051227Z:ff12344e-b026-4bdf-8d9d-413485f1ad44" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68825b23-d849-4d54-a150-bcdeaecbdbf4?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "2942d7cc55ee1dc069cf191847065f0b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:12:28 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68825b23-d849-4d54-a150-bcdeaecbdbf4?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "2942d7cc55ee1dc069cf191847065f0b", + "x-ms-correlation-request-id": "8af3e9a1-3c27-40cd-acc1-53709f0a4a12", + "x-ms-ratelimit-remaining-subscription-reads": "11978", + "x-ms-request-id": "02496a14-6f5b-442f-a84f-1f8480b96413", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051229Z:8af3e9a1-3c27-40cd-acc1-53709f0a4a12" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68825b23-d849-4d54-a150-bcdeaecbdbf4?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "ae019feb6cd9110ceec7ee9f5ab54dc1", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:12:29 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68825b23-d849-4d54-a150-bcdeaecbdbf4?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ae019feb6cd9110ceec7ee9f5ab54dc1", + "x-ms-correlation-request-id": "aeaf5394-294d-450a-9249-04900b6d419d", + "x-ms-ratelimit-remaining-subscription-reads": "11977", + "x-ms-request-id": "396b68a1-eec0-442d-97de-d77080b37c67", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051230Z:aeaf5394-294d-450a-9249-04900b6d419d" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68825b23-d849-4d54-a150-bcdeaecbdbf4?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "375ce86c566f2f207fcc7d710e315513", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:12:31 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68825b23-d849-4d54-a150-bcdeaecbdbf4?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "375ce86c566f2f207fcc7d710e315513", + "x-ms-correlation-request-id": "803d6dec-afd0-45b3-a2c5-efc00b0a9a3d", + "x-ms-ratelimit-remaining-subscription-reads": "11976", + "x-ms-request-id": "07785b05-6cb9-4640-906b-66288c948f7d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051231Z:803d6dec-afd0-45b3-a2c5-efc00b0a9a3d" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68825b23-d849-4d54-a150-bcdeaecbdbf4?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "3f698ab4c6a060a0cb313a276620c2b4", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:12:32 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68825b23-d849-4d54-a150-bcdeaecbdbf4?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "3f698ab4c6a060a0cb313a276620c2b4", + "x-ms-correlation-request-id": "3fa43c58-0dfe-41f5-87ce-4742540266f1", + "x-ms-ratelimit-remaining-subscription-reads": "11975", + "x-ms-request-id": "f44787d4-4509-4bff-91ef-77d2c9e35937", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051233Z:3fa43c58-0dfe-41f5-87ce-4742540266f1" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68825b23-d849-4d54-a150-bcdeaecbdbf4?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "5fac578128aa959b7ed12e0dee9a03bd", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:12:33 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68825b23-d849-4d54-a150-bcdeaecbdbf4?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5fac578128aa959b7ed12e0dee9a03bd", + "x-ms-correlation-request-id": "3e0531af-d6c7-49a4-9c39-4fbac2638099", + "x-ms-ratelimit-remaining-subscription-reads": "11974", + "x-ms-request-id": "174edaa1-f3d2-40a2-85e9-b5f878ddde13", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051234Z:3e0531af-d6c7-49a4-9c39-4fbac2638099" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68825b23-d849-4d54-a150-bcdeaecbdbf4?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "d0eadb720d4ca52047fc6c3d1bf9c95f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:12:34 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68825b23-d849-4d54-a150-bcdeaecbdbf4?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d0eadb720d4ca52047fc6c3d1bf9c95f", + "x-ms-correlation-request-id": "7c6e90e5-fe47-4fa9-8708-bcaea2cb5417", + "x-ms-ratelimit-remaining-subscription-reads": "11973", + "x-ms-request-id": "e129a37f-86ff-44a2-ab9d-9e2c6023dd20", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051235Z:7c6e90e5-fe47-4fa9-8708-bcaea2cb5417" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68825b23-d849-4d54-a150-bcdeaecbdbf4?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "b6efc909f5848c69eed4c1cf98937131", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:12:36 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68825b23-d849-4d54-a150-bcdeaecbdbf4?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b6efc909f5848c69eed4c1cf98937131", + "x-ms-correlation-request-id": "6f74a9eb-d99d-4522-9d18-284de1a78e71", + "x-ms-ratelimit-remaining-subscription-reads": "11972", + "x-ms-request-id": "dc228654-7129-48fb-bdca-af931f02d1ba", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051237Z:6f74a9eb-d99d-4522-9d18-284de1a78e71" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68825b23-d849-4d54-a150-bcdeaecbdbf4?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "8bb47d2ef2357368370618aebb5d7a84", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:12:37 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68825b23-d849-4d54-a150-bcdeaecbdbf4?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "8bb47d2ef2357368370618aebb5d7a84", + "x-ms-correlation-request-id": "26cb6840-f008-45df-b553-e571781dfd24", + "x-ms-ratelimit-remaining-subscription-reads": "11971", + "x-ms-request-id": "b1009737-2ab6-4158-982d-2321ecb9f84d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051238Z:26cb6840-f008-45df-b553-e571781dfd24" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68825b23-d849-4d54-a150-bcdeaecbdbf4?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "2503cf084caa7c38725de2784c500db4", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:12:38 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68825b23-d849-4d54-a150-bcdeaecbdbf4?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "2503cf084caa7c38725de2784c500db4", + "x-ms-correlation-request-id": "be3b2c44-31e5-4468-b296-6ac569f365bb", + "x-ms-ratelimit-remaining-subscription-reads": "11970", + "x-ms-request-id": "a6bb6bb6-9cf8-4016-aef0-187ed53d0e1a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051239Z:be3b2c44-31e5-4468-b296-6ac569f365bb" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68825b23-d849-4d54-a150-bcdeaecbdbf4?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "9d0f3b8a3d451729607c7f7eddbad190", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:12:40 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68825b23-d849-4d54-a150-bcdeaecbdbf4?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "9d0f3b8a3d451729607c7f7eddbad190", + "x-ms-correlation-request-id": "4f1ad309-d319-4965-94fa-79ed99c90f23", + "x-ms-ratelimit-remaining-subscription-reads": "11969", + "x-ms-request-id": "1bdd2ec3-26c5-4102-aa91-2e077ac663a8", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051241Z:4f1ad309-d319-4965-94fa-79ed99c90f23" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68825b23-d849-4d54-a150-bcdeaecbdbf4?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "c8c73c5a4b8fe186443719d70ff027e6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:12:41 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68825b23-d849-4d54-a150-bcdeaecbdbf4?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c8c73c5a4b8fe186443719d70ff027e6", + "x-ms-correlation-request-id": "a76b7340-96be-427e-b7e1-7ab70526f29a", + "x-ms-ratelimit-remaining-subscription-reads": "11968", + "x-ms-request-id": "f02c0957-7989-400a-af4d-f5c0a2b5e2fe", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051242Z:a76b7340-96be-427e-b7e1-7ab70526f29a" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68825b23-d849-4d54-a150-bcdeaecbdbf4?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "802363f9dc4eca3fa6ebc52ecdba9fb7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:12:42 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68825b23-d849-4d54-a150-bcdeaecbdbf4?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "802363f9dc4eca3fa6ebc52ecdba9fb7", + "x-ms-correlation-request-id": "280b3d46-d934-4f6a-b941-313ee32adf79", + "x-ms-ratelimit-remaining-subscription-reads": "11967", + "x-ms-request-id": "da3c3d37-b32e-42e3-8baa-88eb1499ff84", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051243Z:280b3d46-d934-4f6a-b941-313ee32adf79" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68825b23-d849-4d54-a150-bcdeaecbdbf4?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "0f1d518c45893e24b42e580d2451086f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:12:45 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68825b23-d849-4d54-a150-bcdeaecbdbf4?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "0f1d518c45893e24b42e580d2451086f", + "x-ms-correlation-request-id": "4a32cdfe-df2a-4e46-b8df-5d33dd1729c0", + "x-ms-ratelimit-remaining-subscription-reads": "11966", + "x-ms-request-id": "1cfa8eeb-c595-4719-8af9-2dceaed0ff73", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051245Z:4a32cdfe-df2a-4e46-b8df-5d33dd1729c0" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68825b23-d849-4d54-a150-bcdeaecbdbf4?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "7984995451967d42fdfd22a38658148a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:12:46 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68825b23-d849-4d54-a150-bcdeaecbdbf4?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "7984995451967d42fdfd22a38658148a", + "x-ms-correlation-request-id": "0211a88d-e8c4-402b-9175-4b164e829b45", + "x-ms-ratelimit-remaining-subscription-reads": "11965", + "x-ms-request-id": "38221043-17d3-4981-ac55-7bf4f520ac44", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051246Z:0211a88d-e8c4-402b-9175-4b164e829b45" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68825b23-d849-4d54-a150-bcdeaecbdbf4?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "bd4b629817d2b45c3ee4cb208332a654", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:12:47 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68825b23-d849-4d54-a150-bcdeaecbdbf4?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "bd4b629817d2b45c3ee4cb208332a654", + "x-ms-correlation-request-id": "f4c94694-bab6-47ce-b0fc-5dd431c17037", + "x-ms-ratelimit-remaining-subscription-reads": "11964", + "x-ms-request-id": "5cbe0487-f01c-41d7-9002-3cc0ce6480dd", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051247Z:f4c94694-bab6-47ce-b0fc-5dd431c17037" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68825b23-d849-4d54-a150-bcdeaecbdbf4?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "33d955e325353b200fa0128c2280b85b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:12:49 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68825b23-d849-4d54-a150-bcdeaecbdbf4?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "33d955e325353b200fa0128c2280b85b", + "x-ms-correlation-request-id": "304c5123-8c42-4192-8543-4d02817b8e19", + "x-ms-ratelimit-remaining-subscription-reads": "11963", + "x-ms-request-id": "3f3c5fcf-cf7a-4475-8f53-78ff916ff06d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051249Z:304c5123-8c42-4192-8543-4d02817b8e19" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68825b23-d849-4d54-a150-bcdeaecbdbf4?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "c275ce1a4a063c9d3cd03ab28522facb", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:12:50 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68825b23-d849-4d54-a150-bcdeaecbdbf4?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c275ce1a4a063c9d3cd03ab28522facb", + "x-ms-correlation-request-id": "c40c74e7-98a8-485c-a0aa-e72619fb7f27", + "x-ms-ratelimit-remaining-subscription-reads": "11962", + "x-ms-request-id": "e17371c4-1d46-4593-9029-f10356704356", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051250Z:c40c74e7-98a8-485c-a0aa-e72619fb7f27" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68825b23-d849-4d54-a150-bcdeaecbdbf4?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "31bfce57e07f7255410fad3205d091bd", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:12:51 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68825b23-d849-4d54-a150-bcdeaecbdbf4?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "31bfce57e07f7255410fad3205d091bd", + "x-ms-correlation-request-id": "3e4107ef-0a21-429a-919d-f327cc654fc7", + "x-ms-ratelimit-remaining-subscription-reads": "11961", + "x-ms-request-id": "84e6a8a6-6619-4edb-a4cb-fa03815a1824", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051251Z:3e4107ef-0a21-429a-919d-f327cc654fc7" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68825b23-d849-4d54-a150-bcdeaecbdbf4?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "b505702ce4bd994db79cf765ea6eb5ed", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:12:52 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68825b23-d849-4d54-a150-bcdeaecbdbf4?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b505702ce4bd994db79cf765ea6eb5ed", + "x-ms-correlation-request-id": "2c708f74-6641-4eeb-ba51-21afd36b175e", + "x-ms-ratelimit-remaining-subscription-reads": "11960", + "x-ms-request-id": "1c8983f7-142c-4802-bcbb-9df0301c799e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051253Z:2c708f74-6641-4eeb-ba51-21afd36b175e" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68825b23-d849-4d54-a150-bcdeaecbdbf4?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "543547a686c139dc790280f69c6b376c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:12:54 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68825b23-d849-4d54-a150-bcdeaecbdbf4?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "543547a686c139dc790280f69c6b376c", + "x-ms-correlation-request-id": "2c79beb8-a4ff-45cc-a17c-88bc6fbf3ac2", + "x-ms-ratelimit-remaining-subscription-reads": "11959", + "x-ms-request-id": "8f2fd3ee-4a03-4a6e-ba10-3b60dac17d51", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051254Z:2c79beb8-a4ff-45cc-a17c-88bc6fbf3ac2" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68825b23-d849-4d54-a150-bcdeaecbdbf4?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "14857d3e441c720d802679e2e8ef88d3", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:12:55 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68825b23-d849-4d54-a150-bcdeaecbdbf4?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "14857d3e441c720d802679e2e8ef88d3", + "x-ms-correlation-request-id": "7d863ad9-c65d-456e-a053-cda87fbdf521", + "x-ms-ratelimit-remaining-subscription-reads": "11958", + "x-ms-request-id": "589794a7-69b8-4458-92bf-cca5bf16d378", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051255Z:7d863ad9-c65d-456e-a053-cda87fbdf521" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68825b23-d849-4d54-a150-bcdeaecbdbf4?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "bd8cc0593c9ba5fc94cb3bba6356fc4c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:12:56 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68825b23-d849-4d54-a150-bcdeaecbdbf4?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "bd8cc0593c9ba5fc94cb3bba6356fc4c", + "x-ms-correlation-request-id": "895a6cd7-42bc-48c5-90ba-fb08edb4be7c", + "x-ms-ratelimit-remaining-subscription-reads": "11957", + "x-ms-request-id": "1ddc0d4d-d1a0-4a84-a246-2f78f9ed3a11", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051257Z:895a6cd7-42bc-48c5-90ba-fb08edb4be7c" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68825b23-d849-4d54-a150-bcdeaecbdbf4?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "6d268b64a0e861d139c2d49a0df95189", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:12:58 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68825b23-d849-4d54-a150-bcdeaecbdbf4?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6d268b64a0e861d139c2d49a0df95189", + "x-ms-correlation-request-id": "20dd4206-0042-4b6c-8b64-9577df6a8d9b", + "x-ms-ratelimit-remaining-subscription-reads": "11956", + "x-ms-request-id": "feb93d12-3a1d-4f92-bf4f-5a5e746955b0", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051258Z:20dd4206-0042-4b6c-8b64-9577df6a8d9b" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68825b23-d849-4d54-a150-bcdeaecbdbf4?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "dc9cad7a79df01d080df805008530f2a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:12:59 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68825b23-d849-4d54-a150-bcdeaecbdbf4?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "dc9cad7a79df01d080df805008530f2a", + "x-ms-correlation-request-id": "1d10dd20-525d-4a5e-872b-127ce0115f0c", + "x-ms-ratelimit-remaining-subscription-reads": "11955", + "x-ms-request-id": "7d2f7b91-496c-4026-9705-4ecb31c22d0f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051259Z:1d10dd20-525d-4a5e-872b-127ce0115f0c" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68825b23-d849-4d54-a150-bcdeaecbdbf4?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "5d7e2c291ac9b8eaef2a84d96862989b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:13:00 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68825b23-d849-4d54-a150-bcdeaecbdbf4?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5d7e2c291ac9b8eaef2a84d96862989b", + "x-ms-correlation-request-id": "99b1a74e-9ba4-42bf-9564-33aee93ab192", + "x-ms-ratelimit-remaining-subscription-reads": "11954", + "x-ms-request-id": "13de5c83-7d0a-4b8c-a496-ca0ecc6c79c4", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051301Z:99b1a74e-9ba4-42bf-9564-33aee93ab192" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68825b23-d849-4d54-a150-bcdeaecbdbf4?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "b640b27a20b9ea6dba24ed08208058e6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:13:02 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68825b23-d849-4d54-a150-bcdeaecbdbf4?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b640b27a20b9ea6dba24ed08208058e6", + "x-ms-correlation-request-id": "4d09f316-e3b3-4e37-a5f7-afd703056962", + "x-ms-ratelimit-remaining-subscription-reads": "11953", + "x-ms-request-id": "dcfd6e98-0370-4fb3-b3c1-8ff0b6b0bb6f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051302Z:4d09f316-e3b3-4e37-a5f7-afd703056962" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68825b23-d849-4d54-a150-bcdeaecbdbf4?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "e070a9b2f37b5fbfc2e3edb4f5f7991d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:13:03 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68825b23-d849-4d54-a150-bcdeaecbdbf4?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e070a9b2f37b5fbfc2e3edb4f5f7991d", + "x-ms-correlation-request-id": "e55b0a9e-ea19-47a5-aa5b-1506c938ca7b", + "x-ms-ratelimit-remaining-subscription-reads": "11952", + "x-ms-request-id": "b3b39a3b-0987-406c-8862-926b987bd148", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051303Z:e55b0a9e-ea19-47a5-aa5b-1506c938ca7b" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68825b23-d849-4d54-a150-bcdeaecbdbf4?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "56d5e54759120971bf93a3a52ce1986e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:13:04 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68825b23-d849-4d54-a150-bcdeaecbdbf4?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "56d5e54759120971bf93a3a52ce1986e", + "x-ms-correlation-request-id": "e9fa7e2d-3cc0-440d-981c-a2828b63f885", + "x-ms-ratelimit-remaining-subscription-reads": "11951", + "x-ms-request-id": "e9bbf6b0-f5d0-4f8f-aa50-f7bcb750346c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051305Z:e9fa7e2d-3cc0-440d-981c-a2828b63f885" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68825b23-d849-4d54-a150-bcdeaecbdbf4?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "bf269dd2b8f18720f2e0f3d533b9f5c2", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:13:06 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68825b23-d849-4d54-a150-bcdeaecbdbf4?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "bf269dd2b8f18720f2e0f3d533b9f5c2", + "x-ms-correlation-request-id": "7b2d3663-65be-47d7-b147-b69426fb11bd", + "x-ms-ratelimit-remaining-subscription-reads": "11950", + "x-ms-request-id": "556d7d2c-b3c9-4e1a-a8e4-fbcd76395255", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051306Z:7b2d3663-65be-47d7-b147-b69426fb11bd" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68825b23-d849-4d54-a150-bcdeaecbdbf4?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "3bc1cf8b01ab59d3386620e7501a32e1", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:13:07 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68825b23-d849-4d54-a150-bcdeaecbdbf4?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "3bc1cf8b01ab59d3386620e7501a32e1", + "x-ms-correlation-request-id": "1b2a07de-4b89-4ba2-93fb-613becfc40a5", + "x-ms-ratelimit-remaining-subscription-reads": "11949", + "x-ms-request-id": "fb3ce126-1d0a-4cb8-934e-e6a8e98403d5", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051307Z:1b2a07de-4b89-4ba2-93fb-613becfc40a5" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68825b23-d849-4d54-a150-bcdeaecbdbf4?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "57e17e4bd9d18f2bc54e6332659bd605", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:13:08 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68825b23-d849-4d54-a150-bcdeaecbdbf4?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "57e17e4bd9d18f2bc54e6332659bd605", + "x-ms-correlation-request-id": "1c93e763-5ce2-43e2-9420-1f23a0e7964b", + "x-ms-ratelimit-remaining-subscription-reads": "11948", + "x-ms-request-id": "01fddf95-567b-4a4f-a219-353a95477551", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051309Z:1c93e763-5ce2-43e2-9420-1f23a0e7964b" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68825b23-d849-4d54-a150-bcdeaecbdbf4?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "5d19e09e5d20d0c3cacc868a973837d8", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:13:10 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68825b23-d849-4d54-a150-bcdeaecbdbf4?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5d19e09e5d20d0c3cacc868a973837d8", + "x-ms-correlation-request-id": "7cd6c283-19bd-44ca-9900-e75b9cd22cca", + "x-ms-ratelimit-remaining-subscription-reads": "11947", + "x-ms-request-id": "46ad7bf4-214b-4403-b24e-206716c91fe6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051310Z:7cd6c283-19bd-44ca-9900-e75b9cd22cca" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68825b23-d849-4d54-a150-bcdeaecbdbf4?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "b48911ad9dd8b1f1a332765c9ea1f39c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:13:11 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68825b23-d849-4d54-a150-bcdeaecbdbf4?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b48911ad9dd8b1f1a332765c9ea1f39c", + "x-ms-correlation-request-id": "bc06a08b-3633-4dfd-9c19-5dd2c7f073cb", + "x-ms-ratelimit-remaining-subscription-reads": "11946", + "x-ms-request-id": "488646cc-86f0-4d2e-817f-23b24f74ee5e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051311Z:bc06a08b-3633-4dfd-9c19-5dd2c7f073cb" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68825b23-d849-4d54-a150-bcdeaecbdbf4?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "6f491b90d500eec1bb108d0453a1f78c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:13:12 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68825b23-d849-4d54-a150-bcdeaecbdbf4?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6f491b90d500eec1bb108d0453a1f78c", + "x-ms-correlation-request-id": "226c0967-65d4-482d-85b0-8c4f0c6be910", + "x-ms-ratelimit-remaining-subscription-reads": "11945", + "x-ms-request-id": "fe1ada93-b029-4ca9-b093-582fc4450a8f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051312Z:226c0967-65d4-482d-85b0-8c4f0c6be910" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68825b23-d849-4d54-a150-bcdeaecbdbf4?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "53848b172111012def68b9ede7663228", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:13:14 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68825b23-d849-4d54-a150-bcdeaecbdbf4?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "53848b172111012def68b9ede7663228", + "x-ms-correlation-request-id": "e214dba3-5843-4a52-abc8-d08f255577b9", + "x-ms-ratelimit-remaining-subscription-reads": "11944", + "x-ms-request-id": "bc84be62-cb8e-42ce-979c-0f3e598e8cf5", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051314Z:e214dba3-5843-4a52-abc8-d08f255577b9" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68825b23-d849-4d54-a150-bcdeaecbdbf4?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "7cfae9d9c8efd7d7509bf9c70fed5e02", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:13:15 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68825b23-d849-4d54-a150-bcdeaecbdbf4?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "7cfae9d9c8efd7d7509bf9c70fed5e02", + "x-ms-correlation-request-id": "9185d515-a93f-42b9-93e8-ccfad810993e", + "x-ms-ratelimit-remaining-subscription-reads": "11943", + "x-ms-request-id": "f1739cb3-292e-400f-999c-b66f80da8686", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051315Z:9185d515-a93f-42b9-93e8-ccfad810993e" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68825b23-d849-4d54-a150-bcdeaecbdbf4?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "1345e93a9f1c6e8aed4880981bd30655", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:13:16 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68825b23-d849-4d54-a150-bcdeaecbdbf4?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1345e93a9f1c6e8aed4880981bd30655", + "x-ms-correlation-request-id": "421113b4-6267-450a-bf9a-3923090e2db6", + "x-ms-ratelimit-remaining-subscription-reads": "11942", + "x-ms-request-id": "86954dd2-7717-4bad-8375-d5ca6e1e41e8", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051316Z:421113b4-6267-450a-bf9a-3923090e2db6" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68825b23-d849-4d54-a150-bcdeaecbdbf4?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "692a64de7ba64f9db4ad03762866f101", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:13:18 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68825b23-d849-4d54-a150-bcdeaecbdbf4?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "692a64de7ba64f9db4ad03762866f101", + "x-ms-correlation-request-id": "31823bd4-5873-48a1-be7d-82d681a94f21", + "x-ms-ratelimit-remaining-subscription-reads": "11941", + "x-ms-request-id": "dd5cba59-fa7c-462b-8623-4d65d62502ea", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051318Z:31823bd4-5873-48a1-be7d-82d681a94f21" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68825b23-d849-4d54-a150-bcdeaecbdbf4?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "fdb3b7091f20390c5e8b8ea7473ebc7d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:13:19 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68825b23-d849-4d54-a150-bcdeaecbdbf4?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "fdb3b7091f20390c5e8b8ea7473ebc7d", + "x-ms-correlation-request-id": "cd73910a-b391-46d9-84ed-091a71cbd41c", + "x-ms-ratelimit-remaining-subscription-reads": "11940", + "x-ms-request-id": "cfd3c17c-c9c0-4e6a-b0f6-b28d7fc8ad1f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051319Z:cd73910a-b391-46d9-84ed-091a71cbd41c" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68825b23-d849-4d54-a150-bcdeaecbdbf4?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "aae8a494f4c2bf5b4bf65f6f9c144687", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:13:20 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68825b23-d849-4d54-a150-bcdeaecbdbf4?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "aae8a494f4c2bf5b4bf65f6f9c144687", + "x-ms-correlation-request-id": "747701d7-7953-44d7-9ab3-5afb8425c9ad", + "x-ms-ratelimit-remaining-subscription-reads": "11939", + "x-ms-request-id": "804fadc8-aa45-44db-b366-c914f699fe7f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051320Z:747701d7-7953-44d7-9ab3-5afb8425c9ad" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68825b23-d849-4d54-a150-bcdeaecbdbf4?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "648e7e560920bf3457f10a1becf60775", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:13:21 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68825b23-d849-4d54-a150-bcdeaecbdbf4?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "648e7e560920bf3457f10a1becf60775", + "x-ms-correlation-request-id": "5fc57ad2-da0b-4741-8875-1fc98f576682", + "x-ms-ratelimit-remaining-subscription-reads": "11938", + "x-ms-request-id": "96bbe43d-6cbc-4fad-a78f-47ae5d2028a8", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051322Z:5fc57ad2-da0b-4741-8875-1fc98f576682" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68825b23-d849-4d54-a150-bcdeaecbdbf4?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "84e186f1477d143f5bf3b129c09d9c4a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:13:23 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68825b23-d849-4d54-a150-bcdeaecbdbf4?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "84e186f1477d143f5bf3b129c09d9c4a", + "x-ms-correlation-request-id": "ff4c3e1e-d354-4984-ae45-0049efe63b1b", + "x-ms-ratelimit-remaining-subscription-reads": "11937", + "x-ms-request-id": "739e603f-afd3-42fb-ae0d-179c2ed36da1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051323Z:ff4c3e1e-d354-4984-ae45-0049efe63b1b" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68825b23-d849-4d54-a150-bcdeaecbdbf4?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "c950074557af8b5c6f2952d0ea40d255", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:13:24 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68825b23-d849-4d54-a150-bcdeaecbdbf4?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c950074557af8b5c6f2952d0ea40d255", + "x-ms-correlation-request-id": "058cbe6f-92b1-4663-a07b-e6e896f5ab2a", + "x-ms-ratelimit-remaining-subscription-reads": "11936", + "x-ms-request-id": "3064635d-23c6-43ac-83d2-6e7c9922d9a2", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051324Z:058cbe6f-92b1-4663-a07b-e6e896f5ab2a" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68825b23-d849-4d54-a150-bcdeaecbdbf4?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "167de9efc1330e093f79092c570affba", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:13:25 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68825b23-d849-4d54-a150-bcdeaecbdbf4?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "167de9efc1330e093f79092c570affba", + "x-ms-correlation-request-id": "035bb5ce-aaab-4872-a31e-70bab2dd4f51", + "x-ms-ratelimit-remaining-subscription-reads": "11935", + "x-ms-request-id": "b9cfc332-560d-4cab-a22b-5f135812d7ed", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051326Z:035bb5ce-aaab-4872-a31e-70bab2dd4f51" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68825b23-d849-4d54-a150-bcdeaecbdbf4?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "e5d5c0543da599c629551454f46e2a1a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:13:27 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68825b23-d849-4d54-a150-bcdeaecbdbf4?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e5d5c0543da599c629551454f46e2a1a", + "x-ms-correlation-request-id": "a9c4b5e4-e528-4871-a11f-608ffd78882b", + "x-ms-ratelimit-remaining-subscription-reads": "11934", + "x-ms-request-id": "d7bf904b-8f13-4b43-93c3-831643ee8e00", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051327Z:a9c4b5e4-e528-4871-a11f-608ffd78882b" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68825b23-d849-4d54-a150-bcdeaecbdbf4?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "d6395c21861f8316fe4289354e2f3464", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:13:28 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68825b23-d849-4d54-a150-bcdeaecbdbf4?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d6395c21861f8316fe4289354e2f3464", + "x-ms-correlation-request-id": "9db7a512-9b78-4968-81de-3486e8963052", + "x-ms-ratelimit-remaining-subscription-reads": "11933", + "x-ms-request-id": "fba98723-bb33-4447-aed1-acbe9dec1698", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051328Z:9db7a512-9b78-4968-81de-3486e8963052" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68825b23-d849-4d54-a150-bcdeaecbdbf4?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "2a7c9829ec6bb1af23e4ecddacb419d1", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:13:29 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68825b23-d849-4d54-a150-bcdeaecbdbf4?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "2a7c9829ec6bb1af23e4ecddacb419d1", + "x-ms-correlation-request-id": "cd1b907c-6b75-4e3f-a2c1-9339162711d9", + "x-ms-ratelimit-remaining-subscription-reads": "11932", + "x-ms-request-id": "bcbd56bf-8ec6-45c2-9dec-a884854eb538", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051330Z:cd1b907c-6b75-4e3f-a2c1-9339162711d9" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68825b23-d849-4d54-a150-bcdeaecbdbf4?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "fa0aef4f28d0ce9aa951e763b4904bf9", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:13:31 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68825b23-d849-4d54-a150-bcdeaecbdbf4?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "fa0aef4f28d0ce9aa951e763b4904bf9", + "x-ms-correlation-request-id": "6d20f406-62ac-4977-8e8f-7a56ed0490eb", + "x-ms-ratelimit-remaining-subscription-reads": "11931", + "x-ms-request-id": "4cd6e803-462a-4d57-82f3-c41da2995450", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051331Z:6d20f406-62ac-4977-8e8f-7a56ed0490eb" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68825b23-d849-4d54-a150-bcdeaecbdbf4?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "5c2ab02100f234aeac88b33b9939d749", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:13:32 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68825b23-d849-4d54-a150-bcdeaecbdbf4?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5c2ab02100f234aeac88b33b9939d749", + "x-ms-correlation-request-id": "2ab30db1-7b45-466b-89fd-f45c5ca22e0e", + "x-ms-ratelimit-remaining-subscription-reads": "11930", + "x-ms-request-id": "9e3e178b-01a8-461f-a017-6c2879090777", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051332Z:2ab30db1-7b45-466b-89fd-f45c5ca22e0e" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68825b23-d849-4d54-a150-bcdeaecbdbf4?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "5ee6b82839240193fdad8019054cfd92", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:13:33 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68825b23-d849-4d54-a150-bcdeaecbdbf4?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5ee6b82839240193fdad8019054cfd92", + "x-ms-correlation-request-id": "0af1d6d0-a52e-4149-8cc4-05daa0a45b27", + "x-ms-ratelimit-remaining-subscription-reads": "11929", + "x-ms-request-id": "1638b29f-b98a-4fbc-a261-4d35b8a734e9", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051334Z:0af1d6d0-a52e-4149-8cc4-05daa0a45b27" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68825b23-d849-4d54-a150-bcdeaecbdbf4?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "fcbbf298bd8a4edf40d64d48755e3470", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:13:35 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68825b23-d849-4d54-a150-bcdeaecbdbf4?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "fcbbf298bd8a4edf40d64d48755e3470", + "x-ms-correlation-request-id": "51b13021-48c7-4ae9-a98d-4958f58f42d9", + "x-ms-ratelimit-remaining-subscription-reads": "11928", + "x-ms-request-id": "95ca4b76-97fc-4ac7-89b4-caaa583327af", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051335Z:51b13021-48c7-4ae9-a98d-4958f58f42d9" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68825b23-d849-4d54-a150-bcdeaecbdbf4?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "fb3a9d7aecaae8d41c295e4480952f60", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:13:36 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68825b23-d849-4d54-a150-bcdeaecbdbf4?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "fb3a9d7aecaae8d41c295e4480952f60", + "x-ms-correlation-request-id": "08d7cc88-980e-42bd-b325-9f82af7eac82", + "x-ms-ratelimit-remaining-subscription-reads": "11927", + "x-ms-request-id": "bcd9dc3c-e439-41df-8e2c-3fa49d176417", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051336Z:08d7cc88-980e-42bd-b325-9f82af7eac82" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68825b23-d849-4d54-a150-bcdeaecbdbf4?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "a6a3208ada7d6bbfd9971e4eeb4b8c9f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:13:37 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68825b23-d849-4d54-a150-bcdeaecbdbf4?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a6a3208ada7d6bbfd9971e4eeb4b8c9f", + "x-ms-correlation-request-id": "5db1d08f-f1cd-440e-aafe-0da615630b61", + "x-ms-ratelimit-remaining-subscription-reads": "11926", + "x-ms-request-id": "689e4ed7-2ea8-4f59-b153-101437bb7536", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051338Z:5db1d08f-f1cd-440e-aafe-0da615630b61" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68825b23-d849-4d54-a150-bcdeaecbdbf4?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "689f10780211abe81dd3e0615e9aceaa", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:13:39 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68825b23-d849-4d54-a150-bcdeaecbdbf4?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "689f10780211abe81dd3e0615e9aceaa", + "x-ms-correlation-request-id": "52d43a64-c394-4877-9522-768e835c2744", + "x-ms-ratelimit-remaining-subscription-reads": "11925", + "x-ms-request-id": "f1453235-013a-48df-a402-f0f60e8c2608", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051339Z:52d43a64-c394-4877-9522-768e835c2744" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68825b23-d849-4d54-a150-bcdeaecbdbf4?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "54beeda78ebb9ff2decf2212cd86fcd1", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:13:40 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68825b23-d849-4d54-a150-bcdeaecbdbf4?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "54beeda78ebb9ff2decf2212cd86fcd1", + "x-ms-correlation-request-id": "ffa8d495-8821-432e-9348-270b4fb7ea6a", + "x-ms-ratelimit-remaining-subscription-reads": "11924", + "x-ms-request-id": "bfd60ad7-e168-4777-95ac-2aa844841108", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051340Z:ffa8d495-8821-432e-9348-270b4fb7ea6a" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68825b23-d849-4d54-a150-bcdeaecbdbf4?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "6fccbf9cc6f5884e37f789a9fa5e0d3e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:13:41 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68825b23-d849-4d54-a150-bcdeaecbdbf4?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6fccbf9cc6f5884e37f789a9fa5e0d3e", + "x-ms-correlation-request-id": "fb0d0811-835e-443c-b915-868645f7938d", + "x-ms-ratelimit-remaining-subscription-reads": "11923", + "x-ms-request-id": "152f7bc3-ad5f-4fa6-910c-13ac7387a423", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051342Z:fb0d0811-835e-443c-b915-868645f7938d" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68825b23-d849-4d54-a150-bcdeaecbdbf4?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "fea774c8378ceae31dff8a42dfd5dd97", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:13:43 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68825b23-d849-4d54-a150-bcdeaecbdbf4?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "fea774c8378ceae31dff8a42dfd5dd97", + "x-ms-correlation-request-id": "d6ef5157-a8de-4a79-bcb3-e501ef63ed9c", + "x-ms-ratelimit-remaining-subscription-reads": "11922", + "x-ms-request-id": "5b33fb2c-c60c-4067-8248-3369ef90e911", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051343Z:d6ef5157-a8de-4a79-bcb3-e501ef63ed9c" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68825b23-d849-4d54-a150-bcdeaecbdbf4?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "9ec40ed75ecee0b59e361cc30448a47f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:13:44 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68825b23-d849-4d54-a150-bcdeaecbdbf4?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "9ec40ed75ecee0b59e361cc30448a47f", + "x-ms-correlation-request-id": "8109486c-dac3-4e74-81df-ccc8a21629cd", + "x-ms-ratelimit-remaining-subscription-reads": "11921", + "x-ms-request-id": "c0be8854-a457-404c-8596-597f2321c5b7", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051344Z:8109486c-dac3-4e74-81df-ccc8a21629cd" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68825b23-d849-4d54-a150-bcdeaecbdbf4?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "594ae3c2fede6544dce152f53c0ca862", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:13:45 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68825b23-d849-4d54-a150-bcdeaecbdbf4?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "594ae3c2fede6544dce152f53c0ca862", + "x-ms-correlation-request-id": "09959eff-31e2-4d3c-aa51-797b4beeff5d", + "x-ms-ratelimit-remaining-subscription-reads": "11920", + "x-ms-request-id": "99c9b33a-78ea-4553-ba1c-c065a15e332d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051346Z:09959eff-31e2-4d3c-aa51-797b4beeff5d" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68825b23-d849-4d54-a150-bcdeaecbdbf4?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "ebd2f1196e9a6970bfc75f561a1fe5d4", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:13:46 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68825b23-d849-4d54-a150-bcdeaecbdbf4?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ebd2f1196e9a6970bfc75f561a1fe5d4", + "x-ms-correlation-request-id": "44c4c07b-2861-4b89-b95a-3fe2511000b3", + "x-ms-ratelimit-remaining-subscription-reads": "11919", + "x-ms-request-id": "be701b57-c576-4dd9-aae8-d2927ac85334", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051347Z:44c4c07b-2861-4b89-b95a-3fe2511000b3" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68825b23-d849-4d54-a150-bcdeaecbdbf4?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "fb800a5b848bd9b8ca5fc2ec0cbfa392", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:13:48 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68825b23-d849-4d54-a150-bcdeaecbdbf4?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "fb800a5b848bd9b8ca5fc2ec0cbfa392", + "x-ms-correlation-request-id": "93b2ba2a-a955-4869-b135-d36dc78e6b31", + "x-ms-ratelimit-remaining-subscription-reads": "11918", + "x-ms-request-id": "657bbaed-7014-4c5f-994c-d1e4f264af5c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051348Z:93b2ba2a-a955-4869-b135-d36dc78e6b31" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68825b23-d849-4d54-a150-bcdeaecbdbf4?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "13aaba8db87653e573e19a179fee4abc", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:13:49 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68825b23-d849-4d54-a150-bcdeaecbdbf4?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "13aaba8db87653e573e19a179fee4abc", + "x-ms-correlation-request-id": "84c7f369-ee14-41cf-9432-7df053da2881", + "x-ms-ratelimit-remaining-subscription-reads": "11917", + "x-ms-request-id": "fed59026-4c8f-4e68-9904-45e8c0908c38", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051350Z:84c7f369-ee14-41cf-9432-7df053da2881" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68825b23-d849-4d54-a150-bcdeaecbdbf4?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "329a7dfcac8c95d638f9213aac835cff", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:13:50 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68825b23-d849-4d54-a150-bcdeaecbdbf4?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "329a7dfcac8c95d638f9213aac835cff", + "x-ms-correlation-request-id": "86739c14-2cd8-4628-9316-9e3add183ddb", + "x-ms-ratelimit-remaining-subscription-reads": "11916", + "x-ms-request-id": "6de8840a-e957-4379-b36b-321b69727292", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051351Z:86739c14-2cd8-4628-9316-9e3add183ddb" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68825b23-d849-4d54-a150-bcdeaecbdbf4?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "60c8cc23d175a25e242c87a9e9a139db", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:13:52 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68825b23-d849-4d54-a150-bcdeaecbdbf4?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "60c8cc23d175a25e242c87a9e9a139db", + "x-ms-correlation-request-id": "38657cb9-dc5d-4b39-b293-a09f7ade95aa", + "x-ms-ratelimit-remaining-subscription-reads": "11915", + "x-ms-request-id": "cd51359d-eab5-4ad6-98ec-83c090343ad6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051352Z:38657cb9-dc5d-4b39-b293-a09f7ade95aa" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68825b23-d849-4d54-a150-bcdeaecbdbf4?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "8ef005147124e006e314da7c96aaa6f0", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:13:53 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68825b23-d849-4d54-a150-bcdeaecbdbf4?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "8ef005147124e006e314da7c96aaa6f0", + "x-ms-correlation-request-id": "c638ade0-e19e-4306-836d-de29d1aa76e5", + "x-ms-ratelimit-remaining-subscription-reads": "11914", + "x-ms-request-id": "dfdbfae0-1596-41d7-8ada-93a8afa8d247", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051354Z:c638ade0-e19e-4306-836d-de29d1aa76e5" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68825b23-d849-4d54-a150-bcdeaecbdbf4?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "d2f39a84ea252a471ff80e5f242dac96", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:13:54 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68825b23-d849-4d54-a150-bcdeaecbdbf4?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d2f39a84ea252a471ff80e5f242dac96", + "x-ms-correlation-request-id": "7e8a23b7-88d8-4c57-a2b9-5f688851f208", + "x-ms-ratelimit-remaining-subscription-reads": "11913", + "x-ms-request-id": "321ab27c-c3a4-4757-8a1f-18e8df3bcd86", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051355Z:7e8a23b7-88d8-4c57-a2b9-5f688851f208" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68825b23-d849-4d54-a150-bcdeaecbdbf4?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "a72645bfce93b2dbc6e87c60f7e10b79", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:13:56 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68825b23-d849-4d54-a150-bcdeaecbdbf4?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a72645bfce93b2dbc6e87c60f7e10b79", + "x-ms-correlation-request-id": "2b23e251-7262-48b1-bc78-db6658796535", + "x-ms-ratelimit-remaining-subscription-reads": "11912", + "x-ms-request-id": "371c9976-b9b4-4587-b62b-bd70926ab6dc", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051356Z:2b23e251-7262-48b1-bc78-db6658796535" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68825b23-d849-4d54-a150-bcdeaecbdbf4?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "4e25978667ae2ab6bdc56f2b62a6bbb6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:13:57 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68825b23-d849-4d54-a150-bcdeaecbdbf4?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4e25978667ae2ab6bdc56f2b62a6bbb6", + "x-ms-correlation-request-id": "f99da82e-6264-42b6-b9c2-b6312ea197ca", + "x-ms-ratelimit-remaining-subscription-reads": "11911", + "x-ms-request-id": "451e8b33-faa9-4240-a374-2b5fb1a4088e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051358Z:f99da82e-6264-42b6-b9c2-b6312ea197ca" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68825b23-d849-4d54-a150-bcdeaecbdbf4?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "51bd4468ff84b65cbf400c3d6ee6333e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:13:58 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68825b23-d849-4d54-a150-bcdeaecbdbf4?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "51bd4468ff84b65cbf400c3d6ee6333e", + "x-ms-correlation-request-id": "34075ace-73bb-4f93-bcf3-1a66151fa96d", + "x-ms-ratelimit-remaining-subscription-reads": "11910", + "x-ms-request-id": "2af37c42-3a5e-4169-9c3b-b1bc59735cd3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051359Z:34075ace-73bb-4f93-bcf3-1a66151fa96d" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68825b23-d849-4d54-a150-bcdeaecbdbf4?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "8dd994ed5d0758e88ffbeacd5eb04f1f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:14:00 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68825b23-d849-4d54-a150-bcdeaecbdbf4?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "8dd994ed5d0758e88ffbeacd5eb04f1f", + "x-ms-correlation-request-id": "23260525-0529-4519-a9ca-982a0767b9e1", + "x-ms-ratelimit-remaining-subscription-reads": "11909", + "x-ms-request-id": "d394d8ab-5e71-494d-b2ff-0ccfa810f9fa", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051400Z:23260525-0529-4519-a9ca-982a0767b9e1" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68825b23-d849-4d54-a150-bcdeaecbdbf4?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "b2f8c52cba2386f43b6e8f6d5b79bcd6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:14:01 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68825b23-d849-4d54-a150-bcdeaecbdbf4?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b2f8c52cba2386f43b6e8f6d5b79bcd6", + "x-ms-correlation-request-id": "77069e9d-9c5b-43d2-a584-bb1e9451cb01", + "x-ms-ratelimit-remaining-subscription-reads": "11908", + "x-ms-request-id": "974a13a4-4e20-463d-ad84-48347b1601d1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051402Z:77069e9d-9c5b-43d2-a584-bb1e9451cb01" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68825b23-d849-4d54-a150-bcdeaecbdbf4?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "ce3d31922ecd0aaf5b65c188148e570e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:14:02 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68825b23-d849-4d54-a150-bcdeaecbdbf4?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ce3d31922ecd0aaf5b65c188148e570e", + "x-ms-correlation-request-id": "06465518-bcbd-49f8-9e26-7b6692b9b24b", + "x-ms-ratelimit-remaining-subscription-reads": "11907", + "x-ms-request-id": "48d59382-b0ed-4fa7-b9c1-8e0b9551dfbf", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051403Z:06465518-bcbd-49f8-9e26-7b6692b9b24b" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68825b23-d849-4d54-a150-bcdeaecbdbf4?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "a811ecf080ee331aa0525298ce7afc15", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:14:03 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68825b23-d849-4d54-a150-bcdeaecbdbf4?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a811ecf080ee331aa0525298ce7afc15", + "x-ms-correlation-request-id": "2e52ab1c-18ee-40ce-a5d8-84842643e883", + "x-ms-ratelimit-remaining-subscription-reads": "11906", + "x-ms-request-id": "691c6a87-3c31-4b42-b347-b78284b452cd", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051404Z:2e52ab1c-18ee-40ce-a5d8-84842643e883" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68825b23-d849-4d54-a150-bcdeaecbdbf4?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "2d3b133f8172fd5116ee56bef86c72ac", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:14:05 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68825b23-d849-4d54-a150-bcdeaecbdbf4?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "2d3b133f8172fd5116ee56bef86c72ac", + "x-ms-correlation-request-id": "c4ff5c42-f2e3-4a7d-968d-6183763d5580", + "x-ms-ratelimit-remaining-subscription-reads": "11905", + "x-ms-request-id": "26a37f3e-706b-48ce-b31d-a4271879aa6d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051405Z:c4ff5c42-f2e3-4a7d-968d-6183763d5580" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68825b23-d849-4d54-a150-bcdeaecbdbf4?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "6e7c8017136811e8160a2d7bdc163ce1", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:14:06 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68825b23-d849-4d54-a150-bcdeaecbdbf4?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6e7c8017136811e8160a2d7bdc163ce1", + "x-ms-correlation-request-id": "79d04cb3-5f4f-44b9-8f9c-ac1c5e1f91e9", + "x-ms-ratelimit-remaining-subscription-reads": "11904", + "x-ms-request-id": "938b016f-12b5-4b44-8f75-7d5976f4264f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051407Z:79d04cb3-5f4f-44b9-8f9c-ac1c5e1f91e9" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68825b23-d849-4d54-a150-bcdeaecbdbf4?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "0049ab6829536f9c9b139100295b3b33", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:14:07 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68825b23-d849-4d54-a150-bcdeaecbdbf4?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "0049ab6829536f9c9b139100295b3b33", + "x-ms-correlation-request-id": "e41231a9-3229-4434-aa2a-945d5d6d73cf", + "x-ms-ratelimit-remaining-subscription-reads": "11903", + "x-ms-request-id": "3e3c3c3d-3f5d-4805-9f3c-3c332643e484", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051408Z:e41231a9-3229-4434-aa2a-945d5d6d73cf" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68825b23-d849-4d54-a150-bcdeaecbdbf4?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "4d81a5e08efd2bad2b2a166753d62000", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:14:09 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68825b23-d849-4d54-a150-bcdeaecbdbf4?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4d81a5e08efd2bad2b2a166753d62000", + "x-ms-correlation-request-id": "7f109903-0445-402c-9a1e-6cfcb0277562", + "x-ms-ratelimit-remaining-subscription-reads": "11902", + "x-ms-request-id": "a00dc5be-2831-4b8a-bf4a-62a75843cd33", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051409Z:7f109903-0445-402c-9a1e-6cfcb0277562" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68825b23-d849-4d54-a150-bcdeaecbdbf4?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "4c5675b27122ed59e40dd35481e7e7bb", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:14:10 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68825b23-d849-4d54-a150-bcdeaecbdbf4?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4c5675b27122ed59e40dd35481e7e7bb", + "x-ms-correlation-request-id": "e643089f-9c4b-4ef9-bb6b-cc7986f8f400", + "x-ms-ratelimit-remaining-subscription-reads": "11901", + "x-ms-request-id": "8e386713-09ef-4c30-bfe4-e8c086373084", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051411Z:e643089f-9c4b-4ef9-bb6b-cc7986f8f400" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68825b23-d849-4d54-a150-bcdeaecbdbf4?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "369bf9cfee94d9e3fe1dd52812341bc4", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:14:11 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68825b23-d849-4d54-a150-bcdeaecbdbf4?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "369bf9cfee94d9e3fe1dd52812341bc4", + "x-ms-correlation-request-id": "3ed57689-40ba-48e9-b77f-747145f65436", + "x-ms-ratelimit-remaining-subscription-reads": "11900", + "x-ms-request-id": "513163ad-bd26-4268-bf3f-73f530ea9368", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051412Z:3ed57689-40ba-48e9-b77f-747145f65436" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68825b23-d849-4d54-a150-bcdeaecbdbf4?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "b44e91f3ee056e114c9369f0bb59a943", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:14:13 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68825b23-d849-4d54-a150-bcdeaecbdbf4?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b44e91f3ee056e114c9369f0bb59a943", + "x-ms-correlation-request-id": "4125e82f-9a8f-43e3-8b87-cbc371347a97", + "x-ms-ratelimit-remaining-subscription-reads": "11899", + "x-ms-request-id": "af6faa91-fdad-4eb4-8dda-646a131fc2e1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051413Z:4125e82f-9a8f-43e3-8b87-cbc371347a97" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68825b23-d849-4d54-a150-bcdeaecbdbf4?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "5a985b43e93bc36b927c4e059c30daaf", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:14:14 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68825b23-d849-4d54-a150-bcdeaecbdbf4?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5a985b43e93bc36b927c4e059c30daaf", + "x-ms-correlation-request-id": "d7cfbceb-9971-46f6-a667-d67e214f74f2", + "x-ms-ratelimit-remaining-subscription-reads": "11898", + "x-ms-request-id": "c6e6154c-8d7c-453a-9182-d08d34afd5fe", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051415Z:d7cfbceb-9971-46f6-a667-d67e214f74f2" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68825b23-d849-4d54-a150-bcdeaecbdbf4?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "f0600ef23399e0b6e82cea0085f31da4", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:14:15 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68825b23-d849-4d54-a150-bcdeaecbdbf4?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f0600ef23399e0b6e82cea0085f31da4", + "x-ms-correlation-request-id": "0d64b3fa-69c7-4d2b-bd83-0b4a83ed64e5", + "x-ms-ratelimit-remaining-subscription-reads": "11897", + "x-ms-request-id": "32d38fab-411f-4b6b-88dd-ca21b20f8199", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051416Z:0d64b3fa-69c7-4d2b-bd83-0b4a83ed64e5" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68825b23-d849-4d54-a150-bcdeaecbdbf4?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "b7e59173c19c0a89268a2288a00bd21c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:14:17 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68825b23-d849-4d54-a150-bcdeaecbdbf4?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b7e59173c19c0a89268a2288a00bd21c", + "x-ms-correlation-request-id": "d3ea5347-c597-4679-b696-c47353ce923e", + "x-ms-ratelimit-remaining-subscription-reads": "11896", + "x-ms-request-id": "95e88c71-f77f-415b-bc87-d2f5ffae10f8", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051417Z:d3ea5347-c597-4679-b696-c47353ce923e" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68825b23-d849-4d54-a150-bcdeaecbdbf4?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "adfdb9b9b9f80fa9a5b7710fff6a3d9e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:14:18 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68825b23-d849-4d54-a150-bcdeaecbdbf4?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "adfdb9b9b9f80fa9a5b7710fff6a3d9e", + "x-ms-correlation-request-id": "29af2d5b-8dd8-41f6-8dcd-8adc539ed8a0", + "x-ms-ratelimit-remaining-subscription-reads": "11895", + "x-ms-request-id": "dd4e588c-52a6-4bf7-8505-57d114dc2dfe", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051419Z:29af2d5b-8dd8-41f6-8dcd-8adc539ed8a0" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68825b23-d849-4d54-a150-bcdeaecbdbf4?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "0a91a95e234b31128556c90f102d40dd", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:14:19 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68825b23-d849-4d54-a150-bcdeaecbdbf4?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "0a91a95e234b31128556c90f102d40dd", + "x-ms-correlation-request-id": "35ce844a-2309-41e3-ac2b-21dc6093a537", + "x-ms-ratelimit-remaining-subscription-reads": "11894", + "x-ms-request-id": "8c9e39fc-c801-4335-bee7-ff3e9db21db4", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051420Z:35ce844a-2309-41e3-ac2b-21dc6093a537" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68825b23-d849-4d54-a150-bcdeaecbdbf4?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "cb47cd5970f6baabe7d511e550790abb", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:14:21 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68825b23-d849-4d54-a150-bcdeaecbdbf4?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "cb47cd5970f6baabe7d511e550790abb", + "x-ms-correlation-request-id": "046372af-8287-4e5f-9995-1139b843fb78", + "x-ms-ratelimit-remaining-subscription-reads": "11893", + "x-ms-request-id": "0dd2583a-1c9d-4b26-8d1b-f1ae67a64e4d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051421Z:046372af-8287-4e5f-9995-1139b843fb78" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68825b23-d849-4d54-a150-bcdeaecbdbf4?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "f629834cc87995d1a6cc27a2ef9afe77", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:14:22 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68825b23-d849-4d54-a150-bcdeaecbdbf4?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f629834cc87995d1a6cc27a2ef9afe77", + "x-ms-correlation-request-id": "5826ffa1-cbba-4020-8f64-b7e36489b4b9", + "x-ms-ratelimit-remaining-subscription-reads": "11892", + "x-ms-request-id": "d0ff5ec3-484c-4764-8aff-470a6f1e098b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051423Z:5826ffa1-cbba-4020-8f64-b7e36489b4b9" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68825b23-d849-4d54-a150-bcdeaecbdbf4?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "31b693767222eea8fdd72375112de10b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:14:23 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68825b23-d849-4d54-a150-bcdeaecbdbf4?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "31b693767222eea8fdd72375112de10b", + "x-ms-correlation-request-id": "e5729f87-d040-48ec-9a96-1c766c40a40d", + "x-ms-ratelimit-remaining-subscription-reads": "11891", + "x-ms-request-id": "49729146-3888-48d9-968f-1c5476845d9f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051424Z:e5729f87-d040-48ec-9a96-1c766c40a40d" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68825b23-d849-4d54-a150-bcdeaecbdbf4?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "8dc20d4b4a049163fcb1242a4909ca4c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:14:25 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68825b23-d849-4d54-a150-bcdeaecbdbf4?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "8dc20d4b4a049163fcb1242a4909ca4c", + "x-ms-correlation-request-id": "beb2ba44-b7e4-40f3-835b-6055a9e2de4a", + "x-ms-ratelimit-remaining-subscription-reads": "11890", + "x-ms-request-id": "bb8db493-79af-4fc1-8c42-ad16e675991d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051425Z:beb2ba44-b7e4-40f3-835b-6055a9e2de4a" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68825b23-d849-4d54-a150-bcdeaecbdbf4?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "bc6e99d6d9c3da99db3bf9a1a45b8378", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:14:26 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68825b23-d849-4d54-a150-bcdeaecbdbf4?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "bc6e99d6d9c3da99db3bf9a1a45b8378", + "x-ms-correlation-request-id": "5526ba1e-7fb1-48ef-a370-73a51c3dd0ce", + "x-ms-ratelimit-remaining-subscription-reads": "11889", + "x-ms-request-id": "da499571-ecfd-425c-9987-ef1dae00c174", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051427Z:5526ba1e-7fb1-48ef-a370-73a51c3dd0ce" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68825b23-d849-4d54-a150-bcdeaecbdbf4?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "e2561bea71d82c732f2534714d7ea5f3", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:14:27 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68825b23-d849-4d54-a150-bcdeaecbdbf4?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e2561bea71d82c732f2534714d7ea5f3", + "x-ms-correlation-request-id": "1079070c-9210-4330-b91f-33d73bcb44ad", + "x-ms-ratelimit-remaining-subscription-reads": "11888", + "x-ms-request-id": "86f0f68f-9914-46b6-877f-0a0ca23408a4", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051428Z:1079070c-9210-4330-b91f-33d73bcb44ad" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68825b23-d849-4d54-a150-bcdeaecbdbf4?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "789ed60d25bf724874e7b1c950c1eca0", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:14:29 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68825b23-d849-4d54-a150-bcdeaecbdbf4?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "789ed60d25bf724874e7b1c950c1eca0", + "x-ms-correlation-request-id": "0de29700-16f3-44ad-bb6d-e52ec476b38b", + "x-ms-ratelimit-remaining-subscription-reads": "11887", + "x-ms-request-id": "04f4215a-5182-4753-94ec-3c3be0fbf374", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051429Z:0de29700-16f3-44ad-bb6d-e52ec476b38b" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68825b23-d849-4d54-a150-bcdeaecbdbf4?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "2d3fab2de8b2657425428c9ea4288d5c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:14:30 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68825b23-d849-4d54-a150-bcdeaecbdbf4?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "2d3fab2de8b2657425428c9ea4288d5c", + "x-ms-correlation-request-id": "7d1da144-66df-4aa7-ab13-b6fc9b527e3e", + "x-ms-ratelimit-remaining-subscription-reads": "11886", + "x-ms-request-id": "c8b9808c-a3da-4ff2-ae07-81ab7849e226", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051431Z:7d1da144-66df-4aa7-ab13-b6fc9b527e3e" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68825b23-d849-4d54-a150-bcdeaecbdbf4?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "ce9405960bbdc5b9d3e46df0bfaadb6e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:14:31 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68825b23-d849-4d54-a150-bcdeaecbdbf4?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ce9405960bbdc5b9d3e46df0bfaadb6e", + "x-ms-correlation-request-id": "a34e1e9b-2e52-4bc0-8829-ab1c511ad5e4", + "x-ms-ratelimit-remaining-subscription-reads": "11885", + "x-ms-request-id": "a2ed53fc-f003-46ae-8497-df8637d4ae58", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051432Z:a34e1e9b-2e52-4bc0-8829-ab1c511ad5e4" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68825b23-d849-4d54-a150-bcdeaecbdbf4?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "a1439338773f25416139527d98aacd4c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:14:33 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68825b23-d849-4d54-a150-bcdeaecbdbf4?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a1439338773f25416139527d98aacd4c", + "x-ms-correlation-request-id": "d2d21cda-7a45-4ff9-871f-7208e42acf7b", + "x-ms-ratelimit-remaining-subscription-reads": "11884", + "x-ms-request-id": "38e33ca8-5287-485d-92a8-1cf13c154079", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051433Z:d2d21cda-7a45-4ff9-871f-7208e42acf7b" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68825b23-d849-4d54-a150-bcdeaecbdbf4?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "4b3255591e2d22e3f2795acd7a83a57b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:14:34 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68825b23-d849-4d54-a150-bcdeaecbdbf4?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4b3255591e2d22e3f2795acd7a83a57b", + "x-ms-correlation-request-id": "f0a0e182-91ac-47cb-95f9-eb90ea27c99c", + "x-ms-ratelimit-remaining-subscription-reads": "11883", + "x-ms-request-id": "e251ebe5-de31-4523-ab31-a42b10066fca", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051435Z:f0a0e182-91ac-47cb-95f9-eb90ea27c99c" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68825b23-d849-4d54-a150-bcdeaecbdbf4?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "10651e66ece41e1dc36e6c83b93c2c28", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:14:35 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68825b23-d849-4d54-a150-bcdeaecbdbf4?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "10651e66ece41e1dc36e6c83b93c2c28", + "x-ms-correlation-request-id": "c2e0872c-3d6a-4c68-b55b-f13b9a14d109", + "x-ms-ratelimit-remaining-subscription-reads": "11882", + "x-ms-request-id": "d76976b7-9e81-46c2-a05a-af9356058d3d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051436Z:c2e0872c-3d6a-4c68-b55b-f13b9a14d109" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68825b23-d849-4d54-a150-bcdeaecbdbf4?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "6a9721168f771a40b021aec51d73abde", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:14:37 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68825b23-d849-4d54-a150-bcdeaecbdbf4?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6a9721168f771a40b021aec51d73abde", + "x-ms-correlation-request-id": "d5140ef3-bafd-45cf-b8c2-c3fd6abcacad", + "x-ms-ratelimit-remaining-subscription-reads": "11881", + "x-ms-request-id": "b62a7d5c-df4d-4d44-b812-4840b3da8c35", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051437Z:d5140ef3-bafd-45cf-b8c2-c3fd6abcacad" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68825b23-d849-4d54-a150-bcdeaecbdbf4?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "7a16d794bd456c67371488beb16068b5", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:14:38 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68825b23-d849-4d54-a150-bcdeaecbdbf4?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "7a16d794bd456c67371488beb16068b5", + "x-ms-correlation-request-id": "00d78f52-1405-492a-a344-2602c124b922", + "x-ms-ratelimit-remaining-subscription-reads": "11880", + "x-ms-request-id": "a0e2c93d-e6d0-408d-9021-07077f051de5", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051439Z:00d78f52-1405-492a-a344-2602c124b922" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68825b23-d849-4d54-a150-bcdeaecbdbf4?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "59b7314c3aecd703dd4a60c33d580150", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:14:39 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68825b23-d849-4d54-a150-bcdeaecbdbf4?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "59b7314c3aecd703dd4a60c33d580150", + "x-ms-correlation-request-id": "d9de26d1-7fd1-4bcc-a07e-4468c3af9bbf", + "x-ms-ratelimit-remaining-subscription-reads": "11879", + "x-ms-request-id": "4e8a625b-bc2e-415d-859a-104435588905", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051440Z:d9de26d1-7fd1-4bcc-a07e-4468c3af9bbf" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68825b23-d849-4d54-a150-bcdeaecbdbf4?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "e2ef8ec3b22559e3b92a33630782694f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:14:41 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68825b23-d849-4d54-a150-bcdeaecbdbf4?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e2ef8ec3b22559e3b92a33630782694f", + "x-ms-correlation-request-id": "24d7953a-0e83-4086-8180-e0f667a2f833", + "x-ms-ratelimit-remaining-subscription-reads": "11878", + "x-ms-request-id": "cb00f2d6-1740-47c5-815f-7b5fb0a85860", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051441Z:24d7953a-0e83-4086-8180-e0f667a2f833" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68825b23-d849-4d54-a150-bcdeaecbdbf4?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "eb78f9b851bc59f2d33f9cfa5da32fde", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:14:42 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68825b23-d849-4d54-a150-bcdeaecbdbf4?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "eb78f9b851bc59f2d33f9cfa5da32fde", + "x-ms-correlation-request-id": "f733804f-61c7-4c2f-afe7-9e7fff76b846", + "x-ms-ratelimit-remaining-subscription-reads": "11877", + "x-ms-request-id": "1d34f2e0-bcca-4932-9c79-44b9f316818a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051443Z:f733804f-61c7-4c2f-afe7-9e7fff76b846" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68825b23-d849-4d54-a150-bcdeaecbdbf4?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "23fa371286709a8f4e5e9fc1079fcf5b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:14:43 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68825b23-d849-4d54-a150-bcdeaecbdbf4?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "23fa371286709a8f4e5e9fc1079fcf5b", + "x-ms-correlation-request-id": "26e34968-9957-4dff-8624-f9fdcbdb358b", + "x-ms-ratelimit-remaining-subscription-reads": "11876", + "x-ms-request-id": "d430c40f-0a95-4bf1-8f52-7ab2cdd30d8c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051444Z:26e34968-9957-4dff-8624-f9fdcbdb358b" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68825b23-d849-4d54-a150-bcdeaecbdbf4?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "440b10e116e071939c960ee615e8fb16", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:14:45 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68825b23-d849-4d54-a150-bcdeaecbdbf4?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "440b10e116e071939c960ee615e8fb16", + "x-ms-correlation-request-id": "4a1b5341-585f-4fe5-b87b-68099c639d41", + "x-ms-ratelimit-remaining-subscription-reads": "11875", + "x-ms-request-id": "be336471-426a-4079-a5e9-0bf189fb1741", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051445Z:4a1b5341-585f-4fe5-b87b-68099c639d41" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68825b23-d849-4d54-a150-bcdeaecbdbf4?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "cf5055fb458731df69de9c5eb2305233", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:14:46 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68825b23-d849-4d54-a150-bcdeaecbdbf4?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "cf5055fb458731df69de9c5eb2305233", + "x-ms-correlation-request-id": "92869888-da06-41d0-ae5c-8c02e1bda7d5", + "x-ms-ratelimit-remaining-subscription-reads": "11874", + "x-ms-request-id": "57443c6d-f82a-4792-9afc-c5d7eba8b0a7", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051447Z:92869888-da06-41d0-ae5c-8c02e1bda7d5" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68825b23-d849-4d54-a150-bcdeaecbdbf4?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "4c18416fea98fcfea38887da78a98465", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:14:47 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68825b23-d849-4d54-a150-bcdeaecbdbf4?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4c18416fea98fcfea38887da78a98465", + "x-ms-correlation-request-id": "f4016f82-9eab-4dfb-9fde-807119ecb657", + "x-ms-ratelimit-remaining-subscription-reads": "11873", + "x-ms-request-id": "7825accd-f507-451d-b970-52e8d813cc1c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051448Z:f4016f82-9eab-4dfb-9fde-807119ecb657" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68825b23-d849-4d54-a150-bcdeaecbdbf4?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "b2c68962004f9cd431dadb027935bf6b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:14:49 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68825b23-d849-4d54-a150-bcdeaecbdbf4?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b2c68962004f9cd431dadb027935bf6b", + "x-ms-correlation-request-id": "8e846713-7c30-4260-adb8-b48999429b9d", + "x-ms-ratelimit-remaining-subscription-reads": "11872", + "x-ms-request-id": "5ed46f91-5208-4ddc-9625-4de9938de9c1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051449Z:8e846713-7c30-4260-adb8-b48999429b9d" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68825b23-d849-4d54-a150-bcdeaecbdbf4?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "d476da44aecf107d56532bfebd04b8c0", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:14:50 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68825b23-d849-4d54-a150-bcdeaecbdbf4?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d476da44aecf107d56532bfebd04b8c0", + "x-ms-correlation-request-id": "911369a7-a5a1-43c0-8e6d-fadc7b996758", + "x-ms-ratelimit-remaining-subscription-reads": "11871", + "x-ms-request-id": "654f9999-e71a-45a5-a572-497e1a892b65", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051451Z:911369a7-a5a1-43c0-8e6d-fadc7b996758" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68825b23-d849-4d54-a150-bcdeaecbdbf4?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "29fc3759a0696fe46c7c1bbe0efc836e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:14:51 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68825b23-d849-4d54-a150-bcdeaecbdbf4?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "29fc3759a0696fe46c7c1bbe0efc836e", + "x-ms-correlation-request-id": "b6b2f2cf-5e7b-4d63-946f-8beec78c2b4f", + "x-ms-ratelimit-remaining-subscription-reads": "11870", + "x-ms-request-id": "b3c99760-a04d-461e-8e2a-4717b4492f1a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051452Z:b6b2f2cf-5e7b-4d63-946f-8beec78c2b4f" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68825b23-d849-4d54-a150-bcdeaecbdbf4?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "9e961bc9af32b3950bb55bfbd4d6de2c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:14:53 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68825b23-d849-4d54-a150-bcdeaecbdbf4?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "9e961bc9af32b3950bb55bfbd4d6de2c", + "x-ms-correlation-request-id": "8f394894-9cf3-4caa-9b8e-8b38dfa5e261", + "x-ms-ratelimit-remaining-subscription-reads": "11869", + "x-ms-request-id": "8a248080-a7b7-4cf2-92c7-2f1ad528820c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051453Z:8f394894-9cf3-4caa-9b8e-8b38dfa5e261" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68825b23-d849-4d54-a150-bcdeaecbdbf4?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "42a81b219639a302f607675393bf015a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:14:54 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68825b23-d849-4d54-a150-bcdeaecbdbf4?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "42a81b219639a302f607675393bf015a", + "x-ms-correlation-request-id": "b223b856-f95a-44e7-b9e0-6bfe1b4aa7ff", + "x-ms-ratelimit-remaining-subscription-reads": "11868", + "x-ms-request-id": "252c74be-36a5-4b9a-9a52-16c9fa058efa", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051455Z:b223b856-f95a-44e7-b9e0-6bfe1b4aa7ff" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68825b23-d849-4d54-a150-bcdeaecbdbf4?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "a234bdd01a6ea98da1481db344e99b96", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:14:55 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68825b23-d849-4d54-a150-bcdeaecbdbf4?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a234bdd01a6ea98da1481db344e99b96", + "x-ms-correlation-request-id": "296fa1e4-519d-461e-92ff-af9f6abdfe0b", + "x-ms-ratelimit-remaining-subscription-reads": "11867", + "x-ms-request-id": "dfe3a73d-a764-4507-891e-1befedfd3ef1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051456Z:296fa1e4-519d-461e-92ff-af9f6abdfe0b" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68825b23-d849-4d54-a150-bcdeaecbdbf4?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "f39cef9e4153333419f2a82b4742204b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:14:56 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68825b23-d849-4d54-a150-bcdeaecbdbf4?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f39cef9e4153333419f2a82b4742204b", + "x-ms-correlation-request-id": "6dcafeaf-3581-4b81-bc7f-baab1447a91e", + "x-ms-ratelimit-remaining-subscription-reads": "11866", + "x-ms-request-id": "2cbb3670-6cf4-4bd7-83dc-ca30270af2ab", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051457Z:6dcafeaf-3581-4b81-bc7f-baab1447a91e" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68825b23-d849-4d54-a150-bcdeaecbdbf4?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "162a01b33ca106bd8dfea0f0784e5f0c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:14:58 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68825b23-d849-4d54-a150-bcdeaecbdbf4?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "162a01b33ca106bd8dfea0f0784e5f0c", + "x-ms-correlation-request-id": "17491269-2fad-47bf-aaa9-c1a026a4fc99", + "x-ms-ratelimit-remaining-subscription-reads": "11865", + "x-ms-request-id": "f9583071-1428-4048-8806-4bd06d1387f2", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051459Z:17491269-2fad-47bf-aaa9-c1a026a4fc99" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68825b23-d849-4d54-a150-bcdeaecbdbf4?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "a3b4d16b0e238f068801887c7262625e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:14:59 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68825b23-d849-4d54-a150-bcdeaecbdbf4?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a3b4d16b0e238f068801887c7262625e", + "x-ms-correlation-request-id": "809c495f-39ca-415d-af37-618fb32434e6", + "x-ms-ratelimit-remaining-subscription-reads": "11864", + "x-ms-request-id": "82051bb2-9798-4457-a544-2e8fc32c7670", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051500Z:809c495f-39ca-415d-af37-618fb32434e6" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68825b23-d849-4d54-a150-bcdeaecbdbf4?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "4300d22884be61f532956555a043baca", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:15:00 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68825b23-d849-4d54-a150-bcdeaecbdbf4?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4300d22884be61f532956555a043baca", + "x-ms-correlation-request-id": "1c80885a-42f6-41ae-a31f-dcda40e1409d", + "x-ms-ratelimit-remaining-subscription-reads": "11863", + "x-ms-request-id": "a969cfc0-0e65-4d0e-a0fb-faaa61940738", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051501Z:1c80885a-42f6-41ae-a31f-dcda40e1409d" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68825b23-d849-4d54-a150-bcdeaecbdbf4?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "76bf9b937c8da528fa9b8d9fb341942b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:15:02 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68825b23-d849-4d54-a150-bcdeaecbdbf4?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "76bf9b937c8da528fa9b8d9fb341942b", + "x-ms-correlation-request-id": "72acc8b7-5b9f-4d13-abe4-fe2e7408013f", + "x-ms-ratelimit-remaining-subscription-reads": "11862", + "x-ms-request-id": "8be4b75d-9f6a-4542-885f-c0e50c85fdb0", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051503Z:72acc8b7-5b9f-4d13-abe4-fe2e7408013f" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68825b23-d849-4d54-a150-bcdeaecbdbf4?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "a5c8419c1b4ee74edb52718da8b1ee45", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:15:03 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68825b23-d849-4d54-a150-bcdeaecbdbf4?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a5c8419c1b4ee74edb52718da8b1ee45", + "x-ms-correlation-request-id": "064eb531-2a14-4d1b-8656-6688841050fa", + "x-ms-ratelimit-remaining-subscription-reads": "11861", + "x-ms-request-id": "2062faad-73fa-4202-9843-f38d71bfd1d4", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051504Z:064eb531-2a14-4d1b-8656-6688841050fa" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68825b23-d849-4d54-a150-bcdeaecbdbf4?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "d7e9bd46eba2abd1aa5a4822f655aef0", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:15:04 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68825b23-d849-4d54-a150-bcdeaecbdbf4?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d7e9bd46eba2abd1aa5a4822f655aef0", + "x-ms-correlation-request-id": "e2c6a099-f735-4dc6-900c-6ed37d9a1af8", + "x-ms-ratelimit-remaining-subscription-reads": "11860", + "x-ms-request-id": "c74d3da8-5b23-4380-bbb7-dcc1a7036e4a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051505Z:e2c6a099-f735-4dc6-900c-6ed37d9a1af8" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68825b23-d849-4d54-a150-bcdeaecbdbf4?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "5fb83901147b777c4cd89a3a0b9afc49", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:15:06 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68825b23-d849-4d54-a150-bcdeaecbdbf4?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5fb83901147b777c4cd89a3a0b9afc49", + "x-ms-correlation-request-id": "c5235bd7-3981-4d9f-a3ce-2be85c0ced11", + "x-ms-ratelimit-remaining-subscription-reads": "11859", + "x-ms-request-id": "b71de557-593b-4b5f-a6d0-f5bbbd3bd30f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051507Z:c5235bd7-3981-4d9f-a3ce-2be85c0ced11" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68825b23-d849-4d54-a150-bcdeaecbdbf4?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "f55848adbc58b189701cfbf3d22cf086", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:15:07 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68825b23-d849-4d54-a150-bcdeaecbdbf4?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f55848adbc58b189701cfbf3d22cf086", + "x-ms-correlation-request-id": "7a33ac5c-fd5b-4902-bbac-42f1fd60ba15", + "x-ms-ratelimit-remaining-subscription-reads": "11858", + "x-ms-request-id": "a4a82654-bb27-418a-84f9-6117317680e9", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051508Z:7a33ac5c-fd5b-4902-bbac-42f1fd60ba15" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68825b23-d849-4d54-a150-bcdeaecbdbf4?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "6e8b80a48ff831c941718bc95096a00f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:15:08 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68825b23-d849-4d54-a150-bcdeaecbdbf4?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6e8b80a48ff831c941718bc95096a00f", + "x-ms-correlation-request-id": "8f110701-f113-43cc-a631-4ba05fe77ab3", + "x-ms-ratelimit-remaining-subscription-reads": "11857", + "x-ms-request-id": "1d431a38-4f5d-4bd2-b9d1-1581ef0ee664", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051509Z:8f110701-f113-43cc-a631-4ba05fe77ab3" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68825b23-d849-4d54-a150-bcdeaecbdbf4?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "ae74ff5eb8fd4598b007ee5e1988a41f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:15:10 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68825b23-d849-4d54-a150-bcdeaecbdbf4?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ae74ff5eb8fd4598b007ee5e1988a41f", + "x-ms-correlation-request-id": "6e8f095e-93a6-4204-97d2-045be7a158b5", + "x-ms-ratelimit-remaining-subscription-reads": "11856", + "x-ms-request-id": "4863926d-e0fc-4500-abae-b3d5ee2097fe", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051511Z:6e8f095e-93a6-4204-97d2-045be7a158b5" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68825b23-d849-4d54-a150-bcdeaecbdbf4?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "8a9614e88d0f1e517e26b4e630bf60da", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:15:11 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68825b23-d849-4d54-a150-bcdeaecbdbf4?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "8a9614e88d0f1e517e26b4e630bf60da", + "x-ms-correlation-request-id": "e6231720-3264-40bf-9ca9-75c452ce5bfb", + "x-ms-ratelimit-remaining-subscription-reads": "11855", + "x-ms-request-id": "846d2010-33e2-4728-922e-31c506892c1f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051512Z:e6231720-3264-40bf-9ca9-75c452ce5bfb" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68825b23-d849-4d54-a150-bcdeaecbdbf4?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "d395eb7c42b8ec88e845bef0a06b18b8", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:15:12 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68825b23-d849-4d54-a150-bcdeaecbdbf4?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d395eb7c42b8ec88e845bef0a06b18b8", + "x-ms-correlation-request-id": "f70bc7e4-c2f3-477d-9fc7-83cea4e12b47", + "x-ms-ratelimit-remaining-subscription-reads": "11854", + "x-ms-request-id": "4d30ad27-809f-4be4-bac9-52d9051eedaf", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051513Z:f70bc7e4-c2f3-477d-9fc7-83cea4e12b47" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68825b23-d849-4d54-a150-bcdeaecbdbf4?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "3ce16bcd1500d000ad562fd603b214f0", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:15:14 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68825b23-d849-4d54-a150-bcdeaecbdbf4?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "3ce16bcd1500d000ad562fd603b214f0", + "x-ms-correlation-request-id": "8535b064-af7f-4224-8820-380a84298ef3", + "x-ms-ratelimit-remaining-subscription-reads": "11853", + "x-ms-request-id": "1e63b8fe-2d0f-4cbf-b2cc-6f95269ffe4c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051515Z:8535b064-af7f-4224-8820-380a84298ef3" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68825b23-d849-4d54-a150-bcdeaecbdbf4?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "2de214a7d0f3a5678ba9a2c9cf617e13", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:15:16 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68825b23-d849-4d54-a150-bcdeaecbdbf4?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "2de214a7d0f3a5678ba9a2c9cf617e13", + "x-ms-correlation-request-id": "342918f8-f8ba-469c-8556-fab33b228718", + "x-ms-ratelimit-remaining-subscription-reads": "11852", + "x-ms-request-id": "071a5e4d-91fc-4e73-9035-28649d848711", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051516Z:342918f8-f8ba-469c-8556-fab33b228718" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68825b23-d849-4d54-a150-bcdeaecbdbf4?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "c518fb0e24de67daebc4266113b2e835", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:15:17 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68825b23-d849-4d54-a150-bcdeaecbdbf4?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c518fb0e24de67daebc4266113b2e835", + "x-ms-correlation-request-id": "ce3b5429-f338-491e-b989-538627418690", + "x-ms-ratelimit-remaining-subscription-reads": "11851", + "x-ms-request-id": "8421e3d6-2def-4c32-9f8f-e45438b8a4c6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051517Z:ce3b5429-f338-491e-b989-538627418690" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68825b23-d849-4d54-a150-bcdeaecbdbf4?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "8b48cd31ea89fcc5043bb0567236014c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:15:19 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68825b23-d849-4d54-a150-bcdeaecbdbf4?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "8b48cd31ea89fcc5043bb0567236014c", + "x-ms-correlation-request-id": "12abbb92-aef5-4ca9-aa1b-ff733f53bbf1", + "x-ms-ratelimit-remaining-subscription-reads": "11850", + "x-ms-request-id": "a1cfd0d5-eb71-4e39-805b-18bd2c98f365", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051519Z:12abbb92-aef5-4ca9-aa1b-ff733f53bbf1" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68825b23-d849-4d54-a150-bcdeaecbdbf4?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "07c71bd74f9983123a7a422faa0592d9", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:15:20 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68825b23-d849-4d54-a150-bcdeaecbdbf4?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "07c71bd74f9983123a7a422faa0592d9", + "x-ms-correlation-request-id": "e2821785-5559-40f6-b3ce-79981b52b9fe", + "x-ms-ratelimit-remaining-subscription-reads": "11849", + "x-ms-request-id": "b38a020e-47b3-4fea-8d6d-6dd202b81a73", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051520Z:e2821785-5559-40f6-b3ce-79981b52b9fe" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68825b23-d849-4d54-a150-bcdeaecbdbf4?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "01986dc1f218248a361bc0a27384f5b4", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:15:21 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68825b23-d849-4d54-a150-bcdeaecbdbf4?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "01986dc1f218248a361bc0a27384f5b4", + "x-ms-correlation-request-id": "4528f561-5644-4905-bc6d-4ce829d3044c", + "x-ms-ratelimit-remaining-subscription-reads": "11848", + "x-ms-request-id": "3aa8ab28-1175-4f4e-ac97-fb2a08925749", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051521Z:4528f561-5644-4905-bc6d-4ce829d3044c" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68825b23-d849-4d54-a150-bcdeaecbdbf4?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "f789d9c2e0eae19cbac4510ea79652fe", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:15:23 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68825b23-d849-4d54-a150-bcdeaecbdbf4?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f789d9c2e0eae19cbac4510ea79652fe", + "x-ms-correlation-request-id": "630747a4-9772-40cc-a3e4-4c67ec5ccfa0", + "x-ms-ratelimit-remaining-subscription-reads": "11847", + "x-ms-request-id": "91285d86-a38c-4dcf-9479-61bf9b6faab9", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051523Z:630747a4-9772-40cc-a3e4-4c67ec5ccfa0" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68825b23-d849-4d54-a150-bcdeaecbdbf4?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "0594d7a9009de53390a3d17d8e700fb6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:15:24 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68825b23-d849-4d54-a150-bcdeaecbdbf4?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "0594d7a9009de53390a3d17d8e700fb6", + "x-ms-correlation-request-id": "a9c76263-8041-4341-a995-454cb3d77e9b", + "x-ms-ratelimit-remaining-subscription-reads": "11846", + "x-ms-request-id": "c6f82035-a795-48ca-95e8-f73a72bd42fa", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051524Z:a9c76263-8041-4341-a995-454cb3d77e9b" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68825b23-d849-4d54-a150-bcdeaecbdbf4?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "d16c8d859a7be0eed0b74753a07c7ca0", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:15:25 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68825b23-d849-4d54-a150-bcdeaecbdbf4?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d16c8d859a7be0eed0b74753a07c7ca0", + "x-ms-correlation-request-id": "a6048de8-4d0e-4846-8268-e4e361061687", + "x-ms-ratelimit-remaining-subscription-reads": "11845", + "x-ms-request-id": "1ab99539-99a3-4383-af7a-1303de53103c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051525Z:a6048de8-4d0e-4846-8268-e4e361061687" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68825b23-d849-4d54-a150-bcdeaecbdbf4?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "9cf8c2c9efefc216a5a467470f1e5249", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:15:26 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68825b23-d849-4d54-a150-bcdeaecbdbf4?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "9cf8c2c9efefc216a5a467470f1e5249", + "x-ms-correlation-request-id": "e7a07906-5fed-4613-b5ae-29e48ddf2226", + "x-ms-ratelimit-remaining-subscription-reads": "11844", + "x-ms-request-id": "82bd8eed-8bc9-4791-9259-c25ab502802a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051527Z:e7a07906-5fed-4613-b5ae-29e48ddf2226" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68825b23-d849-4d54-a150-bcdeaecbdbf4?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "1a899bb581290f83e8b434e6b9e04514", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:15:28 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68825b23-d849-4d54-a150-bcdeaecbdbf4?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1a899bb581290f83e8b434e6b9e04514", + "x-ms-correlation-request-id": "899869de-d3ce-454e-b35f-bd0f01399ef9", + "x-ms-ratelimit-remaining-subscription-reads": "11843", + "x-ms-request-id": "e19ffa96-f9e9-4f11-b161-e68cc4a45f49", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051528Z:899869de-d3ce-454e-b35f-bd0f01399ef9" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68825b23-d849-4d54-a150-bcdeaecbdbf4?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "ccb43026737895c676aa2bd733a6d0b2", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:15:29 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68825b23-d849-4d54-a150-bcdeaecbdbf4?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ccb43026737895c676aa2bd733a6d0b2", + "x-ms-correlation-request-id": "8c7a7352-5531-4b3f-9906-c75a533c999e", + "x-ms-ratelimit-remaining-subscription-reads": "11842", + "x-ms-request-id": "42ca945e-9383-4c05-b56e-f4b50ef7cdae", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051529Z:8c7a7352-5531-4b3f-9906-c75a533c999e" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68825b23-d849-4d54-a150-bcdeaecbdbf4?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "059efd6462f248763ee9b33bbb3009c5", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:15:30 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68825b23-d849-4d54-a150-bcdeaecbdbf4?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "059efd6462f248763ee9b33bbb3009c5", + "x-ms-correlation-request-id": "b37437da-cd6b-4e1f-b6a5-04b2de70a6de", + "x-ms-ratelimit-remaining-subscription-reads": "11841", + "x-ms-request-id": "5b3a8e89-365a-4b02-83dd-e1db81a785b4", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051530Z:b37437da-cd6b-4e1f-b6a5-04b2de70a6de" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68825b23-d849-4d54-a150-bcdeaecbdbf4?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "de20525e856a41d1d4f3a37f55abdb42", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:15:32 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68825b23-d849-4d54-a150-bcdeaecbdbf4?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "de20525e856a41d1d4f3a37f55abdb42", + "x-ms-correlation-request-id": "41d569a8-f298-4534-871f-0e1ae883ff1a", + "x-ms-ratelimit-remaining-subscription-reads": "11840", + "x-ms-request-id": "81991eab-400c-4eca-8d5d-582d16347b1e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051532Z:41d569a8-f298-4534-871f-0e1ae883ff1a" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68825b23-d849-4d54-a150-bcdeaecbdbf4?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "bb8281e34041c421b96b8d8fbf8bd946", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:15:33 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68825b23-d849-4d54-a150-bcdeaecbdbf4?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "bb8281e34041c421b96b8d8fbf8bd946", + "x-ms-correlation-request-id": "716d3193-6d01-4ef4-9d72-f72962573a74", + "x-ms-ratelimit-remaining-subscription-reads": "11839", + "x-ms-request-id": "dbd102f3-40a6-4f4a-bd26-9af055836330", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051533Z:716d3193-6d01-4ef4-9d72-f72962573a74" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68825b23-d849-4d54-a150-bcdeaecbdbf4?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "e07865a1f185de482b5d30febff7f293", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:15:35 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68825b23-d849-4d54-a150-bcdeaecbdbf4?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e07865a1f185de482b5d30febff7f293", + "x-ms-correlation-request-id": "8afa99c8-6d48-48e2-a2ee-99cefdf5fb0e", + "x-ms-ratelimit-remaining-subscription-reads": "11838", + "x-ms-request-id": "f1a4f8e2-77d6-4a99-89b0-a87deafa2b68", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051535Z:8afa99c8-6d48-48e2-a2ee-99cefdf5fb0e" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68825b23-d849-4d54-a150-bcdeaecbdbf4?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "3a58710d4dad1e84305c25fef7428148", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "309", + "Content-Type": "application/json", + "Date": "Thu, 18 Nov 2021 05:15:36 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "3a58710d4dad1e84305c25fef7428148", + "x-ms-correlation-request-id": "2fa3e620-f8e0-440a-9358-263bca51e7b7", + "x-ms-ratelimit-remaining-subscription-reads": "11837", + "x-ms-request-id": "5d062497-4c8f-4e5e-ba77-930eccaa9222", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051536Z:2fa3e620-f8e0-440a-9358-263bca51e7b7" + }, + "ResponseBody": { + "status": "Complete", + "restoreId": "68825b23-d849-4d54-a150-bcdeaecbdbf4", + "parameters": { + "timetoRestore": "2021-11-18T05:12:22.5495791Z", + "blobRanges": [ + { + "startRange": "", + "endRange": "container1/blob1" + }, + { + "startRange": "container1/blob2", + "endRange": "container2/blob3" + }, + { + "startRange": "container3/blob3", + "endRange": "" + } + ] + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-4127/providers/Microsoft.Storage/storageAccounts?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211118.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "f0dd5c1afa32f1bc39a38fe40f2205c2", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1499", + "Content-Type": "application/json", + "Date": "Thu, 18 Nov 2021 05:15:36 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f0dd5c1afa32f1bc39a38fe40f2205c2", + "x-ms-correlation-request-id": "76843a03-0ceb-466d-9675-95fa1ee3e1e0", + "x-ms-ratelimit-remaining-subscription-reads": "11836", + "x-ms-request-id": "cea59a5c-76c6-4176-8dbe-60331ea2dc95", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051537Z:76843a03-0ceb-466d-9675-95fa1ee3e1e0" + }, + "ResponseBody": { + "value": [ + { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "StorageV2", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-4127/providers/Microsoft.Storage/storageAccounts/teststoragemgmt9610", + "name": "teststoragemgmt9610", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-11-18T05:11:48.9425519Z", + "key2": "2021-11-18T05:11:48.9425519Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-18T05:11:48.9425519Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-18T05:11:48.9425519Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "accessTier": "Hot", + "provisioningState": "Succeeded", + "creationTime": "2021-11-18T05:11:48.8488245Z", + "primaryEndpoints": { + "dfs": "https://teststoragemgmt9610.dfs.core.windows.net/", + "web": "https://teststoragemgmt9610.z20.web.core.windows.net/", + "blob": "https://teststoragemgmt9610.blob.core.windows.net/", + "queue": "https://teststoragemgmt9610.queue.core.windows.net/", + "table": "https://teststoragemgmt9610.table.core.windows.net/", + "file": "https://teststoragemgmt9610.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + } + ] + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-4127/providers/Microsoft.Storage/storageAccounts/teststoragemgmt9610?api-version=2021-04-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211118.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "4e81fa789f335498e05ab029cc49e6e9", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:15:44 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4e81fa789f335498e05ab029cc49e6e9", + "x-ms-correlation-request-id": "3f711385-b03e-4e2a-8e31-a6f2dd9cf40b", + "x-ms-ratelimit-remaining-subscription-deletes": "14999", + "x-ms-request-id": "23c96f1d-a67d-4710-872c-e26c7ca9b882", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051544Z:3f711385-b03e-4e2a-8e31-a6f2dd9cf40b" + }, + "ResponseBody": [] + } + ], + "Variables": { + "DateTimeOffsetNow": "2021-11-18T13:12:23.5495791\u002B08:00", + "RandomSeed": "594864582", + "RESOURCE_MANAGER_URL": null, + "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" + } +} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobContainerTests/PITRAsync.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobContainerTests/PITRAsync.json new file mode 100644 index 0000000000000..ccfcc3110196e --- /dev/null +++ b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobContainerTests/PITRAsync.json @@ -0,0 +1,5942 @@ +{ + "Entries": [ + { + "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-d5a9e198100df1468761a9f21f3127e8-f772c232b741de49-00", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "39ce583ea888b4f134d53e199807524e", + "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, 18 Nov 2021 05:15:53 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "964187f2-0acd-460d-b993-b356b1b1fdf6", + "x-ms-ratelimit-remaining-subscription-reads": "11833", + "x-ms-request-id": "964187f2-0acd-460d-b993-b356b1b1fdf6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051553Z:964187f2-0acd-460d-b993-b356b1b1fdf6" + }, + "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/teststorageRG-6619?api-version=2019-10-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "44", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "a8cd11539af22287daa84720cb16a219", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "location": "eastus2", + "tags": { + "test": "env" + } + }, + "StatusCode": 201, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "256", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:15:54 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "71dc5aa1-8feb-49b7-b068-4f9da87d2256", + "x-ms-ratelimit-remaining-subscription-writes": "1195", + "x-ms-request-id": "71dc5aa1-8feb-49b7-b068-4f9da87d2256", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051554Z:71dc5aa1-8feb-49b7-b068-4f9da87d2256" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-6619", + "name": "teststorageRG-6619", + "type": "Microsoft.Resources/resourceGroups", + "location": "eastus2", + "tags": { + "test": "env" + }, + "properties": { + "provisioningState": "Succeeded" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/checkNameAvailability?api-version=2021-04-01", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "73", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211118.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "60cf735326a626ad4c02c2c4d64c421b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "name": "teststoragemgmt3746", + "type": "Microsoft.Storage/storageAccounts" + }, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "22", + "Content-Type": "application/json", + "Date": "Thu, 18 Nov 2021 05:15:55 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "60cf735326a626ad4c02c2c4d64c421b", + "x-ms-correlation-request-id": "fa955f22-c1fe-4176-94ee-c8be3ec16042", + "x-ms-ratelimit-remaining-subscription-reads": "11832", + "x-ms-request-id": "82200610-2439-4e04-b3cf-a21d2cf2ee21", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051555Z:fa955f22-c1fe-4176-94ee-c8be3ec16042" + }, + "ResponseBody": { + "nameAvailable": true + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-6619/providers/Microsoft.Storage/storageAccounts/teststoragemgmt3746?api-version=2021-04-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "126", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211118.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "48a89dab4be946be16ad00aa9368be9c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "sku": { + "name": "Standard_GRS" + }, + "kind": "Storage", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": {} + }, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:15:59 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bae52589-fb50-49b7-8e24-838e86b8a6d7?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "48a89dab4be946be16ad00aa9368be9c", + "x-ms-correlation-request-id": "5923f564-bde6-4087-8d87-6bcc2e9eb5dd", + "x-ms-ratelimit-remaining-subscription-writes": "1194", + "x-ms-request-id": "bae52589-fb50-49b7-8e24-838e86b8a6d7", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051559Z:5923f564-bde6-4087-8d87-6bcc2e9eb5dd" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bae52589-fb50-49b7-8e24-838e86b8a6d7?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "78200504d0fa083ab58949f8250392e3", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:15:59 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bae52589-fb50-49b7-8e24-838e86b8a6d7?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "78200504d0fa083ab58949f8250392e3", + "x-ms-correlation-request-id": "9ce36dfb-9baa-4fd3-8f1b-09a916f768c5", + "x-ms-ratelimit-remaining-subscription-reads": "11831", + "x-ms-request-id": "779f5040-83b2-457a-8aac-9ae8fea3b1b0", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051600Z:9ce36dfb-9baa-4fd3-8f1b-09a916f768c5" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bae52589-fb50-49b7-8e24-838e86b8a6d7?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "62c426436398569cf0bc2867a52681b8", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:16:01 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bae52589-fb50-49b7-8e24-838e86b8a6d7?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "62c426436398569cf0bc2867a52681b8", + "x-ms-correlation-request-id": "aa5569ee-db7a-4e21-8763-e83018b70c37", + "x-ms-ratelimit-remaining-subscription-reads": "11830", + "x-ms-request-id": "04cac6e3-b234-46c2-863e-af08fa335fdb", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051601Z:aa5569ee-db7a-4e21-8763-e83018b70c37" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bae52589-fb50-49b7-8e24-838e86b8a6d7?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "8ea6a4a945482fa139ac29f50bb4c51c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:16:02 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bae52589-fb50-49b7-8e24-838e86b8a6d7?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "8ea6a4a945482fa139ac29f50bb4c51c", + "x-ms-correlation-request-id": "6a283db4-f2ae-4f4d-8942-84ba4a46fbbf", + "x-ms-ratelimit-remaining-subscription-reads": "11829", + "x-ms-request-id": "fb769c3c-515c-42ee-9cb0-79efb3afde8f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051603Z:6a283db4-f2ae-4f4d-8942-84ba4a46fbbf" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bae52589-fb50-49b7-8e24-838e86b8a6d7?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "9f54c2efa19aa0c368c9873da7d2628f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:16:03 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bae52589-fb50-49b7-8e24-838e86b8a6d7?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "9f54c2efa19aa0c368c9873da7d2628f", + "x-ms-correlation-request-id": "ac4aa79f-78ae-4eec-aa2c-8c5306903cb6", + "x-ms-ratelimit-remaining-subscription-reads": "11828", + "x-ms-request-id": "4bf901d7-f69d-433a-bc4b-7bf4eb6d891f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051604Z:ac4aa79f-78ae-4eec-aa2c-8c5306903cb6" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bae52589-fb50-49b7-8e24-838e86b8a6d7?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "814f9007035dfd9a849429ec3aa74b3b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:16:05 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bae52589-fb50-49b7-8e24-838e86b8a6d7?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "814f9007035dfd9a849429ec3aa74b3b", + "x-ms-correlation-request-id": "c9b7cc7c-a0e3-4380-a731-7c70afcab896", + "x-ms-ratelimit-remaining-subscription-reads": "11827", + "x-ms-request-id": "c1671920-2138-43bf-be81-c020f0c01bd8", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051605Z:c9b7cc7c-a0e3-4380-a731-7c70afcab896" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bae52589-fb50-49b7-8e24-838e86b8a6d7?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "e2780cf7e1d2071ee105267fbe648766", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:16:06 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bae52589-fb50-49b7-8e24-838e86b8a6d7?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e2780cf7e1d2071ee105267fbe648766", + "x-ms-correlation-request-id": "b9f0a814-e74f-45b1-b73a-d48019320e04", + "x-ms-ratelimit-remaining-subscription-reads": "11826", + "x-ms-request-id": "14596b52-e15c-4239-aa5d-dc55c7a834e2", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051607Z:b9f0a814-e74f-45b1-b73a-d48019320e04" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bae52589-fb50-49b7-8e24-838e86b8a6d7?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "7aed99494465ebbf27561b0578d665c1", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:16:07 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bae52589-fb50-49b7-8e24-838e86b8a6d7?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "7aed99494465ebbf27561b0578d665c1", + "x-ms-correlation-request-id": "75aa37b5-e0d4-4ccf-b151-e824e214667f", + "x-ms-ratelimit-remaining-subscription-reads": "11825", + "x-ms-request-id": "ba864235-b2aa-4739-8dc3-f12e485a51ff", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051608Z:75aa37b5-e0d4-4ccf-b151-e824e214667f" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bae52589-fb50-49b7-8e24-838e86b8a6d7?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "9b464c7e7f5926bd7247a057dd1b3f1f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:16:09 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bae52589-fb50-49b7-8e24-838e86b8a6d7?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "9b464c7e7f5926bd7247a057dd1b3f1f", + "x-ms-correlation-request-id": "d610730f-e45e-40d7-b9bb-fad9c971938b", + "x-ms-ratelimit-remaining-subscription-reads": "11824", + "x-ms-request-id": "8c848ab2-383d-47e9-9d09-efa25ef81b43", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051609Z:d610730f-e45e-40d7-b9bb-fad9c971938b" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bae52589-fb50-49b7-8e24-838e86b8a6d7?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "a0a3c20dd0b9b3d64c8dbb7bc6188f0a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:16:10 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bae52589-fb50-49b7-8e24-838e86b8a6d7?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a0a3c20dd0b9b3d64c8dbb7bc6188f0a", + "x-ms-correlation-request-id": "f02b10f1-784b-4352-a8e7-a940b24186e5", + "x-ms-ratelimit-remaining-subscription-reads": "11823", + "x-ms-request-id": "60757926-0fd3-40ed-8a05-21110ddf8733", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051611Z:f02b10f1-784b-4352-a8e7-a940b24186e5" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bae52589-fb50-49b7-8e24-838e86b8a6d7?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "7200649fec1ec90cdcc7071ea3680d0c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:16:11 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bae52589-fb50-49b7-8e24-838e86b8a6d7?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "7200649fec1ec90cdcc7071ea3680d0c", + "x-ms-correlation-request-id": "e6cce91c-36f4-4a22-b3c8-4fd4c99efff7", + "x-ms-ratelimit-remaining-subscription-reads": "11822", + "x-ms-request-id": "1981b728-c87f-4ee0-a34a-d18ead025dd3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051612Z:e6cce91c-36f4-4a22-b3c8-4fd4c99efff7" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bae52589-fb50-49b7-8e24-838e86b8a6d7?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "b5f8fb16c533ad0775934eccc4415f5a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:16:13 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bae52589-fb50-49b7-8e24-838e86b8a6d7?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b5f8fb16c533ad0775934eccc4415f5a", + "x-ms-correlation-request-id": "156d85a1-6d60-4708-8e40-bbe366668dfb", + "x-ms-ratelimit-remaining-subscription-reads": "11821", + "x-ms-request-id": "4d3dfd10-5742-4d2c-8418-7ba35fea72bb", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051613Z:156d85a1-6d60-4708-8e40-bbe366668dfb" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bae52589-fb50-49b7-8e24-838e86b8a6d7?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "78b795b8cd1a2101b5d9c4f2c9b70fe4", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:16:14 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bae52589-fb50-49b7-8e24-838e86b8a6d7?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "78b795b8cd1a2101b5d9c4f2c9b70fe4", + "x-ms-correlation-request-id": "df8b97f5-dc24-4895-a7d6-ba56d5b833fd", + "x-ms-ratelimit-remaining-subscription-reads": "11820", + "x-ms-request-id": "f4a6ec1d-5624-4891-9d80-c38091ce05c0", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051614Z:df8b97f5-dc24-4895-a7d6-ba56d5b833fd" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bae52589-fb50-49b7-8e24-838e86b8a6d7?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "ca65af7fd920dad65d53fc8b9d40049a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1346", + "Content-Type": "application/json", + "Date": "Thu, 18 Nov 2021 05:16:15 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ca65af7fd920dad65d53fc8b9d40049a", + "x-ms-correlation-request-id": "738d8966-afaa-4716-8afe-80339a69d0d0", + "x-ms-ratelimit-remaining-subscription-reads": "11819", + "x-ms-request-id": "2ad52430-0fed-4126-a5d7-38ad463148b8", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051616Z:738d8966-afaa-4716-8afe-80339a69d0d0" + }, + "ResponseBody": { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "Storage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-6619/providers/Microsoft.Storage/storageAccounts/teststoragemgmt3746", + "name": "teststoragemgmt3746", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-11-18T05:15:58.0616604Z", + "key2": "2021-11-18T05:15:58.0616604Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-18T05:15:58.0616604Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-18T05:15:58.0616604Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "provisioningState": "Succeeded", + "creationTime": "2021-11-18T05:15:57.9678831Z", + "primaryEndpoints": { + "blob": "https://teststoragemgmt3746.blob.core.windows.net/", + "queue": "https://teststoragemgmt3746.queue.core.windows.net/", + "table": "https://teststoragemgmt3746.table.core.windows.net/", + "file": "https://teststoragemgmt3746.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-6619/providers/Microsoft.Storage/storageAccounts/teststoragemgmt3746/blobServices/default?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211118.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "0e65ad6794b048f1f9d7005a0015e4be", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "381", + "Content-Type": "application/json", + "Date": "Thu, 18 Nov 2021 05:16:16 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "0e65ad6794b048f1f9d7005a0015e4be", + "x-ms-correlation-request-id": "2074f126-ba2f-43b4-96fe-8e29c27c2692", + "x-ms-ratelimit-remaining-subscription-reads": "11818", + "x-ms-request-id": "4bd843bb-0136-4b8c-892b-cb578ff236ef", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051616Z:2074f126-ba2f-43b4-96fe-8e29c27c2692" + }, + "ResponseBody": { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-6619/providers/Microsoft.Storage/storageAccounts/teststoragemgmt3746/blobServices/default", + "name": "default", + "type": "Microsoft.Storage/storageAccounts/blobServices", + "properties": { + "cors": { + "corsRules": [] + }, + "deleteRetentionPolicy": { + "enabled": false + } + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-6619/providers/Microsoft.Storage/storageAccounts/teststoragemgmt3746?api-version=2021-04-01", + "RequestMethod": "PATCH", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "36", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211118.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "154d6a8394dcdf39bfdc1bc7d1768475", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "kind": "StorageV2", + "properties": {} + }, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1487", + "Content-Type": "application/json", + "Date": "Thu, 18 Nov 2021 05:16:19 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "154d6a8394dcdf39bfdc1bc7d1768475", + "x-ms-correlation-request-id": "0553ee13-86ce-4cf2-94e3-aab777f0c915", + "x-ms-ratelimit-remaining-subscription-writes": "1193", + "x-ms-request-id": "656358ba-efbd-4801-bfc4-7f326ece811d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051619Z:0553ee13-86ce-4cf2-94e3-aab777f0c915" + }, + "ResponseBody": { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "StorageV2", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-6619/providers/Microsoft.Storage/storageAccounts/teststoragemgmt3746", + "name": "teststoragemgmt3746", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-11-18T05:15:58.0616604Z", + "key2": "2021-11-18T05:15:58.0616604Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-18T05:15:58.0616604Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-18T05:15:58.0616604Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "accessTier": "Hot", + "provisioningState": "Succeeded", + "creationTime": "2021-11-18T05:15:57.9678831Z", + "primaryEndpoints": { + "dfs": "https://teststoragemgmt3746.dfs.core.windows.net/", + "web": "https://teststoragemgmt3746.z20.web.core.windows.net/", + "blob": "https://teststoragemgmt3746.blob.core.windows.net/", + "queue": "https://teststoragemgmt3746.queue.core.windows.net/", + "table": "https://teststoragemgmt3746.table.core.windows.net/", + "file": "https://teststoragemgmt3746.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-6619/providers/Microsoft.Storage/storageAccounts/teststoragemgmt3746/blobServices/default?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211118.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "1c8a29d50151ea33bd1cd149d87cd948", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "381", + "Content-Type": "application/json", + "Date": "Thu, 18 Nov 2021 05:16:19 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1c8a29d50151ea33bd1cd149d87cd948", + "x-ms-correlation-request-id": "aa308157-e01c-4abb-bae2-39b5f0be6870", + "x-ms-ratelimit-remaining-subscription-reads": "11817", + "x-ms-request-id": "b8662216-2a89-4438-8d0d-5f96654892ab", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051620Z:aa308157-e01c-4abb-bae2-39b5f0be6870" + }, + "ResponseBody": { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-6619/providers/Microsoft.Storage/storageAccounts/teststoragemgmt3746/blobServices/default", + "name": "default", + "type": "Microsoft.Storage/storageAccounts/blobServices", + "properties": { + "cors": { + "corsRules": [] + }, + "deleteRetentionPolicy": { + "enabled": false + } + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-6619/providers/Microsoft.Storage/storageAccounts/teststoragemgmt3746/blobServices/default?api-version=2021-04-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "190", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211118.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "32073e6eeef2d2be73864ed379297783", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "properties": { + "cors": { + "corsRules": [] + }, + "deleteRetentionPolicy": { + "enabled": true, + "days": 30 + }, + "isVersioningEnabled": true, + "changeFeed": { + "enabled": true + }, + "restorePolicy": { + "enabled": true, + "days": 5 + } + } + }, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "441", + "Content-Type": "application/json", + "Date": "Thu, 18 Nov 2021 05:16:21 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "32073e6eeef2d2be73864ed379297783", + "x-ms-correlation-request-id": "a7611dd2-a59d-4cd3-bfa5-2814e7a089de", + "x-ms-ratelimit-remaining-subscription-writes": "1192", + "x-ms-request-id": "bc7fd88f-9d68-425c-9884-e7f4f1f4af65", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051621Z:a7611dd2-a59d-4cd3-bfa5-2814e7a089de" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-6619/providers/Microsoft.Storage/storageAccounts/teststoragemgmt3746/blobServices/default", + "name": "default", + "type": "Microsoft.Storage/storageAccounts/blobServices", + "properties": { + "cors": { + "corsRules": [] + }, + "deleteRetentionPolicy": { + "enabled": true, + "days": 30 + }, + "isVersioningEnabled": true, + "changeFeed": { + "enabled": true + }, + "restorePolicy": { + "enabled": true, + "days": 5 + } + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-6619/providers/Microsoft.Storage/storageAccounts/teststoragemgmt3746/restoreBlobRanges?api-version=2021-04-01", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "223", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211118.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "d7848a52c78a826c366257bfc3f00642", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "timeToRestore": "2021-11-18T05:16:31.3659131Z", + "blobRanges": [ + { + "startRange": "", + "endRange": "container1/blob1" + }, + { + "startRange": "container1/blob2", + "endRange": "container2/blob3" + }, + { + "startRange": "container3/blob3", + "endRange": "" + } + ] + }, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "311", + "Content-Type": "application/json", + "Date": "Thu, 18 Nov 2021 05:16:31 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48d462a4-3372-487c-92d5-7bb44b701d6d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d7848a52c78a826c366257bfc3f00642", + "x-ms-correlation-request-id": "3d55b1fd-98bb-44cc-9732-5cc30f9108d4", + "x-ms-ratelimit-remaining-subscription-writes": "1198", + "x-ms-request-id": "48d462a4-3372-487c-92d5-7bb44b701d6d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051632Z:3d55b1fd-98bb-44cc-9732-5cc30f9108d4" + }, + "ResponseBody": { + "status": "InProgress", + "restoreId": "48d462a4-3372-487c-92d5-7bb44b701d6d", + "parameters": { + "timetoRestore": "2021-11-18T05:16:31.3659131Z", + "blobRanges": [ + { + "startRange": "", + "endRange": "container1/blob1" + }, + { + "startRange": "container1/blob2", + "endRange": "container2/blob3" + }, + { + "startRange": "container3/blob3", + "endRange": "" + } + ] + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48d462a4-3372-487c-92d5-7bb44b701d6d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "4ef64da501f7a6bed184fb9097ff0e83", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:16:32 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48d462a4-3372-487c-92d5-7bb44b701d6d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4ef64da501f7a6bed184fb9097ff0e83", + "x-ms-correlation-request-id": "ae7d6750-dc07-4ff4-ab63-64ed7fd436b7", + "x-ms-ratelimit-remaining-subscription-reads": "11816", + "x-ms-request-id": "a08f2b4c-78ee-4114-a45b-b24658b589a4", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051632Z:ae7d6750-dc07-4ff4-ab63-64ed7fd436b7" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48d462a4-3372-487c-92d5-7bb44b701d6d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "a6d00c80e3d00114079e6dd21fa1d0d6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:16:33 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48d462a4-3372-487c-92d5-7bb44b701d6d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a6d00c80e3d00114079e6dd21fa1d0d6", + "x-ms-correlation-request-id": "01a3db1d-19c4-42c9-801b-a63e7b1da278", + "x-ms-ratelimit-remaining-subscription-reads": "11815", + "x-ms-request-id": "fa5e78d2-d98c-422a-83e5-c9fec12f07f6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051634Z:01a3db1d-19c4-42c9-801b-a63e7b1da278" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48d462a4-3372-487c-92d5-7bb44b701d6d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "7619c3f1b7f9014a14b2c1ea55f24f6b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:16:34 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48d462a4-3372-487c-92d5-7bb44b701d6d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "7619c3f1b7f9014a14b2c1ea55f24f6b", + "x-ms-correlation-request-id": "420734a9-2e4d-45a2-9419-4bd4f8e8479d", + "x-ms-ratelimit-remaining-subscription-reads": "11814", + "x-ms-request-id": "d103713e-5ab3-4b16-a598-53e484f1720e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051635Z:420734a9-2e4d-45a2-9419-4bd4f8e8479d" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48d462a4-3372-487c-92d5-7bb44b701d6d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "a54a25a9ca8fc2c439f5465894eb8730", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:16:36 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48d462a4-3372-487c-92d5-7bb44b701d6d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a54a25a9ca8fc2c439f5465894eb8730", + "x-ms-correlation-request-id": "04761575-eca1-4c9f-b2a5-a7f3727b4e44", + "x-ms-ratelimit-remaining-subscription-reads": "11813", + "x-ms-request-id": "e8218302-24e6-4555-8ce4-47a10d685ab7", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051636Z:04761575-eca1-4c9f-b2a5-a7f3727b4e44" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48d462a4-3372-487c-92d5-7bb44b701d6d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "d39f25b398e5c889c1cf911d2129ab14", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:16:37 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48d462a4-3372-487c-92d5-7bb44b701d6d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d39f25b398e5c889c1cf911d2129ab14", + "x-ms-correlation-request-id": "395d5250-f966-49dc-9d9c-9bff34bc9793", + "x-ms-ratelimit-remaining-subscription-reads": "11812", + "x-ms-request-id": "d8c36857-0f48-4e2c-9871-cec2f4243ef8", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051638Z:395d5250-f966-49dc-9d9c-9bff34bc9793" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48d462a4-3372-487c-92d5-7bb44b701d6d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "f928014f2a562646fe573c0470f26c28", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Connection": "close", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:16:38 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48d462a4-3372-487c-92d5-7bb44b701d6d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f928014f2a562646fe573c0470f26c28", + "x-ms-correlation-request-id": "db4a51db-14b3-4b94-ba9d-bcf6ea857d7a", + "x-ms-ratelimit-remaining-subscription-reads": "11811", + "x-ms-request-id": "86ad2892-dfcd-4a1c-85c1-eb6e8e20a1b9", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051639Z:db4a51db-14b3-4b94-ba9d-bcf6ea857d7a" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48d462a4-3372-487c-92d5-7bb44b701d6d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "3036902a7b5310859c82e4c038a6a00f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:16:40 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48d462a4-3372-487c-92d5-7bb44b701d6d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "3036902a7b5310859c82e4c038a6a00f", + "x-ms-correlation-request-id": "b419acd3-9266-492d-aa45-ebb0adb3862c", + "x-ms-ratelimit-remaining-subscription-reads": "11999", + "x-ms-request-id": "d5116bb9-96ca-4450-89a0-ec869f786043", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051641Z:b419acd3-9266-492d-aa45-ebb0adb3862c" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48d462a4-3372-487c-92d5-7bb44b701d6d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "920932498ec388dade78d58d5c8457cf", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:16:41 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48d462a4-3372-487c-92d5-7bb44b701d6d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "920932498ec388dade78d58d5c8457cf", + "x-ms-correlation-request-id": "794dfd4f-7c7d-479e-aa02-e0031a7f7d02", + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-request-id": "a8a39d3e-d070-4878-ac90-322c70b6f206", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051642Z:794dfd4f-7c7d-479e-aa02-e0031a7f7d02" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48d462a4-3372-487c-92d5-7bb44b701d6d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "90f368627bf2d4c17b185cd34685ed58", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:16:42 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48d462a4-3372-487c-92d5-7bb44b701d6d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "90f368627bf2d4c17b185cd34685ed58", + "x-ms-correlation-request-id": "2c2a4570-b656-4695-ba97-c71fa3e775ad", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-request-id": "eeab56b0-cebf-4e76-bf30-e1cfb6118e4e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051643Z:2c2a4570-b656-4695-ba97-c71fa3e775ad" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48d462a4-3372-487c-92d5-7bb44b701d6d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "3ebb2cb7d9e89c65b6ad51dba6f8b417", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:16:44 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48d462a4-3372-487c-92d5-7bb44b701d6d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "3ebb2cb7d9e89c65b6ad51dba6f8b417", + "x-ms-correlation-request-id": "71a503a0-081c-43f8-8048-bb822a1c1752", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-request-id": "3b033de1-49c2-4915-b7fb-065db66e1100", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051645Z:71a503a0-081c-43f8-8048-bb822a1c1752" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48d462a4-3372-487c-92d5-7bb44b701d6d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "d05e152b0fb3ce1d713516aa31074258", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:16:45 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48d462a4-3372-487c-92d5-7bb44b701d6d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d05e152b0fb3ce1d713516aa31074258", + "x-ms-correlation-request-id": "0d207bf3-2801-4bb8-8dcd-717b32720be6", + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-request-id": "4489fb8c-448c-427c-bc69-dac10b205a7a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051646Z:0d207bf3-2801-4bb8-8dcd-717b32720be6" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48d462a4-3372-487c-92d5-7bb44b701d6d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "2fd67d8a18c988e60256da4429e62e83", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:16:46 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48d462a4-3372-487c-92d5-7bb44b701d6d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "2fd67d8a18c988e60256da4429e62e83", + "x-ms-correlation-request-id": "18290823-ae43-45f0-a70c-4e608fed613e", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-request-id": "8ba6dede-056e-4ddf-a4b9-5b67aba9db4f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051647Z:18290823-ae43-45f0-a70c-4e608fed613e" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48d462a4-3372-487c-92d5-7bb44b701d6d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "31a845641d27a7a40feccdb3c2bb6aae", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:16:48 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48d462a4-3372-487c-92d5-7bb44b701d6d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "31a845641d27a7a40feccdb3c2bb6aae", + "x-ms-correlation-request-id": "8de358e9-dd45-4128-a689-210a2202ab2d", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-request-id": "787d94d9-2772-45c5-a2bd-e43c40861f38", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051649Z:8de358e9-dd45-4128-a689-210a2202ab2d" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48d462a4-3372-487c-92d5-7bb44b701d6d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "2850f86b8421124d2ed5cd5c34d8a48a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:16:49 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48d462a4-3372-487c-92d5-7bb44b701d6d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "2850f86b8421124d2ed5cd5c34d8a48a", + "x-ms-correlation-request-id": "910046e9-9514-4b04-800a-5cedc5f6753b", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-request-id": "efeefd67-e977-444c-9231-7a560c6e1e0d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051650Z:910046e9-9514-4b04-800a-5cedc5f6753b" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48d462a4-3372-487c-92d5-7bb44b701d6d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "ec469306105f6d31d82e1fdd4b33c647", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:16:50 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48d462a4-3372-487c-92d5-7bb44b701d6d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ec469306105f6d31d82e1fdd4b33c647", + "x-ms-correlation-request-id": "3d9400c7-5bf6-47e1-be60-6474344068ca", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-request-id": "c126f80b-967a-4920-9d7d-ff5f3d643010", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051651Z:3d9400c7-5bf6-47e1-be60-6474344068ca" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48d462a4-3372-487c-92d5-7bb44b701d6d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "30d92bec0595df62f795035250487237", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:16:52 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48d462a4-3372-487c-92d5-7bb44b701d6d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "30d92bec0595df62f795035250487237", + "x-ms-correlation-request-id": "5d362a65-4d99-4cbd-a11b-9f1ff451ce98", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-request-id": "af7eaf78-b061-4755-8bfa-03031c1c2603", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051652Z:5d362a65-4d99-4cbd-a11b-9f1ff451ce98" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48d462a4-3372-487c-92d5-7bb44b701d6d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "2fac42477e745a4fc7e350f26470c7fb", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:16:53 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48d462a4-3372-487c-92d5-7bb44b701d6d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "2fac42477e745a4fc7e350f26470c7fb", + "x-ms-correlation-request-id": "b8543248-6410-42ec-8cb3-891111b198e6", + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-request-id": "50bd7b96-dcc4-42a5-adf9-d4525732f04b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051654Z:b8543248-6410-42ec-8cb3-891111b198e6" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48d462a4-3372-487c-92d5-7bb44b701d6d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "0870850f74fe01f53167f5c90dde1c8f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:16:54 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48d462a4-3372-487c-92d5-7bb44b701d6d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "0870850f74fe01f53167f5c90dde1c8f", + "x-ms-correlation-request-id": "b33d0acd-f9e2-4651-abf9-ae433585736b", + "x-ms-ratelimit-remaining-subscription-reads": "11988", + "x-ms-request-id": "04624c7a-1dcf-4fda-9a51-11b917cbc3fc", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051655Z:b33d0acd-f9e2-4651-abf9-ae433585736b" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48d462a4-3372-487c-92d5-7bb44b701d6d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "0895e8bb96866ed3dc7e68b2b46f7a86", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:16:56 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48d462a4-3372-487c-92d5-7bb44b701d6d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "0895e8bb96866ed3dc7e68b2b46f7a86", + "x-ms-correlation-request-id": "d71e67c2-7e22-426d-b3c5-400c8b0d9026", + "x-ms-ratelimit-remaining-subscription-reads": "11987", + "x-ms-request-id": "8ac4eea4-5564-45f3-a761-62f2853fc83c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051656Z:d71e67c2-7e22-426d-b3c5-400c8b0d9026" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48d462a4-3372-487c-92d5-7bb44b701d6d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "cb4307ce6ad8d3384dabfe0d89864de9", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:16:57 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48d462a4-3372-487c-92d5-7bb44b701d6d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "cb4307ce6ad8d3384dabfe0d89864de9", + "x-ms-correlation-request-id": "c84385c7-104c-4d29-b733-8a8066a60203", + "x-ms-ratelimit-remaining-subscription-reads": "11986", + "x-ms-request-id": "3ea818cd-5386-44ef-a080-e5f0ceb0e0fe", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051658Z:c84385c7-104c-4d29-b733-8a8066a60203" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48d462a4-3372-487c-92d5-7bb44b701d6d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "7c36c0c6bfdb7874b2022c800b424cc1", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:16:58 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48d462a4-3372-487c-92d5-7bb44b701d6d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "7c36c0c6bfdb7874b2022c800b424cc1", + "x-ms-correlation-request-id": "7e7bebf6-30ee-4fdb-a592-7daeeb95d732", + "x-ms-ratelimit-remaining-subscription-reads": "11985", + "x-ms-request-id": "94224b95-6df6-4872-9758-091273ea9a1e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051659Z:7e7bebf6-30ee-4fdb-a592-7daeeb95d732" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48d462a4-3372-487c-92d5-7bb44b701d6d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "05fb6eec519b51b7afc1bada98c5e555", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:16:59 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48d462a4-3372-487c-92d5-7bb44b701d6d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "05fb6eec519b51b7afc1bada98c5e555", + "x-ms-correlation-request-id": "f78a4f57-ecc6-4bfe-9115-180fc4c8f2e1", + "x-ms-ratelimit-remaining-subscription-reads": "11984", + "x-ms-request-id": "e8e457dc-c8fe-4e34-9e8f-0f36c7e7f282", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051700Z:f78a4f57-ecc6-4bfe-9115-180fc4c8f2e1" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48d462a4-3372-487c-92d5-7bb44b701d6d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "f3ec7f31fe380faa92ca19d63db8c70b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:17:01 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48d462a4-3372-487c-92d5-7bb44b701d6d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f3ec7f31fe380faa92ca19d63db8c70b", + "x-ms-correlation-request-id": "145ac46a-4a9c-4d00-b395-84e76ddfde62", + "x-ms-ratelimit-remaining-subscription-reads": "11983", + "x-ms-request-id": "19b56657-7ade-416c-aba9-23be1149b1a8", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051702Z:145ac46a-4a9c-4d00-b395-84e76ddfde62" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48d462a4-3372-487c-92d5-7bb44b701d6d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "1a203c5e478b754e09e5cc190499e0ec", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:17:02 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48d462a4-3372-487c-92d5-7bb44b701d6d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1a203c5e478b754e09e5cc190499e0ec", + "x-ms-correlation-request-id": "ec0f60fd-d7b0-461b-8183-8f3c7f3a43a0", + "x-ms-ratelimit-remaining-subscription-reads": "11982", + "x-ms-request-id": "f2d87565-9b0a-49e3-97e4-611a65e95443", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051703Z:ec0f60fd-d7b0-461b-8183-8f3c7f3a43a0" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48d462a4-3372-487c-92d5-7bb44b701d6d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "8b4fd61d5855ee89c3ec72d038e114f6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:17:03 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48d462a4-3372-487c-92d5-7bb44b701d6d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "8b4fd61d5855ee89c3ec72d038e114f6", + "x-ms-correlation-request-id": "dd25a3d7-b6c4-4f1e-a13a-6ad2dba5e694", + "x-ms-ratelimit-remaining-subscription-reads": "11981", + "x-ms-request-id": "4243995a-4d03-48b8-97aa-a64fff59a6df", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051704Z:dd25a3d7-b6c4-4f1e-a13a-6ad2dba5e694" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48d462a4-3372-487c-92d5-7bb44b701d6d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "5b7caff9caa4e9ca3177ea5331910af8", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:17:05 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48d462a4-3372-487c-92d5-7bb44b701d6d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5b7caff9caa4e9ca3177ea5331910af8", + "x-ms-correlation-request-id": "2d2043c1-53e7-4452-a89d-4f36e7876b96", + "x-ms-ratelimit-remaining-subscription-reads": "11980", + "x-ms-request-id": "ec57d593-1fa5-475b-adf9-9ed9a65385f5", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051706Z:2d2043c1-53e7-4452-a89d-4f36e7876b96" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48d462a4-3372-487c-92d5-7bb44b701d6d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "66b92cea3b6905b5b232569fd57d3d27", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:17:06 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48d462a4-3372-487c-92d5-7bb44b701d6d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "66b92cea3b6905b5b232569fd57d3d27", + "x-ms-correlation-request-id": "7a8c655a-c43d-4a9f-bf52-79ad6b40c049", + "x-ms-ratelimit-remaining-subscription-reads": "11979", + "x-ms-request-id": "ef208561-1c92-4ac9-a788-d16da05bff9d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051707Z:7a8c655a-c43d-4a9f-bf52-79ad6b40c049" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48d462a4-3372-487c-92d5-7bb44b701d6d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "551fd5d0841d52480c655ade6d36bc32", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:17:08 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48d462a4-3372-487c-92d5-7bb44b701d6d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "551fd5d0841d52480c655ade6d36bc32", + "x-ms-correlation-request-id": "6b737da6-f47b-4882-848b-b3d1a8484e28", + "x-ms-ratelimit-remaining-subscription-reads": "11978", + "x-ms-request-id": "54bdca05-d324-40ea-8b32-db06f1f276ba", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051708Z:6b737da6-f47b-4882-848b-b3d1a8484e28" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48d462a4-3372-487c-92d5-7bb44b701d6d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "0be579e1ad28bd8df976a871742b14b3", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:17:10 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48d462a4-3372-487c-92d5-7bb44b701d6d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "0be579e1ad28bd8df976a871742b14b3", + "x-ms-correlation-request-id": "7871d200-3d25-4a31-887a-4f05a6b67e75", + "x-ms-ratelimit-remaining-subscription-reads": "11977", + "x-ms-request-id": "ae7e7ceb-3e5b-4f7b-9172-32141a6f8cfb", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051710Z:7871d200-3d25-4a31-887a-4f05a6b67e75" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48d462a4-3372-487c-92d5-7bb44b701d6d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "5b82c339b57165dbe4675a03e1d6977c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:17:11 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48d462a4-3372-487c-92d5-7bb44b701d6d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5b82c339b57165dbe4675a03e1d6977c", + "x-ms-correlation-request-id": "652c382c-6e77-4b16-9218-dedf64a7a522", + "x-ms-ratelimit-remaining-subscription-reads": "11976", + "x-ms-request-id": "7bea49a7-c195-46ba-96df-9b859237369a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051711Z:652c382c-6e77-4b16-9218-dedf64a7a522" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48d462a4-3372-487c-92d5-7bb44b701d6d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "5bbd2376319822ff48615ba6dcd6dde1", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:17:12 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48d462a4-3372-487c-92d5-7bb44b701d6d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5bbd2376319822ff48615ba6dcd6dde1", + "x-ms-correlation-request-id": "696f6094-a764-4e01-9c46-65e7b01d3ff7", + "x-ms-ratelimit-remaining-subscription-reads": "11975", + "x-ms-request-id": "fc9e1798-877e-4b77-a1ab-aadcfbb84ac2", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051712Z:696f6094-a764-4e01-9c46-65e7b01d3ff7" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48d462a4-3372-487c-92d5-7bb44b701d6d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "aaa5a65160b42cc09e8027c1538adc23", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:17:13 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48d462a4-3372-487c-92d5-7bb44b701d6d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "aaa5a65160b42cc09e8027c1538adc23", + "x-ms-correlation-request-id": "5fb23db2-a492-4b6b-8ed2-9f9275c6b4df", + "x-ms-ratelimit-remaining-subscription-reads": "11974", + "x-ms-request-id": "8745eb2a-bb7b-47b7-8e16-422a5945987a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051714Z:5fb23db2-a492-4b6b-8ed2-9f9275c6b4df" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48d462a4-3372-487c-92d5-7bb44b701d6d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "50fb2cdfb86d081bc35f130f5934890d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:17:15 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48d462a4-3372-487c-92d5-7bb44b701d6d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "50fb2cdfb86d081bc35f130f5934890d", + "x-ms-correlation-request-id": "bc8d0834-154a-4185-8c4f-bdb569479e59", + "x-ms-ratelimit-remaining-subscription-reads": "11973", + "x-ms-request-id": "dbd80bad-73cd-4de4-b804-9f467043257a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051715Z:bc8d0834-154a-4185-8c4f-bdb569479e59" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48d462a4-3372-487c-92d5-7bb44b701d6d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "3ab17989ec3115c86391bd17093ecebe", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:17:16 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48d462a4-3372-487c-92d5-7bb44b701d6d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "3ab17989ec3115c86391bd17093ecebe", + "x-ms-correlation-request-id": "a730cd52-348e-412f-9205-9367a626ddd8", + "x-ms-ratelimit-remaining-subscription-reads": "11972", + "x-ms-request-id": "637cc08b-7874-4c86-b90f-af711916449f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051716Z:a730cd52-348e-412f-9205-9367a626ddd8" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48d462a4-3372-487c-92d5-7bb44b701d6d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "b0c737858cda99738a9ce6544db0d269", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:17:17 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48d462a4-3372-487c-92d5-7bb44b701d6d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b0c737858cda99738a9ce6544db0d269", + "x-ms-correlation-request-id": "813b963c-2b43-4087-91f3-d43b8b766a2d", + "x-ms-ratelimit-remaining-subscription-reads": "11971", + "x-ms-request-id": "b97b50cd-9515-49bb-a51d-5234a9e739d5", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051717Z:813b963c-2b43-4087-91f3-d43b8b766a2d" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48d462a4-3372-487c-92d5-7bb44b701d6d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "da3719f6a1d8f2f264e6eddcfb03ff85", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:17:19 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48d462a4-3372-487c-92d5-7bb44b701d6d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "da3719f6a1d8f2f264e6eddcfb03ff85", + "x-ms-correlation-request-id": "46bf7d41-036e-40b7-bb13-a7d652562da1", + "x-ms-ratelimit-remaining-subscription-reads": "11970", + "x-ms-request-id": "b98c7614-d790-4680-ac7c-07a34787296d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051719Z:46bf7d41-036e-40b7-bb13-a7d652562da1" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48d462a4-3372-487c-92d5-7bb44b701d6d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "218a5590d96dfc330518af950573c8b2", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:17:20 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48d462a4-3372-487c-92d5-7bb44b701d6d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "218a5590d96dfc330518af950573c8b2", + "x-ms-correlation-request-id": "3ce50768-b648-4de4-b938-eae6d9ac18ad", + "x-ms-ratelimit-remaining-subscription-reads": "11969", + "x-ms-request-id": "d915415d-cae5-484b-ade9-99c244a6d31f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051720Z:3ce50768-b648-4de4-b938-eae6d9ac18ad" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48d462a4-3372-487c-92d5-7bb44b701d6d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "ef2053bef406e3e545d44cf39f979d87", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:17:21 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48d462a4-3372-487c-92d5-7bb44b701d6d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ef2053bef406e3e545d44cf39f979d87", + "x-ms-correlation-request-id": "a1bbb181-cffc-40ff-9f74-64434160bc4c", + "x-ms-ratelimit-remaining-subscription-reads": "11968", + "x-ms-request-id": "86843c24-6930-4288-96f7-1e61b6b85ecd", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051721Z:a1bbb181-cffc-40ff-9f74-64434160bc4c" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48d462a4-3372-487c-92d5-7bb44b701d6d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "f7c3619db1261dfbe63ad4c0f15decf0", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:17:23 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48d462a4-3372-487c-92d5-7bb44b701d6d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f7c3619db1261dfbe63ad4c0f15decf0", + "x-ms-correlation-request-id": "cdd0963d-ec04-4a4a-8d64-00a6da19512f", + "x-ms-ratelimit-remaining-subscription-reads": "11967", + "x-ms-request-id": "7691066b-de7f-4600-9692-10b7e22d6bae", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051723Z:cdd0963d-ec04-4a4a-8d64-00a6da19512f" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48d462a4-3372-487c-92d5-7bb44b701d6d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "a71e3b1e0fe29c7e70a6db988d3f5d6e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:17:24 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48d462a4-3372-487c-92d5-7bb44b701d6d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a71e3b1e0fe29c7e70a6db988d3f5d6e", + "x-ms-correlation-request-id": "5f279ddd-5374-4d15-aeac-6e8540693dc3", + "x-ms-ratelimit-remaining-subscription-reads": "11966", + "x-ms-request-id": "28bb96a4-18ad-4e8c-bb4e-8cb509d56ecd", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051724Z:5f279ddd-5374-4d15-aeac-6e8540693dc3" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48d462a4-3372-487c-92d5-7bb44b701d6d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "a4f7287ad0b00c8b570309cc1f25f2e8", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:17:25 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48d462a4-3372-487c-92d5-7bb44b701d6d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a4f7287ad0b00c8b570309cc1f25f2e8", + "x-ms-correlation-request-id": "62ff0b77-be85-47b9-91c1-e07fd0c37208", + "x-ms-ratelimit-remaining-subscription-reads": "11965", + "x-ms-request-id": "b8c6cc06-27e4-43e7-acf1-08428a8deb87", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051725Z:62ff0b77-be85-47b9-91c1-e07fd0c37208" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48d462a4-3372-487c-92d5-7bb44b701d6d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "63d55be8f5788ea4e327877fd56390a6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:17:26 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48d462a4-3372-487c-92d5-7bb44b701d6d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "63d55be8f5788ea4e327877fd56390a6", + "x-ms-correlation-request-id": "9fba4d19-0ab0-4153-8fd5-b94b586a34f6", + "x-ms-ratelimit-remaining-subscription-reads": "11964", + "x-ms-request-id": "45cec7f9-f69b-40c3-be61-488a2a7bc6ad", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051727Z:9fba4d19-0ab0-4153-8fd5-b94b586a34f6" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48d462a4-3372-487c-92d5-7bb44b701d6d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "c84566dd47654d3faf1150df05b27c4a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:17:28 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48d462a4-3372-487c-92d5-7bb44b701d6d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c84566dd47654d3faf1150df05b27c4a", + "x-ms-correlation-request-id": "a4d29263-7435-4e5f-8a35-c837ae0deee4", + "x-ms-ratelimit-remaining-subscription-reads": "11963", + "x-ms-request-id": "97415eb1-91fc-4187-b0ec-9f25a192b8a7", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051728Z:a4d29263-7435-4e5f-8a35-c837ae0deee4" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48d462a4-3372-487c-92d5-7bb44b701d6d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "31b0f3b4fa6984f58469c189490b37f4", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:17:29 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48d462a4-3372-487c-92d5-7bb44b701d6d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "31b0f3b4fa6984f58469c189490b37f4", + "x-ms-correlation-request-id": "c226b6c5-8213-4172-802f-0777b847f959", + "x-ms-ratelimit-remaining-subscription-reads": "11962", + "x-ms-request-id": "aa6ac8e6-6cb8-434a-82bb-888d834c641b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051729Z:c226b6c5-8213-4172-802f-0777b847f959" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48d462a4-3372-487c-92d5-7bb44b701d6d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "b9ef627229dfa0831c88b367a5c48830", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:17:30 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48d462a4-3372-487c-92d5-7bb44b701d6d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b9ef627229dfa0831c88b367a5c48830", + "x-ms-correlation-request-id": "32717a7c-2fbb-4164-9aa4-01b907291998", + "x-ms-ratelimit-remaining-subscription-reads": "11961", + "x-ms-request-id": "01b3dbd9-3092-4f13-adad-b93459518b1d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051731Z:32717a7c-2fbb-4164-9aa4-01b907291998" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48d462a4-3372-487c-92d5-7bb44b701d6d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "e2cb3caa5fb3e23c70c044fb86b604a3", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:17:32 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48d462a4-3372-487c-92d5-7bb44b701d6d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e2cb3caa5fb3e23c70c044fb86b604a3", + "x-ms-correlation-request-id": "60e8f5b5-e891-4b95-94ec-03d6f5d73f4e", + "x-ms-ratelimit-remaining-subscription-reads": "11960", + "x-ms-request-id": "dcebe38d-6c3e-4d64-95a4-07cbfb0fb8a3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051732Z:60e8f5b5-e891-4b95-94ec-03d6f5d73f4e" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48d462a4-3372-487c-92d5-7bb44b701d6d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "a36d5bd9c3c38a6b6f0f15e1468edfbf", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:17:33 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48d462a4-3372-487c-92d5-7bb44b701d6d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a36d5bd9c3c38a6b6f0f15e1468edfbf", + "x-ms-correlation-request-id": "7f030b44-6e4a-498c-a742-6ce51daed638", + "x-ms-ratelimit-remaining-subscription-reads": "11959", + "x-ms-request-id": "c04d09d7-6c63-49f0-9ea5-6612f649b3ed", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051733Z:7f030b44-6e4a-498c-a742-6ce51daed638" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48d462a4-3372-487c-92d5-7bb44b701d6d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "0cdf90e154401241250c481fe4871a65", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:17:34 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48d462a4-3372-487c-92d5-7bb44b701d6d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "0cdf90e154401241250c481fe4871a65", + "x-ms-correlation-request-id": "973fd258-f5b9-483b-8370-a922970a5bb2", + "x-ms-ratelimit-remaining-subscription-reads": "11958", + "x-ms-request-id": "4b687465-7ca5-4586-8e16-d61d6521af18", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051735Z:973fd258-f5b9-483b-8370-a922970a5bb2" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48d462a4-3372-487c-92d5-7bb44b701d6d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "4a8d0f84e457e76dd14172a34a5b9ce2", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:17:36 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48d462a4-3372-487c-92d5-7bb44b701d6d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4a8d0f84e457e76dd14172a34a5b9ce2", + "x-ms-correlation-request-id": "eb00f13b-08fb-4537-a017-a73856766b3d", + "x-ms-ratelimit-remaining-subscription-reads": "11957", + "x-ms-request-id": "a77401af-1132-43e5-875e-c157233240d1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051736Z:eb00f13b-08fb-4537-a017-a73856766b3d" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48d462a4-3372-487c-92d5-7bb44b701d6d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "f51a85e1f7d784631a5a7db67a4ba5e7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:17:37 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48d462a4-3372-487c-92d5-7bb44b701d6d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f51a85e1f7d784631a5a7db67a4ba5e7", + "x-ms-correlation-request-id": "cb8eb509-8704-498e-b63a-499bb7458c32", + "x-ms-ratelimit-remaining-subscription-reads": "11956", + "x-ms-request-id": "c8898bf6-4d4f-4e7e-8436-744896068591", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051737Z:cb8eb509-8704-498e-b63a-499bb7458c32" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48d462a4-3372-487c-92d5-7bb44b701d6d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "365daff59500fc6823f73bffe29dc8ca", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:17:38 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48d462a4-3372-487c-92d5-7bb44b701d6d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "365daff59500fc6823f73bffe29dc8ca", + "x-ms-correlation-request-id": "4460f054-bfb1-4b20-8336-6284aa54446a", + "x-ms-ratelimit-remaining-subscription-reads": "11955", + "x-ms-request-id": "82b14bc6-82f8-4e07-b70a-fbb414b3da2d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051739Z:4460f054-bfb1-4b20-8336-6284aa54446a" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48d462a4-3372-487c-92d5-7bb44b701d6d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "5f3d6670246d8c8eab082ffc67b66c85", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:17:40 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48d462a4-3372-487c-92d5-7bb44b701d6d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5f3d6670246d8c8eab082ffc67b66c85", + "x-ms-correlation-request-id": "a9cb9a8f-114b-4daf-8fc2-cf7b4e8c58d7", + "x-ms-ratelimit-remaining-subscription-reads": "11954", + "x-ms-request-id": "ffd6e971-6707-4689-98a4-6150ba33aa65", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051740Z:a9cb9a8f-114b-4daf-8fc2-cf7b4e8c58d7" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48d462a4-3372-487c-92d5-7bb44b701d6d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "9aae8b9b65fd4be21c1dd2dfbc64a27c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:17:41 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48d462a4-3372-487c-92d5-7bb44b701d6d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "9aae8b9b65fd4be21c1dd2dfbc64a27c", + "x-ms-correlation-request-id": "66451593-bd4f-4069-99b7-e8b46e29608d", + "x-ms-ratelimit-remaining-subscription-reads": "11953", + "x-ms-request-id": "db5fb529-10c7-45bb-8314-9c84af586b8f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051741Z:66451593-bd4f-4069-99b7-e8b46e29608d" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48d462a4-3372-487c-92d5-7bb44b701d6d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "1346b292450dd17920d18af7656b946c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:17:42 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48d462a4-3372-487c-92d5-7bb44b701d6d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1346b292450dd17920d18af7656b946c", + "x-ms-correlation-request-id": "098ba0d3-4eac-46ed-830f-4a4cc75be0eb", + "x-ms-ratelimit-remaining-subscription-reads": "11952", + "x-ms-request-id": "b9650902-5b8b-4d93-b802-1223511b8e07", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051743Z:098ba0d3-4eac-46ed-830f-4a4cc75be0eb" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48d462a4-3372-487c-92d5-7bb44b701d6d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "5663b58b2def0bcd84f2435051afd047", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:17:43 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48d462a4-3372-487c-92d5-7bb44b701d6d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5663b58b2def0bcd84f2435051afd047", + "x-ms-correlation-request-id": "b8fd3ee2-3a53-4e9d-bd20-88876ef0f349", + "x-ms-ratelimit-remaining-subscription-reads": "11951", + "x-ms-request-id": "8929e24b-cb07-42ab-9093-26fd9ce60c1e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051744Z:b8fd3ee2-3a53-4e9d-bd20-88876ef0f349" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48d462a4-3372-487c-92d5-7bb44b701d6d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "b569b2665870557711dd792cdaebe6b0", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:17:46 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48d462a4-3372-487c-92d5-7bb44b701d6d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b569b2665870557711dd792cdaebe6b0", + "x-ms-correlation-request-id": "09fcd388-f6d7-4aa1-9067-867781c38818", + "x-ms-ratelimit-remaining-subscription-reads": "11950", + "x-ms-request-id": "e0e492dd-7e4e-45b6-91f5-1a72b0ac4a9b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051746Z:09fcd388-f6d7-4aa1-9067-867781c38818" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48d462a4-3372-487c-92d5-7bb44b701d6d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "075465884b01658de43b8f1b02297f71", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:17:47 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48d462a4-3372-487c-92d5-7bb44b701d6d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "075465884b01658de43b8f1b02297f71", + "x-ms-correlation-request-id": "78795d2a-d52f-4f90-9293-66fe50b55a20", + "x-ms-ratelimit-remaining-subscription-reads": "11949", + "x-ms-request-id": "390bb854-c39d-458f-964e-f11635d6ac92", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051747Z:78795d2a-d52f-4f90-9293-66fe50b55a20" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48d462a4-3372-487c-92d5-7bb44b701d6d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "b2904300df0232fc3d0d4511b3a13099", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:17:48 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48d462a4-3372-487c-92d5-7bb44b701d6d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b2904300df0232fc3d0d4511b3a13099", + "x-ms-correlation-request-id": "e4ecca5c-557e-4006-9e04-4a5e1816c941", + "x-ms-ratelimit-remaining-subscription-reads": "11948", + "x-ms-request-id": "06b5440b-a93f-4ab4-9430-4ad0976d1445", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051749Z:e4ecca5c-557e-4006-9e04-4a5e1816c941" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48d462a4-3372-487c-92d5-7bb44b701d6d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "ecc7920bc85b1a452504d034c95b53e7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:17:50 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48d462a4-3372-487c-92d5-7bb44b701d6d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ecc7920bc85b1a452504d034c95b53e7", + "x-ms-correlation-request-id": "f6f5267d-8e04-4317-92d1-92a5d6cb3a94", + "x-ms-ratelimit-remaining-subscription-reads": "11947", + "x-ms-request-id": "d77d9138-4551-47c0-9480-2c2543127f8f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051750Z:f6f5267d-8e04-4317-92d1-92a5d6cb3a94" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48d462a4-3372-487c-92d5-7bb44b701d6d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "962b085d335aa8ae6821c9f3057bb143", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:17:51 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48d462a4-3372-487c-92d5-7bb44b701d6d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "962b085d335aa8ae6821c9f3057bb143", + "x-ms-correlation-request-id": "cb317cec-a3e9-4591-a60d-646bc778d712", + "x-ms-ratelimit-remaining-subscription-reads": "11946", + "x-ms-request-id": "36fe0072-16f8-45c3-8d96-a522451c8872", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051751Z:cb317cec-a3e9-4591-a60d-646bc778d712" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48d462a4-3372-487c-92d5-7bb44b701d6d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "7010f60a93623816fd768dfd0fc869e1", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:17:52 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48d462a4-3372-487c-92d5-7bb44b701d6d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "7010f60a93623816fd768dfd0fc869e1", + "x-ms-correlation-request-id": "56fcda9a-ae80-488f-9f8e-254e8fb6f6fa", + "x-ms-ratelimit-remaining-subscription-reads": "11945", + "x-ms-request-id": "66a6f1a9-b03e-4f2e-b2ee-0c394dfe17e7", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051753Z:56fcda9a-ae80-488f-9f8e-254e8fb6f6fa" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48d462a4-3372-487c-92d5-7bb44b701d6d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "abb45eba9a76d73ee31e8339ff5214a9", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:17:54 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48d462a4-3372-487c-92d5-7bb44b701d6d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "abb45eba9a76d73ee31e8339ff5214a9", + "x-ms-correlation-request-id": "a5a57a26-5775-4f9b-9d95-cf119c0e229d", + "x-ms-ratelimit-remaining-subscription-reads": "11944", + "x-ms-request-id": "bc4b7b0a-dbd5-4f97-9565-6584af1409ab", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051754Z:a5a57a26-5775-4f9b-9d95-cf119c0e229d" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48d462a4-3372-487c-92d5-7bb44b701d6d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "d2298c52e24bca85f1f398e3a6b099a0", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:17:55 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48d462a4-3372-487c-92d5-7bb44b701d6d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d2298c52e24bca85f1f398e3a6b099a0", + "x-ms-correlation-request-id": "be8b4822-08ae-49ac-a2c8-de490d4b49d6", + "x-ms-ratelimit-remaining-subscription-reads": "11943", + "x-ms-request-id": "042e7227-d03a-4064-94d7-0baad65dee33", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051755Z:be8b4822-08ae-49ac-a2c8-de490d4b49d6" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48d462a4-3372-487c-92d5-7bb44b701d6d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "a738e8b806c770cdb7388c430fdd38ab", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:17:56 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48d462a4-3372-487c-92d5-7bb44b701d6d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a738e8b806c770cdb7388c430fdd38ab", + "x-ms-correlation-request-id": "3223b5ec-96a3-4f9a-9d2e-34e6e58b3850", + "x-ms-ratelimit-remaining-subscription-reads": "11942", + "x-ms-request-id": "9b371035-b2cd-4ce6-857d-2919e3fd1b7a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051757Z:3223b5ec-96a3-4f9a-9d2e-34e6e58b3850" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48d462a4-3372-487c-92d5-7bb44b701d6d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "82abe361969ed895d9e9b982015b3133", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:17:58 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48d462a4-3372-487c-92d5-7bb44b701d6d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "82abe361969ed895d9e9b982015b3133", + "x-ms-correlation-request-id": "bd6e1a94-4d91-49f7-bc1e-4b613d9e05ff", + "x-ms-ratelimit-remaining-subscription-reads": "11941", + "x-ms-request-id": "7f93cf88-eb1e-45bf-a4d7-5f0565bbc3da", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051758Z:bd6e1a94-4d91-49f7-bc1e-4b613d9e05ff" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48d462a4-3372-487c-92d5-7bb44b701d6d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "1680e2856c194ce1beb81a135541ba14", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:17:59 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48d462a4-3372-487c-92d5-7bb44b701d6d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1680e2856c194ce1beb81a135541ba14", + "x-ms-correlation-request-id": "f8848363-67e7-4db4-a0ad-f52628a86183", + "x-ms-ratelimit-remaining-subscription-reads": "11940", + "x-ms-request-id": "58a3eb5c-a1a4-4bfd-9f67-3593e8ed7cd3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051759Z:f8848363-67e7-4db4-a0ad-f52628a86183" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48d462a4-3372-487c-92d5-7bb44b701d6d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "c281edba160522025260cede4c4a6f5c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:18:00 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48d462a4-3372-487c-92d5-7bb44b701d6d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c281edba160522025260cede4c4a6f5c", + "x-ms-correlation-request-id": "14f537ec-ee6c-4944-8343-c5d7ef6aa514", + "x-ms-ratelimit-remaining-subscription-reads": "11939", + "x-ms-request-id": "e05cbce6-c059-452f-bfe0-474cd188bfd6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051801Z:14f537ec-ee6c-4944-8343-c5d7ef6aa514" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48d462a4-3372-487c-92d5-7bb44b701d6d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "2dbe5906215df491025ec4e57b828297", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:18:02 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48d462a4-3372-487c-92d5-7bb44b701d6d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "2dbe5906215df491025ec4e57b828297", + "x-ms-correlation-request-id": "2b4c043c-c13a-495f-bae1-30a0f6c5f184", + "x-ms-ratelimit-remaining-subscription-reads": "11938", + "x-ms-request-id": "8ad6573c-417f-409b-a417-b0d3b2c63173", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051802Z:2b4c043c-c13a-495f-bae1-30a0f6c5f184" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48d462a4-3372-487c-92d5-7bb44b701d6d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "13c8a52e6fd96e2de05dc4b89e030073", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:18:03 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48d462a4-3372-487c-92d5-7bb44b701d6d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "13c8a52e6fd96e2de05dc4b89e030073", + "x-ms-correlation-request-id": "4dde8bdc-2e68-477b-a4ac-b1a235aed56b", + "x-ms-ratelimit-remaining-subscription-reads": "11937", + "x-ms-request-id": "8036bf75-5eef-4bcd-b092-9a704bce53ee", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051803Z:4dde8bdc-2e68-477b-a4ac-b1a235aed56b" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48d462a4-3372-487c-92d5-7bb44b701d6d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "fc0cbe498d8398b75b8cc0a7521ca6d0", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:18:04 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48d462a4-3372-487c-92d5-7bb44b701d6d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "fc0cbe498d8398b75b8cc0a7521ca6d0", + "x-ms-correlation-request-id": "b1879c3d-fbee-4031-a06c-23ccb4454cef", + "x-ms-ratelimit-remaining-subscription-reads": "11936", + "x-ms-request-id": "85144f50-b062-4375-b44f-bd82c43928df", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051805Z:b1879c3d-fbee-4031-a06c-23ccb4454cef" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48d462a4-3372-487c-92d5-7bb44b701d6d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "a6af37de5c8297822c4f4dff5dd956fe", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:18:05 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48d462a4-3372-487c-92d5-7bb44b701d6d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a6af37de5c8297822c4f4dff5dd956fe", + "x-ms-correlation-request-id": "d0348516-9fb5-4754-ad1c-ffe22c744b20", + "x-ms-ratelimit-remaining-subscription-reads": "11935", + "x-ms-request-id": "1b20112b-a8b9-4b96-8236-7850bd763278", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051806Z:d0348516-9fb5-4754-ad1c-ffe22c744b20" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48d462a4-3372-487c-92d5-7bb44b701d6d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "bd9c505d8575a113ee2fb74cae861bc3", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:18:07 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48d462a4-3372-487c-92d5-7bb44b701d6d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "bd9c505d8575a113ee2fb74cae861bc3", + "x-ms-correlation-request-id": "9102bcca-b3b9-43d7-8b81-6b10a3b4a1b0", + "x-ms-ratelimit-remaining-subscription-reads": "11934", + "x-ms-request-id": "31333f22-dc56-4c9a-9ab7-dbf64b079191", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051807Z:9102bcca-b3b9-43d7-8b81-6b10a3b4a1b0" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48d462a4-3372-487c-92d5-7bb44b701d6d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "67d9f4b75a54ecf13b75d0333fb73a82", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:18:08 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48d462a4-3372-487c-92d5-7bb44b701d6d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "67d9f4b75a54ecf13b75d0333fb73a82", + "x-ms-correlation-request-id": "7c189be4-9c4f-4558-a30f-f8e426427aef", + "x-ms-ratelimit-remaining-subscription-reads": "11933", + "x-ms-request-id": "a2ba010e-4627-4bc4-bd17-d95076543b5f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051809Z:7c189be4-9c4f-4558-a30f-f8e426427aef" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48d462a4-3372-487c-92d5-7bb44b701d6d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "0249c236e980585a230eb752a435e8a5", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:18:09 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48d462a4-3372-487c-92d5-7bb44b701d6d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "0249c236e980585a230eb752a435e8a5", + "x-ms-correlation-request-id": "6fe4fa89-be52-4625-80a3-0d130d6acea4", + "x-ms-ratelimit-remaining-subscription-reads": "11932", + "x-ms-request-id": "10bf48ff-a511-4f1f-9a98-3d7c1e35d450", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051810Z:6fe4fa89-be52-4625-80a3-0d130d6acea4" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48d462a4-3372-487c-92d5-7bb44b701d6d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "69488933efff03aa5eaf8100b5df6137", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:18:11 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48d462a4-3372-487c-92d5-7bb44b701d6d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "69488933efff03aa5eaf8100b5df6137", + "x-ms-correlation-request-id": "2bcf5efc-fe7a-42f5-a69b-4dd0908bc0af", + "x-ms-ratelimit-remaining-subscription-reads": "11931", + "x-ms-request-id": "8e2eefae-edec-421d-a30f-31b28febe21e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051811Z:2bcf5efc-fe7a-42f5-a69b-4dd0908bc0af" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48d462a4-3372-487c-92d5-7bb44b701d6d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "ec1634f5193cce4399814345a29e4806", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:18:12 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48d462a4-3372-487c-92d5-7bb44b701d6d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ec1634f5193cce4399814345a29e4806", + "x-ms-correlation-request-id": "41b3f3f0-7d0f-40c2-99d5-bda8137862f6", + "x-ms-ratelimit-remaining-subscription-reads": "11930", + "x-ms-request-id": "6fe680df-3257-4d0d-a48f-1454133f458f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051813Z:41b3f3f0-7d0f-40c2-99d5-bda8137862f6" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48d462a4-3372-487c-92d5-7bb44b701d6d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "b5002a8cd16f46831745a3d0675aa344", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:18:13 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48d462a4-3372-487c-92d5-7bb44b701d6d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b5002a8cd16f46831745a3d0675aa344", + "x-ms-correlation-request-id": "893c6a3d-2fd1-4a95-a4c2-ee77d5d829ee", + "x-ms-ratelimit-remaining-subscription-reads": "11929", + "x-ms-request-id": "daecbb70-986c-4b06-8fac-5b3f98355c81", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051814Z:893c6a3d-2fd1-4a95-a4c2-ee77d5d829ee" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48d462a4-3372-487c-92d5-7bb44b701d6d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "6f5d80acfb1e1a684679cf7eac6461c0", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:18:15 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48d462a4-3372-487c-92d5-7bb44b701d6d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6f5d80acfb1e1a684679cf7eac6461c0", + "x-ms-correlation-request-id": "e9d28d04-fbe6-471a-a534-93bdf4a486f3", + "x-ms-ratelimit-remaining-subscription-reads": "11928", + "x-ms-request-id": "0fee3bdc-1375-4dd9-840f-e56ac0363692", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051815Z:e9d28d04-fbe6-471a-a534-93bdf4a486f3" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48d462a4-3372-487c-92d5-7bb44b701d6d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "8b737b67abdf23c7b1cfd5f77673663f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:18:16 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48d462a4-3372-487c-92d5-7bb44b701d6d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "8b737b67abdf23c7b1cfd5f77673663f", + "x-ms-correlation-request-id": "05bf07b9-8107-4c6c-a083-c51ebbf8612b", + "x-ms-ratelimit-remaining-subscription-reads": "11927", + "x-ms-request-id": "c540c4c2-5928-4d33-b39b-80008406f093", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051817Z:05bf07b9-8107-4c6c-a083-c51ebbf8612b" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48d462a4-3372-487c-92d5-7bb44b701d6d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "2199feded84190e7c1e56ff502059ab3", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:18:17 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48d462a4-3372-487c-92d5-7bb44b701d6d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "2199feded84190e7c1e56ff502059ab3", + "x-ms-correlation-request-id": "b8f21666-fc6d-4cef-b23d-55485be2ce05", + "x-ms-ratelimit-remaining-subscription-reads": "11926", + "x-ms-request-id": "6453861c-a0bc-461e-b2b2-3774f8574610", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051818Z:b8f21666-fc6d-4cef-b23d-55485be2ce05" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48d462a4-3372-487c-92d5-7bb44b701d6d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "ec68e3e418e60064b939be4f2671a3d3", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:18:18 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48d462a4-3372-487c-92d5-7bb44b701d6d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ec68e3e418e60064b939be4f2671a3d3", + "x-ms-correlation-request-id": "d566d13d-cbf6-4995-9e60-41417ecce046", + "x-ms-ratelimit-remaining-subscription-reads": "11925", + "x-ms-request-id": "67c0d4f8-3f1d-436d-82e0-2450e2e49cda", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051819Z:d566d13d-cbf6-4995-9e60-41417ecce046" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48d462a4-3372-487c-92d5-7bb44b701d6d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "ada08f133fcb8f7e93e3c9f93cd121ac", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:18:20 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48d462a4-3372-487c-92d5-7bb44b701d6d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ada08f133fcb8f7e93e3c9f93cd121ac", + "x-ms-correlation-request-id": "527cfea3-321f-476d-abd2-c8bac04fc099", + "x-ms-ratelimit-remaining-subscription-reads": "11924", + "x-ms-request-id": "93de401a-49a9-417d-8899-a8bb035aea1b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051820Z:527cfea3-321f-476d-abd2-c8bac04fc099" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48d462a4-3372-487c-92d5-7bb44b701d6d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "931321357a0ac559999868071a98694f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:18:21 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48d462a4-3372-487c-92d5-7bb44b701d6d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "931321357a0ac559999868071a98694f", + "x-ms-correlation-request-id": "50fc64ee-7101-406c-945d-50edd0dda441", + "x-ms-ratelimit-remaining-subscription-reads": "11923", + "x-ms-request-id": "983c4bea-c844-4223-b102-0d42448972c6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051822Z:50fc64ee-7101-406c-945d-50edd0dda441" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48d462a4-3372-487c-92d5-7bb44b701d6d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "72e29c42ed65a4e864d958024e6bc4e7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:18:22 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48d462a4-3372-487c-92d5-7bb44b701d6d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "72e29c42ed65a4e864d958024e6bc4e7", + "x-ms-correlation-request-id": "62dd1e31-53aa-4177-90de-7d622270b0f6", + "x-ms-ratelimit-remaining-subscription-reads": "11922", + "x-ms-request-id": "e7bd8035-64e7-45e9-b053-33e6f3d0f55b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051823Z:62dd1e31-53aa-4177-90de-7d622270b0f6" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48d462a4-3372-487c-92d5-7bb44b701d6d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "05191118105e99c836da1332d77775fb", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:18:24 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48d462a4-3372-487c-92d5-7bb44b701d6d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "05191118105e99c836da1332d77775fb", + "x-ms-correlation-request-id": "46d13c42-8d01-4123-86b9-28b20b03a373", + "x-ms-ratelimit-remaining-subscription-reads": "11921", + "x-ms-request-id": "ffafec7f-3842-4e84-9a25-586f87f9c082", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051824Z:46d13c42-8d01-4123-86b9-28b20b03a373" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48d462a4-3372-487c-92d5-7bb44b701d6d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "a0b77979afef4847396e2f312156772e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:18:25 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48d462a4-3372-487c-92d5-7bb44b701d6d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a0b77979afef4847396e2f312156772e", + "x-ms-correlation-request-id": "177b4e37-66d8-4755-acd2-b49a9f38ef38", + "x-ms-ratelimit-remaining-subscription-reads": "11920", + "x-ms-request-id": "2ce3989a-771e-4b81-b171-70d708cb7032", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051826Z:177b4e37-66d8-4755-acd2-b49a9f38ef38" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48d462a4-3372-487c-92d5-7bb44b701d6d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "08ee80d4647e32f1d3483b8bd9b5cced", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:18:26 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48d462a4-3372-487c-92d5-7bb44b701d6d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "08ee80d4647e32f1d3483b8bd9b5cced", + "x-ms-correlation-request-id": "7d18d974-803a-4d97-9b71-3a39e4cc7595", + "x-ms-ratelimit-remaining-subscription-reads": "11919", + "x-ms-request-id": "991a9c56-9490-4cc3-843d-129e6969aaa9", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051827Z:7d18d974-803a-4d97-9b71-3a39e4cc7595" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48d462a4-3372-487c-92d5-7bb44b701d6d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "d5885c6423b469f8cad1cbefe09777df", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:18:28 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48d462a4-3372-487c-92d5-7bb44b701d6d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d5885c6423b469f8cad1cbefe09777df", + "x-ms-correlation-request-id": "dcd7bdd3-6c92-4db8-93b8-c278e1ba557d", + "x-ms-ratelimit-remaining-subscription-reads": "11918", + "x-ms-request-id": "cb8c671e-3122-4020-8784-8dad9a32cf55", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051828Z:dcd7bdd3-6c92-4db8-93b8-c278e1ba557d" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48d462a4-3372-487c-92d5-7bb44b701d6d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "565de5626c88157d8884cda673bc6e83", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:18:29 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48d462a4-3372-487c-92d5-7bb44b701d6d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "565de5626c88157d8884cda673bc6e83", + "x-ms-correlation-request-id": "d92260bb-9e1d-44b2-80bb-5000058f07d9", + "x-ms-ratelimit-remaining-subscription-reads": "11917", + "x-ms-request-id": "58e6878a-5e23-4f14-8c59-a061815f1071", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051830Z:d92260bb-9e1d-44b2-80bb-5000058f07d9" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48d462a4-3372-487c-92d5-7bb44b701d6d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "c4cd41a2a2cdb17a88853eac9801513c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:18:30 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48d462a4-3372-487c-92d5-7bb44b701d6d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c4cd41a2a2cdb17a88853eac9801513c", + "x-ms-correlation-request-id": "6f169915-9793-4c41-8d46-ed1be6492c8d", + "x-ms-ratelimit-remaining-subscription-reads": "11916", + "x-ms-request-id": "98048b9c-1a9b-4d28-81c4-eb792d3bab42", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051831Z:6f169915-9793-4c41-8d46-ed1be6492c8d" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48d462a4-3372-487c-92d5-7bb44b701d6d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "f4285cd17658f765df734c2f5651f60e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:18:32 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48d462a4-3372-487c-92d5-7bb44b701d6d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f4285cd17658f765df734c2f5651f60e", + "x-ms-correlation-request-id": "db180486-bfe7-4332-94d5-b5584513dbda", + "x-ms-ratelimit-remaining-subscription-reads": "11915", + "x-ms-request-id": "113b7890-fc95-482d-b970-79cb2396f245", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051832Z:db180486-bfe7-4332-94d5-b5584513dbda" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48d462a4-3372-487c-92d5-7bb44b701d6d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "9f4d4763b2cac0116aaccd022ed17c86", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:18:33 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48d462a4-3372-487c-92d5-7bb44b701d6d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "9f4d4763b2cac0116aaccd022ed17c86", + "x-ms-correlation-request-id": "d19eb55b-85a4-4338-b5db-706c083766e6", + "x-ms-ratelimit-remaining-subscription-reads": "11914", + "x-ms-request-id": "b975746e-f4d4-43e8-b38c-39cd73d4af14", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051834Z:d19eb55b-85a4-4338-b5db-706c083766e6" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48d462a4-3372-487c-92d5-7bb44b701d6d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "16d590337a942b2bdcd5e55a554b5a36", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:18:35 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48d462a4-3372-487c-92d5-7bb44b701d6d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "16d590337a942b2bdcd5e55a554b5a36", + "x-ms-correlation-request-id": "507b0f95-d436-455c-a98b-735d1e15d203", + "x-ms-ratelimit-remaining-subscription-reads": "11913", + "x-ms-request-id": "b9c5e30d-f46c-4817-b943-be5ee06c4965", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051835Z:507b0f95-d436-455c-a98b-735d1e15d203" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48d462a4-3372-487c-92d5-7bb44b701d6d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "5149308fb2b41e714a6789aba862c80e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:18:36 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48d462a4-3372-487c-92d5-7bb44b701d6d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5149308fb2b41e714a6789aba862c80e", + "x-ms-correlation-request-id": "dcb5ad83-fce0-4af8-a010-99e86b80286b", + "x-ms-ratelimit-remaining-subscription-reads": "11912", + "x-ms-request-id": "639e2456-19a4-4883-8e14-97d73877a3c2", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051837Z:dcb5ad83-fce0-4af8-a010-99e86b80286b" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48d462a4-3372-487c-92d5-7bb44b701d6d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "c5fcc6f7df7ce87a1b21c2f4ccb76b1f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:18:37 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48d462a4-3372-487c-92d5-7bb44b701d6d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c5fcc6f7df7ce87a1b21c2f4ccb76b1f", + "x-ms-correlation-request-id": "9b892afb-cc99-4b4a-9e9e-ae7fd7e074ad", + "x-ms-ratelimit-remaining-subscription-reads": "11911", + "x-ms-request-id": "073a5d22-56a4-4b7c-88ac-ddab665d2190", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051838Z:9b892afb-cc99-4b4a-9e9e-ae7fd7e074ad" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48d462a4-3372-487c-92d5-7bb44b701d6d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "fe7396512b8780d21fb6cc2cf17f837a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:18:39 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48d462a4-3372-487c-92d5-7bb44b701d6d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "fe7396512b8780d21fb6cc2cf17f837a", + "x-ms-correlation-request-id": "81fb24f3-52de-4fbe-a5cd-110b5826bd0a", + "x-ms-ratelimit-remaining-subscription-reads": "11910", + "x-ms-request-id": "c0068a8c-1214-4d46-96bc-79e277545cc7", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051839Z:81fb24f3-52de-4fbe-a5cd-110b5826bd0a" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48d462a4-3372-487c-92d5-7bb44b701d6d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "8e63d70c954eafbab6603592ef7d5192", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:18:40 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48d462a4-3372-487c-92d5-7bb44b701d6d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "8e63d70c954eafbab6603592ef7d5192", + "x-ms-correlation-request-id": "649cdd46-161a-4e11-9de0-d0ba8a049c8a", + "x-ms-ratelimit-remaining-subscription-reads": "11909", + "x-ms-request-id": "8cc4769e-447a-4037-8f43-28b2c565576b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051841Z:649cdd46-161a-4e11-9de0-d0ba8a049c8a" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48d462a4-3372-487c-92d5-7bb44b701d6d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "115a69fccaeecb86f47ba6c6134df79c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:18:41 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48d462a4-3372-487c-92d5-7bb44b701d6d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "115a69fccaeecb86f47ba6c6134df79c", + "x-ms-correlation-request-id": "50321be6-3eb4-4f17-9a56-cbbacf65262f", + "x-ms-ratelimit-remaining-subscription-reads": "11908", + "x-ms-request-id": "42139a51-c7a6-4b2c-a326-a20a1f339de3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051842Z:50321be6-3eb4-4f17-9a56-cbbacf65262f" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48d462a4-3372-487c-92d5-7bb44b701d6d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "f5e7489ddc54bcd0dcc44827f53f91a2", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:18:42 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48d462a4-3372-487c-92d5-7bb44b701d6d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f5e7489ddc54bcd0dcc44827f53f91a2", + "x-ms-correlation-request-id": "61e4d147-7303-4d6b-abb2-fdb6768ab40d", + "x-ms-ratelimit-remaining-subscription-reads": "11907", + "x-ms-request-id": "d9fbebe2-4e68-4fe0-b329-32f80760fdd2", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051843Z:61e4d147-7303-4d6b-abb2-fdb6768ab40d" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48d462a4-3372-487c-92d5-7bb44b701d6d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "872f39647225428b51979ad3eef49c68", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:18:44 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48d462a4-3372-487c-92d5-7bb44b701d6d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "872f39647225428b51979ad3eef49c68", + "x-ms-correlation-request-id": "b618d772-949d-4512-90e5-08bb78b00d04", + "x-ms-ratelimit-remaining-subscription-reads": "11906", + "x-ms-request-id": "300b5788-fecb-46bb-bf86-46025ccff8da", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051845Z:b618d772-949d-4512-90e5-08bb78b00d04" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48d462a4-3372-487c-92d5-7bb44b701d6d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "a7f499695c95203d999d342a815fd5b4", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:18:45 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48d462a4-3372-487c-92d5-7bb44b701d6d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a7f499695c95203d999d342a815fd5b4", + "x-ms-correlation-request-id": "6f23b38a-d8e9-494a-83de-f31513cd3bda", + "x-ms-ratelimit-remaining-subscription-reads": "11905", + "x-ms-request-id": "5911877a-726c-4f32-bb70-9f3f30e33016", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051846Z:6f23b38a-d8e9-494a-83de-f31513cd3bda" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48d462a4-3372-487c-92d5-7bb44b701d6d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "d96104e96f1d2b77bca5a3bd41fccde8", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:18:46 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48d462a4-3372-487c-92d5-7bb44b701d6d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d96104e96f1d2b77bca5a3bd41fccde8", + "x-ms-correlation-request-id": "df0ed00e-0c41-488f-8bc3-11eb4ec83d0b", + "x-ms-ratelimit-remaining-subscription-reads": "11904", + "x-ms-request-id": "f9beb1f5-472d-49ea-9e26-a52e6afea961", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051847Z:df0ed00e-0c41-488f-8bc3-11eb4ec83d0b" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48d462a4-3372-487c-92d5-7bb44b701d6d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "5cbde028e94a080cfb0fed873d61c0f2", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:18:48 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48d462a4-3372-487c-92d5-7bb44b701d6d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5cbde028e94a080cfb0fed873d61c0f2", + "x-ms-correlation-request-id": "d3d384c9-639c-43a0-8be5-982e9b7b4123", + "x-ms-ratelimit-remaining-subscription-reads": "11903", + "x-ms-request-id": "d0d4e109-19d1-46ab-96e5-cea2133ddc97", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051849Z:d3d384c9-639c-43a0-8be5-982e9b7b4123" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48d462a4-3372-487c-92d5-7bb44b701d6d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "eae9e5c1c293f94a21c9ebf0b880de9c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:18:50 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48d462a4-3372-487c-92d5-7bb44b701d6d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "eae9e5c1c293f94a21c9ebf0b880de9c", + "x-ms-correlation-request-id": "66a7fd2a-a9d8-4f94-815c-2ac8d397d69a", + "x-ms-ratelimit-remaining-subscription-reads": "11902", + "x-ms-request-id": "ce1e1437-d33a-4fd1-b67c-048b809586c8", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051850Z:66a7fd2a-a9d8-4f94-815c-2ac8d397d69a" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48d462a4-3372-487c-92d5-7bb44b701d6d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "a1024cd079a1006af758dd0e81efed5a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:18:51 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48d462a4-3372-487c-92d5-7bb44b701d6d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a1024cd079a1006af758dd0e81efed5a", + "x-ms-correlation-request-id": "71ee9584-df4a-4439-8e0b-a7f38265bb91", + "x-ms-ratelimit-remaining-subscription-reads": "11901", + "x-ms-request-id": "da1a9f09-ea05-4768-ac3e-e9d8dbe0c223", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051851Z:71ee9584-df4a-4439-8e0b-a7f38265bb91" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48d462a4-3372-487c-92d5-7bb44b701d6d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "5cfcb1e4e212655495c33a80fe1c507b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:18:53 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48d462a4-3372-487c-92d5-7bb44b701d6d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5cfcb1e4e212655495c33a80fe1c507b", + "x-ms-correlation-request-id": "a52b14b5-7845-4625-8b22-7b53d4c35550", + "x-ms-ratelimit-remaining-subscription-reads": "11900", + "x-ms-request-id": "0951287f-5a1d-4662-91ff-fc5c4f8cbfdb", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051853Z:a52b14b5-7845-4625-8b22-7b53d4c35550" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48d462a4-3372-487c-92d5-7bb44b701d6d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "f0b651311f5f48507be9f23ae53b7732", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:18:54 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48d462a4-3372-487c-92d5-7bb44b701d6d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f0b651311f5f48507be9f23ae53b7732", + "x-ms-correlation-request-id": "965d5e2a-eea2-4459-85af-544b5d9090c3", + "x-ms-ratelimit-remaining-subscription-reads": "11899", + "x-ms-request-id": "01031a96-1dfb-4b7b-8303-3ee14c5d7e56", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051854Z:965d5e2a-eea2-4459-85af-544b5d9090c3" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48d462a4-3372-487c-92d5-7bb44b701d6d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "060b90dc8284ed89f79c0bde3ee901db", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:18:55 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48d462a4-3372-487c-92d5-7bb44b701d6d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "060b90dc8284ed89f79c0bde3ee901db", + "x-ms-correlation-request-id": "c569e94b-ac68-4c3a-ae3e-5a748037065e", + "x-ms-ratelimit-remaining-subscription-reads": "11898", + "x-ms-request-id": "b4ad5a61-79b3-4387-a962-da862eae02c1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051855Z:c569e94b-ac68-4c3a-ae3e-5a748037065e" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48d462a4-3372-487c-92d5-7bb44b701d6d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "30dd6108fc38c4fb61b4e129ef1a805a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:18:56 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48d462a4-3372-487c-92d5-7bb44b701d6d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "30dd6108fc38c4fb61b4e129ef1a805a", + "x-ms-correlation-request-id": "7c05fe54-27e2-451c-9df0-736c636cee1a", + "x-ms-ratelimit-remaining-subscription-reads": "11897", + "x-ms-request-id": "eb8ccb41-1ca3-4dcf-a307-7cf5555fb0be", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051857Z:7c05fe54-27e2-451c-9df0-736c636cee1a" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48d462a4-3372-487c-92d5-7bb44b701d6d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "6ea4084b4910aef7c7c9f8c214720991", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:18:58 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48d462a4-3372-487c-92d5-7bb44b701d6d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6ea4084b4910aef7c7c9f8c214720991", + "x-ms-correlation-request-id": "bab8fc96-5fc8-4936-8334-f02953b644d0", + "x-ms-ratelimit-remaining-subscription-reads": "11896", + "x-ms-request-id": "466c0ee8-aba2-4fc9-9330-9004a9d77a3a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051858Z:bab8fc96-5fc8-4936-8334-f02953b644d0" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48d462a4-3372-487c-92d5-7bb44b701d6d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "833117e8475edff99447a5d0a160fddd", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:18:59 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48d462a4-3372-487c-92d5-7bb44b701d6d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "833117e8475edff99447a5d0a160fddd", + "x-ms-correlation-request-id": "57963a80-b0ee-4710-a269-1830f7cd27c9", + "x-ms-ratelimit-remaining-subscription-reads": "11895", + "x-ms-request-id": "5183127b-7e69-4268-98c8-d5d376d7521e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051859Z:57963a80-b0ee-4710-a269-1830f7cd27c9" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48d462a4-3372-487c-92d5-7bb44b701d6d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "3592b11c9244bfca6a2e696f0338b0ee", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:19:00 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48d462a4-3372-487c-92d5-7bb44b701d6d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "3592b11c9244bfca6a2e696f0338b0ee", + "x-ms-correlation-request-id": "ea9effaf-6332-44dc-b389-f5bf259eced2", + "x-ms-ratelimit-remaining-subscription-reads": "11894", + "x-ms-request-id": "2df3bdab-b646-4d7a-a4f5-16b7cd9a877f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051901Z:ea9effaf-6332-44dc-b389-f5bf259eced2" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48d462a4-3372-487c-92d5-7bb44b701d6d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "d8404faafce804fb0fc5d9c9a3270d66", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:19:02 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48d462a4-3372-487c-92d5-7bb44b701d6d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d8404faafce804fb0fc5d9c9a3270d66", + "x-ms-correlation-request-id": "4f977fb9-f5a3-4b10-9a4f-1b15d518ec7b", + "x-ms-ratelimit-remaining-subscription-reads": "11893", + "x-ms-request-id": "71b09fbd-dec5-4d06-b4d3-4d412a3c97fb", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051902Z:4f977fb9-f5a3-4b10-9a4f-1b15d518ec7b" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48d462a4-3372-487c-92d5-7bb44b701d6d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "62a61bcbd4df554c4c72192fdd89db5c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:19:03 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48d462a4-3372-487c-92d5-7bb44b701d6d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "62a61bcbd4df554c4c72192fdd89db5c", + "x-ms-correlation-request-id": "934d42ed-bb1f-4b16-a2e9-09744b916c9e", + "x-ms-ratelimit-remaining-subscription-reads": "11892", + "x-ms-request-id": "a6405e8b-5b02-4a3e-a6bb-6ba96ddc5fa7", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051903Z:934d42ed-bb1f-4b16-a2e9-09744b916c9e" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48d462a4-3372-487c-92d5-7bb44b701d6d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "5125b696252020f5b58e257fb9011b42", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:19:04 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48d462a4-3372-487c-92d5-7bb44b701d6d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5125b696252020f5b58e257fb9011b42", + "x-ms-correlation-request-id": "eb1d9b2e-f869-4dc4-bb27-391527c35d41", + "x-ms-ratelimit-remaining-subscription-reads": "11891", + "x-ms-request-id": "6c1ba0b3-1c28-4e11-af17-16a1e62a29dc", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051905Z:eb1d9b2e-f869-4dc4-bb27-391527c35d41" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48d462a4-3372-487c-92d5-7bb44b701d6d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "e8a302214e92d60f03eb8b76e3cc2685", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:19:06 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48d462a4-3372-487c-92d5-7bb44b701d6d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e8a302214e92d60f03eb8b76e3cc2685", + "x-ms-correlation-request-id": "06cdcb4f-e91e-490f-be8c-7d55d7241f16", + "x-ms-ratelimit-remaining-subscription-reads": "11890", + "x-ms-request-id": "5514c62c-43db-43dc-a34d-0b89fc575032", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051906Z:06cdcb4f-e91e-490f-be8c-7d55d7241f16" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48d462a4-3372-487c-92d5-7bb44b701d6d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "ec327deabb01a6462685ad51aecc9c4a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:19:07 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48d462a4-3372-487c-92d5-7bb44b701d6d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ec327deabb01a6462685ad51aecc9c4a", + "x-ms-correlation-request-id": "0a20ea4f-7ef9-455a-97af-0680c552d1bc", + "x-ms-ratelimit-remaining-subscription-reads": "11889", + "x-ms-request-id": "9c829c75-7384-4b39-b882-46219f451db1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051907Z:0a20ea4f-7ef9-455a-97af-0680c552d1bc" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48d462a4-3372-487c-92d5-7bb44b701d6d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "db0ed656f2e548c9a74f4e34997e3ce9", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:19:08 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48d462a4-3372-487c-92d5-7bb44b701d6d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "db0ed656f2e548c9a74f4e34997e3ce9", + "x-ms-correlation-request-id": "0db28d49-2903-4e26-91c1-2fde7e3e63a2", + "x-ms-ratelimit-remaining-subscription-reads": "11888", + "x-ms-request-id": "ad81a818-c2a2-4aa3-8ca7-1b3a4ed3b0f8", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051908Z:0db28d49-2903-4e26-91c1-2fde7e3e63a2" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48d462a4-3372-487c-92d5-7bb44b701d6d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "3c95a0682fcf6541bcfcc20ca0be2736", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:19:10 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48d462a4-3372-487c-92d5-7bb44b701d6d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "3c95a0682fcf6541bcfcc20ca0be2736", + "x-ms-correlation-request-id": "5823f5b6-aa55-4749-be01-be7240ae0958", + "x-ms-ratelimit-remaining-subscription-reads": "11887", + "x-ms-request-id": "87727720-1f4f-421b-ba35-8b3eecf29608", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051910Z:5823f5b6-aa55-4749-be01-be7240ae0958" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48d462a4-3372-487c-92d5-7bb44b701d6d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "0c1f404f4abdf7a0b3ea44b26d110da7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:19:11 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48d462a4-3372-487c-92d5-7bb44b701d6d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "0c1f404f4abdf7a0b3ea44b26d110da7", + "x-ms-correlation-request-id": "9a4a634a-bb2c-4ad7-96e2-0212f16decb8", + "x-ms-ratelimit-remaining-subscription-reads": "11886", + "x-ms-request-id": "4c277e3b-b642-4385-ad2a-527e797c8a50", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051911Z:9a4a634a-bb2c-4ad7-96e2-0212f16decb8" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48d462a4-3372-487c-92d5-7bb44b701d6d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "0ee8c3485f37267b95a81fe82fbca7e9", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:19:12 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48d462a4-3372-487c-92d5-7bb44b701d6d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "0ee8c3485f37267b95a81fe82fbca7e9", + "x-ms-correlation-request-id": "fc74cfa0-993b-4f1b-a0e6-efa93bfba911", + "x-ms-ratelimit-remaining-subscription-reads": "11885", + "x-ms-request-id": "582bd6fc-f116-4f99-b334-bb14990a68d1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051912Z:fc74cfa0-993b-4f1b-a0e6-efa93bfba911" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48d462a4-3372-487c-92d5-7bb44b701d6d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "58e518282f5e1d2bff9d88e4ea8ff7aa", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:19:14 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48d462a4-3372-487c-92d5-7bb44b701d6d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "58e518282f5e1d2bff9d88e4ea8ff7aa", + "x-ms-correlation-request-id": "076b857c-2641-4a52-88e7-3553d15fb94e", + "x-ms-ratelimit-remaining-subscription-reads": "11884", + "x-ms-request-id": "c8d23efd-8363-4160-b7d7-08d4ec8e72f6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051914Z:076b857c-2641-4a52-88e7-3553d15fb94e" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48d462a4-3372-487c-92d5-7bb44b701d6d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "ddc41bef19d5effec5f877142bb7c8f6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:19:15 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48d462a4-3372-487c-92d5-7bb44b701d6d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ddc41bef19d5effec5f877142bb7c8f6", + "x-ms-correlation-request-id": "60eefdbe-1488-442e-8715-07c3a0a7e903", + "x-ms-ratelimit-remaining-subscription-reads": "11883", + "x-ms-request-id": "2ad81a77-a0fb-4caa-a29c-d7ee5f5f00e0", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051915Z:60eefdbe-1488-442e-8715-07c3a0a7e903" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48d462a4-3372-487c-92d5-7bb44b701d6d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "548a5a42b42b184898cb0e9ad7963c06", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:19:16 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48d462a4-3372-487c-92d5-7bb44b701d6d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "548a5a42b42b184898cb0e9ad7963c06", + "x-ms-correlation-request-id": "2a8d54cc-1e61-461a-9935-57664908a102", + "x-ms-ratelimit-remaining-subscription-reads": "11882", + "x-ms-request-id": "4ff125a9-59ad-4be3-887a-d165b2d6d8af", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051916Z:2a8d54cc-1e61-461a-9935-57664908a102" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48d462a4-3372-487c-92d5-7bb44b701d6d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "14f974b0caf80e141af69366b816f148", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:19:18 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48d462a4-3372-487c-92d5-7bb44b701d6d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "14f974b0caf80e141af69366b816f148", + "x-ms-correlation-request-id": "947ea38c-5d05-4bca-bdc8-0c045df181b4", + "x-ms-ratelimit-remaining-subscription-reads": "11881", + "x-ms-request-id": "b4d22594-b477-4230-a933-76a83347eea9", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051918Z:947ea38c-5d05-4bca-bdc8-0c045df181b4" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48d462a4-3372-487c-92d5-7bb44b701d6d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "8fa291d5a3053b7ed3ab44090b63182e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:19:19 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48d462a4-3372-487c-92d5-7bb44b701d6d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "8fa291d5a3053b7ed3ab44090b63182e", + "x-ms-correlation-request-id": "0c4fb390-56ee-454d-883c-13db6ba8b717", + "x-ms-ratelimit-remaining-subscription-reads": "11880", + "x-ms-request-id": "70671381-4035-4c3c-a8b8-dbf46c410e14", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051919Z:0c4fb390-56ee-454d-883c-13db6ba8b717" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48d462a4-3372-487c-92d5-7bb44b701d6d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "b66371bcb3bd78fd467b3a3421e26081", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:19:20 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48d462a4-3372-487c-92d5-7bb44b701d6d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b66371bcb3bd78fd467b3a3421e26081", + "x-ms-correlation-request-id": "bbd84ce6-5b9f-48f2-9b39-ee68a314dfe1", + "x-ms-ratelimit-remaining-subscription-reads": "11879", + "x-ms-request-id": "6cf33737-8d28-4499-b06e-79eda822cdcb", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051920Z:bbd84ce6-5b9f-48f2-9b39-ee68a314dfe1" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48d462a4-3372-487c-92d5-7bb44b701d6d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "45c4c5daacf40d01f5be404d850b03b6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:19:22 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48d462a4-3372-487c-92d5-7bb44b701d6d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "45c4c5daacf40d01f5be404d850b03b6", + "x-ms-correlation-request-id": "d82e0415-5dea-4854-a960-27ef97f80ea1", + "x-ms-ratelimit-remaining-subscription-reads": "11878", + "x-ms-request-id": "33d27b37-af07-43d7-b498-05b9039d9352", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051922Z:d82e0415-5dea-4854-a960-27ef97f80ea1" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48d462a4-3372-487c-92d5-7bb44b701d6d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "46a964de3ab2218a94294989684919f1", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:19:23 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48d462a4-3372-487c-92d5-7bb44b701d6d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "46a964de3ab2218a94294989684919f1", + "x-ms-correlation-request-id": "b24044c5-beef-4489-bb93-46f2e4574024", + "x-ms-ratelimit-remaining-subscription-reads": "11877", + "x-ms-request-id": "41c09f99-28ca-466a-ad19-1f9615e313ad", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051923Z:b24044c5-beef-4489-bb93-46f2e4574024" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48d462a4-3372-487c-92d5-7bb44b701d6d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "452fc34ad29e103a7055c0ff72b0f23a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:19:24 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48d462a4-3372-487c-92d5-7bb44b701d6d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "452fc34ad29e103a7055c0ff72b0f23a", + "x-ms-correlation-request-id": "1080a1b2-572f-436a-93b5-bc70111bc09c", + "x-ms-ratelimit-remaining-subscription-reads": "11876", + "x-ms-request-id": "e6913fbf-c40e-435a-863f-bec27888b109", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051924Z:1080a1b2-572f-436a-93b5-bc70111bc09c" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48d462a4-3372-487c-92d5-7bb44b701d6d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "bc5684771a389fcf3aa3b1ca6277a5ac", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:19:25 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48d462a4-3372-487c-92d5-7bb44b701d6d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "bc5684771a389fcf3aa3b1ca6277a5ac", + "x-ms-correlation-request-id": "45af19d7-b980-4a27-a1f2-a80d5e38d804", + "x-ms-ratelimit-remaining-subscription-reads": "11875", + "x-ms-request-id": "1baa1fec-840f-4eaa-9ef0-84035dc46fb2", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051926Z:45af19d7-b980-4a27-a1f2-a80d5e38d804" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48d462a4-3372-487c-92d5-7bb44b701d6d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "c2034fa4bddc0b172a98d65c798baee3", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:19:27 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48d462a4-3372-487c-92d5-7bb44b701d6d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c2034fa4bddc0b172a98d65c798baee3", + "x-ms-correlation-request-id": "5eb16662-7909-4844-a132-f9220e48e3e5", + "x-ms-ratelimit-remaining-subscription-reads": "11874", + "x-ms-request-id": "3224c888-4d3d-4671-a984-7e50c1417c5d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051928Z:5eb16662-7909-4844-a132-f9220e48e3e5" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48d462a4-3372-487c-92d5-7bb44b701d6d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "e3110f375df330b8f48f0bfb216fadf9", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:19:29 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48d462a4-3372-487c-92d5-7bb44b701d6d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e3110f375df330b8f48f0bfb216fadf9", + "x-ms-correlation-request-id": "f3a81a96-a337-4497-bc76-af8a9dc64dae", + "x-ms-ratelimit-remaining-subscription-reads": "11873", + "x-ms-request-id": "caf8e306-6426-4f1b-a8d1-ce5a2c1d6bbf", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051929Z:f3a81a96-a337-4497-bc76-af8a9dc64dae" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48d462a4-3372-487c-92d5-7bb44b701d6d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "225b14b030adba5e6d4a919f437225af", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:19:30 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48d462a4-3372-487c-92d5-7bb44b701d6d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "225b14b030adba5e6d4a919f437225af", + "x-ms-correlation-request-id": "d57b6ffa-49c0-479e-951a-77ecdd052837", + "x-ms-ratelimit-remaining-subscription-reads": "11872", + "x-ms-request-id": "d2234a8f-c857-418f-9a30-7c7d69539e41", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051930Z:d57b6ffa-49c0-479e-951a-77ecdd052837" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48d462a4-3372-487c-92d5-7bb44b701d6d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "5393cdf4c26546b897d2ce4cb21beabb", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:19:31 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48d462a4-3372-487c-92d5-7bb44b701d6d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5393cdf4c26546b897d2ce4cb21beabb", + "x-ms-correlation-request-id": "80d5e037-6dc8-40a2-8aa4-b20c026a0b08", + "x-ms-ratelimit-remaining-subscription-reads": "11871", + "x-ms-request-id": "cd19a233-8000-4362-9e09-9ea3e365724e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051932Z:80d5e037-6dc8-40a2-8aa4-b20c026a0b08" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48d462a4-3372-487c-92d5-7bb44b701d6d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "64acddeb8b2f0636b15775a9cc18ec81", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:19:33 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48d462a4-3372-487c-92d5-7bb44b701d6d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "64acddeb8b2f0636b15775a9cc18ec81", + "x-ms-correlation-request-id": "8b61fe19-f931-4573-ad14-bc108fea398d", + "x-ms-ratelimit-remaining-subscription-reads": "11870", + "x-ms-request-id": "910d7f86-fb50-4ec8-b694-acc5e216762d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051933Z:8b61fe19-f931-4573-ad14-bc108fea398d" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48d462a4-3372-487c-92d5-7bb44b701d6d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "54075c695adced935c158bda62110752", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:19:34 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48d462a4-3372-487c-92d5-7bb44b701d6d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "54075c695adced935c158bda62110752", + "x-ms-correlation-request-id": "527f0de8-7723-489a-891e-848903252a15", + "x-ms-ratelimit-remaining-subscription-reads": "11869", + "x-ms-request-id": "b38a54c4-279d-460d-89e0-b8ff0f1a58bd", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051934Z:527f0de8-7723-489a-891e-848903252a15" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48d462a4-3372-487c-92d5-7bb44b701d6d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "66b4d660c0c5687f978ca20e4d0f797f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:19:35 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48d462a4-3372-487c-92d5-7bb44b701d6d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "66b4d660c0c5687f978ca20e4d0f797f", + "x-ms-correlation-request-id": "ab3b9295-3246-4c74-b299-80dfd700fb2c", + "x-ms-ratelimit-remaining-subscription-reads": "11868", + "x-ms-request-id": "2e2a1f09-9b26-41ca-b644-a425a8159783", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051936Z:ab3b9295-3246-4c74-b299-80dfd700fb2c" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48d462a4-3372-487c-92d5-7bb44b701d6d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "56e34ce5951490de49bf081a005ba49f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:19:37 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48d462a4-3372-487c-92d5-7bb44b701d6d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "56e34ce5951490de49bf081a005ba49f", + "x-ms-correlation-request-id": "8807d869-b8a8-4267-bd8f-bfccae306b9e", + "x-ms-ratelimit-remaining-subscription-reads": "11867", + "x-ms-request-id": "3e31c4db-4642-44e4-95fc-8e80616f79bc", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051937Z:8807d869-b8a8-4267-bd8f-bfccae306b9e" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48d462a4-3372-487c-92d5-7bb44b701d6d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "f648234f8563a8bbdc9ebc4fb884a04d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:19:38 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48d462a4-3372-487c-92d5-7bb44b701d6d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f648234f8563a8bbdc9ebc4fb884a04d", + "x-ms-correlation-request-id": "4d3d8a1f-d94a-4f06-9520-461ac0125797", + "x-ms-ratelimit-remaining-subscription-reads": "11866", + "x-ms-request-id": "f7e2cf38-6667-406d-9413-79e2372852ff", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051938Z:4d3d8a1f-d94a-4f06-9520-461ac0125797" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48d462a4-3372-487c-92d5-7bb44b701d6d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "15f40b9bb12eca3ef7231c06b865673b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:19:39 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48d462a4-3372-487c-92d5-7bb44b701d6d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "15f40b9bb12eca3ef7231c06b865673b", + "x-ms-correlation-request-id": "7787c13a-9098-4568-83f5-cc80c707bca5", + "x-ms-ratelimit-remaining-subscription-reads": "11865", + "x-ms-request-id": "0d1bfa5d-5ece-42cb-b1b4-132ef572f878", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051940Z:7787c13a-9098-4568-83f5-cc80c707bca5" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48d462a4-3372-487c-92d5-7bb44b701d6d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "2abf02e883c6601b903a7975d98fd8c5", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:19:40 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48d462a4-3372-487c-92d5-7bb44b701d6d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "2abf02e883c6601b903a7975d98fd8c5", + "x-ms-correlation-request-id": "edf71f0e-1899-47bb-8eff-cf04ebaeba47", + "x-ms-ratelimit-remaining-subscription-reads": "11864", + "x-ms-request-id": "ca4747b2-0021-47ba-b85d-2f7f7d116641", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051941Z:edf71f0e-1899-47bb-8eff-cf04ebaeba47" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48d462a4-3372-487c-92d5-7bb44b701d6d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "f47eba1e8e669e71e47eff3f68b5f076", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:19:42 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48d462a4-3372-487c-92d5-7bb44b701d6d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f47eba1e8e669e71e47eff3f68b5f076", + "x-ms-correlation-request-id": "7342caf2-7ae5-469b-b9c5-c567ad57e77c", + "x-ms-ratelimit-remaining-subscription-reads": "11863", + "x-ms-request-id": "dabfb475-f0dc-4eb4-ad3f-80ee9adad9ae", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051942Z:7342caf2-7ae5-469b-b9c5-c567ad57e77c" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48d462a4-3372-487c-92d5-7bb44b701d6d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "b567803676c51886f09484f437c8f167", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:19:43 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48d462a4-3372-487c-92d5-7bb44b701d6d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b567803676c51886f09484f437c8f167", + "x-ms-correlation-request-id": "018aa227-9d6a-41b0-811e-b5c18f0f7c95", + "x-ms-ratelimit-remaining-subscription-reads": "11862", + "x-ms-request-id": "1416793b-17dd-4768-864b-c8c58f9cc5fe", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051944Z:018aa227-9d6a-41b0-811e-b5c18f0f7c95" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48d462a4-3372-487c-92d5-7bb44b701d6d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "fde8574b73e659d59020454883dbf7db", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:19:44 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48d462a4-3372-487c-92d5-7bb44b701d6d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "fde8574b73e659d59020454883dbf7db", + "x-ms-correlation-request-id": "9536ab61-9689-4f36-9047-feaa8758966e", + "x-ms-ratelimit-remaining-subscription-reads": "11861", + "x-ms-request-id": "72bd486d-d94b-41ac-b030-dc1deb54b3b9", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051945Z:9536ab61-9689-4f36-9047-feaa8758966e" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48d462a4-3372-487c-92d5-7bb44b701d6d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "583f034a2228a800346504d1097d661c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:19:46 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48d462a4-3372-487c-92d5-7bb44b701d6d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "583f034a2228a800346504d1097d661c", + "x-ms-correlation-request-id": "25ecb409-9cc6-4add-80ec-50ab833c65dd", + "x-ms-ratelimit-remaining-subscription-reads": "11860", + "x-ms-request-id": "2ee48919-6ee8-42b1-a345-00eaad7eae4b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051946Z:25ecb409-9cc6-4add-80ec-50ab833c65dd" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48d462a4-3372-487c-92d5-7bb44b701d6d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "11f4978cf2cdc38fab0d25a4313e9414", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:19:47 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48d462a4-3372-487c-92d5-7bb44b701d6d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "11f4978cf2cdc38fab0d25a4313e9414", + "x-ms-correlation-request-id": "656ed199-8329-44f6-be6a-3bf99a57957e", + "x-ms-ratelimit-remaining-subscription-reads": "11859", + "x-ms-request-id": "f8be0020-2bf7-467a-81fb-ae69ea89f099", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051947Z:656ed199-8329-44f6-be6a-3bf99a57957e" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48d462a4-3372-487c-92d5-7bb44b701d6d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "34a9a99d9989293f573fc9816e034f13", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:19:48 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48d462a4-3372-487c-92d5-7bb44b701d6d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "34a9a99d9989293f573fc9816e034f13", + "x-ms-correlation-request-id": "e4c56a08-7faf-4f34-ae66-5d461f581542", + "x-ms-ratelimit-remaining-subscription-reads": "11858", + "x-ms-request-id": "750abc45-5f7b-425b-bb42-8b44ea21cebf", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051949Z:e4c56a08-7faf-4f34-ae66-5d461f581542" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48d462a4-3372-487c-92d5-7bb44b701d6d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "ebbb28bae6e7580e737bac1afd5b77f5", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:19:50 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48d462a4-3372-487c-92d5-7bb44b701d6d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ebbb28bae6e7580e737bac1afd5b77f5", + "x-ms-correlation-request-id": "0c56f181-bc6e-4481-a367-7e4950d40f82", + "x-ms-ratelimit-remaining-subscription-reads": "11857", + "x-ms-request-id": "151a3cf8-7f73-403f-884d-c71d352e3f33", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051950Z:0c56f181-bc6e-4481-a367-7e4950d40f82" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48d462a4-3372-487c-92d5-7bb44b701d6d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "6034efd032d3f39358cbb98d280e54a7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:19:51 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48d462a4-3372-487c-92d5-7bb44b701d6d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6034efd032d3f39358cbb98d280e54a7", + "x-ms-correlation-request-id": "645f31bc-f391-4bcb-9b6d-9f46463f8972", + "x-ms-ratelimit-remaining-subscription-reads": "11856", + "x-ms-request-id": "47a90a0b-5b05-4260-a329-f9e4eeb23fa2", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051951Z:645f31bc-f391-4bcb-9b6d-9f46463f8972" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48d462a4-3372-487c-92d5-7bb44b701d6d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "08ea11bda982b62c9b51c10dec242bfb", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:19:52 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48d462a4-3372-487c-92d5-7bb44b701d6d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "08ea11bda982b62c9b51c10dec242bfb", + "x-ms-correlation-request-id": "881fd311-84cd-4555-b3eb-ad5b41dc8cf8", + "x-ms-ratelimit-remaining-subscription-reads": "11855", + "x-ms-request-id": "3d53db3d-d0c0-48e5-b372-5faee51f6b7d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051953Z:881fd311-84cd-4555-b3eb-ad5b41dc8cf8" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48d462a4-3372-487c-92d5-7bb44b701d6d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "7fb0d4c8efcf883f95c8931c2c802f64", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:19:53 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48d462a4-3372-487c-92d5-7bb44b701d6d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "7fb0d4c8efcf883f95c8931c2c802f64", + "x-ms-correlation-request-id": "9c0f07fa-1262-48c2-82ff-7bfe029c63f8", + "x-ms-ratelimit-remaining-subscription-reads": "11854", + "x-ms-request-id": "2583341b-78a5-40e4-b7c3-1f21dd071fe3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051954Z:9c0f07fa-1262-48c2-82ff-7bfe029c63f8" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48d462a4-3372-487c-92d5-7bb44b701d6d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "eb5d04276e712772c27ec48270850634", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:19:55 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48d462a4-3372-487c-92d5-7bb44b701d6d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "eb5d04276e712772c27ec48270850634", + "x-ms-correlation-request-id": "161da199-665f-4796-a857-28776643017c", + "x-ms-ratelimit-remaining-subscription-reads": "11853", + "x-ms-request-id": "87a6e0eb-74ec-4f7b-a73e-71a4543d3fba", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051955Z:161da199-665f-4796-a857-28776643017c" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48d462a4-3372-487c-92d5-7bb44b701d6d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "54c5be9fd55eced8d16273ba16108a1a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:19:56 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48d462a4-3372-487c-92d5-7bb44b701d6d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "54c5be9fd55eced8d16273ba16108a1a", + "x-ms-correlation-request-id": "75358edc-470e-40fc-8143-7cf46b18dc70", + "x-ms-ratelimit-remaining-subscription-reads": "11852", + "x-ms-request-id": "b0c7433c-e27d-4889-8929-48e5daa3db6c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051957Z:75358edc-470e-40fc-8143-7cf46b18dc70" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48d462a4-3372-487c-92d5-7bb44b701d6d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "e7e65d213fc7598a6188bc502abd170f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:19:57 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48d462a4-3372-487c-92d5-7bb44b701d6d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e7e65d213fc7598a6188bc502abd170f", + "x-ms-correlation-request-id": "917e9443-5fa1-47e8-b468-c53a2ab7c9d5", + "x-ms-ratelimit-remaining-subscription-reads": "11851", + "x-ms-request-id": "4c5080da-4931-4358-a741-69c0b93a5ee2", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051958Z:917e9443-5fa1-47e8-b468-c53a2ab7c9d5" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48d462a4-3372-487c-92d5-7bb44b701d6d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "6e7d5fc1dbbb51052c8f1a0ffbb811b2", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "309", + "Content-Type": "application/json", + "Date": "Thu, 18 Nov 2021 05:19:59 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6e7d5fc1dbbb51052c8f1a0ffbb811b2", + "x-ms-correlation-request-id": "fdc3b688-5c07-4cbe-814c-2d9ba2556da3", + "x-ms-ratelimit-remaining-subscription-reads": "11850", + "x-ms-request-id": "95cc0085-6a06-401c-868d-e2ecb3221d14", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T051959Z:fdc3b688-5c07-4cbe-814c-2d9ba2556da3" + }, + "ResponseBody": { + "status": "Complete", + "restoreId": "48d462a4-3372-487c-92d5-7bb44b701d6d", + "parameters": { + "timetoRestore": "2021-11-18T05:16:31.3659131Z", + "blobRanges": [ + { + "startRange": "", + "endRange": "container1/blob1" + }, + { + "startRange": "container1/blob2", + "endRange": "container2/blob3" + }, + { + "startRange": "container3/blob3", + "endRange": "" + } + ] + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-6619/providers/Microsoft.Storage/storageAccounts?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211118.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "1360a9f41e9f5f6c346bf2d61987a314", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1499", + "Content-Type": "application/json", + "Date": "Thu, 18 Nov 2021 05:19:59 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1360a9f41e9f5f6c346bf2d61987a314", + "x-ms-correlation-request-id": "02c57e75-e9da-48be-93c3-1d6e50bde454", + "x-ms-ratelimit-remaining-subscription-reads": "11849", + "x-ms-request-id": "1eedb445-529b-4050-8d6d-9524f759f5e7", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T052000Z:02c57e75-e9da-48be-93c3-1d6e50bde454" + }, + "ResponseBody": { + "value": [ + { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "StorageV2", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-6619/providers/Microsoft.Storage/storageAccounts/teststoragemgmt3746", + "name": "teststoragemgmt3746", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-11-18T05:15:58.0616604Z", + "key2": "2021-11-18T05:15:58.0616604Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-18T05:15:58.0616604Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-18T05:15:58.0616604Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "accessTier": "Hot", + "provisioningState": "Succeeded", + "creationTime": "2021-11-18T05:15:57.9678831Z", + "primaryEndpoints": { + "dfs": "https://teststoragemgmt3746.dfs.core.windows.net/", + "web": "https://teststoragemgmt3746.z20.web.core.windows.net/", + "blob": "https://teststoragemgmt3746.blob.core.windows.net/", + "queue": "https://teststoragemgmt3746.queue.core.windows.net/", + "table": "https://teststoragemgmt3746.table.core.windows.net/", + "file": "https://teststoragemgmt3746.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + } + ] + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-6619/providers/Microsoft.Storage/storageAccounts/teststoragemgmt3746?api-version=2021-04-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211118.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "b7f8634b1b93465f5794bb38257a5da9", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 05:20:12 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b7f8634b1b93465f5794bb38257a5da9", + "x-ms-correlation-request-id": "2eb0f369-69f8-470a-8cd0-74bfc2c4d3aa", + "x-ms-ratelimit-remaining-subscription-deletes": "14999", + "x-ms-request-id": "b77a159d-20d5-4810-9083-920e2be575ff", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T052013Z:2eb0f369-69f8-470a-8cd0-74bfc2c4d3aa" + }, + "ResponseBody": [] + } + ], + "Variables": { + "DateTimeOffsetNow": "2021-11-18T13:16:32.3659131\u002B08:00", + "RandomSeed": "1556261390", + "RESOURCE_MANAGER_URL": null, + "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" + } +} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/FileShareTests/CreateDeleteListFileShareSnapshot.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/FileShareTests/CreateDeleteListFileShareSnapshot.json new file mode 100644 index 0000000000000..1126f1698004b --- /dev/null +++ b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/FileShareTests/CreateDeleteListFileShareSnapshot.json @@ -0,0 +1,1421 @@ +{ + "Entries": [ + { + "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-30505aa161102846afd1f5a1df4eb18e-c1bdb46d43e17e44-00", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "f16a44a2a48ebf5ae26ecd2895459a89", + "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": "Wed, 17 Nov 2021 08:56:01 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "09ccf5fc-99f7-4331-8842-02ee0120f416", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-request-id": "09ccf5fc-99f7-4331-8842-02ee0120f416", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T085601Z:09ccf5fc-99f7-4331-8842-02ee0120f416" + }, + "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/teststorageRG-820?api-version=2019-10-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "44", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "4c4f2776857a739f45fb592ea177bb9a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "location": "eastus2", + "tags": { + "test": "env" + } + }, + "StatusCode": 201, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "254", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 17 Nov 2021 08:56:04 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "d270c84b-a554-4ece-ab41-6521e1e0a69c", + "x-ms-ratelimit-remaining-subscription-writes": "1199", + "x-ms-request-id": "d270c84b-a554-4ece-ab41-6521e1e0a69c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T085604Z:d270c84b-a554-4ece-ab41-6521e1e0a69c" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-820", + "name": "teststorageRG-820", + "type": "Microsoft.Resources/resourceGroups", + "location": "eastus2", + "tags": { + "test": "env" + }, + "properties": { + "provisioningState": "Succeeded" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/checkNameAvailability?api-version=2021-04-01", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "73", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "54e133dc703663e130bd0c9957e4ab63", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "name": "teststoragemgmt9594", + "type": "Microsoft.Storage/storageAccounts" + }, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "22", + "Content-Type": "application/json", + "Date": "Wed, 17 Nov 2021 08:56:05 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "54e133dc703663e130bd0c9957e4ab63", + "x-ms-correlation-request-id": "64ee1fab-710f-45ac-a2ab-c25af39bffa5", + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-request-id": "bf8de977-c716-4e92-a62f-3ffe1b479e34", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T085605Z:64ee1fab-710f-45ac-a2ab-c25af39bffa5" + }, + "ResponseBody": { + "nameAvailable": true + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-820/providers/Microsoft.Storage/storageAccounts/teststoragemgmt9594?api-version=2021-04-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "126", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "153667ca27fccabf7e49a8009141f712", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "sku": { + "name": "Standard_GRS" + }, + "kind": "Storage", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": {} + }, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 08:56:11 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fe4258aa-4511-4e8d-813c-2fdfead9532a?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "153667ca27fccabf7e49a8009141f712", + "x-ms-correlation-request-id": "71238042-7949-44c5-9d48-3493bd9c0168", + "x-ms-ratelimit-remaining-subscription-writes": "1198", + "x-ms-request-id": "fe4258aa-4511-4e8d-813c-2fdfead9532a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T085612Z:71238042-7949-44c5-9d48-3493bd9c0168" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fe4258aa-4511-4e8d-813c-2fdfead9532a?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "0fd6caad8584b51b7416d5edc7e1d2ee", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 08:56:11 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fe4258aa-4511-4e8d-813c-2fdfead9532a?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "0fd6caad8584b51b7416d5edc7e1d2ee", + "x-ms-correlation-request-id": "30ccd2e4-7bc3-4712-969a-c18a6a97608d", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-request-id": "5c639f66-1876-4270-b033-64ddb8249944", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T085612Z:30ccd2e4-7bc3-4712-969a-c18a6a97608d" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fe4258aa-4511-4e8d-813c-2fdfead9532a?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "da0cf9c5447c21bb277fa713dcf637a4", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 08:56:12 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fe4258aa-4511-4e8d-813c-2fdfead9532a?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "da0cf9c5447c21bb277fa713dcf637a4", + "x-ms-correlation-request-id": "a4e0bc0d-1c27-4eac-af17-0c168a406bd5", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-request-id": "ec1010ae-e516-42d0-9486-6fcac001295a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T085613Z:a4e0bc0d-1c27-4eac-af17-0c168a406bd5" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fe4258aa-4511-4e8d-813c-2fdfead9532a?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "c652915be76b088d62b3f291d352ef8c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 08:56:14 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fe4258aa-4511-4e8d-813c-2fdfead9532a?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c652915be76b088d62b3f291d352ef8c", + "x-ms-correlation-request-id": "27baec25-bfb2-41b7-bb82-bc437c1158d7", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-request-id": "9d506bd9-37d6-43c3-8adc-53746d91ffb0", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T085615Z:27baec25-bfb2-41b7-bb82-bc437c1158d7" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fe4258aa-4511-4e8d-813c-2fdfead9532a?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "99025c1613cd699a0eb4e805dd07d97d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 08:56:15 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fe4258aa-4511-4e8d-813c-2fdfead9532a?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "99025c1613cd699a0eb4e805dd07d97d", + "x-ms-correlation-request-id": "3dee5926-9452-4223-af2b-de774a7f56eb", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-request-id": "bb3be582-a8b1-4ec6-bca4-2708ee8f93c5", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T085616Z:3dee5926-9452-4223-af2b-de774a7f56eb" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fe4258aa-4511-4e8d-813c-2fdfead9532a?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "359130df0b8ede826c0478c8512a4ed5", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 08:56:16 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fe4258aa-4511-4e8d-813c-2fdfead9532a?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "359130df0b8ede826c0478c8512a4ed5", + "x-ms-correlation-request-id": "636fb52a-84dc-46d1-b89f-4cd4fef1d396", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-request-id": "d4e2df1e-d9b7-423a-9fb8-d91ca3cbbdfd", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T085617Z:636fb52a-84dc-46d1-b89f-4cd4fef1d396" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fe4258aa-4511-4e8d-813c-2fdfead9532a?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "7ffc1b909df447d7f7e8b8b6ff882b5a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 08:56:18 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fe4258aa-4511-4e8d-813c-2fdfead9532a?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "7ffc1b909df447d7f7e8b8b6ff882b5a", + "x-ms-correlation-request-id": "5b7bb41c-01b5-4639-8817-f3120bdf922a", + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-request-id": "6fb0dd07-33b2-4152-af8f-d7d4f4787a5a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T085619Z:5b7bb41c-01b5-4639-8817-f3120bdf922a" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fe4258aa-4511-4e8d-813c-2fdfead9532a?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "a2b174dab9c10afeda232dc89bd217e4", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 08:56:19 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fe4258aa-4511-4e8d-813c-2fdfead9532a?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a2b174dab9c10afeda232dc89bd217e4", + "x-ms-correlation-request-id": "95f9fb0e-536f-44c0-8927-c671b5c85bba", + "x-ms-ratelimit-remaining-subscription-reads": "11988", + "x-ms-request-id": "bc49f83a-2f4a-41fe-bd94-ef27dfdbeafc", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T085620Z:95f9fb0e-536f-44c0-8927-c671b5c85bba" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fe4258aa-4511-4e8d-813c-2fdfead9532a?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "c2741366590a428958493ea553ccdfe3", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 08:56:20 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fe4258aa-4511-4e8d-813c-2fdfead9532a?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c2741366590a428958493ea553ccdfe3", + "x-ms-correlation-request-id": "268c7730-e31c-4b58-9bb8-c1181275730e", + "x-ms-ratelimit-remaining-subscription-reads": "11987", + "x-ms-request-id": "8fb53e7c-0e35-4e20-8011-c48f91636a9f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T085621Z:268c7730-e31c-4b58-9bb8-c1181275730e" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fe4258aa-4511-4e8d-813c-2fdfead9532a?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "ddee1dd8ab78d6131cf2a5d06f0eac24", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 08:56:21 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fe4258aa-4511-4e8d-813c-2fdfead9532a?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ddee1dd8ab78d6131cf2a5d06f0eac24", + "x-ms-correlation-request-id": "167a2efd-28a7-4c25-a764-d53b85462a71", + "x-ms-ratelimit-remaining-subscription-reads": "11986", + "x-ms-request-id": "87025105-4471-45af-bbb1-bda02e90f032", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T085622Z:167a2efd-28a7-4c25-a764-d53b85462a71" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fe4258aa-4511-4e8d-813c-2fdfead9532a?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "eb4fd3d16913804feb6f49777b58b70d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 08:56:23 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fe4258aa-4511-4e8d-813c-2fdfead9532a?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "eb4fd3d16913804feb6f49777b58b70d", + "x-ms-correlation-request-id": "19bc3e28-7be3-43af-9ff1-25d2224b8f19", + "x-ms-ratelimit-remaining-subscription-reads": "11985", + "x-ms-request-id": "fb6b8d44-ab58-4196-b978-8ef0425c0ff3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T085624Z:19bc3e28-7be3-43af-9ff1-25d2224b8f19" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fe4258aa-4511-4e8d-813c-2fdfead9532a?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "7df04a433ae3ba6bff9ea518b3b8d24a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 08:56:25 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fe4258aa-4511-4e8d-813c-2fdfead9532a?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "7df04a433ae3ba6bff9ea518b3b8d24a", + "x-ms-correlation-request-id": "e2a236c0-3c1a-4f71-a771-6243bfe227f4", + "x-ms-ratelimit-remaining-subscription-reads": "11984", + "x-ms-request-id": "7afc9e3d-9ae5-497e-9505-5f62b02a2389", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T085625Z:e2a236c0-3c1a-4f71-a771-6243bfe227f4" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fe4258aa-4511-4e8d-813c-2fdfead9532a?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "7fd4199df37c6fcfce6df109629c5bc4", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 08:56:26 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fe4258aa-4511-4e8d-813c-2fdfead9532a?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "7fd4199df37c6fcfce6df109629c5bc4", + "x-ms-correlation-request-id": "9e7585d3-7fbc-4f3e-a528-08f62d789825", + "x-ms-ratelimit-remaining-subscription-reads": "11983", + "x-ms-request-id": "a83904f3-c2f7-4206-bbf0-1f826139889b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T085626Z:9e7585d3-7fbc-4f3e-a528-08f62d789825" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fe4258aa-4511-4e8d-813c-2fdfead9532a?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "258d973b2e1e97416895ec75c436cc33", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1345", + "Content-Type": "application/json", + "Date": "Wed, 17 Nov 2021 08:56:28 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "258d973b2e1e97416895ec75c436cc33", + "x-ms-correlation-request-id": "b42ab237-5c3f-4c0e-8ba5-5ab7425238c8", + "x-ms-ratelimit-remaining-subscription-reads": "11982", + "x-ms-request-id": "e117ba7d-6341-49d7-8285-d1d0e45e9422", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T085628Z:b42ab237-5c3f-4c0e-8ba5-5ab7425238c8" + }, + "ResponseBody": { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "Storage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-820/providers/Microsoft.Storage/storageAccounts/teststoragemgmt9594", + "name": "teststoragemgmt9594", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-11-17T08:56:10.5938376Z", + "key2": "2021-11-17T08:56:10.5938376Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T08:56:10.5938376Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T08:56:10.5938376Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "provisioningState": "Succeeded", + "creationTime": "2021-11-17T08:56:10.4688163Z", + "primaryEndpoints": { + "blob": "https://teststoragemgmt9594.blob.core.windows.net/", + "queue": "https://teststoragemgmt9594.queue.core.windows.net/", + "table": "https://teststoragemgmt9594.table.core.windows.net/", + "file": "https://teststoragemgmt9594.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-820/providers/Microsoft.Storage/storageAccounts/teststoragemgmt9594/fileServices/default?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "61daff9c378450917a80af7549615862", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "423", + "Content-Type": "application/json", + "Date": "Wed, 17 Nov 2021 08:56:28 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "61daff9c378450917a80af7549615862", + "x-ms-correlation-request-id": "70be3aff-d1ba-4437-ba0d-81b302f95e49", + "x-ms-ratelimit-remaining-subscription-reads": "11981", + "x-ms-request-id": "3c5d81a6-307f-4c88-8408-ce2bf1f32039", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T085628Z:70be3aff-d1ba-4437-ba0d-81b302f95e49" + }, + "ResponseBody": { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-820/providers/Microsoft.Storage/storageAccounts/teststoragemgmt9594/fileServices/default", + "name": "default", + "type": "Microsoft.Storage/storageAccounts/fileServices", + "properties": { + "protocolSettings": { + "smb": {} + }, + "cors": { + "corsRules": [] + }, + "shareDeleteRetentionPolicy": { + "enabled": true, + "days": 7 + } + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-820/providers/Microsoft.Storage/storageAccounts/teststoragemgmt9594?api-version=2021-04-01", + "RequestMethod": "PATCH", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "36", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "1cdde043ad2b6e2bd83d17e60759ab97", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "kind": "StorageV2", + "properties": {} + }, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1486", + "Content-Type": "application/json", + "Date": "Wed, 17 Nov 2021 08:56:31 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1cdde043ad2b6e2bd83d17e60759ab97", + "x-ms-correlation-request-id": "85c5d90c-f882-4122-9e3c-a123848d4091", + "x-ms-ratelimit-remaining-subscription-writes": "1197", + "x-ms-request-id": "a38293e3-6306-4dbd-9646-2358f5dd2581", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T085631Z:85c5d90c-f882-4122-9e3c-a123848d4091" + }, + "ResponseBody": { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "StorageV2", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-820/providers/Microsoft.Storage/storageAccounts/teststoragemgmt9594", + "name": "teststoragemgmt9594", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-11-17T08:56:10.5938376Z", + "key2": "2021-11-17T08:56:10.5938376Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T08:56:10.5938376Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T08:56:10.5938376Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "accessTier": "Hot", + "provisioningState": "Succeeded", + "creationTime": "2021-11-17T08:56:10.4688163Z", + "primaryEndpoints": { + "dfs": "https://teststoragemgmt9594.dfs.core.windows.net/", + "web": "https://teststoragemgmt9594.z20.web.core.windows.net/", + "blob": "https://teststoragemgmt9594.blob.core.windows.net/", + "queue": "https://teststoragemgmt9594.queue.core.windows.net/", + "table": "https://teststoragemgmt9594.table.core.windows.net/", + "file": "https://teststoragemgmt9594.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-820/providers/Microsoft.Storage/storageAccounts/teststoragemgmt9594/fileServices/default?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "626dbda1f9c10340063caa9e7fcb4e06", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "423", + "Content-Type": "application/json", + "Date": "Wed, 17 Nov 2021 08:56:31 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "626dbda1f9c10340063caa9e7fcb4e06", + "x-ms-correlation-request-id": "1613ee31-004f-4e3e-8ee3-81bdea3c7044", + "x-ms-ratelimit-remaining-subscription-reads": "11980", + "x-ms-request-id": "3e51f3f5-db18-4438-81bd-289b4f943176", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T085631Z:1613ee31-004f-4e3e-8ee3-81bdea3c7044" + }, + "ResponseBody": { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-820/providers/Microsoft.Storage/storageAccounts/teststoragemgmt9594/fileServices/default", + "name": "default", + "type": "Microsoft.Storage/storageAccounts/fileServices", + "properties": { + "protocolSettings": { + "smb": {} + }, + "cors": { + "corsRules": [] + }, + "shareDeleteRetentionPolicy": { + "enabled": true, + "days": 7 + } + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-820/providers/Microsoft.Storage/storageAccounts/teststoragemgmt9594/fileServices/default?api-version=2021-04-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "71", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "e332893cb059ef08d46c894620aa4820", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "properties": { + "shareDeleteRetentionPolicy": { + "enabled": true, + "days": 5 + } + } + }, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "321", + "Content-Type": "application/json", + "Date": "Wed, 17 Nov 2021 08:56:32 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e332893cb059ef08d46c894620aa4820", + "x-ms-correlation-request-id": "14e26756-612f-4364-a226-2ffe51e6a477", + "x-ms-ratelimit-remaining-subscription-writes": "1196", + "x-ms-request-id": "416fe18a-5eec-48fd-8270-68fd184b9e44", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T085632Z:14e26756-612f-4364-a226-2ffe51e6a477" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-820/providers/Microsoft.Storage/storageAccounts/teststoragemgmt9594/fileServices/default", + "name": "default", + "type": "Microsoft.Storage/storageAccounts/fileServices", + "properties": { + "shareDeleteRetentionPolicy": { + "enabled": true, + "days": 5 + } + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-820/providers/Microsoft.Storage/storageAccounts/teststoragemgmt9594/fileServices/default/shares/testfileshare14659?api-version=2021-04-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "17", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "f5f48bd449a1daa016ee028cee0def10", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "properties": {} + }, + "StatusCode": 201, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "311", + "Content-Type": "application/json", + "Date": "Wed, 17 Nov 2021 08:56:33 GMT", + "ETag": "\u00220x8D9A9A8277F6C78\u0022", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f5f48bd449a1daa016ee028cee0def10", + "x-ms-correlation-request-id": "6396204e-2cb6-4915-af6a-b2646e90ca2b", + "x-ms-ratelimit-remaining-subscription-writes": "1195", + "x-ms-request-id": "92b9fbf6-7f41-4cca-b9a4-94330cd13cdc", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T085633Z:6396204e-2cb6-4915-af6a-b2646e90ca2b" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-820/providers/Microsoft.Storage/storageAccounts/teststoragemgmt9594/fileServices/default/shares/testfileshare14659", + "name": "testfileshare14659", + "type": "Microsoft.Storage/storageAccounts/fileServices/shares", + "properties": {} + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-820/providers/Microsoft.Storage/storageAccounts/teststoragemgmt9594/fileServices/default/shares/testfileshare22141?api-version=2021-04-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "17", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "c8277da9f03e7eb58e5570f9e35bf489", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "properties": {} + }, + "StatusCode": 201, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "311", + "Content-Type": "application/json", + "Date": "Wed, 17 Nov 2021 08:56:33 GMT", + "ETag": "\u00220x8D9A9A827E00B68\u0022", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c8277da9f03e7eb58e5570f9e35bf489", + "x-ms-correlation-request-id": "dc8f8fd5-7d46-456a-ae2b-0fef281739f6", + "x-ms-ratelimit-remaining-subscription-writes": "1194", + "x-ms-request-id": "21a32222-2aef-4374-a7f1-7eed31c20a5b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T085633Z:dc8f8fd5-7d46-456a-ae2b-0fef281739f6" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-820/providers/Microsoft.Storage/storageAccounts/teststoragemgmt9594/fileServices/default/shares/testfileshare22141", + "name": "testfileshare22141", + "type": "Microsoft.Storage/storageAccounts/fileServices/shares", + "properties": {} + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-820/providers/Microsoft.Storage/storageAccounts/teststoragemgmt9594/fileServices/default/shares/testfileshare22141?api-version=2021-04-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "c2f768ca4712e8e8437e9a1aec477d7b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 08:56:34 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c2f768ca4712e8e8437e9a1aec477d7b", + "x-ms-correlation-request-id": "d1dc3834-b98b-4c5c-9f8b-163f292e8e19", + "x-ms-ratelimit-remaining-subscription-deletes": "14999", + "x-ms-request-id": "15de8a54-d944-4e6c-929a-728728b2bdff", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T085634Z:d1dc3834-b98b-4c5c-9f8b-163f292e8e19" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-820/providers/Microsoft.Storage/storageAccounts/teststoragemgmt9594/fileServices/default/shares/testfileshare14659?$expand=snapshots\u0026api-version=2021-04-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "17", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "ca0010570cf9e3d8d676674bd9a6f6ba", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "properties": {} + }, + "StatusCode": 201, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "356", + "Content-Type": "application/json", + "Date": "Wed, 17 Nov 2021 08:56:34 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ca0010570cf9e3d8d676674bd9a6f6ba", + "x-ms-correlation-request-id": "53c4660c-2236-405b-b75d-17e239c4f256", + "x-ms-ratelimit-remaining-subscription-writes": "1193", + "x-ms-request-id": "e59b11a3-d852-43ec-a9d1-fb917e0ed054", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T085635Z:53c4660c-2236-405b-b75d-17e239c4f256" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-820/providers/Microsoft.Storage/storageAccounts/teststoragemgmt9594/fileServices/default/shares/testfileshare14659", + "name": "testfileshare14659", + "type": "Microsoft.Storage/storageAccounts/fileServices/shares", + "properties": { + "snapshotTime": "2021-11-17T08:56:34.0000000Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-820/providers/Microsoft.Storage/storageAccounts/teststoragemgmt9594/fileServices/default/shares/testfileshare14659?$expand=snapshots\u0026api-version=2021-04-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "17", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "86c278f92c1562fd953e84c0569b9146", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "properties": {} + }, + "StatusCode": 201, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "356", + "Content-Type": "application/json", + "Date": "Wed, 17 Nov 2021 08:56:35 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "86c278f92c1562fd953e84c0569b9146", + "x-ms-correlation-request-id": "c7022237-9d2d-4ce3-93a7-c6a3531da7f0", + "x-ms-ratelimit-remaining-subscription-writes": "1192", + "x-ms-request-id": "d9615571-370e-4e49-857f-516769e2efa4", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T085635Z:c7022237-9d2d-4ce3-93a7-c6a3531da7f0" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-820/providers/Microsoft.Storage/storageAccounts/teststoragemgmt9594/fileServices/default/shares/testfileshare14659", + "name": "testfileshare14659", + "type": "Microsoft.Storage/storageAccounts/fileServices/shares", + "properties": { + "snapshotTime": "2021-11-17T08:56:35.0000000Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-820/providers/Microsoft.Storage/storageAccounts/teststoragemgmt9594/fileServices/default/shares/testfileshare14659?api-version=2021-04-01\u0026$expand=stats", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "d2a1f4d8295abd909013ec9ce09c0f9c", + "x-ms-return-client-request-id": "true", + "x-ms-snapshot": "2021-11-17T08:56:34.0000000Z" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "638", + "Content-Type": "application/json", + "Date": "Wed, 17 Nov 2021 08:56:36 GMT", + "ETag": "\u00220x8D9A9A8277F6C78\u0022", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d2a1f4d8295abd909013ec9ce09c0f9c", + "x-ms-correlation-request-id": "31245764-36ed-4b69-b467-95eac7092c9a", + "x-ms-ratelimit-remaining-subscription-reads": "11979", + "x-ms-request-id": "1e3b5ef7-2a06-44c1-98e1-d5b0e0443c24", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T085636Z:31245764-36ed-4b69-b467-95eac7092c9a" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-820/providers/Microsoft.Storage/storageAccounts/teststoragemgmt9594/fileServices/default/shares/testfileshare14659", + "name": "testfileshare14659", + "type": "Microsoft.Storage/storageAccounts/fileServices/shares", + "etag": "\u00220x8D9A9A8277F6C78\u0022", + "properties": { + "shareUsageBytes": 0, + "accessTier": "TransactionOptimized", + "accessTierChangeTime": "2021-11-17T08:56:33.0000000Z", + "snapshotTime": "2021-11-17T08:56:34.0000000Z", + "lastModifiedTime": "2021-11-17T08:56:33.0000000Z", + "shareQuota": 5120, + "leaseStatus": "unlocked", + "leaseState": "available", + "signedIdentifiers": [] + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-820/providers/Microsoft.Storage/storageAccounts/teststoragemgmt9594/fileServices/default/shares?api-version=2021-04-01\u0026$expand=snapshots", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "7320df87f6852b66129e35ba87188c3b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1720", + "Content-Type": "application/json", + "Date": "Wed, 17 Nov 2021 08:56:36 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "7320df87f6852b66129e35ba87188c3b", + "x-ms-correlation-request-id": "59459f16-8277-414a-aeb8-4defaacb65bb", + "x-ms-ratelimit-remaining-subscription-reads": "11978", + "x-ms-request-id": "d4f26901-fd4a-4935-bcb7-ec2102de14aa", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T085636Z:59459f16-8277-414a-aeb8-4defaacb65bb" + }, + "ResponseBody": { + "value": [ + { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-820/providers/Microsoft.Storage/storageAccounts/teststoragemgmt9594/fileServices/default/shares/testfileshare14659", + "name": "testfileshare14659", + "type": "Microsoft.Storage/storageAccounts/fileServices/shares", + "etag": "\u00220x8D9A9A8277F6C78\u0022", + "properties": { + "accessTier": "TransactionOptimized", + "snapshotTime": "2021-11-17T08:56:34.0000000Z", + "lastModifiedTime": "2021-11-17T08:56:33.0000000Z", + "shareQuota": 5120, + "enabledProtocols": "SMB", + "leaseStatus": "unlocked", + "leaseState": "available" + } + }, + { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-820/providers/Microsoft.Storage/storageAccounts/teststoragemgmt9594/fileServices/default/shares/testfileshare14659", + "name": "testfileshare14659", + "type": "Microsoft.Storage/storageAccounts/fileServices/shares", + "etag": "\u00220x8D9A9A8277F6C78\u0022", + "properties": { + "accessTier": "TransactionOptimized", + "snapshotTime": "2021-11-17T08:56:35.0000000Z", + "lastModifiedTime": "2021-11-17T08:56:33.0000000Z", + "shareQuota": 5120, + "enabledProtocols": "SMB", + "leaseStatus": "unlocked", + "leaseState": "available" + } + }, + { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-820/providers/Microsoft.Storage/storageAccounts/teststoragemgmt9594/fileServices/default/shares/testfileshare14659", + "name": "testfileshare14659", + "type": "Microsoft.Storage/storageAccounts/fileServices/shares", + "etag": "\u00220x8D9A9A8277F6C78\u0022", + "properties": { + "accessTier": "TransactionOptimized", + "accessTierChangeTime": "2021-11-17T08:56:33.0000000Z", + "lastModifiedTime": "2021-11-17T08:56:33.0000000Z", + "shareQuota": 5120, + "enabledProtocols": "SMB", + "leaseStatus": "unlocked", + "leaseState": "available" + } + } + ] + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-820/providers/Microsoft.Storage/storageAccounts/teststoragemgmt9594/fileServices/default/shares/testfileshare14659?api-version=2021-04-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "e47320e42305d060e804f602406082f8", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 08:56:36 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e47320e42305d060e804f602406082f8", + "x-ms-correlation-request-id": "0750bd80-eae5-44d9-9b92-dc10644fcfbd", + "x-ms-ratelimit-remaining-subscription-deletes": "14998", + "x-ms-request-id": "c90230eb-5495-4b3b-bdbe-14de4a2ef430", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T085637Z:0750bd80-eae5-44d9-9b92-dc10644fcfbd" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-820/providers/Microsoft.Storage/storageAccounts/teststoragemgmt9594/fileServices/default/shares?api-version=2021-04-01\u0026$expand=deleted", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "7738e82f1d7ae1c18e76c0bcf3d53677", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1421", + "Content-Type": "application/json", + "Date": "Wed, 17 Nov 2021 08:56:37 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "7738e82f1d7ae1c18e76c0bcf3d53677", + "x-ms-correlation-request-id": "233b4c57-457c-4af7-8495-a2e64e93fc16", + "x-ms-ratelimit-remaining-subscription-reads": "11977", + "x-ms-request-id": "aa2ad3b1-30e9-40dc-94b8-9cd984ba5501", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T085637Z:233b4c57-457c-4af7-8495-a2e64e93fc16" + }, + "ResponseBody": { + "value": [ + { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-820/providers/Microsoft.Storage/storageAccounts/teststoragemgmt9594/fileServices/default/shares/testfileshare14659_01D7DB9104FB82E6", + "name": "testfileshare14659", + "type": "Microsoft.Storage/storageAccounts/fileServices/shares", + "etag": "\u00220x8D9A9A8277F6C78\u0022", + "properties": { + "version": "01D7DB9104FB82E6", + "deleted": true, + "deletedTime": "2021-11-17T08:56:36.0000000Z", + "remainingRetentionDays": 5, + "accessTier": "TransactionOptimized", + "accessTierChangeTime": "2021-11-17T08:56:33.0000000Z", + "lastModifiedTime": "2021-11-17T08:56:33.0000000Z", + "shareQuota": 5120, + "enabledProtocols": "SMB", + "leaseStatus": "unlocked", + "leaseState": "broken" + } + }, + { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-820/providers/Microsoft.Storage/storageAccounts/teststoragemgmt9594/fileServices/default/shares/testfileshare22141_01D7DB91056738B4", + "name": "testfileshare22141", + "type": "Microsoft.Storage/storageAccounts/fileServices/shares", + "etag": "\u00220x8D9A9A827E00B68\u0022", + "properties": { + "version": "01D7DB91056738B4", + "deleted": true, + "deletedTime": "2021-11-17T08:56:34.0000000Z", + "remainingRetentionDays": 5, + "accessTier": "TransactionOptimized", + "accessTierChangeTime": "2021-11-17T08:56:33.0000000Z", + "lastModifiedTime": "2021-11-17T08:56:33.0000000Z", + "shareQuota": 5120, + "enabledProtocols": "SMB", + "leaseStatus": "unlocked", + "leaseState": "broken" + } + } + ] + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-820/providers/Microsoft.Storage/storageAccounts?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "c0b8b1862a2863977e4f8b800063ebb2", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1498", + "Content-Type": "application/json", + "Date": "Wed, 17 Nov 2021 08:56:37 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c0b8b1862a2863977e4f8b800063ebb2", + "x-ms-correlation-request-id": "9b1b36d3-2aa5-41c1-9eb9-6662dcf0ec4d", + "x-ms-ratelimit-remaining-subscription-reads": "11976", + "x-ms-request-id": "a344c87e-0440-4900-9dda-fc24ab9825b1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T085637Z:9b1b36d3-2aa5-41c1-9eb9-6662dcf0ec4d" + }, + "ResponseBody": { + "value": [ + { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "StorageV2", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-820/providers/Microsoft.Storage/storageAccounts/teststoragemgmt9594", + "name": "teststoragemgmt9594", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-11-17T08:56:10.5938376Z", + "key2": "2021-11-17T08:56:10.5938376Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T08:56:10.5938376Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T08:56:10.5938376Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "accessTier": "Hot", + "provisioningState": "Succeeded", + "creationTime": "2021-11-17T08:56:10.4688163Z", + "primaryEndpoints": { + "dfs": "https://teststoragemgmt9594.dfs.core.windows.net/", + "web": "https://teststoragemgmt9594.z20.web.core.windows.net/", + "blob": "https://teststoragemgmt9594.blob.core.windows.net/", + "queue": "https://teststoragemgmt9594.queue.core.windows.net/", + "table": "https://teststoragemgmt9594.table.core.windows.net/", + "file": "https://teststoragemgmt9594.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + } + ] + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-820/providers/Microsoft.Storage/storageAccounts/teststoragemgmt9594?api-version=2021-04-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "9e8b3c1c15e0c6c05e92568e63a3dc13", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 08:56:44 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "9e8b3c1c15e0c6c05e92568e63a3dc13", + "x-ms-correlation-request-id": "91788c09-96ad-43bb-89ba-e69d4fe51921", + "x-ms-ratelimit-remaining-subscription-deletes": "14997", + "x-ms-request-id": "57d1b08a-6a3b-489f-8f52-e059c081254d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T085644Z:91788c09-96ad-43bb-89ba-e69d4fe51921" + }, + "ResponseBody": [] + } + ], + "Variables": { + "RandomSeed": "1858359245", + "RESOURCE_MANAGER_URL": null, + "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" + } +} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/FileShareTests/CreateDeleteListFileShareSnapshotAsync.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/FileShareTests/CreateDeleteListFileShareSnapshotAsync.json new file mode 100644 index 0000000000000..8d5a65ae69cbe --- /dev/null +++ b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/FileShareTests/CreateDeleteListFileShareSnapshotAsync.json @@ -0,0 +1,1421 @@ +{ + "Entries": [ + { + "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-304786ddd1f48542b39c32e90c1f1c21-27738068f55c4e48-00", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "8cd8cd99eed1483c7801001c007420a6", + "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": "Wed, 17 Nov 2021 08:54:56 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "c42576d1-ec93-4634-b646-5a5ae5d70278", + "x-ms-ratelimit-remaining-subscription-reads": "11978", + "x-ms-request-id": "c42576d1-ec93-4634-b646-5a5ae5d70278", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T085457Z:c42576d1-ec93-4634-b646-5a5ae5d70278" + }, + "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/teststorageRG-4355?api-version=2019-10-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "44", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "88af5a8d9036eef03f8bb6c0637d5aba", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "location": "eastus2", + "tags": { + "test": "env" + } + }, + "StatusCode": 201, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "256", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 17 Nov 2021 08:54:59 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "6751f4d2-aab6-4d9f-889c-e2fe7952be53", + "x-ms-ratelimit-remaining-subscription-writes": "1193", + "x-ms-request-id": "6751f4d2-aab6-4d9f-889c-e2fe7952be53", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T085500Z:6751f4d2-aab6-4d9f-889c-e2fe7952be53" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-4355", + "name": "teststorageRG-4355", + "type": "Microsoft.Resources/resourceGroups", + "location": "eastus2", + "tags": { + "test": "env" + }, + "properties": { + "provisioningState": "Succeeded" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/checkNameAvailability?api-version=2021-04-01", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "73", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "c47657b97788e6a950d165a043bfa898", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "name": "teststoragemgmt1452", + "type": "Microsoft.Storage/storageAccounts" + }, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "22", + "Content-Type": "application/json", + "Date": "Wed, 17 Nov 2021 08:55:00 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c47657b97788e6a950d165a043bfa898", + "x-ms-correlation-request-id": "f52ab2aa-f45d-4d77-b7d2-66d28ecdee5b", + "x-ms-ratelimit-remaining-subscription-reads": "11977", + "x-ms-request-id": "e6ac3108-9a0a-46b8-816c-3bfa6165d6a1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T085501Z:f52ab2aa-f45d-4d77-b7d2-66d28ecdee5b" + }, + "ResponseBody": { + "nameAvailable": true + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-4355/providers/Microsoft.Storage/storageAccounts/teststoragemgmt1452?api-version=2021-04-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "126", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "4baafdb86382e73d9e926286881484a6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "sku": { + "name": "Standard_GRS" + }, + "kind": "Storage", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": {} + }, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 08:55:07 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3a15e1ca-ed9d-4fa0-b58c-c7505afc1fb4?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4baafdb86382e73d9e926286881484a6", + "x-ms-correlation-request-id": "1ca4bd00-34f4-482d-893b-73056504acbe", + "x-ms-ratelimit-remaining-subscription-writes": "1192", + "x-ms-request-id": "3a15e1ca-ed9d-4fa0-b58c-c7505afc1fb4", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T085508Z:1ca4bd00-34f4-482d-893b-73056504acbe" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3a15e1ca-ed9d-4fa0-b58c-c7505afc1fb4?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "7faa270d6eaf56f01a8e26f615225e3b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 08:55:08 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3a15e1ca-ed9d-4fa0-b58c-c7505afc1fb4?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "7faa270d6eaf56f01a8e26f615225e3b", + "x-ms-correlation-request-id": "256f9f2e-8e95-4cbd-944f-6e23374e2a35", + "x-ms-ratelimit-remaining-subscription-reads": "11976", + "x-ms-request-id": "de10047e-330b-4b50-a1be-33a71ff7ddc6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T085508Z:256f9f2e-8e95-4cbd-944f-6e23374e2a35" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3a15e1ca-ed9d-4fa0-b58c-c7505afc1fb4?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "b63ebe4ddf04e568f8c745e07d7e5c50", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 08:55:09 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3a15e1ca-ed9d-4fa0-b58c-c7505afc1fb4?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b63ebe4ddf04e568f8c745e07d7e5c50", + "x-ms-correlation-request-id": "bb15523b-16d3-416b-9cc7-c1e954c60706", + "x-ms-ratelimit-remaining-subscription-reads": "11975", + "x-ms-request-id": "763cff7b-4ad3-4a02-80c9-f1816b0e7da8", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T085510Z:bb15523b-16d3-416b-9cc7-c1e954c60706" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3a15e1ca-ed9d-4fa0-b58c-c7505afc1fb4?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "60789696046af3f69d64aea1ac0ecee3", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 08:55:10 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3a15e1ca-ed9d-4fa0-b58c-c7505afc1fb4?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "60789696046af3f69d64aea1ac0ecee3", + "x-ms-correlation-request-id": "7ec3758c-942b-4013-a465-3acbf0d9911d", + "x-ms-ratelimit-remaining-subscription-reads": "11974", + "x-ms-request-id": "5597b6a2-1ea2-44a4-9259-e9dc3a4c2e09", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T085511Z:7ec3758c-942b-4013-a465-3acbf0d9911d" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3a15e1ca-ed9d-4fa0-b58c-c7505afc1fb4?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "cc71a943450e2ec7bec487e82910d89b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 08:55:11 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3a15e1ca-ed9d-4fa0-b58c-c7505afc1fb4?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "cc71a943450e2ec7bec487e82910d89b", + "x-ms-correlation-request-id": "6a6e66f4-875f-4113-9b40-307de42044d0", + "x-ms-ratelimit-remaining-subscription-reads": "11973", + "x-ms-request-id": "03c44c6e-20ec-41ff-91f5-f2c5462b952b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T085512Z:6a6e66f4-875f-4113-9b40-307de42044d0" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3a15e1ca-ed9d-4fa0-b58c-c7505afc1fb4?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "7e5fd532fdaa49d1c84b199f30c739ea", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 08:55:13 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3a15e1ca-ed9d-4fa0-b58c-c7505afc1fb4?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "7e5fd532fdaa49d1c84b199f30c739ea", + "x-ms-correlation-request-id": "8f312c46-999a-4544-b9a1-051f6e618e52", + "x-ms-ratelimit-remaining-subscription-reads": "11972", + "x-ms-request-id": "664cff3e-072a-4cfd-8c2e-23a6dbf6b783", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T085514Z:8f312c46-999a-4544-b9a1-051f6e618e52" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3a15e1ca-ed9d-4fa0-b58c-c7505afc1fb4?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "d49c62f98f0d5141cf4aa1a57d0dca8c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 08:55:16 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3a15e1ca-ed9d-4fa0-b58c-c7505afc1fb4?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d49c62f98f0d5141cf4aa1a57d0dca8c", + "x-ms-correlation-request-id": "c8dbd57f-9ac1-4fcb-b955-e0e0adf478a6", + "x-ms-ratelimit-remaining-subscription-reads": "11971", + "x-ms-request-id": "d94e6aa6-3251-4ae7-b787-457e3f49d938", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T085516Z:c8dbd57f-9ac1-4fcb-b955-e0e0adf478a6" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3a15e1ca-ed9d-4fa0-b58c-c7505afc1fb4?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "d66f128c4fae4638d72804c32c27fdf7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 08:55:17 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3a15e1ca-ed9d-4fa0-b58c-c7505afc1fb4?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d66f128c4fae4638d72804c32c27fdf7", + "x-ms-correlation-request-id": "f6849f06-4b18-4421-bc0b-80443916bebd", + "x-ms-ratelimit-remaining-subscription-reads": "11970", + "x-ms-request-id": "ec1d9f3b-3570-4a7b-bbd4-e7574a3ff14d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T085517Z:f6849f06-4b18-4421-bc0b-80443916bebd" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3a15e1ca-ed9d-4fa0-b58c-c7505afc1fb4?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "c6ef9c8b0473a28e930eaf605b2bcbba", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 08:55:18 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3a15e1ca-ed9d-4fa0-b58c-c7505afc1fb4?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c6ef9c8b0473a28e930eaf605b2bcbba", + "x-ms-correlation-request-id": "52d84b1a-e1d5-4a55-bf15-42ca3653e3b1", + "x-ms-ratelimit-remaining-subscription-reads": "11969", + "x-ms-request-id": "5ed307f3-b321-4c4f-85aa-122cdf95dba8", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T085518Z:52d84b1a-e1d5-4a55-bf15-42ca3653e3b1" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3a15e1ca-ed9d-4fa0-b58c-c7505afc1fb4?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "1e138c816258a93b2955fce48b7e25a8", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 08:55:20 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3a15e1ca-ed9d-4fa0-b58c-c7505afc1fb4?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1e138c816258a93b2955fce48b7e25a8", + "x-ms-correlation-request-id": "4c938a49-f335-4a6d-a71a-11aa03e366e0", + "x-ms-ratelimit-remaining-subscription-reads": "11968", + "x-ms-request-id": "38e40130-804e-42dd-9731-719cab3428cd", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T085520Z:4c938a49-f335-4a6d-a71a-11aa03e366e0" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3a15e1ca-ed9d-4fa0-b58c-c7505afc1fb4?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "e01aaa4c031e881883cc43a0a0d8ebab", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 08:55:21 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3a15e1ca-ed9d-4fa0-b58c-c7505afc1fb4?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e01aaa4c031e881883cc43a0a0d8ebab", + "x-ms-correlation-request-id": "7e319f6f-acd5-44d3-b487-26d2f26ef56c", + "x-ms-ratelimit-remaining-subscription-reads": "11967", + "x-ms-request-id": "37d72eb3-5f6a-4a73-aad0-f4d91e2d7ed2", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T085521Z:7e319f6f-acd5-44d3-b487-26d2f26ef56c" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3a15e1ca-ed9d-4fa0-b58c-c7505afc1fb4?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "a041495cdf13289e61469c1e07a91715", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 08:55:22 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3a15e1ca-ed9d-4fa0-b58c-c7505afc1fb4?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a041495cdf13289e61469c1e07a91715", + "x-ms-correlation-request-id": "2c219351-0bab-4ce7-9a21-913fc415c6ed", + "x-ms-ratelimit-remaining-subscription-reads": "11966", + "x-ms-request-id": "f0ea2f48-3147-4e4f-9ac2-42fc7c802f5d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T085522Z:2c219351-0bab-4ce7-9a21-913fc415c6ed" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3a15e1ca-ed9d-4fa0-b58c-c7505afc1fb4?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "b01307e9eb117d9c738b9a8c1f9a0850", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 08:55:23 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3a15e1ca-ed9d-4fa0-b58c-c7505afc1fb4?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b01307e9eb117d9c738b9a8c1f9a0850", + "x-ms-correlation-request-id": "043575de-f8b2-47e4-8069-6ed88b64d275", + "x-ms-ratelimit-remaining-subscription-reads": "11965", + "x-ms-request-id": "2ff46d41-002f-45f8-a371-a1a9cbf3e5c6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T085524Z:043575de-f8b2-47e4-8069-6ed88b64d275" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3a15e1ca-ed9d-4fa0-b58c-c7505afc1fb4?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "4188506a853c6d940bf27ed766fa80da", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1346", + "Content-Type": "application/json", + "Date": "Wed, 17 Nov 2021 08:55:25 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4188506a853c6d940bf27ed766fa80da", + "x-ms-correlation-request-id": "f468219b-8cb0-401b-8f35-fa73b5b62794", + "x-ms-ratelimit-remaining-subscription-reads": "11964", + "x-ms-request-id": "4d72e3be-6418-4ed7-89b4-f472bd7651df", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T085525Z:f468219b-8cb0-401b-8f35-fa73b5b62794" + }, + "ResponseBody": { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "Storage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-4355/providers/Microsoft.Storage/storageAccounts/teststoragemgmt1452", + "name": "teststoragemgmt1452", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-11-17T08:55:07.1072483Z", + "key2": "2021-11-17T08:55:07.1072483Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T08:55:07.1072483Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T08:55:07.1072483Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "provisioningState": "Succeeded", + "creationTime": "2021-11-17T08:55:06.9979013Z", + "primaryEndpoints": { + "blob": "https://teststoragemgmt1452.blob.core.windows.net/", + "queue": "https://teststoragemgmt1452.queue.core.windows.net/", + "table": "https://teststoragemgmt1452.table.core.windows.net/", + "file": "https://teststoragemgmt1452.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-4355/providers/Microsoft.Storage/storageAccounts/teststoragemgmt1452/fileServices/default?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "99b72db53ac5719aadc42c88441209c6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "424", + "Content-Type": "application/json", + "Date": "Wed, 17 Nov 2021 08:55:25 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "99b72db53ac5719aadc42c88441209c6", + "x-ms-correlation-request-id": "a3dfe0a1-a72a-43cb-9bf0-98c1d70acb6d", + "x-ms-ratelimit-remaining-subscription-reads": "11963", + "x-ms-request-id": "766158a9-d96b-4ea0-904e-e8443a9036c9", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T085525Z:a3dfe0a1-a72a-43cb-9bf0-98c1d70acb6d" + }, + "ResponseBody": { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-4355/providers/Microsoft.Storage/storageAccounts/teststoragemgmt1452/fileServices/default", + "name": "default", + "type": "Microsoft.Storage/storageAccounts/fileServices", + "properties": { + "protocolSettings": { + "smb": {} + }, + "cors": { + "corsRules": [] + }, + "shareDeleteRetentionPolicy": { + "enabled": true, + "days": 7 + } + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-4355/providers/Microsoft.Storage/storageAccounts/teststoragemgmt1452?api-version=2021-04-01", + "RequestMethod": "PATCH", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "36", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "b6b34b3dd52163d872a5a41e6cc41778", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "kind": "StorageV2", + "properties": {} + }, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1487", + "Content-Type": "application/json", + "Date": "Wed, 17 Nov 2021 08:55:28 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b6b34b3dd52163d872a5a41e6cc41778", + "x-ms-correlation-request-id": "b9d9fed4-92f4-4841-bea3-7a415970e227", + "x-ms-ratelimit-remaining-subscription-writes": "1191", + "x-ms-request-id": "5b4d70bf-f7ea-43a2-a04e-bc119c7b47be", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T085528Z:b9d9fed4-92f4-4841-bea3-7a415970e227" + }, + "ResponseBody": { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "StorageV2", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-4355/providers/Microsoft.Storage/storageAccounts/teststoragemgmt1452", + "name": "teststoragemgmt1452", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-11-17T08:55:07.1072483Z", + "key2": "2021-11-17T08:55:07.1072483Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T08:55:07.1072483Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T08:55:07.1072483Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "accessTier": "Hot", + "provisioningState": "Succeeded", + "creationTime": "2021-11-17T08:55:06.9979013Z", + "primaryEndpoints": { + "dfs": "https://teststoragemgmt1452.dfs.core.windows.net/", + "web": "https://teststoragemgmt1452.z20.web.core.windows.net/", + "blob": "https://teststoragemgmt1452.blob.core.windows.net/", + "queue": "https://teststoragemgmt1452.queue.core.windows.net/", + "table": "https://teststoragemgmt1452.table.core.windows.net/", + "file": "https://teststoragemgmt1452.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-4355/providers/Microsoft.Storage/storageAccounts/teststoragemgmt1452/fileServices/default?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "f1d7bf0a6fe3308bb5179478580b28f9", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "424", + "Content-Type": "application/json", + "Date": "Wed, 17 Nov 2021 08:55:28 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f1d7bf0a6fe3308bb5179478580b28f9", + "x-ms-correlation-request-id": "85efd860-1405-4c01-bf30-64b8fb1ab2b7", + "x-ms-ratelimit-remaining-subscription-reads": "11962", + "x-ms-request-id": "fa2e66ca-7a84-478e-87bd-c459314b7899", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T085529Z:85efd860-1405-4c01-bf30-64b8fb1ab2b7" + }, + "ResponseBody": { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-4355/providers/Microsoft.Storage/storageAccounts/teststoragemgmt1452/fileServices/default", + "name": "default", + "type": "Microsoft.Storage/storageAccounts/fileServices", + "properties": { + "protocolSettings": { + "smb": {} + }, + "cors": { + "corsRules": [] + }, + "shareDeleteRetentionPolicy": { + "enabled": true, + "days": 7 + } + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-4355/providers/Microsoft.Storage/storageAccounts/teststoragemgmt1452/fileServices/default?api-version=2021-04-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "71", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "1a9ab7e9c947dfb85453261f957b04e8", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "properties": { + "shareDeleteRetentionPolicy": { + "enabled": true, + "days": 5 + } + } + }, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "322", + "Content-Type": "application/json", + "Date": "Wed, 17 Nov 2021 08:55:29 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1a9ab7e9c947dfb85453261f957b04e8", + "x-ms-correlation-request-id": "b0599843-f828-4d17-87d5-a117b43422e0", + "x-ms-ratelimit-remaining-subscription-writes": "1190", + "x-ms-request-id": "5b895385-ae63-48e3-b6c2-e2e2fae3c48c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T085529Z:b0599843-f828-4d17-87d5-a117b43422e0" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-4355/providers/Microsoft.Storage/storageAccounts/teststoragemgmt1452/fileServices/default", + "name": "default", + "type": "Microsoft.Storage/storageAccounts/fileServices", + "properties": { + "shareDeleteRetentionPolicy": { + "enabled": true, + "days": 5 + } + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-4355/providers/Microsoft.Storage/storageAccounts/teststoragemgmt1452/fileServices/default/shares/testfileshare17264?api-version=2021-04-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "17", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "173b847ecee382c0010940600b677cab", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "properties": {} + }, + "StatusCode": 201, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "312", + "Content-Type": "application/json", + "Date": "Wed, 17 Nov 2021 08:55:30 GMT", + "ETag": "\u00220x8D9A9A80207F699\u0022", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "173b847ecee382c0010940600b677cab", + "x-ms-correlation-request-id": "713e1ff3-8eb4-4fcd-82c5-b8ecab2785fd", + "x-ms-ratelimit-remaining-subscription-writes": "1189", + "x-ms-request-id": "d3d7d5fd-4107-4817-9719-0e49bd3017ee", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T085530Z:713e1ff3-8eb4-4fcd-82c5-b8ecab2785fd" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-4355/providers/Microsoft.Storage/storageAccounts/teststoragemgmt1452/fileServices/default/shares/testfileshare17264", + "name": "testfileshare17264", + "type": "Microsoft.Storage/storageAccounts/fileServices/shares", + "properties": {} + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-4355/providers/Microsoft.Storage/storageAccounts/teststoragemgmt1452/fileServices/default/shares/testfileshare23301?api-version=2021-04-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "17", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "fc2ab5354030f7069c8f486c9b3913ac", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "properties": {} + }, + "StatusCode": 201, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "312", + "Content-Type": "application/json", + "Date": "Wed, 17 Nov 2021 08:55:30 GMT", + "ETag": "\u00220x8D9A9A80268F3D2\u0022", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "fc2ab5354030f7069c8f486c9b3913ac", + "x-ms-correlation-request-id": "e5727b33-e521-42dd-8e25-0da4d753360e", + "x-ms-ratelimit-remaining-subscription-writes": "1188", + "x-ms-request-id": "af680755-8711-4ce8-accc-6330b1ab9ecd", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T085531Z:e5727b33-e521-42dd-8e25-0da4d753360e" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-4355/providers/Microsoft.Storage/storageAccounts/teststoragemgmt1452/fileServices/default/shares/testfileshare23301", + "name": "testfileshare23301", + "type": "Microsoft.Storage/storageAccounts/fileServices/shares", + "properties": {} + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-4355/providers/Microsoft.Storage/storageAccounts/teststoragemgmt1452/fileServices/default/shares/testfileshare23301?api-version=2021-04-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "a38da4cbd1bdcbd35ac5c8af9ff448bf", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 08:55:31 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a38da4cbd1bdcbd35ac5c8af9ff448bf", + "x-ms-correlation-request-id": "530ea90e-f0e7-47a3-bf7c-420cfa3b63e1", + "x-ms-ratelimit-remaining-subscription-deletes": "14996", + "x-ms-request-id": "d711f0f2-4c09-4c45-9a5f-596115bc5ac3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T085531Z:530ea90e-f0e7-47a3-bf7c-420cfa3b63e1" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-4355/providers/Microsoft.Storage/storageAccounts/teststoragemgmt1452/fileServices/default/shares/testfileshare17264?$expand=snapshots\u0026api-version=2021-04-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "17", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "4f46eaa2b0bd3d837d447a548554e7c7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "properties": {} + }, + "StatusCode": 201, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "357", + "Content-Type": "application/json", + "Date": "Wed, 17 Nov 2021 08:55:32 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4f46eaa2b0bd3d837d447a548554e7c7", + "x-ms-correlation-request-id": "82662cb9-f9d5-4d6d-8d3a-2359314c173c", + "x-ms-ratelimit-remaining-subscription-writes": "1187", + "x-ms-request-id": "08c8838e-cf29-4184-811f-ed5f5ddd6a11", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T085532Z:82662cb9-f9d5-4d6d-8d3a-2359314c173c" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-4355/providers/Microsoft.Storage/storageAccounts/teststoragemgmt1452/fileServices/default/shares/testfileshare17264", + "name": "testfileshare17264", + "type": "Microsoft.Storage/storageAccounts/fileServices/shares", + "properties": { + "snapshotTime": "2021-11-17T08:55:32.0000000Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-4355/providers/Microsoft.Storage/storageAccounts/teststoragemgmt1452/fileServices/default/shares/testfileshare17264?$expand=snapshots\u0026api-version=2021-04-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "17", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "679493f6d9d964ede15fa26b785757a8", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "properties": {} + }, + "StatusCode": 201, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "357", + "Content-Type": "application/json", + "Date": "Wed, 17 Nov 2021 08:55:32 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "679493f6d9d964ede15fa26b785757a8", + "x-ms-correlation-request-id": "fa7020ce-a8db-4f2d-9088-9bf6c84c7e97", + "x-ms-ratelimit-remaining-subscription-writes": "1186", + "x-ms-request-id": "3710087b-c501-414c-8c68-ee2546eba034", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T085532Z:fa7020ce-a8db-4f2d-9088-9bf6c84c7e97" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-4355/providers/Microsoft.Storage/storageAccounts/teststoragemgmt1452/fileServices/default/shares/testfileshare17264", + "name": "testfileshare17264", + "type": "Microsoft.Storage/storageAccounts/fileServices/shares", + "properties": { + "snapshotTime": "2021-11-17T08:55:33.0000000Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-4355/providers/Microsoft.Storage/storageAccounts/teststoragemgmt1452/fileServices/default/shares/testfileshare17264?api-version=2021-04-01\u0026$expand=stats", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "b1c98947c3f31bef20502579577f4506", + "x-ms-return-client-request-id": "true", + "x-ms-snapshot": "2021-11-17T08:55:32.0000000Z" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "639", + "Content-Type": "application/json", + "Date": "Wed, 17 Nov 2021 08:55:33 GMT", + "ETag": "\u00220x8D9A9A80207F699\u0022", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b1c98947c3f31bef20502579577f4506", + "x-ms-correlation-request-id": "6cac6365-d3c1-49f3-88d2-5a451c00fdea", + "x-ms-ratelimit-remaining-subscription-reads": "11961", + "x-ms-request-id": "982e81e1-ab2b-44a3-a474-67ef63f78a8d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T085533Z:6cac6365-d3c1-49f3-88d2-5a451c00fdea" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-4355/providers/Microsoft.Storage/storageAccounts/teststoragemgmt1452/fileServices/default/shares/testfileshare17264", + "name": "testfileshare17264", + "type": "Microsoft.Storage/storageAccounts/fileServices/shares", + "etag": "\u00220x8D9A9A80207F699\u0022", + "properties": { + "shareUsageBytes": 0, + "accessTier": "TransactionOptimized", + "accessTierChangeTime": "2021-11-17T08:55:30.0000000Z", + "snapshotTime": "2021-11-17T08:55:32.0000000Z", + "lastModifiedTime": "2021-11-17T08:55:30.0000000Z", + "shareQuota": 5120, + "leaseStatus": "unlocked", + "leaseState": "available", + "signedIdentifiers": [] + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-4355/providers/Microsoft.Storage/storageAccounts/teststoragemgmt1452/fileServices/default/shares?api-version=2021-04-01\u0026$expand=snapshots", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "0bb801dde060c9e5fce26e5e0e18c526", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1723", + "Content-Type": "application/json", + "Date": "Wed, 17 Nov 2021 08:55:33 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "0bb801dde060c9e5fce26e5e0e18c526", + "x-ms-correlation-request-id": "2300ddd9-1e1c-42b8-92df-20127e0c2e06", + "x-ms-ratelimit-remaining-subscription-reads": "11960", + "x-ms-request-id": "8f9164bd-72f8-464d-98cc-fcbaa56e5c4d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T085533Z:2300ddd9-1e1c-42b8-92df-20127e0c2e06" + }, + "ResponseBody": { + "value": [ + { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-4355/providers/Microsoft.Storage/storageAccounts/teststoragemgmt1452/fileServices/default/shares/testfileshare17264", + "name": "testfileshare17264", + "type": "Microsoft.Storage/storageAccounts/fileServices/shares", + "etag": "\u00220x8D9A9A80207F699\u0022", + "properties": { + "accessTier": "TransactionOptimized", + "snapshotTime": "2021-11-17T08:55:32.0000000Z", + "lastModifiedTime": "2021-11-17T08:55:30.0000000Z", + "shareQuota": 5120, + "enabledProtocols": "SMB", + "leaseStatus": "unlocked", + "leaseState": "available" + } + }, + { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-4355/providers/Microsoft.Storage/storageAccounts/teststoragemgmt1452/fileServices/default/shares/testfileshare17264", + "name": "testfileshare17264", + "type": "Microsoft.Storage/storageAccounts/fileServices/shares", + "etag": "\u00220x8D9A9A80207F699\u0022", + "properties": { + "accessTier": "TransactionOptimized", + "snapshotTime": "2021-11-17T08:55:33.0000000Z", + "lastModifiedTime": "2021-11-17T08:55:30.0000000Z", + "shareQuota": 5120, + "enabledProtocols": "SMB", + "leaseStatus": "unlocked", + "leaseState": "available" + } + }, + { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-4355/providers/Microsoft.Storage/storageAccounts/teststoragemgmt1452/fileServices/default/shares/testfileshare17264", + "name": "testfileshare17264", + "type": "Microsoft.Storage/storageAccounts/fileServices/shares", + "etag": "\u00220x8D9A9A80207F699\u0022", + "properties": { + "accessTier": "TransactionOptimized", + "accessTierChangeTime": "2021-11-17T08:55:30.0000000Z", + "lastModifiedTime": "2021-11-17T08:55:30.0000000Z", + "shareQuota": 5120, + "enabledProtocols": "SMB", + "leaseStatus": "unlocked", + "leaseState": "available" + } + } + ] + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-4355/providers/Microsoft.Storage/storageAccounts/teststoragemgmt1452/fileServices/default/shares/testfileshare17264?api-version=2021-04-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "fc0cd2ec368a33d3a4784789b3740c61", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 08:55:33 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "fc0cd2ec368a33d3a4784789b3740c61", + "x-ms-correlation-request-id": "2bde1a3e-21b0-4b47-9daf-004d77451fbc", + "x-ms-ratelimit-remaining-subscription-deletes": "14995", + "x-ms-request-id": "477324aa-496a-4415-873c-80e55cfc42e7", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T085533Z:2bde1a3e-21b0-4b47-9daf-004d77451fbc" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-4355/providers/Microsoft.Storage/storageAccounts/teststoragemgmt1452/fileServices/default/shares?api-version=2021-04-01\u0026$expand=deleted", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "778d9b194c9f6647a300b41155900d08", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1423", + "Content-Type": "application/json", + "Date": "Wed, 17 Nov 2021 08:55:34 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "778d9b194c9f6647a300b41155900d08", + "x-ms-correlation-request-id": "5b476c62-8ac1-4694-be6a-0c215b3c9843", + "x-ms-ratelimit-remaining-subscription-reads": "11959", + "x-ms-request-id": "bcb76a98-ff50-4897-8def-67676838217c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T085534Z:5b476c62-8ac1-4694-be6a-0c215b3c9843" + }, + "ResponseBody": { + "value": [ + { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-4355/providers/Microsoft.Storage/storageAccounts/teststoragemgmt1452/fileServices/default/shares/testfileshare17264_01D7DB90DF803036", + "name": "testfileshare17264", + "type": "Microsoft.Storage/storageAccounts/fileServices/shares", + "etag": "\u00220x8D9A9A80207F699\u0022", + "properties": { + "version": "01D7DB90DF803036", + "deleted": true, + "deletedTime": "2021-11-17T08:55:33.0000000Z", + "remainingRetentionDays": 5, + "accessTier": "TransactionOptimized", + "accessTierChangeTime": "2021-11-17T08:55:30.0000000Z", + "lastModifiedTime": "2021-11-17T08:55:30.0000000Z", + "shareQuota": 5120, + "enabledProtocols": "SMB", + "leaseStatus": "unlocked", + "leaseState": "broken" + } + }, + { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-4355/providers/Microsoft.Storage/storageAccounts/teststoragemgmt1452/fileServices/default/shares/testfileshare23301_01D7DB90DFEFD144", + "name": "testfileshare23301", + "type": "Microsoft.Storage/storageAccounts/fileServices/shares", + "etag": "\u00220x8D9A9A80268F3D2\u0022", + "properties": { + "version": "01D7DB90DFEFD144", + "deleted": true, + "deletedTime": "2021-11-17T08:55:31.0000000Z", + "remainingRetentionDays": 5, + "accessTier": "TransactionOptimized", + "accessTierChangeTime": "2021-11-17T08:55:30.0000000Z", + "lastModifiedTime": "2021-11-17T08:55:30.0000000Z", + "shareQuota": 5120, + "enabledProtocols": "SMB", + "leaseStatus": "unlocked", + "leaseState": "broken" + } + } + ] + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-4355/providers/Microsoft.Storage/storageAccounts?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "858cff8a4972a77b2d8566e7995c1687", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1499", + "Content-Type": "application/json", + "Date": "Wed, 17 Nov 2021 08:55:34 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "858cff8a4972a77b2d8566e7995c1687", + "x-ms-correlation-request-id": "3be818e1-d2b5-46c3-9b01-132fb8e55f81", + "x-ms-ratelimit-remaining-subscription-reads": "11958", + "x-ms-request-id": "ee95b083-ccc6-4b10-be3a-632252ae29e5", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T085534Z:3be818e1-d2b5-46c3-9b01-132fb8e55f81" + }, + "ResponseBody": { + "value": [ + { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "StorageV2", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-4355/providers/Microsoft.Storage/storageAccounts/teststoragemgmt1452", + "name": "teststoragemgmt1452", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-11-17T08:55:07.1072483Z", + "key2": "2021-11-17T08:55:07.1072483Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T08:55:07.1072483Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T08:55:07.1072483Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "accessTier": "Hot", + "provisioningState": "Succeeded", + "creationTime": "2021-11-17T08:55:06.9979013Z", + "primaryEndpoints": { + "dfs": "https://teststoragemgmt1452.dfs.core.windows.net/", + "web": "https://teststoragemgmt1452.z20.web.core.windows.net/", + "blob": "https://teststoragemgmt1452.blob.core.windows.net/", + "queue": "https://teststoragemgmt1452.queue.core.windows.net/", + "table": "https://teststoragemgmt1452.table.core.windows.net/", + "file": "https://teststoragemgmt1452.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + } + ] + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-4355/providers/Microsoft.Storage/storageAccounts/teststoragemgmt1452?api-version=2021-04-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "72450cd54e8aa0868aa6598a81c2dd14", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 08:55:41 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "72450cd54e8aa0868aa6598a81c2dd14", + "x-ms-correlation-request-id": "a9978893-4c10-44a8-b948-b5381c67a8a3", + "x-ms-ratelimit-remaining-subscription-deletes": "14994", + "x-ms-request-id": "e15b63b9-9a7b-4e6b-ba69-3bf78194f726", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T085541Z:a9978893-4c10-44a8-b948-b5381c67a8a3" + }, + "ResponseBody": [] + } + ], + "Variables": { + "RandomSeed": "1273284015", + "RESOURCE_MANAGER_URL": null, + "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" + } +} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/FileShareTests/FileServiceCors.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/FileShareTests/FileServiceCors.json new file mode 100644 index 0000000000000..0dbb092b70f4e --- /dev/null +++ b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/FileShareTests/FileServiceCors.json @@ -0,0 +1,1069 @@ +{ + "Entries": [ + { + "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-38100538f255a74eb876c9953e832731-b6eb1e67478e7a4c-00", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "bf269387b064eedf384e575ebc857b84", + "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": "Wed, 17 Nov 2021 11:02:59 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "f20b154c-42be-4a3e-bd05-5597bda573d1", + "x-ms-ratelimit-remaining-subscription-reads": "11999", + "x-ms-request-id": "f20b154c-42be-4a3e-bd05-5597bda573d1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T110259Z:f20b154c-42be-4a3e-bd05-5597bda573d1" + }, + "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/teststorageRG-2570?api-version=2019-10-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "44", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "57163f8a51f389c90625c0e3dcfa4ea0", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "location": "eastus2", + "tags": { + "test": "env" + } + }, + "StatusCode": 201, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "256", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:03:03 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "aaa9e624-666f-4631-a7fd-6646ebedb49f", + "x-ms-ratelimit-remaining-subscription-writes": "1199", + "x-ms-request-id": "aaa9e624-666f-4631-a7fd-6646ebedb49f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T110303Z:aaa9e624-666f-4631-a7fd-6646ebedb49f" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-2570", + "name": "teststorageRG-2570", + "type": "Microsoft.Resources/resourceGroups", + "location": "eastus2", + "tags": { + "test": "env" + }, + "properties": { + "provisioningState": "Succeeded" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/checkNameAvailability?api-version=2021-04-01", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "73", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "a1da749c5bd8d12a4fbd96c1a3b322f6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "name": "teststoragemgmt5125", + "type": "Microsoft.Storage/storageAccounts" + }, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "22", + "Content-Type": "application/json", + "Date": "Wed, 17 Nov 2021 11:03:04 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a1da749c5bd8d12a4fbd96c1a3b322f6", + "x-ms-correlation-request-id": "9713b935-d340-4f59-9923-b07640ca649b", + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-request-id": "a1c9a6e8-32e6-457f-9e83-3eb31dfb02a4", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T110304Z:9713b935-d340-4f59-9923-b07640ca649b" + }, + "ResponseBody": { + "nameAvailable": true + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-2570/providers/Microsoft.Storage/storageAccounts/teststoragemgmt5125?api-version=2021-04-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "126", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "83e3bee493485d41355e8b1f0b5b5408", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "sku": { + "name": "Standard_GRS" + }, + "kind": "Storage", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": {} + }, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:03:13 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f4098a15-18c2-44a1-ba9e-835d37211e2d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "83e3bee493485d41355e8b1f0b5b5408", + "x-ms-correlation-request-id": "0074ef89-dec3-45de-aea0-99cc0c95d9a1", + "x-ms-ratelimit-remaining-subscription-writes": "1198", + "x-ms-request-id": "f4098a15-18c2-44a1-ba9e-835d37211e2d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T110314Z:0074ef89-dec3-45de-aea0-99cc0c95d9a1" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f4098a15-18c2-44a1-ba9e-835d37211e2d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "3bf8ec9e1d6b081c327d6c7ad00bc5f3", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:03:14 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f4098a15-18c2-44a1-ba9e-835d37211e2d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "3bf8ec9e1d6b081c327d6c7ad00bc5f3", + "x-ms-correlation-request-id": "034eeac8-9ae2-46e2-b6a8-c6e53d7a2173", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-request-id": "cea47d6d-30dc-4132-9d2c-b075ecf15bcb", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T110314Z:034eeac8-9ae2-46e2-b6a8-c6e53d7a2173" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f4098a15-18c2-44a1-ba9e-835d37211e2d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "4a028e681bcaba4d0cff97c2efad2b6d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:03:15 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f4098a15-18c2-44a1-ba9e-835d37211e2d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4a028e681bcaba4d0cff97c2efad2b6d", + "x-ms-correlation-request-id": "e24eb047-03b5-4774-8911-ca8bf5a3563b", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-request-id": "3b06636f-cfb3-4c65-9c72-e2e9e1a819bb", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T110315Z:e24eb047-03b5-4774-8911-ca8bf5a3563b" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f4098a15-18c2-44a1-ba9e-835d37211e2d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "1e8119fb1863a19c3cdfd52cbd3813e0", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:03:16 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f4098a15-18c2-44a1-ba9e-835d37211e2d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1e8119fb1863a19c3cdfd52cbd3813e0", + "x-ms-correlation-request-id": "1e77444d-9549-432a-bb02-1b7ee0b67c60", + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-request-id": "337c8f18-22d5-4f0a-aeaf-f36f5233ca43", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T110317Z:1e77444d-9549-432a-bb02-1b7ee0b67c60" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f4098a15-18c2-44a1-ba9e-835d37211e2d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "a32bb1c018c583a79f3d2e6c85591984", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:03:18 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f4098a15-18c2-44a1-ba9e-835d37211e2d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a32bb1c018c583a79f3d2e6c85591984", + "x-ms-correlation-request-id": "4e53e06a-e6a3-4c6e-ad41-4fe8b667b9b9", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-request-id": "d89aae67-f90c-4d50-a3cc-797bb5ded068", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T110318Z:4e53e06a-e6a3-4c6e-ad41-4fe8b667b9b9" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f4098a15-18c2-44a1-ba9e-835d37211e2d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "b77efe51a68a4f8ff2610eea4520fdd4", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:03:19 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f4098a15-18c2-44a1-ba9e-835d37211e2d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b77efe51a68a4f8ff2610eea4520fdd4", + "x-ms-correlation-request-id": "b0dfe720-a36e-45d5-8916-0a5127798de4", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-request-id": "6d08195d-cea1-42c8-833c-966e55363e88", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T110319Z:b0dfe720-a36e-45d5-8916-0a5127798de4" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f4098a15-18c2-44a1-ba9e-835d37211e2d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "3e01b6ec8781e2a771fd7f25e9301be2", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:03:20 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f4098a15-18c2-44a1-ba9e-835d37211e2d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "3e01b6ec8781e2a771fd7f25e9301be2", + "x-ms-correlation-request-id": "87ead83a-cc4f-4043-aaff-4b2d9f938e31", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-request-id": "e926ecfa-cd24-439a-8e95-4ad48a4caaaa", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T110321Z:87ead83a-cc4f-4043-aaff-4b2d9f938e31" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f4098a15-18c2-44a1-ba9e-835d37211e2d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "beda50c55bb9195621dbb06409bc3d7e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:03:22 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f4098a15-18c2-44a1-ba9e-835d37211e2d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "beda50c55bb9195621dbb06409bc3d7e", + "x-ms-correlation-request-id": "1e157c69-2746-4366-bc4a-0c259d18dc4a", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-request-id": "64630765-e22f-4867-b551-4615bb5086a8", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T110322Z:1e157c69-2746-4366-bc4a-0c259d18dc4a" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f4098a15-18c2-44a1-ba9e-835d37211e2d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "cf7f5a3fdb58c902579c468c276965c2", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:03:23 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f4098a15-18c2-44a1-ba9e-835d37211e2d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "cf7f5a3fdb58c902579c468c276965c2", + "x-ms-correlation-request-id": "a286e5ef-f120-4d4b-8f6f-7a63bf230775", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-request-id": "11dfe74e-8405-4381-9346-960521ff3ef4", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T110323Z:a286e5ef-f120-4d4b-8f6f-7a63bf230775" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f4098a15-18c2-44a1-ba9e-835d37211e2d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "f5242b453f46901b5fe81ca6d743d9b4", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:03:24 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f4098a15-18c2-44a1-ba9e-835d37211e2d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f5242b453f46901b5fe81ca6d743d9b4", + "x-ms-correlation-request-id": "cfc97835-3a0a-4d0f-9cef-657d3187c9fd", + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-request-id": "c8e5cc2f-dbd6-4a4c-8570-b465c0b17163", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T110325Z:cfc97835-3a0a-4d0f-9cef-657d3187c9fd" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f4098a15-18c2-44a1-ba9e-835d37211e2d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "8fe600c04bb0ea8a4d10661c15caf1b7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:03:26 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f4098a15-18c2-44a1-ba9e-835d37211e2d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "8fe600c04bb0ea8a4d10661c15caf1b7", + "x-ms-correlation-request-id": "8e37c337-da01-4a38-b20d-01f6f51a4421", + "x-ms-ratelimit-remaining-subscription-reads": "11988", + "x-ms-request-id": "de424b38-854a-4c2d-92d9-465d0a6b4cb8", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T110326Z:8e37c337-da01-4a38-b20d-01f6f51a4421" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f4098a15-18c2-44a1-ba9e-835d37211e2d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "dd1eee754797ff383fee6f70be5cf213", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:03:27 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f4098a15-18c2-44a1-ba9e-835d37211e2d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "dd1eee754797ff383fee6f70be5cf213", + "x-ms-correlation-request-id": "fabdc8f8-aa4a-49cf-97a9-469d62ae3cd5", + "x-ms-ratelimit-remaining-subscription-reads": "11987", + "x-ms-request-id": "7f9fbd06-0ba9-4514-ac24-9435b18d46fb", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T110327Z:fabdc8f8-aa4a-49cf-97a9-469d62ae3cd5" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f4098a15-18c2-44a1-ba9e-835d37211e2d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "27cb91c3d683fa11a13aa735d8fe7b95", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:03:28 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f4098a15-18c2-44a1-ba9e-835d37211e2d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "27cb91c3d683fa11a13aa735d8fe7b95", + "x-ms-correlation-request-id": "3382eb1e-4c32-4dad-bd94-73a283ca1b4c", + "x-ms-ratelimit-remaining-subscription-reads": "11986", + "x-ms-request-id": "6dfcbc6f-67a3-4d61-89d8-8e75a1cc0a1a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T110329Z:3382eb1e-4c32-4dad-bd94-73a283ca1b4c" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f4098a15-18c2-44a1-ba9e-835d37211e2d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "e83065f6fb24781dc8e650c1dc1a2bf1", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1346", + "Content-Type": "application/json", + "Date": "Wed, 17 Nov 2021 11:03:30 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e83065f6fb24781dc8e650c1dc1a2bf1", + "x-ms-correlation-request-id": "af8a9247-4562-4b80-989d-26cb1cd63622", + "x-ms-ratelimit-remaining-subscription-reads": "11985", + "x-ms-request-id": "9de3b926-8dea-4c5c-9f5a-5ae20052e3b7", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T110330Z:af8a9247-4562-4b80-989d-26cb1cd63622" + }, + "ResponseBody": { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "Storage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-2570/providers/Microsoft.Storage/storageAccounts/teststoragemgmt5125", + "name": "teststoragemgmt5125", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-11-17T11:03:12.3356607Z", + "key2": "2021-11-17T11:03:12.3356607Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T11:03:12.3356607Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T11:03:12.3356607Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "provisioningState": "Succeeded", + "creationTime": "2021-11-17T11:03:12.2106301Z", + "primaryEndpoints": { + "blob": "https://teststoragemgmt5125.blob.core.windows.net/", + "queue": "https://teststoragemgmt5125.queue.core.windows.net/", + "table": "https://teststoragemgmt5125.table.core.windows.net/", + "file": "https://teststoragemgmt5125.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-2570/providers/Microsoft.Storage/storageAccounts/teststoragemgmt5125/fileServices/default?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "8459521dcafe9f33dd243c5ca0022740", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "424", + "Content-Type": "application/json", + "Date": "Wed, 17 Nov 2021 11:03:30 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "8459521dcafe9f33dd243c5ca0022740", + "x-ms-correlation-request-id": "c8e6545e-59c8-488f-a301-4695c9ed5bce", + "x-ms-ratelimit-remaining-subscription-reads": "11984", + "x-ms-request-id": "2280fa46-9cc9-40ca-8fbe-df877e34a11e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T110330Z:c8e6545e-59c8-488f-a301-4695c9ed5bce" + }, + "ResponseBody": { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-2570/providers/Microsoft.Storage/storageAccounts/teststoragemgmt5125/fileServices/default", + "name": "default", + "type": "Microsoft.Storage/storageAccounts/fileServices", + "properties": { + "protocolSettings": { + "smb": {} + }, + "cors": { + "corsRules": [] + }, + "shareDeleteRetentionPolicy": { + "enabled": true, + "days": 7 + } + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-2570/providers/Microsoft.Storage/storageAccounts/teststoragemgmt5125/fileServices/default?api-version=2021-04-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "640", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "5979d9730a2bc7ee74525f9d864f1d87", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "properties": { + "cors": { + "corsRules": [ + { + "allowedOrigins": [ + "http://www.contoso.com", + "http://www.fabrikam.com" + ], + "allowedMethods": [ + "GET", + "PUT" + ], + "maxAgeInSeconds": 100, + "exposedHeaders": [ + "x-ms-meta-*" + ], + "allowedHeaders": [ + "x-ms-meta-abc", + "x-ms-meta-data*", + "x-ms-meta-target*" + ] + }, + { + "allowedOrigins": [ + "*" + ], + "allowedMethods": [ + "GET" + ], + "maxAgeInSeconds": 2, + "exposedHeaders": [ + "*" + ], + "allowedHeaders": [ + "*" + ] + }, + { + "allowedOrigins": [ + "http://www.abc23.com", + "https://www.fabrikam.com/*" + ], + "allowedMethods": [ + "GET", + "PUT", + "POST" + ], + "maxAgeInSeconds": 2000, + "exposedHeaders": [ + "x-ms-meta-12345675754564*" + ], + "allowedHeaders": [ + "x-ms-meta-abc", + "x-ms-meta-data*", + "x-ms-meta-target*" + ] + } + ] + } + } + }, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "891", + "Content-Type": "application/json", + "Date": "Wed, 17 Nov 2021 11:03:31 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5979d9730a2bc7ee74525f9d864f1d87", + "x-ms-correlation-request-id": "e2010fa8-ee73-4836-9949-a4e3f213d264", + "x-ms-ratelimit-remaining-subscription-writes": "1197", + "x-ms-request-id": "41496c35-750e-45c9-970c-e3a12a028dc2", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T110332Z:e2010fa8-ee73-4836-9949-a4e3f213d264" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-2570/providers/Microsoft.Storage/storageAccounts/teststoragemgmt5125/fileServices/default", + "name": "default", + "type": "Microsoft.Storage/storageAccounts/fileServices", + "properties": { + "cors": { + "corsRules": [ + { + "allowedOrigins": [ + "http://www.contoso.com", + "http://www.fabrikam.com" + ], + "allowedMethods": [ + "GET", + "PUT" + ], + "maxAgeInSeconds": 100, + "exposedHeaders": [ + "x-ms-meta-*" + ], + "allowedHeaders": [ + "x-ms-meta-abc", + "x-ms-meta-data*", + "x-ms-meta-target*" + ] + }, + { + "allowedOrigins": [ + "*" + ], + "allowedMethods": [ + "GET" + ], + "maxAgeInSeconds": 2, + "exposedHeaders": [ + "*" + ], + "allowedHeaders": [ + "*" + ] + }, + { + "allowedOrigins": [ + "http://www.abc23.com", + "https://www.fabrikam.com/*" + ], + "allowedMethods": [ + "GET", + "PUT", + "POST" + ], + "maxAgeInSeconds": 2000, + "exposedHeaders": [ + "x-ms-meta-12345675754564*" + ], + "allowedHeaders": [ + "x-ms-meta-abc", + "x-ms-meta-data*", + "x-ms-meta-target*" + ] + } + ] + } + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-2570/providers/Microsoft.Storage/storageAccounts/teststoragemgmt5125/fileServices/default?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "8517b60ff6a42b9631910a00bec0d8c5", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1024", + "Content-Type": "application/json", + "Date": "Wed, 17 Nov 2021 11:03:32 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "8517b60ff6a42b9631910a00bec0d8c5", + "x-ms-correlation-request-id": "c7439689-e666-4cb5-9208-3d906ccf9ecf", + "x-ms-ratelimit-remaining-subscription-reads": "11983", + "x-ms-request-id": "8bf3549a-2f44-4c0a-851f-83194f82e6a5", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T110332Z:c7439689-e666-4cb5-9208-3d906ccf9ecf" + }, + "ResponseBody": { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-2570/providers/Microsoft.Storage/storageAccounts/teststoragemgmt5125/fileServices/default", + "name": "default", + "type": "Microsoft.Storage/storageAccounts/fileServices", + "properties": { + "protocolSettings": { + "smb": {} + }, + "cors": { + "corsRules": [ + { + "allowedOrigins": [ + "http://www.contoso.com", + "http://www.fabrikam.com" + ], + "allowedMethods": [ + "GET", + "PUT" + ], + "maxAgeInSeconds": 100, + "exposedHeaders": [ + "x-ms-meta-*" + ], + "allowedHeaders": [ + "x-ms-meta-abc", + "x-ms-meta-data*", + "x-ms-meta-target*" + ] + }, + { + "allowedOrigins": [ + "*" + ], + "allowedMethods": [ + "GET" + ], + "maxAgeInSeconds": 2, + "exposedHeaders": [ + "*" + ], + "allowedHeaders": [ + "*" + ] + }, + { + "allowedOrigins": [ + "http://www.abc23.com", + "https://www.fabrikam.com/*" + ], + "allowedMethods": [ + "GET", + "PUT", + "POST" + ], + "maxAgeInSeconds": 2000, + "exposedHeaders": [ + "x-ms-meta-12345675754564*" + ], + "allowedHeaders": [ + "x-ms-meta-abc", + "x-ms-meta-data*", + "x-ms-meta-target*" + ] + } + ] + }, + "shareDeleteRetentionPolicy": { + "enabled": true, + "days": 7 + } + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-2570/providers/Microsoft.Storage/storageAccounts?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "024e0fbfd1a013c5639210ac6b96188d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1358", + "Content-Type": "application/json", + "Date": "Wed, 17 Nov 2021 11:03:32 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "024e0fbfd1a013c5639210ac6b96188d", + "x-ms-correlation-request-id": "cff847e0-434f-4447-af57-3e94f01b1b96", + "x-ms-ratelimit-remaining-subscription-reads": "11982", + "x-ms-request-id": "98d2b31b-1b72-48ff-9d7e-155e2278f77c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T110332Z:cff847e0-434f-4447-af57-3e94f01b1b96" + }, + "ResponseBody": { + "value": [ + { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "Storage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-2570/providers/Microsoft.Storage/storageAccounts/teststoragemgmt5125", + "name": "teststoragemgmt5125", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-11-17T11:03:12.3356607Z", + "key2": "2021-11-17T11:03:12.3356607Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T11:03:12.3356607Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T11:03:12.3356607Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "provisioningState": "Succeeded", + "creationTime": "2021-11-17T11:03:12.2106301Z", + "primaryEndpoints": { + "blob": "https://teststoragemgmt5125.blob.core.windows.net/", + "queue": "https://teststoragemgmt5125.queue.core.windows.net/", + "table": "https://teststoragemgmt5125.table.core.windows.net/", + "file": "https://teststoragemgmt5125.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + } + ] + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-2570/providers/Microsoft.Storage/storageAccounts/teststoragemgmt5125?api-version=2021-04-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "e94db506a1ea7c9c424e279affee09b3", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:03:39 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e94db506a1ea7c9c424e279affee09b3", + "x-ms-correlation-request-id": "c1f60290-a66d-4718-af64-4cf9554de2c8", + "x-ms-ratelimit-remaining-subscription-deletes": "14999", + "x-ms-request-id": "4f704642-6ae5-4300-8252-d4fbcf6b6a13", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T110339Z:c1f60290-a66d-4718-af64-4cf9554de2c8" + }, + "ResponseBody": [] + } + ], + "Variables": { + "RandomSeed": "1600387462", + "RESOURCE_MANAGER_URL": null, + "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" + } +} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/FileShareTests/FileServiceCorsAsync.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/FileShareTests/FileServiceCorsAsync.json new file mode 100644 index 0000000000000..50a7db3a05df6 --- /dev/null +++ b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/FileShareTests/FileServiceCorsAsync.json @@ -0,0 +1,1069 @@ +{ + "Entries": [ + { + "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-18d0a3357557ed45a9b7bc6e586cc540-6e4fe2bba3e10740-00", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "93a749b4c41dfd218e64526c4eccf1f2", + "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": "Wed, 17 Nov 2021 11:03:48 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "7ae8897b-4da9-4da6-b7e5-8cf9bd3b6650", + "x-ms-ratelimit-remaining-subscription-reads": "11979", + "x-ms-request-id": "7ae8897b-4da9-4da6-b7e5-8cf9bd3b6650", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T110348Z:7ae8897b-4da9-4da6-b7e5-8cf9bd3b6650" + }, + "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/teststorageRG-6247?api-version=2019-10-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "44", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "ea0d9739b47b406d3c8e55a8dc1dba18", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "location": "eastus2", + "tags": { + "test": "env" + } + }, + "StatusCode": 201, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "256", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:03:49 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "5f77f8a8-a482-47c2-b680-44ba628d2946", + "x-ms-ratelimit-remaining-subscription-writes": "1196", + "x-ms-request-id": "5f77f8a8-a482-47c2-b680-44ba628d2946", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T110349Z:5f77f8a8-a482-47c2-b680-44ba628d2946" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-6247", + "name": "teststorageRG-6247", + "type": "Microsoft.Resources/resourceGroups", + "location": "eastus2", + "tags": { + "test": "env" + }, + "properties": { + "provisioningState": "Succeeded" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/checkNameAvailability?api-version=2021-04-01", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "73", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "76d5e3963f901d8447617100f887078b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "name": "teststoragemgmt2542", + "type": "Microsoft.Storage/storageAccounts" + }, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "22", + "Content-Type": "application/json", + "Date": "Wed, 17 Nov 2021 11:03:49 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "76d5e3963f901d8447617100f887078b", + "x-ms-correlation-request-id": "5f4d64c9-9e1e-4e98-b3e7-1ef711a9985c", + "x-ms-ratelimit-remaining-subscription-reads": "11978", + "x-ms-request-id": "10f90620-7d2b-48d5-9b9b-b3e85bd0e1f5", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T110350Z:5f4d64c9-9e1e-4e98-b3e7-1ef711a9985c" + }, + "ResponseBody": { + "nameAvailable": true + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-6247/providers/Microsoft.Storage/storageAccounts/teststoragemgmt2542?api-version=2021-04-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "126", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "fdb083c43932399553e035cc54b24697", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "sku": { + "name": "Standard_GRS" + }, + "kind": "Storage", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": {} + }, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:03:54 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5911702c-d830-4cfb-a3a2-035bfee44681?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "fdb083c43932399553e035cc54b24697", + "x-ms-correlation-request-id": "9eedc684-da39-47fe-b0c4-b93e204d07e4", + "x-ms-ratelimit-remaining-subscription-writes": "1195", + "x-ms-request-id": "5911702c-d830-4cfb-a3a2-035bfee44681", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T110354Z:9eedc684-da39-47fe-b0c4-b93e204d07e4" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5911702c-d830-4cfb-a3a2-035bfee44681?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "9a171d4d1a095de44e9b22af0ab8c894", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:03:54 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5911702c-d830-4cfb-a3a2-035bfee44681?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "9a171d4d1a095de44e9b22af0ab8c894", + "x-ms-correlation-request-id": "2b882b27-7a97-4651-9a52-d4831756ff57", + "x-ms-ratelimit-remaining-subscription-reads": "11977", + "x-ms-request-id": "87c637cb-b786-41be-bf9c-f508de86b788", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T110354Z:2b882b27-7a97-4651-9a52-d4831756ff57" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5911702c-d830-4cfb-a3a2-035bfee44681?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "c1acd91afa51616eda59746505423d14", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:03:55 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5911702c-d830-4cfb-a3a2-035bfee44681?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c1acd91afa51616eda59746505423d14", + "x-ms-correlation-request-id": "0073bc4e-698c-4be1-b8c7-ed34e598af88", + "x-ms-ratelimit-remaining-subscription-reads": "11976", + "x-ms-request-id": "d26b3f1b-244d-4d2f-9047-31aa9ce470c7", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T110356Z:0073bc4e-698c-4be1-b8c7-ed34e598af88" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5911702c-d830-4cfb-a3a2-035bfee44681?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "377f2e9bac9a388e52d9be813ff84dd0", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:03:56 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5911702c-d830-4cfb-a3a2-035bfee44681?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "377f2e9bac9a388e52d9be813ff84dd0", + "x-ms-correlation-request-id": "6361e2f6-8559-441b-bd06-11664bd1c7c8", + "x-ms-ratelimit-remaining-subscription-reads": "11975", + "x-ms-request-id": "b7726e28-b52e-4366-9d54-ee94499465cb", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T110357Z:6361e2f6-8559-441b-bd06-11664bd1c7c8" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5911702c-d830-4cfb-a3a2-035bfee44681?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "22389f05839253b5aeb6bfafa67e570c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:03:58 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5911702c-d830-4cfb-a3a2-035bfee44681?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "22389f05839253b5aeb6bfafa67e570c", + "x-ms-correlation-request-id": "10df1721-973b-4ee4-ac86-09f96a0b4f3c", + "x-ms-ratelimit-remaining-subscription-reads": "11974", + "x-ms-request-id": "d446b610-e245-400e-b5eb-637d6bfb4a02", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T110358Z:10df1721-973b-4ee4-ac86-09f96a0b4f3c" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5911702c-d830-4cfb-a3a2-035bfee44681?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "dc130e5e90396ef94b736e783bed21e2", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:03:59 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5911702c-d830-4cfb-a3a2-035bfee44681?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "dc130e5e90396ef94b736e783bed21e2", + "x-ms-correlation-request-id": "7a721d1d-4d77-46f7-bf80-9bbe56db4f43", + "x-ms-ratelimit-remaining-subscription-reads": "11973", + "x-ms-request-id": "0ab54590-bba0-4fe5-aacf-4ee57b2ea12f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T110400Z:7a721d1d-4d77-46f7-bf80-9bbe56db4f43" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5911702c-d830-4cfb-a3a2-035bfee44681?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "6560a40b1a091881782b88e4ecde92d4", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:04:00 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5911702c-d830-4cfb-a3a2-035bfee44681?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6560a40b1a091881782b88e4ecde92d4", + "x-ms-correlation-request-id": "46bbf73e-0d19-4ee8-bc82-157faee710a4", + "x-ms-ratelimit-remaining-subscription-reads": "11972", + "x-ms-request-id": "4893a333-01d0-4ec8-b068-894811e1d665", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T110401Z:46bbf73e-0d19-4ee8-bc82-157faee710a4" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5911702c-d830-4cfb-a3a2-035bfee44681?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "3122b28171e47497a5cad71f143d17c1", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:04:02 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5911702c-d830-4cfb-a3a2-035bfee44681?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "3122b28171e47497a5cad71f143d17c1", + "x-ms-correlation-request-id": "779b9518-7b81-4dc5-a6a3-e650ceebedf0", + "x-ms-ratelimit-remaining-subscription-reads": "11971", + "x-ms-request-id": "afab29f4-4c83-423d-b9c5-08752403f504", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T110402Z:779b9518-7b81-4dc5-a6a3-e650ceebedf0" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5911702c-d830-4cfb-a3a2-035bfee44681?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "01a4dd94f21e43038dfb630d0715816c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:04:03 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5911702c-d830-4cfb-a3a2-035bfee44681?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "01a4dd94f21e43038dfb630d0715816c", + "x-ms-correlation-request-id": "ee38c86f-d1bb-4e9c-9946-18d55e4e1c9a", + "x-ms-ratelimit-remaining-subscription-reads": "11970", + "x-ms-request-id": "9206372a-b909-407d-8336-99fa944986ce", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T110404Z:ee38c86f-d1bb-4e9c-9946-18d55e4e1c9a" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5911702c-d830-4cfb-a3a2-035bfee44681?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "89f79ae1f0ca9afd0cebbf3e4362043b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:04:04 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5911702c-d830-4cfb-a3a2-035bfee44681?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "89f79ae1f0ca9afd0cebbf3e4362043b", + "x-ms-correlation-request-id": "4271add7-9794-4ba0-b303-5af57357de08", + "x-ms-ratelimit-remaining-subscription-reads": "11969", + "x-ms-request-id": "5c7fb3ec-2bc0-4356-845c-20c30e4f719d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T110405Z:4271add7-9794-4ba0-b303-5af57357de08" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5911702c-d830-4cfb-a3a2-035bfee44681?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "0f50c714903a8eb5aedfa3e90d8a6d90", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:04:06 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5911702c-d830-4cfb-a3a2-035bfee44681?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "0f50c714903a8eb5aedfa3e90d8a6d90", + "x-ms-correlation-request-id": "18bd5787-f521-4340-8dd0-4eef38e2af01", + "x-ms-ratelimit-remaining-subscription-reads": "11968", + "x-ms-request-id": "9cc32bce-39da-4f07-9561-2d582238f564", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T110406Z:18bd5787-f521-4340-8dd0-4eef38e2af01" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5911702c-d830-4cfb-a3a2-035bfee44681?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "793d6a498e46a3f6e00af43333c4ff2a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:04:07 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5911702c-d830-4cfb-a3a2-035bfee44681?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "793d6a498e46a3f6e00af43333c4ff2a", + "x-ms-correlation-request-id": "2ae182f4-5f3c-4b3e-b2d3-ec75dfd922ac", + "x-ms-ratelimit-remaining-subscription-reads": "11967", + "x-ms-request-id": "bd7835ac-46ae-47c8-8f1c-e19553f4423e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T110408Z:2ae182f4-5f3c-4b3e-b2d3-ec75dfd922ac" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5911702c-d830-4cfb-a3a2-035bfee44681?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "40f828f672c45032e568daeb4c138c82", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:04:08 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5911702c-d830-4cfb-a3a2-035bfee44681?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "40f828f672c45032e568daeb4c138c82", + "x-ms-correlation-request-id": "85ee6d01-88dc-45ab-9f26-02a81574c343", + "x-ms-ratelimit-remaining-subscription-reads": "11966", + "x-ms-request-id": "c65a6c5e-42fb-4ad7-82be-f0bef1a2cdd6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T110409Z:85ee6d01-88dc-45ab-9f26-02a81574c343" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5911702c-d830-4cfb-a3a2-035bfee44681?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "d9f52e7e8a2486f5d0ac2e309c815bea", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1346", + "Content-Type": "application/json", + "Date": "Wed, 17 Nov 2021 11:04:10 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d9f52e7e8a2486f5d0ac2e309c815bea", + "x-ms-correlation-request-id": "06995fdd-dafe-4b87-ace4-4b08818fc758", + "x-ms-ratelimit-remaining-subscription-reads": "11965", + "x-ms-request-id": "045aadaf-0380-41ac-9b26-2a652af7a82d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T110410Z:06995fdd-dafe-4b87-ace4-4b08818fc758" + }, + "ResponseBody": { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "Storage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-6247/providers/Microsoft.Storage/storageAccounts/teststoragemgmt2542", + "name": "teststoragemgmt2542", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-11-17T11:03:53.1341424Z", + "key2": "2021-11-17T11:03:53.1341424Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T11:03:53.1341424Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T11:03:53.1341424Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "provisioningState": "Succeeded", + "creationTime": "2021-11-17T11:03:52.9622882Z", + "primaryEndpoints": { + "blob": "https://teststoragemgmt2542.blob.core.windows.net/", + "queue": "https://teststoragemgmt2542.queue.core.windows.net/", + "table": "https://teststoragemgmt2542.table.core.windows.net/", + "file": "https://teststoragemgmt2542.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-6247/providers/Microsoft.Storage/storageAccounts/teststoragemgmt2542/fileServices/default?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "e5f379df2c91d7cb37ed94ddb30b56cc", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "424", + "Content-Type": "application/json", + "Date": "Wed, 17 Nov 2021 11:04:10 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e5f379df2c91d7cb37ed94ddb30b56cc", + "x-ms-correlation-request-id": "0f37c4cc-3e7e-4d0c-aa2b-4ae17eec8bcd", + "x-ms-ratelimit-remaining-subscription-reads": "11964", + "x-ms-request-id": "1b1f8975-fd7a-476f-adf8-5fe3b5e68e36", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T110411Z:0f37c4cc-3e7e-4d0c-aa2b-4ae17eec8bcd" + }, + "ResponseBody": { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-6247/providers/Microsoft.Storage/storageAccounts/teststoragemgmt2542/fileServices/default", + "name": "default", + "type": "Microsoft.Storage/storageAccounts/fileServices", + "properties": { + "protocolSettings": { + "smb": {} + }, + "cors": { + "corsRules": [] + }, + "shareDeleteRetentionPolicy": { + "enabled": true, + "days": 7 + } + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-6247/providers/Microsoft.Storage/storageAccounts/teststoragemgmt2542/fileServices/default?api-version=2021-04-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "640", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "04b5727d26ce6c0632726f184302b463", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "properties": { + "cors": { + "corsRules": [ + { + "allowedOrigins": [ + "http://www.contoso.com", + "http://www.fabrikam.com" + ], + "allowedMethods": [ + "GET", + "PUT" + ], + "maxAgeInSeconds": 100, + "exposedHeaders": [ + "x-ms-meta-*" + ], + "allowedHeaders": [ + "x-ms-meta-abc", + "x-ms-meta-data*", + "x-ms-meta-target*" + ] + }, + { + "allowedOrigins": [ + "*" + ], + "allowedMethods": [ + "GET" + ], + "maxAgeInSeconds": 2, + "exposedHeaders": [ + "*" + ], + "allowedHeaders": [ + "*" + ] + }, + { + "allowedOrigins": [ + "http://www.abc23.com", + "https://www.fabrikam.com/*" + ], + "allowedMethods": [ + "GET", + "PUT", + "POST" + ], + "maxAgeInSeconds": 2000, + "exposedHeaders": [ + "x-ms-meta-12345675754564*" + ], + "allowedHeaders": [ + "x-ms-meta-abc", + "x-ms-meta-data*", + "x-ms-meta-target*" + ] + } + ] + } + } + }, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "891", + "Content-Type": "application/json", + "Date": "Wed, 17 Nov 2021 11:04:11 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "04b5727d26ce6c0632726f184302b463", + "x-ms-correlation-request-id": "4cd55609-2a4c-4c05-9713-87f2cfe9d675", + "x-ms-ratelimit-remaining-subscription-writes": "1194", + "x-ms-request-id": "5f4f0fce-339a-4ff8-bcfa-2b82d6318409", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T110412Z:4cd55609-2a4c-4c05-9713-87f2cfe9d675" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-6247/providers/Microsoft.Storage/storageAccounts/teststoragemgmt2542/fileServices/default", + "name": "default", + "type": "Microsoft.Storage/storageAccounts/fileServices", + "properties": { + "cors": { + "corsRules": [ + { + "allowedOrigins": [ + "http://www.contoso.com", + "http://www.fabrikam.com" + ], + "allowedMethods": [ + "GET", + "PUT" + ], + "maxAgeInSeconds": 100, + "exposedHeaders": [ + "x-ms-meta-*" + ], + "allowedHeaders": [ + "x-ms-meta-abc", + "x-ms-meta-data*", + "x-ms-meta-target*" + ] + }, + { + "allowedOrigins": [ + "*" + ], + "allowedMethods": [ + "GET" + ], + "maxAgeInSeconds": 2, + "exposedHeaders": [ + "*" + ], + "allowedHeaders": [ + "*" + ] + }, + { + "allowedOrigins": [ + "http://www.abc23.com", + "https://www.fabrikam.com/*" + ], + "allowedMethods": [ + "GET", + "PUT", + "POST" + ], + "maxAgeInSeconds": 2000, + "exposedHeaders": [ + "x-ms-meta-12345675754564*" + ], + "allowedHeaders": [ + "x-ms-meta-abc", + "x-ms-meta-data*", + "x-ms-meta-target*" + ] + } + ] + } + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-6247/providers/Microsoft.Storage/storageAccounts/teststoragemgmt2542/fileServices/default?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "d30cf00da62051f1621ea136f517d2c5", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1024", + "Content-Type": "application/json", + "Date": "Wed, 17 Nov 2021 11:04:12 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d30cf00da62051f1621ea136f517d2c5", + "x-ms-correlation-request-id": "0194b570-fc17-4f51-970f-a2498a127b87", + "x-ms-ratelimit-remaining-subscription-reads": "11963", + "x-ms-request-id": "e57303d0-0880-4895-8b6d-31199d49db47", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T110413Z:0194b570-fc17-4f51-970f-a2498a127b87" + }, + "ResponseBody": { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-6247/providers/Microsoft.Storage/storageAccounts/teststoragemgmt2542/fileServices/default", + "name": "default", + "type": "Microsoft.Storage/storageAccounts/fileServices", + "properties": { + "protocolSettings": { + "smb": {} + }, + "cors": { + "corsRules": [ + { + "allowedOrigins": [ + "http://www.contoso.com", + "http://www.fabrikam.com" + ], + "allowedMethods": [ + "GET", + "PUT" + ], + "maxAgeInSeconds": 100, + "exposedHeaders": [ + "x-ms-meta-*" + ], + "allowedHeaders": [ + "x-ms-meta-abc", + "x-ms-meta-data*", + "x-ms-meta-target*" + ] + }, + { + "allowedOrigins": [ + "*" + ], + "allowedMethods": [ + "GET" + ], + "maxAgeInSeconds": 2, + "exposedHeaders": [ + "*" + ], + "allowedHeaders": [ + "*" + ] + }, + { + "allowedOrigins": [ + "http://www.abc23.com", + "https://www.fabrikam.com/*" + ], + "allowedMethods": [ + "GET", + "PUT", + "POST" + ], + "maxAgeInSeconds": 2000, + "exposedHeaders": [ + "x-ms-meta-12345675754564*" + ], + "allowedHeaders": [ + "x-ms-meta-abc", + "x-ms-meta-data*", + "x-ms-meta-target*" + ] + } + ] + }, + "shareDeleteRetentionPolicy": { + "enabled": true, + "days": 7 + } + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-6247/providers/Microsoft.Storage/storageAccounts?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "29b2615556ccb81b7387b21ebcb39435", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1358", + "Content-Type": "application/json", + "Date": "Wed, 17 Nov 2021 11:04:12 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "29b2615556ccb81b7387b21ebcb39435", + "x-ms-correlation-request-id": "98d2e9e8-7fc4-4d29-befb-e81b02cbae99", + "x-ms-ratelimit-remaining-subscription-reads": "11962", + "x-ms-request-id": "92448a5e-fefa-48aa-9df9-ac3c614f2a99", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T110413Z:98d2e9e8-7fc4-4d29-befb-e81b02cbae99" + }, + "ResponseBody": { + "value": [ + { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "Storage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-6247/providers/Microsoft.Storage/storageAccounts/teststoragemgmt2542", + "name": "teststoragemgmt2542", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-11-17T11:03:53.1341424Z", + "key2": "2021-11-17T11:03:53.1341424Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T11:03:53.1341424Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T11:03:53.1341424Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "provisioningState": "Succeeded", + "creationTime": "2021-11-17T11:03:52.9622882Z", + "primaryEndpoints": { + "blob": "https://teststoragemgmt2542.blob.core.windows.net/", + "queue": "https://teststoragemgmt2542.queue.core.windows.net/", + "table": "https://teststoragemgmt2542.table.core.windows.net/", + "file": "https://teststoragemgmt2542.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + } + ] + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-6247/providers/Microsoft.Storage/storageAccounts/teststoragemgmt2542?api-version=2021-04-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "c3d0313983ffd6ac8063a1b085cf761b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:04:19 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c3d0313983ffd6ac8063a1b085cf761b", + "x-ms-correlation-request-id": "f7a4538d-5d67-449a-9a9d-ea392392343a", + "x-ms-ratelimit-remaining-subscription-deletes": "14997", + "x-ms-request-id": "8a559d26-a8da-4cfd-a9a0-36a09d6b9f83", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T110420Z:f7a4538d-5d67-449a-9a9d-ea392392343a" + }, + "ResponseBody": [] + } + ], + "Variables": { + "RandomSeed": "1632518643", + "RESOURCE_MANAGER_URL": null, + "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" + } +} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/FileShareTests/FileShareAccessPolicy.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/FileShareTests/FileShareAccessPolicy.json new file mode 100644 index 0000000000000..55f1b1d460bfb --- /dev/null +++ b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/FileShareTests/FileShareAccessPolicy.json @@ -0,0 +1,1091 @@ +{ + "Entries": [ + { + "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-3ce3d8fe83954f40822053cd8a8a0d19-c7853456417c8944-00", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-beta.5", + "(.NET Core 3.1.21; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "0216541f981581c13b72ee58dec234cb", + "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, 18 Nov 2021 01:30:01 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "3a1fb76a-ed41-40d0-b663-767f3a5d5a46", + "x-ms-ratelimit-remaining-subscription-reads": "11999", + "x-ms-request-id": "3a1fb76a-ed41-40d0-b663-767f3a5d5a46", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T013002Z:3a1fb76a-ed41-40d0-b663-767f3a5d5a46" + }, + "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/teststorageRG-2244?api-version=2019-10-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "44", + "Content-Type": "application/json", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-beta.5", + "(.NET Core 3.1.21; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "208f5d5ad9a0a68d4a53e640a56c6d51", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "location": "eastus2", + "tags": { + "test": "env" + } + }, + "StatusCode": 201, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "256", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 18 Nov 2021 01:30:03 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "086ea78c-47de-4834-aded-366b7b13abee", + "x-ms-ratelimit-remaining-subscription-writes": "1199", + "x-ms-request-id": "086ea78c-47de-4834-aded-366b7b13abee", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T013004Z:086ea78c-47de-4834-aded-366b7b13abee" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-2244", + "name": "teststorageRG-2244", + "type": "Microsoft.Resources/resourceGroups", + "location": "eastus2", + "tags": { + "test": "env" + }, + "properties": { + "provisioningState": "Succeeded" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/checkNameAvailability?api-version=2021-04-01", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "73", + "Content-Type": "application/json", + "User-Agent": [ + "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211118.1", + "(.NET Core 3.1.21; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "af24c7d3fac464a4c0c85c9de02e979a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "name": "teststoragemgmt1779", + "type": "Microsoft.Storage/storageAccounts" + }, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "22", + "Content-Type": "application/json", + "Date": "Thu, 18 Nov 2021 01:30:04 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "af24c7d3fac464a4c0c85c9de02e979a", + "x-ms-correlation-request-id": "c4ad95f4-3477-40bd-9b50-e1c525859ae7", + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-request-id": "379a651f-c43a-4f51-bde8-de0b29f61dc1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T013005Z:c4ad95f4-3477-40bd-9b50-e1c525859ae7" + }, + "ResponseBody": { + "nameAvailable": true + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-2244/providers/Microsoft.Storage/storageAccounts/teststoragemgmt1779?api-version=2021-04-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "126", + "Content-Type": "application/json", + "User-Agent": [ + "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211118.1", + "(.NET Core 3.1.21; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "21e9ec167ee2897a5ccb44da41960581", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "sku": { + "name": "Standard_GRS" + }, + "kind": "Storage", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": {} + }, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 01:30:09 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/309f3c71-b958-46b1-bc0b-35d0557a9bbb?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "21e9ec167ee2897a5ccb44da41960581", + "x-ms-correlation-request-id": "d439b4d8-bd2f-471c-b846-362abcf2760b", + "x-ms-ratelimit-remaining-subscription-writes": "1198", + "x-ms-request-id": "309f3c71-b958-46b1-bc0b-35d0557a9bbb", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T013010Z:d439b4d8-bd2f-471c-b846-362abcf2760b" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/309f3c71-b958-46b1-bc0b-35d0557a9bbb?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-beta.5", + "(.NET Core 3.1.21; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "808ea64f308355d94c9b53f9b5c9232a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 01:30:10 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/309f3c71-b958-46b1-bc0b-35d0557a9bbb?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "808ea64f308355d94c9b53f9b5c9232a", + "x-ms-correlation-request-id": "f2650bfe-a790-43d9-bb7b-7b5ae4a1eac3", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-request-id": "9be94e5c-3e63-4261-9e2b-30bfe3bfc33e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T013011Z:f2650bfe-a790-43d9-bb7b-7b5ae4a1eac3" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/309f3c71-b958-46b1-bc0b-35d0557a9bbb?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-beta.5", + "(.NET Core 3.1.21; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "be97dac22940f6f3568636269e685853", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 01:30:12 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/309f3c71-b958-46b1-bc0b-35d0557a9bbb?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "be97dac22940f6f3568636269e685853", + "x-ms-correlation-request-id": "0e8583bd-fd2c-4929-8e65-140ebdcfe5b2", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-request-id": "bcf21305-3951-41b7-a625-099cdfbb67ea", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T013012Z:0e8583bd-fd2c-4929-8e65-140ebdcfe5b2" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/309f3c71-b958-46b1-bc0b-35d0557a9bbb?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-beta.5", + "(.NET Core 3.1.21; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "9b8b20618507d6fd4899200bcc9bad21", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 01:30:13 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/309f3c71-b958-46b1-bc0b-35d0557a9bbb?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "9b8b20618507d6fd4899200bcc9bad21", + "x-ms-correlation-request-id": "4a981380-7f00-4412-a860-fd2ca6e78803", + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-request-id": "05384461-c541-4653-aeb2-754510625797", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T013013Z:4a981380-7f00-4412-a860-fd2ca6e78803" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/309f3c71-b958-46b1-bc0b-35d0557a9bbb?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-beta.5", + "(.NET Core 3.1.21; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "554fb599ab7125e4b29729fdfab3b6e3", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 01:30:15 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/309f3c71-b958-46b1-bc0b-35d0557a9bbb?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "554fb599ab7125e4b29729fdfab3b6e3", + "x-ms-correlation-request-id": "f1113345-b309-438f-b357-64c5c9dfed0e", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-request-id": "f96e4085-a924-4484-868b-c65a14bb5b60", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T013015Z:f1113345-b309-438f-b357-64c5c9dfed0e" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/309f3c71-b958-46b1-bc0b-35d0557a9bbb?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-beta.5", + "(.NET Core 3.1.21; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "9598ff42873e3c23ddc175a608e82aba", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 01:30:16 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/309f3c71-b958-46b1-bc0b-35d0557a9bbb?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "9598ff42873e3c23ddc175a608e82aba", + "x-ms-correlation-request-id": "160b4bf8-ddf8-48bd-8640-2c92d51bc420", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-request-id": "9a9d2d5d-7e67-4068-948a-bce47da8a4b9", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T013016Z:160b4bf8-ddf8-48bd-8640-2c92d51bc420" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/309f3c71-b958-46b1-bc0b-35d0557a9bbb?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-beta.5", + "(.NET Core 3.1.21; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "e88c14d90219b5e23b66e86f5c00db94", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 01:30:17 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/309f3c71-b958-46b1-bc0b-35d0557a9bbb?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e88c14d90219b5e23b66e86f5c00db94", + "x-ms-correlation-request-id": "0f204ae0-ee51-469d-bfa5-ab1f88618811", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-request-id": "0577f733-dc9a-46db-bea9-b619faef1ca2", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T013017Z:0f204ae0-ee51-469d-bfa5-ab1f88618811" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/309f3c71-b958-46b1-bc0b-35d0557a9bbb?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-beta.5", + "(.NET Core 3.1.21; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "cdc93de2170311e3921278b0363d1cca", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 01:30:19 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/309f3c71-b958-46b1-bc0b-35d0557a9bbb?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "cdc93de2170311e3921278b0363d1cca", + "x-ms-correlation-request-id": "3d8c384a-d6ff-4435-b348-b8b2df836dff", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-request-id": "73ec4f8f-75d9-44f7-82d5-d9933f2460a8", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T013019Z:3d8c384a-d6ff-4435-b348-b8b2df836dff" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/309f3c71-b958-46b1-bc0b-35d0557a9bbb?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-beta.5", + "(.NET Core 3.1.21; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "e5246e6dce263fca1ce25ad79fb3e0dc", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 01:30:20 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/309f3c71-b958-46b1-bc0b-35d0557a9bbb?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e5246e6dce263fca1ce25ad79fb3e0dc", + "x-ms-correlation-request-id": "02fe3460-24fc-435e-a210-9eb09fcab797", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-request-id": "e6e1d378-d749-432e-b2f8-da7beaea9d57", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T013020Z:02fe3460-24fc-435e-a210-9eb09fcab797" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/309f3c71-b958-46b1-bc0b-35d0557a9bbb?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-beta.5", + "(.NET Core 3.1.21; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "cbc4e0e55d1fc1b7317b55068a327ffd", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 01:30:21 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/309f3c71-b958-46b1-bc0b-35d0557a9bbb?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "cbc4e0e55d1fc1b7317b55068a327ffd", + "x-ms-correlation-request-id": "d08d68a3-8e2c-469a-9c5a-15892e883e31", + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-request-id": "a87fe186-16f4-4893-af8d-ec99bc0b3ad8", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T013021Z:d08d68a3-8e2c-469a-9c5a-15892e883e31" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/309f3c71-b958-46b1-bc0b-35d0557a9bbb?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-beta.5", + "(.NET Core 3.1.21; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "ed011e49f6dc146d7289b021bd0b72df", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 01:30:23 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/309f3c71-b958-46b1-bc0b-35d0557a9bbb?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ed011e49f6dc146d7289b021bd0b72df", + "x-ms-correlation-request-id": "a80fac48-8f4e-481a-bab5-13b24de963d7", + "x-ms-ratelimit-remaining-subscription-reads": "11988", + "x-ms-request-id": "0f994c2f-20bb-4503-b24d-b8aed9646b94", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T013023Z:a80fac48-8f4e-481a-bab5-13b24de963d7" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/309f3c71-b958-46b1-bc0b-35d0557a9bbb?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-beta.5", + "(.NET Core 3.1.21; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "55cb9b32517910abb762b4ab78c3b5ea", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 01:30:24 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/309f3c71-b958-46b1-bc0b-35d0557a9bbb?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "55cb9b32517910abb762b4ab78c3b5ea", + "x-ms-correlation-request-id": "b1d975ff-ed42-4176-a80d-70871ef1f8c9", + "x-ms-ratelimit-remaining-subscription-reads": "11987", + "x-ms-request-id": "385bc78c-48c2-4467-ac82-377a2e7f4569", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T013024Z:b1d975ff-ed42-4176-a80d-70871ef1f8c9" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/309f3c71-b958-46b1-bc0b-35d0557a9bbb?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-beta.5", + "(.NET Core 3.1.21; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "808e5c62f2b1ee0073af5895ac950426", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 01:30:25 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/309f3c71-b958-46b1-bc0b-35d0557a9bbb?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "808e5c62f2b1ee0073af5895ac950426", + "x-ms-correlation-request-id": "4c08e1db-f4f0-4f55-bec0-e41525a5b53c", + "x-ms-ratelimit-remaining-subscription-reads": "11986", + "x-ms-request-id": "738932c1-c905-47be-9adf-e47f95c3018a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T013025Z:4c08e1db-f4f0-4f55-bec0-e41525a5b53c" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/309f3c71-b958-46b1-bc0b-35d0557a9bbb?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager/1.0.0-beta.5", + "(.NET Core 3.1.21; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "eed376092a66f88373f1367942c29caf", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1346", + "Content-Type": "application/json", + "Date": "Thu, 18 Nov 2021 01:30:27 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "eed376092a66f88373f1367942c29caf", + "x-ms-correlation-request-id": "6d424ecf-4eec-4280-9e27-41b1379004c6", + "x-ms-ratelimit-remaining-subscription-reads": "11985", + "x-ms-request-id": "f1ee9145-6992-496f-809f-ea931d41ca68", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T013027Z:6d424ecf-4eec-4280-9e27-41b1379004c6" + }, + "ResponseBody": { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "Storage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-2244/providers/Microsoft.Storage/storageAccounts/teststoragemgmt1779", + "name": "teststoragemgmt1779", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-11-18T01:30:09.4471728Z", + "key2": "2021-11-18T01:30:09.4471728Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-18T01:30:09.4471728Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-18T01:30:09.4471728Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "provisioningState": "Succeeded", + "creationTime": "2021-11-18T01:30:09.3221421Z", + "primaryEndpoints": { + "blob": "https://teststoragemgmt1779.blob.core.windows.net/", + "queue": "https://teststoragemgmt1779.queue.core.windows.net/", + "table": "https://teststoragemgmt1779.table.core.windows.net/", + "file": "https://teststoragemgmt1779.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-2244/providers/Microsoft.Storage/storageAccounts/teststoragemgmt1779/fileServices/default?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211118.1", + "(.NET Core 3.1.21; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "60bec6d3f17c402d9bdce2c9f8156321", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "424", + "Content-Type": "application/json", + "Date": "Thu, 18 Nov 2021 01:30:27 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "60bec6d3f17c402d9bdce2c9f8156321", + "x-ms-correlation-request-id": "7ff90f32-b29d-41fe-b599-fc558a95c667", + "x-ms-ratelimit-remaining-subscription-reads": "11984", + "x-ms-request-id": "1a31207e-45ff-45aa-9ce1-bd44f0838639", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T013027Z:7ff90f32-b29d-41fe-b599-fc558a95c667" + }, + "ResponseBody": { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-2244/providers/Microsoft.Storage/storageAccounts/teststoragemgmt1779/fileServices/default", + "name": "default", + "type": "Microsoft.Storage/storageAccounts/fileServices", + "properties": { + "protocolSettings": { + "smb": {} + }, + "cors": { + "corsRules": [] + }, + "shareDeleteRetentionPolicy": { + "enabled": true, + "days": 7 + } + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-2244/providers/Microsoft.Storage/storageAccounts/teststoragemgmt1779?api-version=2021-04-01", + "RequestMethod": "PATCH", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "36", + "Content-Type": "application/json", + "User-Agent": [ + "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211118.1", + "(.NET Core 3.1.21; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "02a28d5ec7ef3883d9950dc0bc86acb0", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "kind": "StorageV2", + "properties": {} + }, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1487", + "Content-Type": "application/json", + "Date": "Thu, 18 Nov 2021 01:30:30 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "02a28d5ec7ef3883d9950dc0bc86acb0", + "x-ms-correlation-request-id": "c292c29d-1fc7-4a2f-ad16-c5a2849e5eb0", + "x-ms-ratelimit-remaining-subscription-writes": "1197", + "x-ms-request-id": "44da918e-b302-4c64-b55d-d0aebd4e75e4", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T013030Z:c292c29d-1fc7-4a2f-ad16-c5a2849e5eb0" + }, + "ResponseBody": { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "StorageV2", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-2244/providers/Microsoft.Storage/storageAccounts/teststoragemgmt1779", + "name": "teststoragemgmt1779", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-11-18T01:30:09.4471728Z", + "key2": "2021-11-18T01:30:09.4471728Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-18T01:30:09.4471728Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-18T01:30:09.4471728Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "accessTier": "Hot", + "provisioningState": "Succeeded", + "creationTime": "2021-11-18T01:30:09.3221421Z", + "primaryEndpoints": { + "dfs": "https://teststoragemgmt1779.dfs.core.windows.net/", + "web": "https://teststoragemgmt1779.z20.web.core.windows.net/", + "blob": "https://teststoragemgmt1779.blob.core.windows.net/", + "queue": "https://teststoragemgmt1779.queue.core.windows.net/", + "table": "https://teststoragemgmt1779.table.core.windows.net/", + "file": "https://teststoragemgmt1779.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-2244/providers/Microsoft.Storage/storageAccounts/teststoragemgmt1779/fileServices/default/shares/testfileshare5102?api-version=2021-04-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "17", + "Content-Type": "application/json", + "User-Agent": [ + "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211118.1", + "(.NET Core 3.1.21; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "d7e6c2a9a9a3481793528a48b9005e8e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "properties": {} + }, + "StatusCode": 201, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "310", + "Content-Type": "application/json", + "Date": "Thu, 18 Nov 2021 01:30:31 GMT", + "ETag": "\u00220x8D9AA3302ABB010\u0022", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d7e6c2a9a9a3481793528a48b9005e8e", + "x-ms-correlation-request-id": "b4ff69e0-81a8-4329-9881-b3b42fe12b56", + "x-ms-ratelimit-remaining-subscription-writes": "1196", + "x-ms-request-id": "49a365a8-e747-4c0c-8c16-423be572b813", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T013031Z:b4ff69e0-81a8-4329-9881-b3b42fe12b56" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-2244/providers/Microsoft.Storage/storageAccounts/teststoragemgmt1779/fileServices/default/shares/testfileshare5102", + "name": "testfileshare5102", + "type": "Microsoft.Storage/storageAccounts/fileServices/shares", + "properties": {} + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-2244/providers/Microsoft.Storage/storageAccounts/teststoragemgmt1779/fileServices/default/shares/testfileshare5102?api-version=2021-04-01", + "RequestMethod": "PATCH", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "320", + "Content-Type": "application/json", + "User-Agent": [ + "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211118.1", + "(.NET Core 3.1.21; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "1fb41b14bf99420c8687e6e46d831430", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "properties": { + "signedIdentifiers": [ + { + "id": "testSig1", + "accessPolicy": { + "startTime": "2021-11-18T01:30:32.0900477Z", + "expiryTime": "2021-11-18T03:30:32.0900477Z", + "permission": "rw" + } + }, + { + "id": "testSig2", + "accessPolicy": { + "startTime": "2021-11-18T01:31:32.0900477Z", + "expiryTime": "2021-11-18T02:10:32.0900477Z", + "permission": "rwdl" + } + } + ] + } + }, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "613", + "Content-Type": "application/json", + "Date": "Thu, 18 Nov 2021 01:30:31 GMT", + "ETag": "\u00220x8D9AA3302F81732\u0022", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1fb41b14bf99420c8687e6e46d831430", + "x-ms-correlation-request-id": "496920e1-4f37-4625-b28b-90eb87a56ef8", + "x-ms-ratelimit-remaining-subscription-writes": "1195", + "x-ms-request-id": "60a119e6-d801-4fd7-bc9c-9407d51598b3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T013032Z:496920e1-4f37-4625-b28b-90eb87a56ef8" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-2244/providers/Microsoft.Storage/storageAccounts/teststoragemgmt1779/fileServices/default/shares/testfileshare5102", + "name": "testfileshare5102", + "type": "Microsoft.Storage/storageAccounts/fileServices/shares", + "properties": { + "signedIdentifiers": [ + { + "id": "testSig1", + "accessPolicy": { + "startTime": "2021-11-18T01:30:32.0900477Z", + "expiryTime": "2021-11-18T03:30:32.0900477Z", + "permission": "rw" + } + }, + { + "id": "testSig2", + "accessPolicy": { + "startTime": "2021-11-18T01:31:32.0900477Z", + "expiryTime": "2021-11-18T02:10:32.0900477Z", + "permission": "rwdl" + } + } + ] + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-2244/providers/Microsoft.Storage/storageAccounts?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211118.1", + "(.NET Core 3.1.21; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "524eb6314a7ce4ba8bb95c74f9ef1f95", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1499", + "Content-Type": "application/json", + "Date": "Thu, 18 Nov 2021 01:30:32 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "524eb6314a7ce4ba8bb95c74f9ef1f95", + "x-ms-correlation-request-id": "e9d38b80-b965-4aee-9909-e783cc43631e", + "x-ms-ratelimit-remaining-subscription-reads": "11983", + "x-ms-request-id": "8acdf43d-1fe1-497c-b457-b0e3ae25315b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T013032Z:e9d38b80-b965-4aee-9909-e783cc43631e" + }, + "ResponseBody": { + "value": [ + { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "StorageV2", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-2244/providers/Microsoft.Storage/storageAccounts/teststoragemgmt1779", + "name": "teststoragemgmt1779", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-11-18T01:30:09.4471728Z", + "key2": "2021-11-18T01:30:09.4471728Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-18T01:30:09.4471728Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-18T01:30:09.4471728Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "accessTier": "Hot", + "provisioningState": "Succeeded", + "creationTime": "2021-11-18T01:30:09.3221421Z", + "primaryEndpoints": { + "dfs": "https://teststoragemgmt1779.dfs.core.windows.net/", + "web": "https://teststoragemgmt1779.z20.web.core.windows.net/", + "blob": "https://teststoragemgmt1779.blob.core.windows.net/", + "queue": "https://teststoragemgmt1779.queue.core.windows.net/", + "table": "https://teststoragemgmt1779.table.core.windows.net/", + "file": "https://teststoragemgmt1779.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + } + ] + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-2244/providers/Microsoft.Storage/storageAccounts/teststoragemgmt1779?api-version=2021-04-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211118.1", + "(.NET Core 3.1.21; Microsoft Windows 10.0.19043)" + ], + "x-ms-client-request-id": "6ba831ae91f7ea79b6a3511cc233db0f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 01:30:39 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6ba831ae91f7ea79b6a3511cc233db0f", + "x-ms-correlation-request-id": "67022dc8-7d7f-4af3-80c8-947aeca81d74", + "x-ms-ratelimit-remaining-subscription-deletes": "14999", + "x-ms-request-id": "95d94f09-5fbd-428b-a695-1e043c8bd237", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T013039Z:67022dc8-7d7f-4af3-80c8-947aeca81d74" + }, + "ResponseBody": [] + } + ], + "Variables": { + "DateTimeOffsetNow": "2021-11-18T09:30:32.0900477\u002B08:00", + "RandomSeed": "708757849", + "RESOURCE_MANAGER_URL": null, + "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" + } +} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/FileShareTests/FileShareAccessPolicyAsync.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/FileShareTests/FileShareAccessPolicyAsync.json new file mode 100644 index 0000000000000..50b21d3c9effa --- /dev/null +++ b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/FileShareTests/FileShareAccessPolicyAsync.json @@ -0,0 +1,1022 @@ +{ + "Entries": [ + { + "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-a3747b9f1146a74b9e8d67009f6e4eec-554c9c695f0c4d47-00", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "b72253af8e080a7243a275bc49b70f8e", + "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, 18 Nov 2021 01:28:17 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "67993af3-5e11-4d11-afa2-4ec842eb44d3", + "x-ms-ratelimit-remaining-subscription-reads": "11980", + "x-ms-request-id": "67993af3-5e11-4d11-afa2-4ec842eb44d3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T012817Z:67993af3-5e11-4d11-afa2-4ec842eb44d3" + }, + "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/teststorageRG-7731?api-version=2019-10-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "44", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "4b811d85ea0f062af4aa000d4ff2aafe", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "location": "eastus2", + "tags": { + "test": "env" + } + }, + "StatusCode": 201, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "256", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 18 Nov 2021 01:28:18 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "3949a910-08da-4000-980e-4f63ac6638d0", + "x-ms-ratelimit-remaining-subscription-writes": "1194", + "x-ms-request-id": "3949a910-08da-4000-980e-4f63ac6638d0", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T012818Z:3949a910-08da-4000-980e-4f63ac6638d0" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-7731", + "name": "teststorageRG-7731", + "type": "Microsoft.Resources/resourceGroups", + "location": "eastus2", + "tags": { + "test": "env" + }, + "properties": { + "provisioningState": "Succeeded" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/checkNameAvailability?api-version=2021-04-01", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "73", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211118.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "71e75f0e7ec48d8ed18530b5c9678753", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "name": "teststoragemgmt4762", + "type": "Microsoft.Storage/storageAccounts" + }, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "22", + "Content-Type": "application/json", + "Date": "Thu, 18 Nov 2021 01:28:19 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "71e75f0e7ec48d8ed18530b5c9678753", + "x-ms-correlation-request-id": "a034424d-7e82-4642-8005-eea9071d4a78", + "x-ms-ratelimit-remaining-subscription-reads": "11979", + "x-ms-request-id": "08c19975-b8bd-4360-ba51-863d465da18c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T012819Z:a034424d-7e82-4642-8005-eea9071d4a78" + }, + "ResponseBody": { + "nameAvailable": true + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-7731/providers/Microsoft.Storage/storageAccounts/teststoragemgmt4762?api-version=2021-04-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "126", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211118.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "f12d05bb9f3ef768b114e372fcf4b0ca", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "sku": { + "name": "Standard_GRS" + }, + "kind": "Storage", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": {} + }, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 01:28:23 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3bc6f343-888b-4150-b254-9377638eac9a?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f12d05bb9f3ef768b114e372fcf4b0ca", + "x-ms-correlation-request-id": "f91141bd-ae04-4572-ad58-15adaf16dd5d", + "x-ms-ratelimit-remaining-subscription-writes": "1193", + "x-ms-request-id": "3bc6f343-888b-4150-b254-9377638eac9a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T012823Z:f91141bd-ae04-4572-ad58-15adaf16dd5d" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3bc6f343-888b-4150-b254-9377638eac9a?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "ed93ba780d7c6f20f6efc0b09a1c91dd", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 01:28:23 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3bc6f343-888b-4150-b254-9377638eac9a?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ed93ba780d7c6f20f6efc0b09a1c91dd", + "x-ms-correlation-request-id": "70d320b3-f8aa-4893-aacb-1417eb1e96f8", + "x-ms-ratelimit-remaining-subscription-reads": "11978", + "x-ms-request-id": "7fd23682-a814-41b4-9f40-56eb74c9ef59", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T012823Z:70d320b3-f8aa-4893-aacb-1417eb1e96f8" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3bc6f343-888b-4150-b254-9377638eac9a?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "dff666d5d7be92ac438dfe7f6103fe61", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 01:28:24 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3bc6f343-888b-4150-b254-9377638eac9a?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "dff666d5d7be92ac438dfe7f6103fe61", + "x-ms-correlation-request-id": "f114cea1-527b-478a-8854-ca6387dcfbf1", + "x-ms-ratelimit-remaining-subscription-reads": "11977", + "x-ms-request-id": "7fee3052-0680-4089-aedc-7325e8d3bdb6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T012824Z:f114cea1-527b-478a-8854-ca6387dcfbf1" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3bc6f343-888b-4150-b254-9377638eac9a?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "41f9a1e9c260b14dc839b9b7681105d6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 01:28:26 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3bc6f343-888b-4150-b254-9377638eac9a?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "41f9a1e9c260b14dc839b9b7681105d6", + "x-ms-correlation-request-id": "bb388461-6cfb-429b-806c-86e53346cc5b", + "x-ms-ratelimit-remaining-subscription-reads": "11976", + "x-ms-request-id": "91ddf0a6-4f0d-46b1-8a79-bed6dd1bd979", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T012826Z:bb388461-6cfb-429b-806c-86e53346cc5b" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3bc6f343-888b-4150-b254-9377638eac9a?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "928f612d4b59a1830e00a9ee0ea10ef3", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 01:28:27 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3bc6f343-888b-4150-b254-9377638eac9a?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "928f612d4b59a1830e00a9ee0ea10ef3", + "x-ms-correlation-request-id": "8771f21f-b35c-4161-b396-74e714c01f4a", + "x-ms-ratelimit-remaining-subscription-reads": "11975", + "x-ms-request-id": "d861b0d4-e314-45e9-a6f1-747811ebf91f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T012827Z:8771f21f-b35c-4161-b396-74e714c01f4a" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3bc6f343-888b-4150-b254-9377638eac9a?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "f8c65ff04f23137c184516841df52a32", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 01:28:28 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3bc6f343-888b-4150-b254-9377638eac9a?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f8c65ff04f23137c184516841df52a32", + "x-ms-correlation-request-id": "afee2a08-ed8a-4343-a5b2-58998f1ea4a9", + "x-ms-ratelimit-remaining-subscription-reads": "11974", + "x-ms-request-id": "f2072d0f-1a2e-4269-9ec3-f239575f558e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T012828Z:afee2a08-ed8a-4343-a5b2-58998f1ea4a9" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3bc6f343-888b-4150-b254-9377638eac9a?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "ff5228886c749d071d58335f185ea227", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 01:28:30 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3bc6f343-888b-4150-b254-9377638eac9a?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ff5228886c749d071d58335f185ea227", + "x-ms-correlation-request-id": "6b50f645-8587-41e0-a433-08d340620eca", + "x-ms-ratelimit-remaining-subscription-reads": "11973", + "x-ms-request-id": "b5d481a5-2396-4803-8748-41a44ec97f49", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T012830Z:6b50f645-8587-41e0-a433-08d340620eca" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3bc6f343-888b-4150-b254-9377638eac9a?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "09c6c62b0c4addb3e47b791434fe8318", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 01:28:31 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3bc6f343-888b-4150-b254-9377638eac9a?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "09c6c62b0c4addb3e47b791434fe8318", + "x-ms-correlation-request-id": "0409b604-b9d1-4613-bb9d-fec1db917d42", + "x-ms-ratelimit-remaining-subscription-reads": "11972", + "x-ms-request-id": "24360b79-9e18-49e6-85de-e6e4068e01d7", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T012831Z:0409b604-b9d1-4613-bb9d-fec1db917d42" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3bc6f343-888b-4150-b254-9377638eac9a?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "e66677d60e4e847e5729dbcb1b1cfab9", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 01:28:32 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3bc6f343-888b-4150-b254-9377638eac9a?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e66677d60e4e847e5729dbcb1b1cfab9", + "x-ms-correlation-request-id": "995dac48-710a-4316-b0ab-2a927d7b148d", + "x-ms-ratelimit-remaining-subscription-reads": "11971", + "x-ms-request-id": "02f4cddd-c205-4cfe-8fc3-d197e68cbae9", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T012832Z:995dac48-710a-4316-b0ab-2a927d7b148d" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3bc6f343-888b-4150-b254-9377638eac9a?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "5659eea2202f7ce875741af8f2f2681f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 01:28:34 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3bc6f343-888b-4150-b254-9377638eac9a?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5659eea2202f7ce875741af8f2f2681f", + "x-ms-correlation-request-id": "f0c2a5ec-7834-41fb-b918-dabebe2eecad", + "x-ms-ratelimit-remaining-subscription-reads": "11970", + "x-ms-request-id": "88b39199-d098-43ee-9853-4463c62df9d1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T012834Z:f0c2a5ec-7834-41fb-b918-dabebe2eecad" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3bc6f343-888b-4150-b254-9377638eac9a?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "a1881bd4bcf81dd94842b12031e8c2c8", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 01:28:35 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3bc6f343-888b-4150-b254-9377638eac9a?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a1881bd4bcf81dd94842b12031e8c2c8", + "x-ms-correlation-request-id": "469a899b-9899-4c40-b8ee-606907220d3c", + "x-ms-ratelimit-remaining-subscription-reads": "11969", + "x-ms-request-id": "e7cb74cc-bfae-4d37-96cf-082e9c98ea9b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T012835Z:469a899b-9899-4c40-b8ee-606907220d3c" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3bc6f343-888b-4150-b254-9377638eac9a?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "4571bf812ca5b6e98eea71d9f3859164", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 01:28:36 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3bc6f343-888b-4150-b254-9377638eac9a?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4571bf812ca5b6e98eea71d9f3859164", + "x-ms-correlation-request-id": "0b6c8211-4a0b-4461-88a4-dabf27736b97", + "x-ms-ratelimit-remaining-subscription-reads": "11968", + "x-ms-request-id": "0eb3d315-e066-45b6-93f9-85ff6234fc4a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T012836Z:0b6c8211-4a0b-4461-88a4-dabf27736b97" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3bc6f343-888b-4150-b254-9377638eac9a?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "00f6bbc05993e6c1153b0eed6ec74a8d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 01:28:38 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3bc6f343-888b-4150-b254-9377638eac9a?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "00f6bbc05993e6c1153b0eed6ec74a8d", + "x-ms-correlation-request-id": "d1637001-db6f-4717-9e0d-348378c28413", + "x-ms-ratelimit-remaining-subscription-reads": "11967", + "x-ms-request-id": "72e3dcf8-b426-4cbe-a4c8-ca2260111fdb", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T012838Z:d1637001-db6f-4717-9e0d-348378c28413" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3bc6f343-888b-4150-b254-9377638eac9a?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "327752b22281a77a31d2120e4bff2ac2", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1346", + "Content-Type": "application/json", + "Date": "Thu, 18 Nov 2021 01:28:39 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "327752b22281a77a31d2120e4bff2ac2", + "x-ms-correlation-request-id": "f282e6d8-ef08-4076-a12a-e46232809725", + "x-ms-ratelimit-remaining-subscription-reads": "11966", + "x-ms-request-id": "b5e0efd1-64c7-4093-bbb0-c71937842091", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T012839Z:f282e6d8-ef08-4076-a12a-e46232809725" + }, + "ResponseBody": { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "Storage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-7731/providers/Microsoft.Storage/storageAccounts/teststoragemgmt4762", + "name": "teststoragemgmt4762", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-11-18T01:28:21.8185141Z", + "key2": "2021-11-18T01:28:21.8185141Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-18T01:28:21.8185141Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-18T01:28:21.8185141Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "provisioningState": "Succeeded", + "creationTime": "2021-11-18T01:28:21.6935408Z", + "primaryEndpoints": { + "blob": "https://teststoragemgmt4762.blob.core.windows.net/", + "queue": "https://teststoragemgmt4762.queue.core.windows.net/", + "table": "https://teststoragemgmt4762.table.core.windows.net/", + "file": "https://teststoragemgmt4762.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-7731/providers/Microsoft.Storage/storageAccounts/teststoragemgmt4762/fileServices/default?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211118.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "75604cb0c1f12834fe8b306a1efc47c6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "424", + "Content-Type": "application/json", + "Date": "Thu, 18 Nov 2021 01:28:39 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "75604cb0c1f12834fe8b306a1efc47c6", + "x-ms-correlation-request-id": "1446a25b-7ffc-4728-a79b-667d25e649a7", + "x-ms-ratelimit-remaining-subscription-reads": "11965", + "x-ms-request-id": "53760099-95df-4ac1-a3b9-a5afddab7f1c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T012839Z:1446a25b-7ffc-4728-a79b-667d25e649a7" + }, + "ResponseBody": { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-7731/providers/Microsoft.Storage/storageAccounts/teststoragemgmt4762/fileServices/default", + "name": "default", + "type": "Microsoft.Storage/storageAccounts/fileServices", + "properties": { + "protocolSettings": { + "smb": {} + }, + "cors": { + "corsRules": [] + }, + "shareDeleteRetentionPolicy": { + "enabled": true, + "days": 7 + } + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-7731/providers/Microsoft.Storage/storageAccounts/teststoragemgmt4762?api-version=2021-04-01", + "RequestMethod": "PATCH", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "36", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211118.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "a027e49f5f0e9de3414fcec146b39a16", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "kind": "StorageV2", + "properties": {} + }, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1487", + "Content-Type": "application/json", + "Date": "Thu, 18 Nov 2021 01:28:42 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a027e49f5f0e9de3414fcec146b39a16", + "x-ms-correlation-request-id": "385dbffe-a0be-4a41-89a8-8a2a62895cd0", + "x-ms-ratelimit-remaining-subscription-writes": "1192", + "x-ms-request-id": "272f4812-277a-4522-974f-cc414604d02d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T012842Z:385dbffe-a0be-4a41-89a8-8a2a62895cd0" + }, + "ResponseBody": { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "StorageV2", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-7731/providers/Microsoft.Storage/storageAccounts/teststoragemgmt4762", + "name": "teststoragemgmt4762", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-11-18T01:28:21.8185141Z", + "key2": "2021-11-18T01:28:21.8185141Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-18T01:28:21.8185141Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-18T01:28:21.8185141Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "accessTier": "Hot", + "provisioningState": "Succeeded", + "creationTime": "2021-11-18T01:28:21.6935408Z", + "primaryEndpoints": { + "dfs": "https://teststoragemgmt4762.dfs.core.windows.net/", + "web": "https://teststoragemgmt4762.z20.web.core.windows.net/", + "blob": "https://teststoragemgmt4762.blob.core.windows.net/", + "queue": "https://teststoragemgmt4762.queue.core.windows.net/", + "table": "https://teststoragemgmt4762.table.core.windows.net/", + "file": "https://teststoragemgmt4762.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-7731/providers/Microsoft.Storage/storageAccounts/teststoragemgmt4762/fileServices/default/shares/testfileshare7471?api-version=2021-04-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "17", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211118.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "67213c4b9bd41ef14f33f5f20f88358b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "properties": {} + }, + "StatusCode": 201, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "310", + "Content-Type": "application/json", + "Date": "Thu, 18 Nov 2021 01:28:43 GMT", + "ETag": "\u00220x8D9AA32C2602FB3\u0022", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "67213c4b9bd41ef14f33f5f20f88358b", + "x-ms-correlation-request-id": "59093724-f836-482a-ae36-7fd5752c4d94", + "x-ms-ratelimit-remaining-subscription-writes": "1191", + "x-ms-request-id": "37c28a23-d541-484f-8eb5-0abecc3a8add", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T012843Z:59093724-f836-482a-ae36-7fd5752c4d94" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-7731/providers/Microsoft.Storage/storageAccounts/teststoragemgmt4762/fileServices/default/shares/testfileshare7471", + "name": "testfileshare7471", + "type": "Microsoft.Storage/storageAccounts/fileServices/shares", + "properties": {} + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-7731/providers/Microsoft.Storage/storageAccounts/teststoragemgmt4762/fileServices/default/shares/testfileshare7471?api-version=2021-04-01", + "RequestMethod": "PATCH", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "320", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211118.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "d7676e4bb4896951c234a1f273e24bf0", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "properties": { + "signedIdentifiers": [ + { + "id": "testSig1", + "accessPolicy": { + "startTime": "2021-11-18T01:28:44.2081436Z", + "expiryTime": "2021-11-18T03:28:44.2081436Z", + "permission": "rw" + } + }, + { + "id": "testSig2", + "accessPolicy": { + "startTime": "2021-11-18T01:29:44.2081436Z", + "expiryTime": "2021-11-18T02:08:44.2081436Z", + "permission": "rwdl" + } + } + ] + } + }, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "613", + "Content-Type": "application/json", + "Date": "Thu, 18 Nov 2021 01:28:44 GMT", + "ETag": "\u00220x8D9AA32C2C5E772\u0022", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d7676e4bb4896951c234a1f273e24bf0", + "x-ms-correlation-request-id": "caca4902-179a-4a51-9e4a-1734cbab1586", + "x-ms-ratelimit-remaining-subscription-writes": "1190", + "x-ms-request-id": "e09238fe-d899-490d-bbd1-c09b0e921d43", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T012844Z:caca4902-179a-4a51-9e4a-1734cbab1586" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-7731/providers/Microsoft.Storage/storageAccounts/teststoragemgmt4762/fileServices/default/shares/testfileshare7471", + "name": "testfileshare7471", + "type": "Microsoft.Storage/storageAccounts/fileServices/shares", + "properties": { + "signedIdentifiers": [ + { + "id": "testSig1", + "accessPolicy": { + "startTime": "2021-11-18T01:28:44.2081436Z", + "expiryTime": "2021-11-18T03:28:44.2081436Z", + "permission": "rw" + } + }, + { + "id": "testSig2", + "accessPolicy": { + "startTime": "2021-11-18T01:29:44.2081436Z", + "expiryTime": "2021-11-18T02:08:44.2081436Z", + "permission": "rwdl" + } + } + ] + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-7731/providers/Microsoft.Storage/storageAccounts?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211118.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "bfd259195f2548cb3682bf2beeab31c6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1499", + "Content-Type": "application/json", + "Date": "Thu, 18 Nov 2021 01:28:44 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "bfd259195f2548cb3682bf2beeab31c6", + "x-ms-correlation-request-id": "843adae0-ec8e-4876-ba04-b3ec6857503a", + "x-ms-ratelimit-remaining-subscription-reads": "11964", + "x-ms-request-id": "c98a5ee9-a8ea-4be8-b357-6e5a77222388", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T012844Z:843adae0-ec8e-4876-ba04-b3ec6857503a" + }, + "ResponseBody": { + "value": [ + { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "StorageV2", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-7731/providers/Microsoft.Storage/storageAccounts/teststoragemgmt4762", + "name": "teststoragemgmt4762", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-11-18T01:28:21.8185141Z", + "key2": "2021-11-18T01:28:21.8185141Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-18T01:28:21.8185141Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-18T01:28:21.8185141Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "accessTier": "Hot", + "provisioningState": "Succeeded", + "creationTime": "2021-11-18T01:28:21.6935408Z", + "primaryEndpoints": { + "dfs": "https://teststoragemgmt4762.dfs.core.windows.net/", + "web": "https://teststoragemgmt4762.z20.web.core.windows.net/", + "blob": "https://teststoragemgmt4762.blob.core.windows.net/", + "queue": "https://teststoragemgmt4762.queue.core.windows.net/", + "table": "https://teststoragemgmt4762.table.core.windows.net/", + "file": "https://teststoragemgmt4762.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + } + ] + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-7731/providers/Microsoft.Storage/storageAccounts/teststoragemgmt4762?api-version=2021-04-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211118.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "44fa36983e339786ebb8a5a0fafeaa6d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 01:28:49 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "44fa36983e339786ebb8a5a0fafeaa6d", + "x-ms-correlation-request-id": "3ab43d64-eb60-4c2c-af42-d3414765b721", + "x-ms-ratelimit-remaining-subscription-deletes": "14997", + "x-ms-request-id": "22f28bce-53d1-48f3-8f03-c1f0d4e98e44", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T012849Z:3ab43d64-eb60-4c2c-af42-d3414765b721" + }, + "ResponseBody": [] + } + ], + "Variables": { + "DateTimeOffsetNow": "2021-11-18T09:28:44.2081436\u002B08:00", + "RandomSeed": "296940620", + "RESOURCE_MANAGER_URL": null, + "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" + } +} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/FileShareTests/FileShareLease.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/FileShareTests/FileShareLease.json new file mode 100644 index 0000000000000..9d71a3cc06a4b --- /dev/null +++ b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/FileShareTests/FileShareLease.json @@ -0,0 +1,1406 @@ +{ + "Entries": [ + { + "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-45f3c589a701644293809bcef9a46181-10dc5c89c15d9548-00", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "ef85fbea6520cc48e786b4b91ed13ab9", + "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": "Wed, 17 Nov 2021 10:57:14 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "386eae8c-3426-4ada-ba31-5de586d97877", + "x-ms-ratelimit-remaining-subscription-reads": "11999", + "x-ms-request-id": "386eae8c-3426-4ada-ba31-5de586d97877", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T105715Z:386eae8c-3426-4ada-ba31-5de586d97877" + }, + "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/teststorageRG-730?api-version=2019-10-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "44", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "b757c759e82f4f731a10e5d3677548d5", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "location": "eastus2", + "tags": { + "test": "env" + } + }, + "StatusCode": 201, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "254", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 17 Nov 2021 10:57:18 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "28bad43b-e63e-41e2-88b3-86ccf78e25f7", + "x-ms-ratelimit-remaining-subscription-writes": "1199", + "x-ms-request-id": "28bad43b-e63e-41e2-88b3-86ccf78e25f7", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T105719Z:28bad43b-e63e-41e2-88b3-86ccf78e25f7" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-730", + "name": "teststorageRG-730", + "type": "Microsoft.Resources/resourceGroups", + "location": "eastus2", + "tags": { + "test": "env" + }, + "properties": { + "provisioningState": "Succeeded" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/checkNameAvailability?api-version=2021-04-01", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "73", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "7d021194311e270a41ace63705b1bc1b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "name": "teststoragemgmt5180", + "type": "Microsoft.Storage/storageAccounts" + }, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "22", + "Content-Type": "application/json", + "Date": "Wed, 17 Nov 2021 10:57:20 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "7d021194311e270a41ace63705b1bc1b", + "x-ms-correlation-request-id": "8dc244a1-0a48-49b2-8a53-3d02b2429ad7", + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-request-id": "f24707c1-91ce-41cf-8992-1d2fef640832", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T105720Z:8dc244a1-0a48-49b2-8a53-3d02b2429ad7" + }, + "ResponseBody": { + "nameAvailable": true + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-730/providers/Microsoft.Storage/storageAccounts/teststoragemgmt5180?api-version=2021-04-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "126", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "b14a04e4bb5111139f055463f87f106b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "sku": { + "name": "Standard_GRS" + }, + "kind": "Storage", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": {} + }, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 10:57:29 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e8816bd0-a7ef-4fbc-af6c-5dbb784a8d32?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b14a04e4bb5111139f055463f87f106b", + "x-ms-correlation-request-id": "a7e09b3f-6725-4836-9f01-d31fe05b4d5a", + "x-ms-ratelimit-remaining-subscription-writes": "1198", + "x-ms-request-id": "e8816bd0-a7ef-4fbc-af6c-5dbb784a8d32", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T105729Z:a7e09b3f-6725-4836-9f01-d31fe05b4d5a" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e8816bd0-a7ef-4fbc-af6c-5dbb784a8d32?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "7183b72824fdd909fef0dd18dca72fc2", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 10:57:29 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e8816bd0-a7ef-4fbc-af6c-5dbb784a8d32?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "7183b72824fdd909fef0dd18dca72fc2", + "x-ms-correlation-request-id": "1fba83c2-463d-4db5-bd95-b195ee82c066", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-request-id": "1a683b67-6ce4-4c41-bb5c-63d88a5b150f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T105729Z:1fba83c2-463d-4db5-bd95-b195ee82c066" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e8816bd0-a7ef-4fbc-af6c-5dbb784a8d32?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "41537a9b93749265c9b363c2cdd68487", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 10:57:31 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e8816bd0-a7ef-4fbc-af6c-5dbb784a8d32?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "41537a9b93749265c9b363c2cdd68487", + "x-ms-correlation-request-id": "41406706-3ce1-4427-9d3b-208e531760d0", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-request-id": "9b951949-7aee-4a77-99a0-3cfc5d3e5e20", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T105731Z:41406706-3ce1-4427-9d3b-208e531760d0" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e8816bd0-a7ef-4fbc-af6c-5dbb784a8d32?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "413af5f09efcbf6eba642bc57422baa6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 10:57:32 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e8816bd0-a7ef-4fbc-af6c-5dbb784a8d32?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "413af5f09efcbf6eba642bc57422baa6", + "x-ms-correlation-request-id": "2babdec6-cfaa-4c9e-9612-7de48414671e", + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-request-id": "2223a4dd-13ec-4d01-8cea-ccf95fcdf223", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T105732Z:2babdec6-cfaa-4c9e-9612-7de48414671e" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e8816bd0-a7ef-4fbc-af6c-5dbb784a8d32?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "13a02b60d3c495ea51f0a849c0460b27", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 10:57:33 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e8816bd0-a7ef-4fbc-af6c-5dbb784a8d32?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "13a02b60d3c495ea51f0a849c0460b27", + "x-ms-correlation-request-id": "d791e202-eb96-40e8-8932-4034a863e2f9", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-request-id": "7b11aa00-7e30-4199-ab34-9c001de63483", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T105733Z:d791e202-eb96-40e8-8932-4034a863e2f9" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e8816bd0-a7ef-4fbc-af6c-5dbb784a8d32?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "e628566ced6cfcc50b94860f679f1da6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 10:57:35 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e8816bd0-a7ef-4fbc-af6c-5dbb784a8d32?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e628566ced6cfcc50b94860f679f1da6", + "x-ms-correlation-request-id": "f7ec9933-2a6b-40c1-90f7-ba450695bdd6", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-request-id": "7c18f4b4-a677-411d-bef8-5bce9bafb06b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T105735Z:f7ec9933-2a6b-40c1-90f7-ba450695bdd6" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e8816bd0-a7ef-4fbc-af6c-5dbb784a8d32?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "a262bcf970361cc30ba4f00bf624fe73", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 10:57:36 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e8816bd0-a7ef-4fbc-af6c-5dbb784a8d32?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a262bcf970361cc30ba4f00bf624fe73", + "x-ms-correlation-request-id": "84961cfc-b898-49d1-a9a6-dd7f3eb2413a", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-request-id": "a3c9f762-f246-447d-a1f5-fb58c2615f50", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T105736Z:84961cfc-b898-49d1-a9a6-dd7f3eb2413a" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e8816bd0-a7ef-4fbc-af6c-5dbb784a8d32?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "1e590358d4fa723966a307304cda2db1", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 10:57:37 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e8816bd0-a7ef-4fbc-af6c-5dbb784a8d32?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1e590358d4fa723966a307304cda2db1", + "x-ms-correlation-request-id": "6caea172-d4bc-47d6-a3d2-70cecca918cf", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-request-id": "87cf13ed-735f-48fa-8abe-a2c0946c73c0", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T105738Z:6caea172-d4bc-47d6-a3d2-70cecca918cf" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e8816bd0-a7ef-4fbc-af6c-5dbb784a8d32?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "045001d369e4fcf1920bdac8fcb906e7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 10:57:39 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e8816bd0-a7ef-4fbc-af6c-5dbb784a8d32?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "045001d369e4fcf1920bdac8fcb906e7", + "x-ms-correlation-request-id": "03d72431-9a6f-42c3-9253-6726c32b2756", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-request-id": "5ebc00c1-8ad5-413d-8393-50c049276899", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T105739Z:03d72431-9a6f-42c3-9253-6726c32b2756" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e8816bd0-a7ef-4fbc-af6c-5dbb784a8d32?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "64b71396ff4624ac82ef3c926893d030", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 10:57:40 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e8816bd0-a7ef-4fbc-af6c-5dbb784a8d32?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "64b71396ff4624ac82ef3c926893d030", + "x-ms-correlation-request-id": "35e21ff8-12d1-499e-ac3c-7a26d9c34011", + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-request-id": "6bda0966-ce00-44a4-ba53-1d79592a4a89", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T105740Z:35e21ff8-12d1-499e-ac3c-7a26d9c34011" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e8816bd0-a7ef-4fbc-af6c-5dbb784a8d32?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "f4383e76fad3ef8f125d8beff97176ac", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 10:57:41 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e8816bd0-a7ef-4fbc-af6c-5dbb784a8d32?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f4383e76fad3ef8f125d8beff97176ac", + "x-ms-correlation-request-id": "7533374c-ec34-492f-af5a-6d2a4f2639eb", + "x-ms-ratelimit-remaining-subscription-reads": "11988", + "x-ms-request-id": "2f7d82e8-d5ab-4114-9d8a-fbcba27775f8", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T105742Z:7533374c-ec34-492f-af5a-6d2a4f2639eb" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e8816bd0-a7ef-4fbc-af6c-5dbb784a8d32?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "3999209dc923d36b552c81f42d5e93ff", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 10:57:43 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e8816bd0-a7ef-4fbc-af6c-5dbb784a8d32?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "3999209dc923d36b552c81f42d5e93ff", + "x-ms-correlation-request-id": "71d1d1ad-6f89-49e7-b455-2c695b22ca6f", + "x-ms-ratelimit-remaining-subscription-reads": "11987", + "x-ms-request-id": "eaa8143c-cfa8-460e-b4e0-cd9eee1f86bb", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T105743Z:71d1d1ad-6f89-49e7-b455-2c695b22ca6f" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e8816bd0-a7ef-4fbc-af6c-5dbb784a8d32?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "be51a93b11809c1383c751e974bd2b11", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 10:57:44 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e8816bd0-a7ef-4fbc-af6c-5dbb784a8d32?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "be51a93b11809c1383c751e974bd2b11", + "x-ms-correlation-request-id": "b526caf2-8bc5-464c-881e-757e723010c2", + "x-ms-ratelimit-remaining-subscription-reads": "11986", + "x-ms-request-id": "d0bb2c9e-8d1d-41cf-aba7-90ea232a996a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T105744Z:b526caf2-8bc5-464c-881e-757e723010c2" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e8816bd0-a7ef-4fbc-af6c-5dbb784a8d32?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "48f48f7996f9ad0dd2659fa7789ac2b4", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1345", + "Content-Type": "application/json", + "Date": "Wed, 17 Nov 2021 10:57:46 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "48f48f7996f9ad0dd2659fa7789ac2b4", + "x-ms-correlation-request-id": "51f7dcee-29d1-46b1-afc7-4ebbcdcb92d1", + "x-ms-ratelimit-remaining-subscription-reads": "11985", + "x-ms-request-id": "e0193cec-8bdc-4c0f-8e81-4d4aa467ce97", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T105746Z:51f7dcee-29d1-46b1-afc7-4ebbcdcb92d1" + }, + "ResponseBody": { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "Storage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-730/providers/Microsoft.Storage/storageAccounts/teststoragemgmt5180", + "name": "teststoragemgmt5180", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-11-17T10:57:28.0897214Z", + "key2": "2021-11-17T10:57:28.0897214Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T10:57:28.0897214Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T10:57:28.0897214Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "provisioningState": "Succeeded", + "creationTime": "2021-11-17T10:57:27.9803730Z", + "primaryEndpoints": { + "blob": "https://teststoragemgmt5180.blob.core.windows.net/", + "queue": "https://teststoragemgmt5180.queue.core.windows.net/", + "table": "https://teststoragemgmt5180.table.core.windows.net/", + "file": "https://teststoragemgmt5180.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-730/providers/Microsoft.Storage/storageAccounts/teststoragemgmt5180/fileServices/default?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "4fb38cc9b7208b2b0cfdb65b78825f98", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "423", + "Content-Type": "application/json", + "Date": "Wed, 17 Nov 2021 10:57:46 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4fb38cc9b7208b2b0cfdb65b78825f98", + "x-ms-correlation-request-id": "e38ebef0-5ae2-4060-84ab-9ccd02937f90", + "x-ms-ratelimit-remaining-subscription-reads": "11984", + "x-ms-request-id": "b11975d9-982b-479d-8335-eaa3e987d052", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T105746Z:e38ebef0-5ae2-4060-84ab-9ccd02937f90" + }, + "ResponseBody": { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-730/providers/Microsoft.Storage/storageAccounts/teststoragemgmt5180/fileServices/default", + "name": "default", + "type": "Microsoft.Storage/storageAccounts/fileServices", + "properties": { + "protocolSettings": { + "smb": {} + }, + "cors": { + "corsRules": [] + }, + "shareDeleteRetentionPolicy": { + "enabled": true, + "days": 7 + } + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-730/providers/Microsoft.Storage/storageAccounts/teststoragemgmt5180?api-version=2021-04-01", + "RequestMethod": "PATCH", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "36", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "9d7b70004b69a4069ca4eb1b726c23e8", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "kind": "StorageV2", + "properties": {} + }, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1486", + "Content-Type": "application/json", + "Date": "Wed, 17 Nov 2021 10:57:50 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "9d7b70004b69a4069ca4eb1b726c23e8", + "x-ms-correlation-request-id": "4625e784-a8fa-4ab6-8185-5e3ecc5fac35", + "x-ms-ratelimit-remaining-subscription-writes": "1197", + "x-ms-request-id": "3352fffb-4003-48c2-a597-dd6b1bfd6438", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T105750Z:4625e784-a8fa-4ab6-8185-5e3ecc5fac35" + }, + "ResponseBody": { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "StorageV2", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-730/providers/Microsoft.Storage/storageAccounts/teststoragemgmt5180", + "name": "teststoragemgmt5180", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-11-17T10:57:28.0897214Z", + "key2": "2021-11-17T10:57:28.0897214Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T10:57:28.0897214Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T10:57:28.0897214Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "accessTier": "Hot", + "provisioningState": "Succeeded", + "creationTime": "2021-11-17T10:57:27.9803730Z", + "primaryEndpoints": { + "dfs": "https://teststoragemgmt5180.dfs.core.windows.net/", + "web": "https://teststoragemgmt5180.z20.web.core.windows.net/", + "blob": "https://teststoragemgmt5180.blob.core.windows.net/", + "queue": "https://teststoragemgmt5180.queue.core.windows.net/", + "table": "https://teststoragemgmt5180.table.core.windows.net/", + "file": "https://teststoragemgmt5180.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-730/providers/Microsoft.Storage/storageAccounts/teststoragemgmt5180/fileServices/default/shares/testfileshare1310?api-version=2021-04-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "17", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "09e81f9df0db63c1693bfbe0b1355006", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "properties": {} + }, + "StatusCode": 201, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "309", + "Content-Type": "application/json", + "Date": "Wed, 17 Nov 2021 10:57:50 GMT", + "ETag": "\u00220x8D9A9B9195827A0\u0022", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "09e81f9df0db63c1693bfbe0b1355006", + "x-ms-correlation-request-id": "034455ab-7932-4c65-b3c3-16b12511dedf", + "x-ms-ratelimit-remaining-subscription-writes": "1196", + "x-ms-request-id": "c94aae13-3409-4afd-acf1-ba35e3ab3c36", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T105751Z:034455ab-7932-4c65-b3c3-16b12511dedf" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-730/providers/Microsoft.Storage/storageAccounts/teststoragemgmt5180/fileServices/default/shares/testfileshare1310", + "name": "testfileshare1310", + "type": "Microsoft.Storage/storageAccounts/fileServices/shares", + "properties": {} + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-730/providers/Microsoft.Storage/storageAccounts/teststoragemgmt5180/fileServices/default/shares/testfileshare1310?$expand=snapshots\u0026api-version=2021-04-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "17", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "1e08a6074a24867e0fb37ccc1019a0da", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "properties": {} + }, + "StatusCode": 201, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "354", + "Content-Type": "application/json", + "Date": "Wed, 17 Nov 2021 10:57:51 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1e08a6074a24867e0fb37ccc1019a0da", + "x-ms-correlation-request-id": "bea4a849-b048-41d4-8a05-4cddcea19462", + "x-ms-ratelimit-remaining-subscription-writes": "1195", + "x-ms-request-id": "0541de92-7e54-4685-bcfa-f7e2e22aa9ce", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T105751Z:bea4a849-b048-41d4-8a05-4cddcea19462" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-730/providers/Microsoft.Storage/storageAccounts/teststoragemgmt5180/fileServices/default/shares/testfileshare1310", + "name": "testfileshare1310", + "type": "Microsoft.Storage/storageAccounts/fileServices/shares", + "properties": { + "snapshotTime": "2021-11-17T10:57:51.0000000Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-730/providers/Microsoft.Storage/storageAccounts/teststoragemgmt5180/fileServices/default/shares/testfileshare1310/lease?api-version=2021-04-01", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "96", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "62da56cd8e777f24ba39000f0ac4ea6f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "action": "Acquire", + "leaseDuration": 60, + "proposedLeaseId": "ca761232-ed42-11ce-bacd-00aa0057b223" + }, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "50", + "Content-Type": "application/json", + "Date": "Wed, 17 Nov 2021 10:57:52 GMT", + "ETag": "\u00220x8D9A9B9195827A0\u0022", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "62da56cd8e777f24ba39000f0ac4ea6f", + "x-ms-correlation-request-id": "3120336b-7312-4491-85ea-a023edd93a9b", + "x-ms-ratelimit-remaining-subscription-writes": "1199", + "x-ms-request-id": "bb1b6963-c7e0-47b8-ab88-c008b3bb00ad", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T105752Z:3120336b-7312-4491-85ea-a023edd93a9b" + }, + "ResponseBody": { + "leaseId": "ca761232-ed42-11ce-bacd-00aa0057b223" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-730/providers/Microsoft.Storage/storageAccounts/teststoragemgmt5180/fileServices/default/shares/testfileshare1310?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "c56a159bc91b53e0a161fa2874f5534f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "499", + "Content-Type": "application/json", + "Date": "Wed, 17 Nov 2021 10:57:52 GMT", + "ETag": "\u00220x8D9A9B9195827A0\u0022", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c56a159bc91b53e0a161fa2874f5534f", + "x-ms-correlation-request-id": "d6f5bcf1-553d-44e6-b139-1ce22aa766f0", + "x-ms-ratelimit-remaining-subscription-reads": "11983", + "x-ms-request-id": "7e3235b7-6717-4440-9ae9-94ddc618bdd2", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T105752Z:d6f5bcf1-553d-44e6-b139-1ce22aa766f0" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-730/providers/Microsoft.Storage/storageAccounts/teststoragemgmt5180/fileServices/default/shares/testfileshare1310", + "name": "testfileshare1310", + "type": "Microsoft.Storage/storageAccounts/fileServices/shares", + "etag": "\u00220x8D9A9B9195827A0\u0022", + "properties": { + "lastModifiedTime": "2021-11-17T10:57:50.0000000Z", + "shareQuota": 5120, + "leaseStatus": "locked", + "leaseState": "leased", + "leaseDuration": "fixed", + "signedIdentifiers": [] + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-730/providers/Microsoft.Storage/storageAccounts/teststoragemgmt5180/fileServices/default/shares/testfileshare1310/lease?api-version=2021-04-01", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "67", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "5a12219aed5a788e818964eb496e7b4a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "action": "Renew", + "leaseId": "ca761232-ed42-11ce-bacd-00aa0057b223" + }, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "50", + "Content-Type": "application/json", + "Date": "Wed, 17 Nov 2021 10:57:53 GMT", + "ETag": "\u00220x8D9A9B9195827A0\u0022", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5a12219aed5a788e818964eb496e7b4a", + "x-ms-correlation-request-id": "395b46f9-2cfd-45cf-bd21-3a68837ec555", + "x-ms-ratelimit-remaining-subscription-writes": "1198", + "x-ms-request-id": "36b1db96-98bf-499f-8f61-db307942b3a0", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T105753Z:395b46f9-2cfd-45cf-bd21-3a68837ec555" + }, + "ResponseBody": { + "leaseId": "ca761232-ed42-11ce-bacd-00aa0057b223" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-730/providers/Microsoft.Storage/storageAccounts/teststoragemgmt5180/fileServices/default/shares/testfileshare1310/lease?api-version=2021-04-01", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "125", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "fa310dc8dbaf03bf7687c11594fc0ac4", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "action": "Change", + "leaseId": "ca761232-ed42-11ce-bacd-00aa0057b223", + "proposedLeaseId": "dd761232-ed42-11ce-bacd-00aa0057b444" + }, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "50", + "Content-Type": "application/json", + "Date": "Wed, 17 Nov 2021 10:57:53 GMT", + "ETag": "\u00220x8D9A9B9195827A0\u0022", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "fa310dc8dbaf03bf7687c11594fc0ac4", + "x-ms-correlation-request-id": "ed28d10a-35dd-4c93-8384-cafc6d93b2db", + "x-ms-ratelimit-remaining-subscription-writes": "1197", + "x-ms-request-id": "296109c0-e4ed-4959-ae8e-156056cbd3f6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T105753Z:ed28d10a-35dd-4c93-8384-cafc6d93b2db" + }, + "ResponseBody": { + "leaseId": "dd761232-ed42-11ce-bacd-00aa0057b444" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-730/providers/Microsoft.Storage/storageAccounts/teststoragemgmt5180/fileServices/default/shares/testfileshare1310/lease?api-version=2021-04-01", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "35", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "e874b1e58fb1ad1486f1439165f50932", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "action": "Break", + "breakPeriod": 20 + }, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "25", + "Content-Type": "application/json", + "Date": "Wed, 17 Nov 2021 10:57:54 GMT", + "ETag": "\u00220x8D9A9B9195827A0\u0022", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e874b1e58fb1ad1486f1439165f50932", + "x-ms-correlation-request-id": "0c1c9c60-4d70-4a34-b594-9459cdc09139", + "x-ms-ratelimit-remaining-subscription-writes": "1196", + "x-ms-request-id": "0c947b34-67f9-455e-be7a-5733ccc11d23", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T105754Z:0c1c9c60-4d70-4a34-b594-9459cdc09139" + }, + "ResponseBody": { + "leaseTimeSeconds": "20" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-730/providers/Microsoft.Storage/storageAccounts/teststoragemgmt5180/fileServices/default/shares/testfileshare1310/lease?api-version=2021-04-01", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "69", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "6760afe658c4bfa0620fe4d22b79e485", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "action": "Release", + "leaseId": "dd761232-ed42-11ce-bacd-00aa0057b444" + }, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "24", + "Content-Type": "application/json", + "Date": "Wed, 17 Nov 2021 10:57:54 GMT", + "ETag": "\u00220x8D9A9B9195827A0\u0022", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6760afe658c4bfa0620fe4d22b79e485", + "x-ms-correlation-request-id": "66e50b54-3ebd-4559-91b6-1639af8315a7", + "x-ms-ratelimit-remaining-subscription-writes": "1195", + "x-ms-request-id": "ad422c1f-db0d-4099-9a8f-78a596353db6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T105755Z:66e50b54-3ebd-4559-91b6-1639af8315a7" + }, + "ResponseBody": { + "leaseTimeSeconds": "0" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-730/providers/Microsoft.Storage/storageAccounts/teststoragemgmt5180/fileServices/default/shares/testfileshare1310/lease?api-version=2021-04-01", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "96", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "98059f7e92f93899f88374bd972d9e81", + "x-ms-return-client-request-id": "true", + "x-ms-snapshot": "2021-11-17T10:57:51.0000000Z" + }, + "RequestBody": { + "action": "Acquire", + "leaseDuration": 60, + "proposedLeaseId": "ca761232-ed42-11ce-bacd-00aa0057b223" + }, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "50", + "Content-Type": "application/json", + "Date": "Wed, 17 Nov 2021 10:57:55 GMT", + "ETag": "\u00220x8D9A9B9195827A0\u0022", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "98059f7e92f93899f88374bd972d9e81", + "x-ms-correlation-request-id": "c53070ca-b2a8-4246-a09e-1fb27fb0826d", + "x-ms-ratelimit-remaining-subscription-writes": "1194", + "x-ms-request-id": "cd0238ce-47dd-4002-a6bb-e9da7525486d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T105755Z:c53070ca-b2a8-4246-a09e-1fb27fb0826d" + }, + "ResponseBody": { + "leaseId": "ca761232-ed42-11ce-bacd-00aa0057b223" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-730/providers/Microsoft.Storage/storageAccounts/teststoragemgmt5180/fileServices/default/shares/testfileshare1310?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "e52f8f7ea29b8c0010b586a2ab42810c", + "x-ms-return-client-request-id": "true", + "x-ms-snapshot": "2021-11-17T10:57:51.0000000Z" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "545", + "Content-Type": "application/json", + "Date": "Wed, 17 Nov 2021 10:57:55 GMT", + "ETag": "\u00220x8D9A9B9195827A0\u0022", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e52f8f7ea29b8c0010b586a2ab42810c", + "x-ms-correlation-request-id": "d8afdee5-b580-4c15-8842-231235e4c228", + "x-ms-ratelimit-remaining-subscription-reads": "11982", + "x-ms-request-id": "1d257ad5-025d-41d0-b5a9-439934fc6a15", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T105756Z:d8afdee5-b580-4c15-8842-231235e4c228" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-730/providers/Microsoft.Storage/storageAccounts/teststoragemgmt5180/fileServices/default/shares/testfileshare1310", + "name": "testfileshare1310", + "type": "Microsoft.Storage/storageAccounts/fileServices/shares", + "etag": "\u00220x8D9A9B9195827A0\u0022", + "properties": { + "snapshotTime": "2021-11-17T10:57:51.0000000Z", + "lastModifiedTime": "2021-11-17T10:57:50.0000000Z", + "shareQuota": 5120, + "leaseStatus": "locked", + "leaseState": "leased", + "leaseDuration": "fixed", + "signedIdentifiers": [] + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-730/providers/Microsoft.Storage/storageAccounts/teststoragemgmt5180/fileServices/default/shares/testfileshare1310?api-version=2021-04-01\u0026$include=none", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "c513bd0d70f0533916286f40e4e32734", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 409, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "198", + "Content-Type": "application/json", + "Date": "Wed, 17 Nov 2021 10:57:56 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c513bd0d70f0533916286f40e4e32734", + "x-ms-correlation-request-id": "a44b81b8-04bf-4540-adbb-7873ae1964e0", + "x-ms-ratelimit-remaining-subscription-deletes": "14999", + "x-ms-request-id": "9739ee0a-21d4-4403-8499-494a86f399e7", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T105756Z:a44b81b8-04bf-4540-adbb-7873ae1964e0" + }, + "ResponseBody": { + "error": { + "code": "ShareHasSnapshots", + "message": "The share has snapshots and the operation requires no snapshots.\nRequestId:4e24bc65-301a-004d-2aa1-db94ab000000\nTime:2021-11-17T10:57:56.4001735Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-730/providers/Microsoft.Storage/storageAccounts/teststoragemgmt5180/fileServices/default/shares/testfileshare1310?api-version=2021-04-01\u0026$include=snapshots", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "9c546371fe4adbea9e7887440cf68db5", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 409, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "339", + "Content-Type": "application/json", + "Date": "Wed, 17 Nov 2021 10:57:56 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "9c546371fe4adbea9e7887440cf68db5", + "x-ms-correlation-request-id": "13515062-ef04-4b6c-a657-56ee4f727b95", + "x-ms-ratelimit-remaining-subscription-deletes": "14998", + "x-ms-request-id": "27a4eb16-8134-4435-b274-59c495750d49", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T105757Z:13515062-ef04-4b6c-a657-56ee4f727b95" + }, + "ResponseBody": { + "error": { + "code": "DeleteShareWhenSnapshotLeased", + "message": "Unable to delete share because one or more share snapshots have active leases. Release the share snapshot leases or delete the share with the include-leased parameter for x-ms-delete-snapshots.\nRequestId:4e24bc66-301a-004d-2ba1-db94ab000000\nTime:2021-11-17T10:57:56.8669095Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-730/providers/Microsoft.Storage/storageAccounts/teststoragemgmt5180/fileServices/default/shares/testfileshare1310?api-version=2021-04-01\u0026$include=leased-snapshots", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "daaf6701d91a0d9055dbce7333c0a82d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 10:57:57 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "daaf6701d91a0d9055dbce7333c0a82d", + "x-ms-correlation-request-id": "cd64d37d-82da-43b8-905e-3a9f4436cfb9", + "x-ms-ratelimit-remaining-subscription-deletes": "14997", + "x-ms-request-id": "7002dea0-44d0-48ca-9cbe-0bda40af0400", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T105757Z:cd64d37d-82da-43b8-905e-3a9f4436cfb9" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-730/providers/Microsoft.Storage/storageAccounts?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "4731518de5ee0ec1d3372677e8f5471f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1498", + "Content-Type": "application/json", + "Date": "Wed, 17 Nov 2021 10:57:57 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4731518de5ee0ec1d3372677e8f5471f", + "x-ms-correlation-request-id": "aac65a01-f5e1-4e4a-b62f-1565328b2d0b", + "x-ms-ratelimit-remaining-subscription-reads": "11981", + "x-ms-request-id": "9123a3d4-5068-4a55-85f9-01aa89e22e7d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T105757Z:aac65a01-f5e1-4e4a-b62f-1565328b2d0b" + }, + "ResponseBody": { + "value": [ + { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "StorageV2", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-730/providers/Microsoft.Storage/storageAccounts/teststoragemgmt5180", + "name": "teststoragemgmt5180", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-11-17T10:57:28.0897214Z", + "key2": "2021-11-17T10:57:28.0897214Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T10:57:28.0897214Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T10:57:28.0897214Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "accessTier": "Hot", + "provisioningState": "Succeeded", + "creationTime": "2021-11-17T10:57:27.9803730Z", + "primaryEndpoints": { + "dfs": "https://teststoragemgmt5180.dfs.core.windows.net/", + "web": "https://teststoragemgmt5180.z20.web.core.windows.net/", + "blob": "https://teststoragemgmt5180.blob.core.windows.net/", + "queue": "https://teststoragemgmt5180.queue.core.windows.net/", + "table": "https://teststoragemgmt5180.table.core.windows.net/", + "file": "https://teststoragemgmt5180.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + } + ] + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-730/providers/Microsoft.Storage/storageAccounts/teststoragemgmt5180?api-version=2021-04-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "7c3fb99a4d34971ad246466e3077a8de", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 10:58:05 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "7c3fb99a4d34971ad246466e3077a8de", + "x-ms-correlation-request-id": "3df5f449-41a4-4f7a-a0d9-579c51a477d9", + "x-ms-ratelimit-remaining-subscription-deletes": "14996", + "x-ms-request-id": "a204212a-3dc7-4578-87b2-99249662222e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T105805Z:3df5f449-41a4-4f7a-a0d9-579c51a477d9" + }, + "ResponseBody": [] + } + ], + "Variables": { + "RandomSeed": "1784191427", + "RESOURCE_MANAGER_URL": null, + "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" + } +} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/FileShareTests/FileShareLeaseAsync.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/FileShareTests/FileShareLeaseAsync.json new file mode 100644 index 0000000000000..5e24f0f128e90 --- /dev/null +++ b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/FileShareTests/FileShareLeaseAsync.json @@ -0,0 +1,1406 @@ +{ + "Entries": [ + { + "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-ac4240e10aa48c498081e73f4c43f0a9-7a423d458b520943-00", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "f898b30d4cb218f6de3b9abe43ec2233", + "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": "Wed, 17 Nov 2021 10:58:54 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "e9b34bbf-c1ae-400c-b407-6af7a6159c65", + "x-ms-ratelimit-remaining-subscription-reads": "11999", + "x-ms-request-id": "e9b34bbf-c1ae-400c-b407-6af7a6159c65", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T105855Z:e9b34bbf-c1ae-400c-b407-6af7a6159c65" + }, + "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/teststorageRG-4584?api-version=2019-10-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "44", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "4a5202de6c64a1f04be21931932ee68e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "location": "eastus2", + "tags": { + "test": "env" + } + }, + "StatusCode": 201, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "256", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 17 Nov 2021 10:58:57 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "5da114bd-df28-4955-9e3e-e0c4cf222813", + "x-ms-ratelimit-remaining-subscription-writes": "1199", + "x-ms-request-id": "5da114bd-df28-4955-9e3e-e0c4cf222813", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T105857Z:5da114bd-df28-4955-9e3e-e0c4cf222813" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-4584", + "name": "teststorageRG-4584", + "type": "Microsoft.Resources/resourceGroups", + "location": "eastus2", + "tags": { + "test": "env" + }, + "properties": { + "provisioningState": "Succeeded" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/checkNameAvailability?api-version=2021-04-01", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "73", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "360ab9782708ddf2f9b292b635122d38", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "name": "teststoragemgmt9665", + "type": "Microsoft.Storage/storageAccounts" + }, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "22", + "Content-Type": "application/json", + "Date": "Wed, 17 Nov 2021 10:58:58 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "360ab9782708ddf2f9b292b635122d38", + "x-ms-correlation-request-id": "e87060e9-efb7-4cf7-9ea1-27788c525f49", + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-request-id": "a12352eb-a245-45f0-83ba-7a39e8f5eaaa", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T105858Z:e87060e9-efb7-4cf7-9ea1-27788c525f49" + }, + "ResponseBody": { + "nameAvailable": true + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-4584/providers/Microsoft.Storage/storageAccounts/teststoragemgmt9665?api-version=2021-04-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "126", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "795ec0a0a966a84656676adce64a0cb3", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "sku": { + "name": "Standard_GRS" + }, + "kind": "Storage", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": {} + }, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 10:59:05 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/444d520f-647d-4ab1-b127-6cfaedddb618?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "795ec0a0a966a84656676adce64a0cb3", + "x-ms-correlation-request-id": "dabde878-cda5-46e9-91ac-a4a5a2cac525", + "x-ms-ratelimit-remaining-subscription-writes": "1198", + "x-ms-request-id": "444d520f-647d-4ab1-b127-6cfaedddb618", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T105906Z:dabde878-cda5-46e9-91ac-a4a5a2cac525" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/444d520f-647d-4ab1-b127-6cfaedddb618?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "6df3f9ec1488cf7a7262dfa1bd16f7ae", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 10:59:05 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/444d520f-647d-4ab1-b127-6cfaedddb618?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6df3f9ec1488cf7a7262dfa1bd16f7ae", + "x-ms-correlation-request-id": "33a0ca7c-ee28-44c8-9471-ddf39ee93dbf", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-request-id": "64f43b4f-1efa-4c7a-99d6-1ab62aa7032c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T105906Z:33a0ca7c-ee28-44c8-9471-ddf39ee93dbf" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/444d520f-647d-4ab1-b127-6cfaedddb618?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "d287dea5c49f5e0eeb831afa3e8c4a6c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 10:59:06 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/444d520f-647d-4ab1-b127-6cfaedddb618?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d287dea5c49f5e0eeb831afa3e8c4a6c", + "x-ms-correlation-request-id": "163a2b66-6264-432b-acee-89b67bfc144c", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-request-id": "fc7e1371-3546-4fca-a546-baa0d443e99e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T105907Z:163a2b66-6264-432b-acee-89b67bfc144c" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/444d520f-647d-4ab1-b127-6cfaedddb618?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "ecf09a519e571a2be8a4f6c661341d48", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 10:59:08 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/444d520f-647d-4ab1-b127-6cfaedddb618?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ecf09a519e571a2be8a4f6c661341d48", + "x-ms-correlation-request-id": "589c7085-2de1-4f78-be84-ea3b0a174a24", + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-request-id": "1eee08ad-cf11-45c0-956c-34690d8b1dcf", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T105909Z:589c7085-2de1-4f78-be84-ea3b0a174a24" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/444d520f-647d-4ab1-b127-6cfaedddb618?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "7f14bb7443632730ea948205fa8090e6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 10:59:09 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/444d520f-647d-4ab1-b127-6cfaedddb618?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "7f14bb7443632730ea948205fa8090e6", + "x-ms-correlation-request-id": "76baf4ba-cbb2-4432-81c6-3894900e3da1", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-request-id": "65c628cd-0d73-486e-8b03-d4bc1e3edc28", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T105910Z:76baf4ba-cbb2-4432-81c6-3894900e3da1" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/444d520f-647d-4ab1-b127-6cfaedddb618?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "234f73180b260657b36ce9facd48fcb6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 10:59:10 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/444d520f-647d-4ab1-b127-6cfaedddb618?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "234f73180b260657b36ce9facd48fcb6", + "x-ms-correlation-request-id": "005d7e74-3d6c-4e27-88f7-29b2705f20e2", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-request-id": "a172649b-0e72-46cf-bc56-44fd9003d8f7", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T105911Z:005d7e74-3d6c-4e27-88f7-29b2705f20e2" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/444d520f-647d-4ab1-b127-6cfaedddb618?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "8385d165ca770e0869c801c21c252068", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 10:59:12 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/444d520f-647d-4ab1-b127-6cfaedddb618?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "8385d165ca770e0869c801c21c252068", + "x-ms-correlation-request-id": "3ffea987-fcce-44b9-a21c-f64226bda52c", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-request-id": "4b5a49dd-62b9-4e47-9476-9e71224ddb59", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T105912Z:3ffea987-fcce-44b9-a21c-f64226bda52c" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/444d520f-647d-4ab1-b127-6cfaedddb618?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "edae1014fae56922630dccf759365aa2", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 10:59:13 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/444d520f-647d-4ab1-b127-6cfaedddb618?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "edae1014fae56922630dccf759365aa2", + "x-ms-correlation-request-id": "787d8577-c364-4c28-a8c3-2d663733bc8a", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-request-id": "5b2d059c-20d0-4ed3-9b5a-7b914b35aebc", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T105914Z:787d8577-c364-4c28-a8c3-2d663733bc8a" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/444d520f-647d-4ab1-b127-6cfaedddb618?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "299fcc970dfa4d6e6b41b95e0995ea8d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 10:59:14 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/444d520f-647d-4ab1-b127-6cfaedddb618?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "299fcc970dfa4d6e6b41b95e0995ea8d", + "x-ms-correlation-request-id": "99c0f20f-d34a-4085-afc6-1c345e9a6fe6", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-request-id": "5f2c32d4-056e-4e4b-b655-c81629d8f26b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T105915Z:99c0f20f-d34a-4085-afc6-1c345e9a6fe6" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/444d520f-647d-4ab1-b127-6cfaedddb618?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "bce6814b0f996bd0ae1b1f6afe11b433", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 10:59:16 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/444d520f-647d-4ab1-b127-6cfaedddb618?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "bce6814b0f996bd0ae1b1f6afe11b433", + "x-ms-correlation-request-id": "ae5e233e-9c6e-48ac-8bbe-5d694225f914", + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-request-id": "1f85c196-efb4-41c3-998c-10f1a80e7ea3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T105916Z:ae5e233e-9c6e-48ac-8bbe-5d694225f914" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/444d520f-647d-4ab1-b127-6cfaedddb618?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "4f2a5f6df786066da26182a440c460ce", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 10:59:17 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/444d520f-647d-4ab1-b127-6cfaedddb618?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4f2a5f6df786066da26182a440c460ce", + "x-ms-correlation-request-id": "e02e116f-f964-4a33-8dac-ca1018f51c66", + "x-ms-ratelimit-remaining-subscription-reads": "11988", + "x-ms-request-id": "e4a0100f-7dd0-44e2-a2ef-5bb8fe5de3e8", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T105918Z:e02e116f-f964-4a33-8dac-ca1018f51c66" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/444d520f-647d-4ab1-b127-6cfaedddb618?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "d8ab3e229d4f8809fb337adfee044f59", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 10:59:18 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/444d520f-647d-4ab1-b127-6cfaedddb618?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d8ab3e229d4f8809fb337adfee044f59", + "x-ms-correlation-request-id": "7d95002e-d2ed-4aca-a474-21db112a825d", + "x-ms-ratelimit-remaining-subscription-reads": "11987", + "x-ms-request-id": "e1f9a3ac-664b-4d35-9834-b23beb08508f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T105919Z:7d95002e-d2ed-4aca-a474-21db112a825d" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/444d520f-647d-4ab1-b127-6cfaedddb618?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "aaf0868c9b6b540713df1a388c2c2bea", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 10:59:20 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/444d520f-647d-4ab1-b127-6cfaedddb618?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "aaf0868c9b6b540713df1a388c2c2bea", + "x-ms-correlation-request-id": "4e66ce59-a281-41a1-8560-a1bbb4a6033d", + "x-ms-ratelimit-remaining-subscription-reads": "11986", + "x-ms-request-id": "98b308cc-ce15-4400-a289-1c6604e380bb", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T105920Z:4e66ce59-a281-41a1-8560-a1bbb4a6033d" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/444d520f-647d-4ab1-b127-6cfaedddb618?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "bf4750bbdb66d0e355a153527c8e189e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1346", + "Content-Type": "application/json", + "Date": "Wed, 17 Nov 2021 10:59:22 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "bf4750bbdb66d0e355a153527c8e189e", + "x-ms-correlation-request-id": "e9ef6ec4-ed72-473d-a382-454038fe7546", + "x-ms-ratelimit-remaining-subscription-reads": "11985", + "x-ms-request-id": "8f00af57-80cb-4110-91c3-545985822e61", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T105922Z:e9ef6ec4-ed72-473d-a382-454038fe7546" + }, + "ResponseBody": { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "Storage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-4584/providers/Microsoft.Storage/storageAccounts/teststoragemgmt9665", + "name": "teststoragemgmt9665", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-11-17T10:59:03.4368441Z", + "key2": "2021-11-17T10:59:03.4368441Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T10:59:03.4368441Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T10:59:03.4368441Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "provisioningState": "Succeeded", + "creationTime": "2021-11-17T10:59:03.3276827Z", + "primaryEndpoints": { + "blob": "https://teststoragemgmt9665.blob.core.windows.net/", + "queue": "https://teststoragemgmt9665.queue.core.windows.net/", + "table": "https://teststoragemgmt9665.table.core.windows.net/", + "file": "https://teststoragemgmt9665.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-4584/providers/Microsoft.Storage/storageAccounts/teststoragemgmt9665/fileServices/default?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "b9172912b5d487633756c56f83d0fccf", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "424", + "Content-Type": "application/json", + "Date": "Wed, 17 Nov 2021 10:59:22 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b9172912b5d487633756c56f83d0fccf", + "x-ms-correlation-request-id": "c58137ce-94eb-45aa-aa24-8ef161b53c18", + "x-ms-ratelimit-remaining-subscription-reads": "11984", + "x-ms-request-id": "4dd2ae70-c683-4e1c-abc7-2a375375ae9c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T105923Z:c58137ce-94eb-45aa-aa24-8ef161b53c18" + }, + "ResponseBody": { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-4584/providers/Microsoft.Storage/storageAccounts/teststoragemgmt9665/fileServices/default", + "name": "default", + "type": "Microsoft.Storage/storageAccounts/fileServices", + "properties": { + "protocolSettings": { + "smb": {} + }, + "cors": { + "corsRules": [] + }, + "shareDeleteRetentionPolicy": { + "enabled": true, + "days": 7 + } + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-4584/providers/Microsoft.Storage/storageAccounts/teststoragemgmt9665?api-version=2021-04-01", + "RequestMethod": "PATCH", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "36", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "9d238f088fbcb0f3a21f54c947b4d785", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "kind": "StorageV2", + "properties": {} + }, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1487", + "Content-Type": "application/json", + "Date": "Wed, 17 Nov 2021 10:59:25 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "9d238f088fbcb0f3a21f54c947b4d785", + "x-ms-correlation-request-id": "fa976127-729d-4618-8217-65f1571edc34", + "x-ms-ratelimit-remaining-subscription-writes": "1197", + "x-ms-request-id": "9d6fbc12-804b-4ef6-94e6-7ef729daefd3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T105926Z:fa976127-729d-4618-8217-65f1571edc34" + }, + "ResponseBody": { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "StorageV2", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-4584/providers/Microsoft.Storage/storageAccounts/teststoragemgmt9665", + "name": "teststoragemgmt9665", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-11-17T10:59:03.4368441Z", + "key2": "2021-11-17T10:59:03.4368441Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T10:59:03.4368441Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T10:59:03.4368441Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "accessTier": "Hot", + "provisioningState": "Succeeded", + "creationTime": "2021-11-17T10:59:03.3276827Z", + "primaryEndpoints": { + "dfs": "https://teststoragemgmt9665.dfs.core.windows.net/", + "web": "https://teststoragemgmt9665.z20.web.core.windows.net/", + "blob": "https://teststoragemgmt9665.blob.core.windows.net/", + "queue": "https://teststoragemgmt9665.queue.core.windows.net/", + "table": "https://teststoragemgmt9665.table.core.windows.net/", + "file": "https://teststoragemgmt9665.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-4584/providers/Microsoft.Storage/storageAccounts/teststoragemgmt9665/fileServices/default/shares/testfileshare1132?api-version=2021-04-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "17", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "1462267c1671ed06c0880f16744d85a4", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "properties": {} + }, + "StatusCode": 201, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "310", + "Content-Type": "application/json", + "Date": "Wed, 17 Nov 2021 10:59:26 GMT", + "ETag": "\u00220x8D9A9B952B11013\u0022", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1462267c1671ed06c0880f16744d85a4", + "x-ms-correlation-request-id": "d90b4ce7-ef8e-4740-97d0-9f775c83d256", + "x-ms-ratelimit-remaining-subscription-writes": "1196", + "x-ms-request-id": "cc61299e-3ea7-41f3-b6db-7b43d7f19e7a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T105927Z:d90b4ce7-ef8e-4740-97d0-9f775c83d256" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-4584/providers/Microsoft.Storage/storageAccounts/teststoragemgmt9665/fileServices/default/shares/testfileshare1132", + "name": "testfileshare1132", + "type": "Microsoft.Storage/storageAccounts/fileServices/shares", + "properties": {} + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-4584/providers/Microsoft.Storage/storageAccounts/teststoragemgmt9665/fileServices/default/shares/testfileshare1132?$expand=snapshots\u0026api-version=2021-04-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "17", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "6aed4983e17b36826717b460993f827e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "properties": {} + }, + "StatusCode": 201, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "355", + "Content-Type": "application/json", + "Date": "Wed, 17 Nov 2021 10:59:27 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6aed4983e17b36826717b460993f827e", + "x-ms-correlation-request-id": "8e9d8d49-b625-4280-a8ae-8e133476373f", + "x-ms-ratelimit-remaining-subscription-writes": "1195", + "x-ms-request-id": "7ed8499a-49aa-444a-8e1f-7c72f1dec60a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T105927Z:8e9d8d49-b625-4280-a8ae-8e133476373f" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-4584/providers/Microsoft.Storage/storageAccounts/teststoragemgmt9665/fileServices/default/shares/testfileshare1132", + "name": "testfileshare1132", + "type": "Microsoft.Storage/storageAccounts/fileServices/shares", + "properties": { + "snapshotTime": "2021-11-17T10:59:27.0000000Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-4584/providers/Microsoft.Storage/storageAccounts/teststoragemgmt9665/fileServices/default/shares/testfileshare1132/lease?api-version=2021-04-01", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "96", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "aa06a840bb9a79971daffb07e39a2ed2", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "action": "Acquire", + "leaseDuration": 60, + "proposedLeaseId": "ca761232-ed42-11ce-bacd-00aa0057b223" + }, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "50", + "Content-Type": "application/json", + "Date": "Wed, 17 Nov 2021 10:59:27 GMT", + "ETag": "\u00220x8D9A9B952B11013\u0022", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "aa06a840bb9a79971daffb07e39a2ed2", + "x-ms-correlation-request-id": "b35ad1c6-b5f1-4dfc-ab46-e3b5273cb671", + "x-ms-ratelimit-remaining-subscription-writes": "1199", + "x-ms-request-id": "6a420313-9d44-441d-a1ac-175dfca941dc", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T105928Z:b35ad1c6-b5f1-4dfc-ab46-e3b5273cb671" + }, + "ResponseBody": { + "leaseId": "ca761232-ed42-11ce-bacd-00aa0057b223" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-4584/providers/Microsoft.Storage/storageAccounts/teststoragemgmt9665/fileServices/default/shares/testfileshare1132?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "6bc325cf1aea9a4ba32cad5a61a55380", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "500", + "Content-Type": "application/json", + "Date": "Wed, 17 Nov 2021 10:59:28 GMT", + "ETag": "\u00220x8D9A9B952B11013\u0022", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6bc325cf1aea9a4ba32cad5a61a55380", + "x-ms-correlation-request-id": "a6b06579-fe7c-44eb-b7c3-f398ce58ecb3", + "x-ms-ratelimit-remaining-subscription-reads": "11983", + "x-ms-request-id": "0f08b5bd-4ae7-49d1-8ea9-4bd21801e3ad", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T105929Z:a6b06579-fe7c-44eb-b7c3-f398ce58ecb3" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-4584/providers/Microsoft.Storage/storageAccounts/teststoragemgmt9665/fileServices/default/shares/testfileshare1132", + "name": "testfileshare1132", + "type": "Microsoft.Storage/storageAccounts/fileServices/shares", + "etag": "\u00220x8D9A9B952B11013\u0022", + "properties": { + "lastModifiedTime": "2021-11-17T10:59:27.0000000Z", + "shareQuota": 5120, + "leaseStatus": "locked", + "leaseState": "leased", + "leaseDuration": "fixed", + "signedIdentifiers": [] + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-4584/providers/Microsoft.Storage/storageAccounts/teststoragemgmt9665/fileServices/default/shares/testfileshare1132/lease?api-version=2021-04-01", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "67", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "cbd69005da46c80ab2744ccbe67b52cc", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "action": "Renew", + "leaseId": "ca761232-ed42-11ce-bacd-00aa0057b223" + }, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "50", + "Content-Type": "application/json", + "Date": "Wed, 17 Nov 2021 10:59:28 GMT", + "ETag": "\u00220x8D9A9B952B11013\u0022", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "cbd69005da46c80ab2744ccbe67b52cc", + "x-ms-correlation-request-id": "7b04a030-1717-4c4c-b331-df68465cea6c", + "x-ms-ratelimit-remaining-subscription-writes": "1198", + "x-ms-request-id": "42f81fbe-ca67-45f7-aef0-7a5516ecdea8", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T105929Z:7b04a030-1717-4c4c-b331-df68465cea6c" + }, + "ResponseBody": { + "leaseId": "ca761232-ed42-11ce-bacd-00aa0057b223" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-4584/providers/Microsoft.Storage/storageAccounts/teststoragemgmt9665/fileServices/default/shares/testfileshare1132/lease?api-version=2021-04-01", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "125", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "7491e2e8177c25945c6b066d0e3c1778", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "action": "Change", + "leaseId": "ca761232-ed42-11ce-bacd-00aa0057b223", + "proposedLeaseId": "dd761232-ed42-11ce-bacd-00aa0057b444" + }, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "50", + "Content-Type": "application/json", + "Date": "Wed, 17 Nov 2021 10:59:29 GMT", + "ETag": "\u00220x8D9A9B952B11013\u0022", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "7491e2e8177c25945c6b066d0e3c1778", + "x-ms-correlation-request-id": "5480a398-d2ed-4b37-952a-2ae2ed3ca25b", + "x-ms-ratelimit-remaining-subscription-writes": "1197", + "x-ms-request-id": "9ff6aa2a-660d-4004-9fe3-e3262d175fc1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T105930Z:5480a398-d2ed-4b37-952a-2ae2ed3ca25b" + }, + "ResponseBody": { + "leaseId": "dd761232-ed42-11ce-bacd-00aa0057b444" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-4584/providers/Microsoft.Storage/storageAccounts/teststoragemgmt9665/fileServices/default/shares/testfileshare1132/lease?api-version=2021-04-01", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "35", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "52017b5c62c4f48b1bfbb876cd80b428", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "action": "Break", + "breakPeriod": 20 + }, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "25", + "Content-Type": "application/json", + "Date": "Wed, 17 Nov 2021 10:59:30 GMT", + "ETag": "\u00220x8D9A9B952B11013\u0022", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "52017b5c62c4f48b1bfbb876cd80b428", + "x-ms-correlation-request-id": "ccadccc4-9937-4b92-83a5-91a0f7cad918", + "x-ms-ratelimit-remaining-subscription-writes": "1196", + "x-ms-request-id": "c63ba595-0959-4780-8909-ec1d71f0dcea", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T105930Z:ccadccc4-9937-4b92-83a5-91a0f7cad918" + }, + "ResponseBody": { + "leaseTimeSeconds": "20" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-4584/providers/Microsoft.Storage/storageAccounts/teststoragemgmt9665/fileServices/default/shares/testfileshare1132/lease?api-version=2021-04-01", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "69", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "7f72e0dadf14ee04fcb06edbd49cb975", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "action": "Release", + "leaseId": "dd761232-ed42-11ce-bacd-00aa0057b444" + }, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "24", + "Content-Type": "application/json", + "Date": "Wed, 17 Nov 2021 10:59:30 GMT", + "ETag": "\u00220x8D9A9B952B11013\u0022", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "7f72e0dadf14ee04fcb06edbd49cb975", + "x-ms-correlation-request-id": "8f9457f4-cd39-4f75-b4f6-80de9d89abb8", + "x-ms-ratelimit-remaining-subscription-writes": "1195", + "x-ms-request-id": "cb8f3e7e-6102-414c-96e6-428aa590e7b5", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T105931Z:8f9457f4-cd39-4f75-b4f6-80de9d89abb8" + }, + "ResponseBody": { + "leaseTimeSeconds": "0" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-4584/providers/Microsoft.Storage/storageAccounts/teststoragemgmt9665/fileServices/default/shares/testfileshare1132/lease?api-version=2021-04-01", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "96", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "6a6fd45cff798508569c59805e1d57dc", + "x-ms-return-client-request-id": "true", + "x-ms-snapshot": "2021-11-17T10:59:27.0000000Z" + }, + "RequestBody": { + "action": "Acquire", + "leaseDuration": 60, + "proposedLeaseId": "ca761232-ed42-11ce-bacd-00aa0057b223" + }, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "50", + "Content-Type": "application/json", + "Date": "Wed, 17 Nov 2021 10:59:31 GMT", + "ETag": "\u00220x8D9A9B952B11013\u0022", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6a6fd45cff798508569c59805e1d57dc", + "x-ms-correlation-request-id": "27cc71e1-7eb0-40e9-b56a-8e39ded1e391", + "x-ms-ratelimit-remaining-subscription-writes": "1194", + "x-ms-request-id": "66a82114-167d-4c16-bfac-ddf3059d194b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T105932Z:27cc71e1-7eb0-40e9-b56a-8e39ded1e391" + }, + "ResponseBody": { + "leaseId": "ca761232-ed42-11ce-bacd-00aa0057b223" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-4584/providers/Microsoft.Storage/storageAccounts/teststoragemgmt9665/fileServices/default/shares/testfileshare1132?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "2d93ddb798ca7c6477135613f3b0207e", + "x-ms-return-client-request-id": "true", + "x-ms-snapshot": "2021-11-17T10:59:27.0000000Z" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "546", + "Content-Type": "application/json", + "Date": "Wed, 17 Nov 2021 10:59:31 GMT", + "ETag": "\u00220x8D9A9B952B11013\u0022", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "2d93ddb798ca7c6477135613f3b0207e", + "x-ms-correlation-request-id": "e627a6f7-c4e3-4104-a202-4f5fcae165d8", + "x-ms-ratelimit-remaining-subscription-reads": "11982", + "x-ms-request-id": "e49b2489-5015-4c25-9052-452460570ec6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T105932Z:e627a6f7-c4e3-4104-a202-4f5fcae165d8" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-4584/providers/Microsoft.Storage/storageAccounts/teststoragemgmt9665/fileServices/default/shares/testfileshare1132", + "name": "testfileshare1132", + "type": "Microsoft.Storage/storageAccounts/fileServices/shares", + "etag": "\u00220x8D9A9B952B11013\u0022", + "properties": { + "snapshotTime": "2021-11-17T10:59:27.0000000Z", + "lastModifiedTime": "2021-11-17T10:59:27.0000000Z", + "shareQuota": 5120, + "leaseStatus": "locked", + "leaseState": "leased", + "leaseDuration": "fixed", + "signedIdentifiers": [] + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-4584/providers/Microsoft.Storage/storageAccounts/teststoragemgmt9665/fileServices/default/shares/testfileshare1132?api-version=2021-04-01\u0026$include=none", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "f91942414911daafd8ec287786838fde", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 409, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "198", + "Content-Type": "application/json", + "Date": "Wed, 17 Nov 2021 10:59:32 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f91942414911daafd8ec287786838fde", + "x-ms-correlation-request-id": "25e716cf-8213-434a-aa33-c92f17825533", + "x-ms-ratelimit-remaining-subscription-deletes": "14999", + "x-ms-request-id": "e267ea13-431c-4b33-b289-e5c9b16cdc2a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T105933Z:25e716cf-8213-434a-aa33-c92f17825533" + }, + "ResponseBody": { + "error": { + "code": "ShareHasSnapshots", + "message": "The share has snapshots and the operation requires no snapshots.\nRequestId:338856ee-d01a-001a-7ca2-db892f000000\nTime:2021-11-17T10:59:32.8865302Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-4584/providers/Microsoft.Storage/storageAccounts/teststoragemgmt9665/fileServices/default/shares/testfileshare1132?api-version=2021-04-01\u0026$include=snapshots", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "f62392598b08c4ab70f2f365a9f591a6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 409, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "339", + "Content-Type": "application/json", + "Date": "Wed, 17 Nov 2021 10:59:32 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f62392598b08c4ab70f2f365a9f591a6", + "x-ms-correlation-request-id": "4cd54e92-8fa2-4deb-a380-4c80350e2b63", + "x-ms-ratelimit-remaining-subscription-deletes": "14998", + "x-ms-request-id": "f2f96855-15ca-4acd-a306-7212bb167cfa", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T105933Z:4cd54e92-8fa2-4deb-a380-4c80350e2b63" + }, + "ResponseBody": { + "error": { + "code": "DeleteShareWhenSnapshotLeased", + "message": "Unable to delete share because one or more share snapshots have active leases. Release the share snapshot leases or delete the share with the include-leased parameter for x-ms-delete-snapshots.\nRequestId:338856f1-d01a-001a-7ea2-db892f000000\nTime:2021-11-17T10:59:33.3823551Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-4584/providers/Microsoft.Storage/storageAccounts/teststoragemgmt9665/fileServices/default/shares/testfileshare1132?api-version=2021-04-01\u0026$include=leased-snapshots", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "1c3fda7b5e046dcb2db955de6fecf5f3", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 10:59:33 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1c3fda7b5e046dcb2db955de6fecf5f3", + "x-ms-correlation-request-id": "f7ec58e2-cd0b-466d-809b-7d88f2a160db", + "x-ms-ratelimit-remaining-subscription-deletes": "14997", + "x-ms-request-id": "5b218c39-9c24-43c4-bfe4-50ffddf919ad", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T105933Z:f7ec58e2-cd0b-466d-809b-7d88f2a160db" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-4584/providers/Microsoft.Storage/storageAccounts?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "61ba77842a8cb5769755881e564a31e3", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1499", + "Content-Type": "application/json", + "Date": "Wed, 17 Nov 2021 10:59:33 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "61ba77842a8cb5769755881e564a31e3", + "x-ms-correlation-request-id": "327988c8-0796-4c57-8902-c77bd583a7d6", + "x-ms-ratelimit-remaining-subscription-reads": "11981", + "x-ms-request-id": "29e8820b-763c-4577-b6bd-b3806ae419dd", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T105934Z:327988c8-0796-4c57-8902-c77bd583a7d6" + }, + "ResponseBody": { + "value": [ + { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "StorageV2", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-4584/providers/Microsoft.Storage/storageAccounts/teststoragemgmt9665", + "name": "teststoragemgmt9665", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-11-17T10:59:03.4368441Z", + "key2": "2021-11-17T10:59:03.4368441Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T10:59:03.4368441Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T10:59:03.4368441Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "accessTier": "Hot", + "provisioningState": "Succeeded", + "creationTime": "2021-11-17T10:59:03.3276827Z", + "primaryEndpoints": { + "dfs": "https://teststoragemgmt9665.dfs.core.windows.net/", + "web": "https://teststoragemgmt9665.z20.web.core.windows.net/", + "blob": "https://teststoragemgmt9665.blob.core.windows.net/", + "queue": "https://teststoragemgmt9665.queue.core.windows.net/", + "table": "https://teststoragemgmt9665.table.core.windows.net/", + "file": "https://teststoragemgmt9665.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + } + ] + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-4584/providers/Microsoft.Storage/storageAccounts/teststoragemgmt9665?api-version=2021-04-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "abfb815a7343fadac7b6c84f36cd5484", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 10:59:40 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "abfb815a7343fadac7b6c84f36cd5484", + "x-ms-correlation-request-id": "5673ac36-4f40-4312-8b49-6cbbae67172a", + "x-ms-ratelimit-remaining-subscription-deletes": "14996", + "x-ms-request-id": "c28640f9-7e2d-43da-8e77-fad776b236e3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T105941Z:5673ac36-4f40-4312-8b49-6cbbae67172a" + }, + "ResponseBody": [] + } + ], + "Variables": { + "RandomSeed": "747490543", + "RESOURCE_MANAGER_URL": null, + "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" + } +} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/PrivateEndpointConnectionTests/CreatePrivateEndpointConnection.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/PrivateEndpointConnectionTests/CreatePrivateEndpointConnection.json new file mode 100644 index 0000000000000..647c20246b928 --- /dev/null +++ b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/PrivateEndpointConnectionTests/CreatePrivateEndpointConnection.json @@ -0,0 +1,1869 @@ +{ + "Entries": [ + { + "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-7d80316d25b74e48872e0c49d4f511ea-658f5a9cf1c5d34a-00", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "527aba961ddc6c70dbd467c6a6115f35", + "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, 18 Nov 2021 06:32:44 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "843d344d-efbd-4e7a-a451-c9ea5c189c7b", + "x-ms-ratelimit-remaining-subscription-reads": "11999", + "x-ms-request-id": "843d344d-efbd-4e7a-a451-c9ea5c189c7b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T063245Z:843d344d-efbd-4e7a-a451-c9ea5c189c7b" + }, + "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/teststorageRG-1450?api-version=2019-10-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "44", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "8347eb5a2affbdd7da461ee399455ccb", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "location": "eastus2", + "tags": { + "test": "env" + } + }, + "StatusCode": 201, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "256", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 18 Nov 2021 06:32:47 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "cd7a1ea8-74c9-4707-bf76-9d1c7432d219", + "x-ms-ratelimit-remaining-subscription-writes": "1199", + "x-ms-request-id": "cd7a1ea8-74c9-4707-bf76-9d1c7432d219", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T063248Z:cd7a1ea8-74c9-4707-bf76-9d1c7432d219" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1450", + "name": "teststorageRG-1450", + "type": "Microsoft.Resources/resourceGroups", + "location": "eastus2", + "tags": { + "test": "env" + }, + "properties": { + "provisioningState": "Succeeded" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/checkNameAvailability?api-version=2021-04-01", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "73", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211118.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "cb548e85e6131140920bfc276be62134", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "name": "teststoragemgmt5257", + "type": "Microsoft.Storage/storageAccounts" + }, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "22", + "Content-Type": "application/json", + "Date": "Thu, 18 Nov 2021 06:32:48 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "cb548e85e6131140920bfc276be62134", + "x-ms-correlation-request-id": "afdf9d47-1d44-4c4d-ae3e-79df402ce8ff", + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-request-id": "8d0778b1-5b6c-4f03-8564-5d2406fa406a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T063249Z:afdf9d47-1d44-4c4d-ae3e-79df402ce8ff" + }, + "ResponseBody": { + "nameAvailable": true + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1450/providers/Microsoft.Storage/storageAccounts/teststoragemgmt5257?api-version=2021-04-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "128", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211118.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "239cd31897a9a28f9502d65189428f0a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "sku": { + "name": "Standard_GRS" + }, + "kind": "StorageV2", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": {} + }, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 06:32:55 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6210d5e6-6bf9-4e1a-b0f0-509e82dfce94?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "239cd31897a9a28f9502d65189428f0a", + "x-ms-correlation-request-id": "3143b6fc-4832-48b1-ac10-b68f698d1890", + "x-ms-ratelimit-remaining-subscription-writes": "1198", + "x-ms-request-id": "6210d5e6-6bf9-4e1a-b0f0-509e82dfce94", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T063255Z:3143b6fc-4832-48b1-ac10-b68f698d1890" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6210d5e6-6bf9-4e1a-b0f0-509e82dfce94?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "7280affca8c0eea6ffb135100fee8850", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 06:32:55 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6210d5e6-6bf9-4e1a-b0f0-509e82dfce94?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "7280affca8c0eea6ffb135100fee8850", + "x-ms-correlation-request-id": "dc7ba916-e2fe-4490-9ac3-4270ed583dd1", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-request-id": "3bcc32f6-c97e-4d16-88e8-0af0c779f9c7", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T063255Z:dc7ba916-e2fe-4490-9ac3-4270ed583dd1" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6210d5e6-6bf9-4e1a-b0f0-509e82dfce94?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "152cf17c515b05538c981c382a70c8ff", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 06:32:56 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6210d5e6-6bf9-4e1a-b0f0-509e82dfce94?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "152cf17c515b05538c981c382a70c8ff", + "x-ms-correlation-request-id": "085ee83b-d2d5-42d9-938b-a77ffacf9869", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-request-id": "effeba95-bdad-42ea-a032-c8b88af490c7", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T063257Z:085ee83b-d2d5-42d9-938b-a77ffacf9869" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6210d5e6-6bf9-4e1a-b0f0-509e82dfce94?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "d95577931cc2524ab09dd02edd36f418", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 06:32:58 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6210d5e6-6bf9-4e1a-b0f0-509e82dfce94?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d95577931cc2524ab09dd02edd36f418", + "x-ms-correlation-request-id": "985e5174-f82a-4370-b9a5-d789aa23921f", + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-request-id": "57f6fafc-0a6f-40ac-bbdd-f34b884c0e75", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T063258Z:985e5174-f82a-4370-b9a5-d789aa23921f" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6210d5e6-6bf9-4e1a-b0f0-509e82dfce94?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "e8a21ce85968aa045b7be5288b6ec48f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 06:32:59 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6210d5e6-6bf9-4e1a-b0f0-509e82dfce94?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e8a21ce85968aa045b7be5288b6ec48f", + "x-ms-correlation-request-id": "5944e5fa-9ddf-413b-bec1-a62ad3696b81", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-request-id": "6bd03f54-1915-4b81-8795-f66a82612018", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T063259Z:5944e5fa-9ddf-413b-bec1-a62ad3696b81" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6210d5e6-6bf9-4e1a-b0f0-509e82dfce94?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "987d35e9af985f8da7da64bd81252756", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 06:33:00 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6210d5e6-6bf9-4e1a-b0f0-509e82dfce94?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "987d35e9af985f8da7da64bd81252756", + "x-ms-correlation-request-id": "1dfb3ce5-f18f-4ed4-8e55-420076dc57a6", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-request-id": "c6369f83-9b73-4487-84ed-9e26a4d207d1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T063301Z:1dfb3ce5-f18f-4ed4-8e55-420076dc57a6" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6210d5e6-6bf9-4e1a-b0f0-509e82dfce94?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "0d4f03a3dfcd399672aa7e473722c642", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 06:33:02 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6210d5e6-6bf9-4e1a-b0f0-509e82dfce94?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "0d4f03a3dfcd399672aa7e473722c642", + "x-ms-correlation-request-id": "0bac63fd-bffa-46cd-b9b2-15ce09ff3dc4", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-request-id": "841a54c9-5690-4870-9414-6ff8846f1402", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T063302Z:0bac63fd-bffa-46cd-b9b2-15ce09ff3dc4" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6210d5e6-6bf9-4e1a-b0f0-509e82dfce94?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "a74441d95bb939808f42418ef5472936", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 06:33:03 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6210d5e6-6bf9-4e1a-b0f0-509e82dfce94?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a74441d95bb939808f42418ef5472936", + "x-ms-correlation-request-id": "23fe43da-e484-4bd4-8758-be31303cec90", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-request-id": "ce0fa9e6-12ea-4b11-8704-289f9b059f47", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T063303Z:23fe43da-e484-4bd4-8758-be31303cec90" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6210d5e6-6bf9-4e1a-b0f0-509e82dfce94?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "88848f53b61e0ac19e4326ed31462885", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 06:33:04 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6210d5e6-6bf9-4e1a-b0f0-509e82dfce94?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "88848f53b61e0ac19e4326ed31462885", + "x-ms-correlation-request-id": "b039f2a4-bc10-4e26-83eb-3b0dc91c0765", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-request-id": "0dfbb4a3-b840-46e1-90bf-e1e91c29a983", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T063305Z:b039f2a4-bc10-4e26-83eb-3b0dc91c0765" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6210d5e6-6bf9-4e1a-b0f0-509e82dfce94?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "3fe422137fe0489c83167e8a9d08442b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 06:33:06 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6210d5e6-6bf9-4e1a-b0f0-509e82dfce94?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "3fe422137fe0489c83167e8a9d08442b", + "x-ms-correlation-request-id": "5f6c3861-bd18-417d-a9fa-7c15b7368294", + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-request-id": "c1eb266a-28b8-409f-8c14-a9ff5e6184ac", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T063306Z:5f6c3861-bd18-417d-a9fa-7c15b7368294" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6210d5e6-6bf9-4e1a-b0f0-509e82dfce94?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "a7f347813e9d22237f3a097534920848", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 06:33:07 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6210d5e6-6bf9-4e1a-b0f0-509e82dfce94?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a7f347813e9d22237f3a097534920848", + "x-ms-correlation-request-id": "2f3c1438-605d-42bd-af1a-484698204410", + "x-ms-ratelimit-remaining-subscription-reads": "11988", + "x-ms-request-id": "8ecf05d2-7741-41c2-8d06-a1f306e3ef61", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T063307Z:2f3c1438-605d-42bd-af1a-484698204410" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6210d5e6-6bf9-4e1a-b0f0-509e82dfce94?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "d27abc1ae962d355f23c040838366d96", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 06:33:08 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6210d5e6-6bf9-4e1a-b0f0-509e82dfce94?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d27abc1ae962d355f23c040838366d96", + "x-ms-correlation-request-id": "5a0c7d85-4631-454f-b070-003c7bf1d235", + "x-ms-ratelimit-remaining-subscription-reads": "11987", + "x-ms-request-id": "30d39759-3f91-42b8-92cb-9cd64ff3d1c3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T063309Z:5a0c7d85-4631-454f-b070-003c7bf1d235" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6210d5e6-6bf9-4e1a-b0f0-509e82dfce94?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "e96cfbfe8052d5e7ffc1c0a6762613f1", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 06:33:09 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6210d5e6-6bf9-4e1a-b0f0-509e82dfce94?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e96cfbfe8052d5e7ffc1c0a6762613f1", + "x-ms-correlation-request-id": "5e0741d8-6383-4092-a34a-3a6e1cf32fda", + "x-ms-ratelimit-remaining-subscription-reads": "11986", + "x-ms-request-id": "69c5749d-eef4-4c7d-b1b9-6b75d50ee822", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T063310Z:5e0741d8-6383-4092-a34a-3a6e1cf32fda" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6210d5e6-6bf9-4e1a-b0f0-509e82dfce94?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "e170360d728d98c8f220b561391aea48", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1487", + "Content-Type": "application/json", + "Date": "Thu, 18 Nov 2021 06:33:11 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e170360d728d98c8f220b561391aea48", + "x-ms-correlation-request-id": "40ac0340-d78c-4a40-aefd-174fdfab9dd0", + "x-ms-ratelimit-remaining-subscription-reads": "11985", + "x-ms-request-id": "655f9aa8-ee87-476f-8442-57bb29f3f5f1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T063311Z:40ac0340-d78c-4a40-aefd-174fdfab9dd0" + }, + "ResponseBody": { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "StorageV2", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1450/providers/Microsoft.Storage/storageAccounts/teststoragemgmt5257", + "name": "teststoragemgmt5257", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-11-18T06:32:53.6235260Z", + "key2": "2021-11-18T06:32:53.6235260Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-18T06:32:53.6235260Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-18T06:32:53.6235260Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "accessTier": "Hot", + "provisioningState": "Succeeded", + "creationTime": "2021-11-18T06:32:53.4985442Z", + "primaryEndpoints": { + "dfs": "https://teststoragemgmt5257.dfs.core.windows.net/", + "web": "https://teststoragemgmt5257.z20.web.core.windows.net/", + "blob": "https://teststoragemgmt5257.blob.core.windows.net/", + "queue": "https://teststoragemgmt5257.queue.core.windows.net/", + "table": "https://teststoragemgmt5257.table.core.windows.net/", + "file": "https://teststoragemgmt5257.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1450/providers/Microsoft.Network/virtualNetworks/vnet-194?api-version=2021-02-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "261", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager.Network/1.0.0-beta.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "25397772f51fd599a5d3a028af5dcb29", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "location": "westus2", + "properties": { + "addressSpace": { + "addressPrefixes": [ + "10.0.0.0/16" + ] + }, + "dhcpOptions": { + "dnsServers": [ + "10.1.1.1", + "10.1.2.4" + ] + }, + "subnets": [ + { + "name": "default", + "properties": { + "addressPrefix": "10.0.1.0/24", + "privateEndpointNetworkPolicies": "Disabled" + } + } + ] + } + }, + "StatusCode": 201, + "ResponseHeaders": { + "Azure-AsyncNotification": "Enabled", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/1fc9e51a-86fc-4a3e-a38e-9825a97a3d4f?api-version=2021-02-01", + "Cache-Control": "no-cache", + "Content-Length": "1334", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 18 Nov 2021 06:33:14 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": "34791bb0-5c37-4ea5-86eb-daa6c2b2597c", + "x-ms-client-request-id": "25397772f51fd599a5d3a028af5dcb29", + "x-ms-correlation-request-id": "ba6807c2-c165-44e7-a514-c22e99f2ab87", + "x-ms-ratelimit-remaining-subscription-writes": "1197", + "x-ms-request-id": "1fc9e51a-86fc-4a3e-a38e-9825a97a3d4f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T063315Z:ba6807c2-c165-44e7-a514-c22e99f2ab87" + }, + "ResponseBody": [ + "{\r\n", + " \u0022name\u0022: \u0022vnet-194\u0022,\r\n", + " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1450/providers/Microsoft.Network/virtualNetworks/vnet-194\u0022,\r\n", + " \u0022etag\u0022: \u0022W/\\\u002216c9ebc5-87e4-44a7-a018-8cff7a32053a\\\u0022\u0022,\r\n", + " \u0022type\u0022: \u0022Microsoft.Network/virtualNetworks\u0022,\r\n", + " \u0022location\u0022: \u0022westus2\u0022,\r\n", + " \u0022properties\u0022: {\r\n", + " \u0022provisioningState\u0022: \u0022Updating\u0022,\r\n", + " \u0022resourceGuid\u0022: \u00227a9e60db-4c7d-426e-8bdf-1627e1f4a875\u0022,\r\n", + " \u0022addressSpace\u0022: {\r\n", + " \u0022addressPrefixes\u0022: [\r\n", + " \u002210.0.0.0/16\u0022\r\n", + " ]\r\n", + " },\r\n", + " \u0022dhcpOptions\u0022: {\r\n", + " \u0022dnsServers\u0022: [\r\n", + " \u002210.1.1.1\u0022,\r\n", + " \u002210.1.2.4\u0022\r\n", + " ]\r\n", + " },\r\n", + " \u0022subnets\u0022: [\r\n", + " {\r\n", + " \u0022name\u0022: \u0022default\u0022,\r\n", + " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1450/providers/Microsoft.Network/virtualNetworks/vnet-194/subnets/default\u0022,\r\n", + " \u0022etag\u0022: \u0022W/\\\u002216c9ebc5-87e4-44a7-a018-8cff7a32053a\\\u0022\u0022,\r\n", + " \u0022properties\u0022: {\r\n", + " \u0022provisioningState\u0022: \u0022Updating\u0022,\r\n", + " \u0022addressPrefix\u0022: \u002210.0.1.0/24\u0022,\r\n", + " \u0022delegations\u0022: [],\r\n", + " \u0022privateEndpointNetworkPolicies\u0022: \u0022Disabled\u0022,\r\n", + " \u0022privateLinkServiceNetworkPolicies\u0022: \u0022Enabled\u0022\r\n", + " },\r\n", + " \u0022type\u0022: \u0022Microsoft.Network/virtualNetworks/subnets\u0022\r\n", + " }\r\n", + " ],\r\n", + " \u0022virtualNetworkPeerings\u0022: [],\r\n", + " \u0022enableDdosProtection\u0022: false\r\n", + " }\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/1fc9e51a-86fc-4a3e-a38e-9825a97a3d4f?api-version=2021-02-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "af03d977cbd940eed70be89f286f42c2", + "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, 18 Nov 2021 06:33:15 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": "cbf72d62-d1e7-42ab-940b-4e7929c6f74c", + "x-ms-client-request-id": "af03d977cbd940eed70be89f286f42c2", + "x-ms-correlation-request-id": "0f707be1-1de2-4684-aee9-fdf6468e037e", + "x-ms-ratelimit-remaining-subscription-reads": "11984", + "x-ms-request-id": "0c89fbf3-03ae-413e-846c-466d1755ee40", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T063315Z:0f707be1-1de2-4684-aee9-fdf6468e037e" + }, + "ResponseBody": [ + "{\r\n", + " \u0022status\u0022: \u0022Succeeded\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1450/providers/Microsoft.Network/virtualNetworks/vnet-194?api-version=2021-02-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "1f2538e983e76a40ea065128c2cd4f09", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1336", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 18 Nov 2021 06:33:15 GMT", + "ETag": "W/\u00226cb32db6-6508-43f8-bd73-2dd48b4b50e5\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": "6719feb1-b9e8-47e1-ad84-dd1cf62a0625", + "x-ms-client-request-id": "1f2538e983e76a40ea065128c2cd4f09", + "x-ms-correlation-request-id": "c12040bd-9aa3-4342-bb57-79a06ce42051", + "x-ms-ratelimit-remaining-subscription-reads": "11983", + "x-ms-request-id": "a87cae75-98e0-49f9-b9c0-07e107e81904", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T063315Z:c12040bd-9aa3-4342-bb57-79a06ce42051" + }, + "ResponseBody": [ + "{\r\n", + " \u0022name\u0022: \u0022vnet-194\u0022,\r\n", + " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1450/providers/Microsoft.Network/virtualNetworks/vnet-194\u0022,\r\n", + " \u0022etag\u0022: \u0022W/\\\u00226cb32db6-6508-43f8-bd73-2dd48b4b50e5\\\u0022\u0022,\r\n", + " \u0022type\u0022: \u0022Microsoft.Network/virtualNetworks\u0022,\r\n", + " \u0022location\u0022: \u0022westus2\u0022,\r\n", + " \u0022properties\u0022: {\r\n", + " \u0022provisioningState\u0022: \u0022Succeeded\u0022,\r\n", + " \u0022resourceGuid\u0022: \u00227a9e60db-4c7d-426e-8bdf-1627e1f4a875\u0022,\r\n", + " \u0022addressSpace\u0022: {\r\n", + " \u0022addressPrefixes\u0022: [\r\n", + " \u002210.0.0.0/16\u0022\r\n", + " ]\r\n", + " },\r\n", + " \u0022dhcpOptions\u0022: {\r\n", + " \u0022dnsServers\u0022: [\r\n", + " \u002210.1.1.1\u0022,\r\n", + " \u002210.1.2.4\u0022\r\n", + " ]\r\n", + " },\r\n", + " \u0022subnets\u0022: [\r\n", + " {\r\n", + " \u0022name\u0022: \u0022default\u0022,\r\n", + " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1450/providers/Microsoft.Network/virtualNetworks/vnet-194/subnets/default\u0022,\r\n", + " \u0022etag\u0022: \u0022W/\\\u00226cb32db6-6508-43f8-bd73-2dd48b4b50e5\\\u0022\u0022,\r\n", + " \u0022properties\u0022: {\r\n", + " \u0022provisioningState\u0022: \u0022Succeeded\u0022,\r\n", + " \u0022addressPrefix\u0022: \u002210.0.1.0/24\u0022,\r\n", + " \u0022delegations\u0022: [],\r\n", + " \u0022privateEndpointNetworkPolicies\u0022: \u0022Disabled\u0022,\r\n", + " \u0022privateLinkServiceNetworkPolicies\u0022: \u0022Enabled\u0022\r\n", + " },\r\n", + " \u0022type\u0022: \u0022Microsoft.Network/virtualNetworks/subnets\u0022\r\n", + " }\r\n", + " ],\r\n", + " \u0022virtualNetworkPeerings\u0022: [],\r\n", + " \u0022enableDdosProtection\u0022: false\r\n", + " }\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1450/providers/Microsoft.Network/privateEndpoints/pe-4650?api-version=2021-02-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "727", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager.Network/1.0.0-beta.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "1b59d6b1484fc10cee8020ed0a64b470", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "location": "westus2", + "properties": { + "subnet": { + "name": "default", + "type": "Microsoft.Network/virtualNetworks/subnets", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1450/providers/Microsoft.Network/virtualNetworks/vnet-194/subnets/default", + "properties": { + "addressPrefix": "10.0.1.0/24", + "delegations": [], + "privateEndpointNetworkPolicies": "Disabled", + "privateLinkServiceNetworkPolicies": "Enabled" + } + }, + "manualPrivateLinkServiceConnections": [ + { + "name": "pec7382", + "properties": { + "privateLinkServiceId": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1450/providers/Microsoft.Storage/storageAccounts/teststoragemgmt5257", + "groupIds": [ + "Blob" + ], + "requestMessage": "SDK test" + } + } + ] + } + }, + "StatusCode": 201, + "ResponseHeaders": { + "Azure-AsyncNotification": "Enabled", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/954352d2-9160-45c9-9607-6898e0fb910a?api-version=2021-02-01", + "Cache-Control": "no-cache", + "Content-Length": "1949", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 18 Nov 2021 06:33:21 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": "38e5a9f1-5113-44f9-b20a-9788755c67f9", + "x-ms-client-request-id": "1b59d6b1484fc10cee8020ed0a64b470", + "x-ms-correlation-request-id": "ac3699c2-b456-4379-9ec9-77c9ee151ca2", + "x-ms-ratelimit-remaining-subscription-writes": "1196", + "x-ms-request-id": "954352d2-9160-45c9-9607-6898e0fb910a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T063322Z:ac3699c2-b456-4379-9ec9-77c9ee151ca2" + }, + "ResponseBody": [ + "{\r\n", + " \u0022name\u0022: \u0022pe-4650\u0022,\r\n", + " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1450/providers/Microsoft.Network/privateEndpoints/pe-4650\u0022,\r\n", + " \u0022etag\u0022: \u0022W/\\\u00220450c696-f3ef-455a-af8e-4fa563b83009\\\u0022\u0022,\r\n", + " \u0022type\u0022: \u0022Microsoft.Network/privateEndpoints\u0022,\r\n", + " \u0022location\u0022: \u0022westus2\u0022,\r\n", + " \u0022properties\u0022: {\r\n", + " \u0022provisioningState\u0022: \u0022Updating\u0022,\r\n", + " \u0022resourceGuid\u0022: \u00221864d641-672c-4e6b-9802-d8d5491af64c\u0022,\r\n", + " \u0022privateLinkServiceConnections\u0022: [],\r\n", + " \u0022manualPrivateLinkServiceConnections\u0022: [\r\n", + " {\r\n", + " \u0022name\u0022: \u0022pec7382\u0022,\r\n", + " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1450/providers/Microsoft.Network/privateEndpoints/pe-4650/manualPrivateLinkServiceConnections/pec7382\u0022,\r\n", + " \u0022etag\u0022: \u0022W/\\\u00220450c696-f3ef-455a-af8e-4fa563b83009\\\u0022\u0022,\r\n", + " \u0022properties\u0022: {\r\n", + " \u0022provisioningState\u0022: \u0022Succeeded\u0022,\r\n", + " \u0022privateLinkServiceId\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1450/providers/Microsoft.Storage/storageAccounts/teststoragemgmt5257\u0022,\r\n", + " \u0022groupIds\u0022: [\r\n", + " \u0022Blob\u0022\r\n", + " ],\r\n", + " \u0022requestMessage\u0022: \u0022SDK test\u0022,\r\n", + " \u0022privateLinkServiceConnectionState\u0022: {\r\n", + " \u0022status\u0022: \u0022Pending\u0022,\r\n", + " \u0022description\u0022: \u0022SDK test\u0022,\r\n", + " \u0022actionsRequired\u0022: \u0022None\u0022\r\n", + " }\r\n", + " },\r\n", + " \u0022type\u0022: \u0022Microsoft.Network/privateEndpoints/manualPrivateLinkServiceConnections\u0022\r\n", + " }\r\n", + " ],\r\n", + " \u0022subnet\u0022: {\r\n", + " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1450/providers/Microsoft.Network/virtualNetworks/vnet-194/subnets/default\u0022\r\n", + " },\r\n", + " \u0022networkInterfaces\u0022: [\r\n", + " {\r\n", + " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1450/providers/Microsoft.Network/networkInterfaces/pe-4650.nic.2c1e142b-7316-4d80-827e-2b4f3efaac53\u0022\r\n", + " }\r\n", + " ],\r\n", + " \u0022customDnsConfigs\u0022: []\r\n", + " }\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/954352d2-9160-45c9-9607-6898e0fb910a?api-version=2021-02-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "6cbd5fb0cd69dce9132694c04afdfced", + "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, 18 Nov 2021 06:33:21 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": "ee9a36ec-170a-4e51-bed8-10a480ea8fa8", + "x-ms-client-request-id": "6cbd5fb0cd69dce9132694c04afdfced", + "x-ms-correlation-request-id": "f0a45c1d-8838-4ab3-a362-55c3e47d289a", + "x-ms-ratelimit-remaining-subscription-reads": "11982", + "x-ms-request-id": "71aee689-f08a-4910-a61f-f529b8d0297f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T063322Z:f0a45c1d-8838-4ab3-a362-55c3e47d289a" + }, + "ResponseBody": [ + "{\r\n", + " \u0022status\u0022: \u0022InProgress\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/954352d2-9160-45c9-9607-6898e0fb910a?api-version=2021-02-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "01eb52732993bcd83dc0567bcf4543e4", + "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, 18 Nov 2021 06:33:23 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": "351a1c27-939a-412b-8534-96c8c5c5ee93", + "x-ms-client-request-id": "01eb52732993bcd83dc0567bcf4543e4", + "x-ms-correlation-request-id": "c406b080-595d-467a-ae43-f08cec128ca4", + "x-ms-ratelimit-remaining-subscription-reads": "11981", + "x-ms-request-id": "33fced0d-fa39-4fc8-a869-8818414ecf3d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T063323Z:c406b080-595d-467a-ae43-f08cec128ca4" + }, + "ResponseBody": [ + "{\r\n", + " \u0022status\u0022: \u0022InProgress\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/954352d2-9160-45c9-9607-6898e0fb910a?api-version=2021-02-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "ab3c41c347a614066499b1c95fd74fc7", + "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, 18 Nov 2021 06:33: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": "39e46930-f6ad-439c-a838-d25790c5d633", + "x-ms-client-request-id": "ab3c41c347a614066499b1c95fd74fc7", + "x-ms-correlation-request-id": "5c7e5e4c-d94d-447a-a75b-1cd2df0c8eb0", + "x-ms-ratelimit-remaining-subscription-reads": "11980", + "x-ms-request-id": "5877c772-9e33-4357-b870-d170ea77fdbb", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T063325Z:5c7e5e4c-d94d-447a-a75b-1cd2df0c8eb0" + }, + "ResponseBody": [ + "{\r\n", + " \u0022status\u0022: \u0022InProgress\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/954352d2-9160-45c9-9607-6898e0fb910a?api-version=2021-02-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "2b528cd7bb1e874b86002ea9766d0dcd", + "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, 18 Nov 2021 06:33:26 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": "4a425d4b-8723-47eb-a0a9-50f350abc096", + "x-ms-client-request-id": "2b528cd7bb1e874b86002ea9766d0dcd", + "x-ms-correlation-request-id": "398b98cc-a687-4f81-91c5-1f264092185c", + "x-ms-ratelimit-remaining-subscription-reads": "11979", + "x-ms-request-id": "d0de3fdf-2209-4420-ae71-5e55c4f72f73", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T063326Z:398b98cc-a687-4f81-91c5-1f264092185c" + }, + "ResponseBody": [ + "{\r\n", + " \u0022status\u0022: \u0022InProgress\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/954352d2-9160-45c9-9607-6898e0fb910a?api-version=2021-02-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "09fdb0e250c12b464bd69cfa780e5c65", + "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, 18 Nov 2021 06:33:27 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": "401c29bf-1366-45fb-87a3-5b02ee7f6e0e", + "x-ms-client-request-id": "09fdb0e250c12b464bd69cfa780e5c65", + "x-ms-correlation-request-id": "06072c31-07f6-44bc-8a4d-d55e2d8b835b", + "x-ms-ratelimit-remaining-subscription-reads": "11978", + "x-ms-request-id": "e1d0577d-9419-4f54-9ebb-b394e4f2d392", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T063328Z:06072c31-07f6-44bc-8a4d-d55e2d8b835b" + }, + "ResponseBody": [ + "{\r\n", + " \u0022status\u0022: \u0022InProgress\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/954352d2-9160-45c9-9607-6898e0fb910a?api-version=2021-02-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "43a48f7017f208c6f5b524a5185d9ef7", + "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, 18 Nov 2021 06:33:28 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": "1b9e9664-c03e-4f9f-a0ff-c09bdfc8e035", + "x-ms-client-request-id": "43a48f7017f208c6f5b524a5185d9ef7", + "x-ms-correlation-request-id": "35dd8bcf-d50b-4ae5-9e59-5025edab1513", + "x-ms-ratelimit-remaining-subscription-reads": "11977", + "x-ms-request-id": "982e9d3a-fdc3-4672-843d-2f5cdd30f195", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T063329Z:35dd8bcf-d50b-4ae5-9e59-5025edab1513" + }, + "ResponseBody": [ + "{\r\n", + " \u0022status\u0022: \u0022InProgress\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/954352d2-9160-45c9-9607-6898e0fb910a?api-version=2021-02-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "afe7e48b45da86054527e0481e510e77", + "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, 18 Nov 2021 06:33:30 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": "61886174-304d-44a5-b443-6a86eaf34541", + "x-ms-client-request-id": "afe7e48b45da86054527e0481e510e77", + "x-ms-correlation-request-id": "108d55ab-1a4b-4b5c-8d06-2def00d86653", + "x-ms-ratelimit-remaining-subscription-reads": "11976", + "x-ms-request-id": "451536b2-276a-4367-a83c-277479a07f36", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T063330Z:108d55ab-1a4b-4b5c-8d06-2def00d86653" + }, + "ResponseBody": [ + "{\r\n", + " \u0022status\u0022: \u0022InProgress\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/954352d2-9160-45c9-9607-6898e0fb910a?api-version=2021-02-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "e638c9a3cac8cbdae9f4130c2ca012ee", + "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, 18 Nov 2021 06:33:31 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": "77627ada-7c63-46ba-951b-685e1a6bfe40", + "x-ms-client-request-id": "e638c9a3cac8cbdae9f4130c2ca012ee", + "x-ms-correlation-request-id": "a80ca593-4978-4864-8fd5-5e1b2ce3fc5d", + "x-ms-ratelimit-remaining-subscription-reads": "11975", + "x-ms-request-id": "18edf7a6-9640-4e5a-b2b8-47e8832b38bd", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T063331Z:a80ca593-4978-4864-8fd5-5e1b2ce3fc5d" + }, + "ResponseBody": [ + "{\r\n", + " \u0022status\u0022: \u0022InProgress\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/954352d2-9160-45c9-9607-6898e0fb910a?api-version=2021-02-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "946ea538ad272b8b891efdcb377ee9a3", + "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, 18 Nov 2021 06:33:32 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": "f41c8bbb-93a9-4ddb-ac82-c54a742910ef", + "x-ms-client-request-id": "946ea538ad272b8b891efdcb377ee9a3", + "x-ms-correlation-request-id": "244ddb5c-89fb-4abf-a398-c5958007df9b", + "x-ms-ratelimit-remaining-subscription-reads": "11974", + "x-ms-request-id": "430421fc-1176-41f5-b545-8c1173dc83d7", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T063333Z:244ddb5c-89fb-4abf-a398-c5958007df9b" + }, + "ResponseBody": [ + "{\r\n", + " \u0022status\u0022: \u0022InProgress\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/954352d2-9160-45c9-9607-6898e0fb910a?api-version=2021-02-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "4f01aca6b724c12f091cc5e531f959a5", + "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, 18 Nov 2021 06:33:33 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": "97a83604-c1fa-4922-a63c-e5590e002ea0", + "x-ms-client-request-id": "4f01aca6b724c12f091cc5e531f959a5", + "x-ms-correlation-request-id": "38d9d9ef-5fc7-41c6-8137-025996c8107b", + "x-ms-ratelimit-remaining-subscription-reads": "11973", + "x-ms-request-id": "2de6e906-6244-435d-af1b-6f0da48c2d66", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T063334Z:38d9d9ef-5fc7-41c6-8137-025996c8107b" + }, + "ResponseBody": [ + "{\r\n", + " \u0022status\u0022: \u0022InProgress\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/954352d2-9160-45c9-9607-6898e0fb910a?api-version=2021-02-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "7910f1147ae3f6503d0d5da9cc0e936b", + "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, 18 Nov 2021 06:33:35 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": "86e8bb46-8886-4b65-936d-b2aadf2c51be", + "x-ms-client-request-id": "7910f1147ae3f6503d0d5da9cc0e936b", + "x-ms-correlation-request-id": "b3348907-9888-4d89-82c2-85975580b16a", + "x-ms-ratelimit-remaining-subscription-reads": "11972", + "x-ms-request-id": "e03c5f3b-05de-4738-a092-47a4893c2ac5", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T063335Z:b3348907-9888-4d89-82c2-85975580b16a" + }, + "ResponseBody": [ + "{\r\n", + " \u0022status\u0022: \u0022InProgress\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/954352d2-9160-45c9-9607-6898e0fb910a?api-version=2021-02-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "7f65700bc29e80ca75ac8a0be7a6f990", + "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, 18 Nov 2021 06:33:36 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": "d8504597-cf6b-45f9-a48a-16e0a5886061", + "x-ms-client-request-id": "7f65700bc29e80ca75ac8a0be7a6f990", + "x-ms-correlation-request-id": "0e9950a5-4471-46b3-aefb-cd4ab32b9dd1", + "x-ms-ratelimit-remaining-subscription-reads": "11971", + "x-ms-request-id": "77520803-916d-42e4-8d20-93f4e5daddd5", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T063337Z:0e9950a5-4471-46b3-aefb-cd4ab32b9dd1" + }, + "ResponseBody": [ + "{\r\n", + " \u0022status\u0022: \u0022InProgress\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/954352d2-9160-45c9-9607-6898e0fb910a?api-version=2021-02-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "45b657c4706e2bc05c0b12175a85f5fa", + "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, 18 Nov 2021 06:33: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": "3c1ce95f-e8ef-4cbe-ad4f-d2a2c7949a51", + "x-ms-client-request-id": "45b657c4706e2bc05c0b12175a85f5fa", + "x-ms-correlation-request-id": "c59e4cfc-e68e-47e9-a0d3-a4bc3b047769", + "x-ms-ratelimit-remaining-subscription-reads": "11970", + "x-ms-request-id": "bc7c129a-6b52-4c18-a99f-a006059eb600", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T063338Z:c59e4cfc-e68e-47e9-a0d3-a4bc3b047769" + }, + "ResponseBody": [ + "{\r\n", + " \u0022status\u0022: \u0022Succeeded\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1450/providers/Microsoft.Network/privateEndpoints/pe-4650?api-version=2021-02-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "c1da5988da935207278f0336ef440f97", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1950", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 18 Nov 2021 06:33:37 GMT", + "ETag": "W/\u0022b49b52d6-30c6-46b0-97a6-a9cace0d2a95\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": "6fae3f86-dbcc-4a7d-bcba-aae77e1a76b5", + "x-ms-client-request-id": "c1da5988da935207278f0336ef440f97", + "x-ms-correlation-request-id": "7b11c2d9-7481-4164-960b-f77893cc5801", + "x-ms-ratelimit-remaining-subscription-reads": "11969", + "x-ms-request-id": "9256fe43-908c-4839-8500-e48cee4b7090", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T063338Z:7b11c2d9-7481-4164-960b-f77893cc5801" + }, + "ResponseBody": [ + "{\r\n", + " \u0022name\u0022: \u0022pe-4650\u0022,\r\n", + " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1450/providers/Microsoft.Network/privateEndpoints/pe-4650\u0022,\r\n", + " \u0022etag\u0022: \u0022W/\\\u0022b49b52d6-30c6-46b0-97a6-a9cace0d2a95\\\u0022\u0022,\r\n", + " \u0022type\u0022: \u0022Microsoft.Network/privateEndpoints\u0022,\r\n", + " \u0022location\u0022: \u0022westus2\u0022,\r\n", + " \u0022properties\u0022: {\r\n", + " \u0022provisioningState\u0022: \u0022Succeeded\u0022,\r\n", + " \u0022resourceGuid\u0022: \u00221864d641-672c-4e6b-9802-d8d5491af64c\u0022,\r\n", + " \u0022privateLinkServiceConnections\u0022: [],\r\n", + " \u0022manualPrivateLinkServiceConnections\u0022: [\r\n", + " {\r\n", + " \u0022name\u0022: \u0022pec7382\u0022,\r\n", + " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1450/providers/Microsoft.Network/privateEndpoints/pe-4650/manualPrivateLinkServiceConnections/pec7382\u0022,\r\n", + " \u0022etag\u0022: \u0022W/\\\u0022b49b52d6-30c6-46b0-97a6-a9cace0d2a95\\\u0022\u0022,\r\n", + " \u0022properties\u0022: {\r\n", + " \u0022provisioningState\u0022: \u0022Succeeded\u0022,\r\n", + " \u0022privateLinkServiceId\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1450/providers/Microsoft.Storage/storageAccounts/teststoragemgmt5257\u0022,\r\n", + " \u0022groupIds\u0022: [\r\n", + " \u0022Blob\u0022\r\n", + " ],\r\n", + " \u0022requestMessage\u0022: \u0022SDK test\u0022,\r\n", + " \u0022privateLinkServiceConnectionState\u0022: {\r\n", + " \u0022status\u0022: \u0022Pending\u0022,\r\n", + " \u0022description\u0022: \u0022SDK test\u0022,\r\n", + " \u0022actionsRequired\u0022: \u0022None\u0022\r\n", + " }\r\n", + " },\r\n", + " \u0022type\u0022: \u0022Microsoft.Network/privateEndpoints/manualPrivateLinkServiceConnections\u0022\r\n", + " }\r\n", + " ],\r\n", + " \u0022subnet\u0022: {\r\n", + " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1450/providers/Microsoft.Network/virtualNetworks/vnet-194/subnets/default\u0022\r\n", + " },\r\n", + " \u0022networkInterfaces\u0022: [\r\n", + " {\r\n", + " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1450/providers/Microsoft.Network/networkInterfaces/pe-4650.nic.2c1e142b-7316-4d80-827e-2b4f3efaac53\u0022\r\n", + " }\r\n", + " ],\r\n", + " \u0022customDnsConfigs\u0022: []\r\n", + " }\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1450/providers/Microsoft.Storage/storageAccounts/teststoragemgmt5257/privateEndpointConnections?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211118.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "74e4cc144d589afdaf392293b0b225f0", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "709", + "Content-Type": "application/json", + "Date": "Thu, 18 Nov 2021 06:33:38 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "74e4cc144d589afdaf392293b0b225f0", + "x-ms-correlation-request-id": "679a3d0f-3584-4398-9108-a499dd69c640", + "x-ms-ratelimit-remaining-subscription-reads": "11968", + "x-ms-request-id": "20cb7927-c828-4906-af84-654bc2271737", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T063338Z:679a3d0f-3584-4398-9108-a499dd69c640" + }, + "ResponseBody": { + "value": [ + { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1450/providers/Microsoft.Storage/storageAccounts/teststoragemgmt5257/privateEndpointConnections/teststoragemgmt5257.f00d1371-382d-41c6-8378-67a296ebaf46", + "name": "teststoragemgmt5257.f00d1371-382d-41c6-8378-67a296ebaf46", + "type": "Microsoft.Storage/storageAccounts/privateEndpointConnections", + "properties": { + "provisioningState": "Succeeded", + "privateEndpoint": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1450/providers/Microsoft.Network/privateEndpoints/pe-4650" + }, + "privateLinkServiceConnectionState": { + "status": "Pending", + "description": "SDK test", + "actionRequired": "None" + } + } + } + ] + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1450/providers/Microsoft.Storage/storageAccounts/teststoragemgmt5257/privateEndpointConnections/teststoragemgmt5257.f00d1371-382d-41c6-8378-67a296ebaf46?api-version=2021-04-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "107", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211118.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "8d838fb737cbeafc50641ede6d8a3c18", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "properties": { + "privateLinkServiceConnectionState": { + "status": "Approved", + "description": "Approved by test" + } + } + }, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "706", + "Content-Type": "application/json", + "Date": "Thu, 18 Nov 2021 06:33:40 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "8d838fb737cbeafc50641ede6d8a3c18", + "x-ms-correlation-request-id": "bf466e2d-96ad-40df-9fa2-1ed307fd70d5", + "x-ms-ratelimit-remaining-subscription-writes": "1195", + "x-ms-request-id": "6ad64de6-75de-4917-acd6-32ca269c836b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T063341Z:bf466e2d-96ad-40df-9fa2-1ed307fd70d5" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1450/providers/Microsoft.Storage/storageAccounts/teststoragemgmt5257/privateEndpointConnections/teststoragemgmt5257.f00d1371-382d-41c6-8378-67a296ebaf46", + "name": "teststoragemgmt5257.f00d1371-382d-41c6-8378-67a296ebaf46", + "type": "Microsoft.Storage/storageAccounts/privateEndpointConnections", + "properties": { + "provisioningState": "Succeeded", + "privateEndpoint": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1450/providers/Microsoft.Network/privateEndpoints/pe-4650" + }, + "privateLinkServiceConnectionState": { + "status": "Approved", + "description": "Approved by test", + "actionRequired": "None" + } + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1450/providers/Microsoft.Network/privateEndpoints/pe-4650?api-version=2021-02-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.Network/1.0.0-beta.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "8d037afb80a03aa25b3f125ab774a174", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1959", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 18 Nov 2021 06:33:40 GMT", + "ETag": "W/\u00225df324f2-14c3-40c5-bda1-b17872f0beb6\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": "48573c9b-6124-4e17-861b-3dc919a9a77d", + "x-ms-client-request-id": "8d037afb80a03aa25b3f125ab774a174", + "x-ms-correlation-request-id": "125e9634-2d03-4c23-a40f-0fca0f624239", + "x-ms-ratelimit-remaining-subscription-reads": "11967", + "x-ms-request-id": "3516b1b0-5eee-483e-a646-a671efcda4b3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T063341Z:125e9634-2d03-4c23-a40f-0fca0f624239" + }, + "ResponseBody": [ + "{\r\n", + " \u0022name\u0022: \u0022pe-4650\u0022,\r\n", + " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1450/providers/Microsoft.Network/privateEndpoints/pe-4650\u0022,\r\n", + " \u0022etag\u0022: \u0022W/\\\u00225df324f2-14c3-40c5-bda1-b17872f0beb6\\\u0022\u0022,\r\n", + " \u0022type\u0022: \u0022Microsoft.Network/privateEndpoints\u0022,\r\n", + " \u0022location\u0022: \u0022westus2\u0022,\r\n", + " \u0022properties\u0022: {\r\n", + " \u0022provisioningState\u0022: \u0022Succeeded\u0022,\r\n", + " \u0022resourceGuid\u0022: \u00221864d641-672c-4e6b-9802-d8d5491af64c\u0022,\r\n", + " \u0022privateLinkServiceConnections\u0022: [],\r\n", + " \u0022manualPrivateLinkServiceConnections\u0022: [\r\n", + " {\r\n", + " \u0022name\u0022: \u0022pec7382\u0022,\r\n", + " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1450/providers/Microsoft.Network/privateEndpoints/pe-4650/manualPrivateLinkServiceConnections/pec7382\u0022,\r\n", + " \u0022etag\u0022: \u0022W/\\\u00225df324f2-14c3-40c5-bda1-b17872f0beb6\\\u0022\u0022,\r\n", + " \u0022properties\u0022: {\r\n", + " \u0022provisioningState\u0022: \u0022Succeeded\u0022,\r\n", + " \u0022privateLinkServiceId\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1450/providers/Microsoft.Storage/storageAccounts/teststoragemgmt5257\u0022,\r\n", + " \u0022groupIds\u0022: [\r\n", + " \u0022Blob\u0022\r\n", + " ],\r\n", + " \u0022requestMessage\u0022: \u0022SDK test\u0022,\r\n", + " \u0022privateLinkServiceConnectionState\u0022: {\r\n", + " \u0022status\u0022: \u0022Approved\u0022,\r\n", + " \u0022description\u0022: \u0022Approved by test\u0022,\r\n", + " \u0022actionsRequired\u0022: \u0022None\u0022\r\n", + " }\r\n", + " },\r\n", + " \u0022type\u0022: \u0022Microsoft.Network/privateEndpoints/manualPrivateLinkServiceConnections\u0022\r\n", + " }\r\n", + " ],\r\n", + " \u0022subnet\u0022: {\r\n", + " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1450/providers/Microsoft.Network/virtualNetworks/vnet-194/subnets/default\u0022\r\n", + " },\r\n", + " \u0022networkInterfaces\u0022: [\r\n", + " {\r\n", + " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1450/providers/Microsoft.Network/networkInterfaces/pe-4650.nic.2c1e142b-7316-4d80-827e-2b4f3efaac53\u0022\r\n", + " }\r\n", + " ],\r\n", + " \u0022customDnsConfigs\u0022: []\r\n", + " }\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1450/providers/Microsoft.Storage/storageAccounts/teststoragemgmt5257/privateEndpointConnections/teststoragemgmt5257.f00d1371-382d-41c6-8378-67a296ebaf46?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211118.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "607e136981c1dccbd0fa24f32f1f2d25", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "706", + "Content-Type": "application/json", + "Date": "Thu, 18 Nov 2021 06:33:40 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "607e136981c1dccbd0fa24f32f1f2d25", + "x-ms-correlation-request-id": "23b67d8d-1e44-4a12-a824-b26b897be619", + "x-ms-ratelimit-remaining-subscription-reads": "11966", + "x-ms-request-id": "fb970e23-a726-4e89-8af0-5dba94a7ea83", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T063341Z:23b67d8d-1e44-4a12-a824-b26b897be619" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1450/providers/Microsoft.Storage/storageAccounts/teststoragemgmt5257/privateEndpointConnections/teststoragemgmt5257.f00d1371-382d-41c6-8378-67a296ebaf46", + "name": "teststoragemgmt5257.f00d1371-382d-41c6-8378-67a296ebaf46", + "type": "Microsoft.Storage/storageAccounts/privateEndpointConnections", + "properties": { + "provisioningState": "Succeeded", + "privateEndpoint": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1450/providers/Microsoft.Network/privateEndpoints/pe-4650" + }, + "privateLinkServiceConnectionState": { + "status": "Approved", + "description": "Approved by test", + "actionRequired": "None" + } + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1450/providers/Microsoft.Storage/storageAccounts/teststoragemgmt5257/privateEndpointConnections?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211118.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "35970afd97af374fed48318c25a232db", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "718", + "Content-Type": "application/json", + "Date": "Thu, 18 Nov 2021 06:33:41 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "35970afd97af374fed48318c25a232db", + "x-ms-correlation-request-id": "45107eab-ba50-4651-80d5-c20524a87064", + "x-ms-ratelimit-remaining-subscription-reads": "11965", + "x-ms-request-id": "93ab1c5b-e0f3-4aa3-b070-16aaf29b237e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T063342Z:45107eab-ba50-4651-80d5-c20524a87064" + }, + "ResponseBody": { + "value": [ + { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1450/providers/Microsoft.Storage/storageAccounts/teststoragemgmt5257/privateEndpointConnections/teststoragemgmt5257.f00d1371-382d-41c6-8378-67a296ebaf46", + "name": "teststoragemgmt5257.f00d1371-382d-41c6-8378-67a296ebaf46", + "type": "Microsoft.Storage/storageAccounts/privateEndpointConnections", + "properties": { + "provisioningState": "Succeeded", + "privateEndpoint": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1450/providers/Microsoft.Network/privateEndpoints/pe-4650" + }, + "privateLinkServiceConnectionState": { + "status": "Approved", + "description": "Approved by test", + "actionRequired": "None" + } + } + } + ] + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1450/providers/Microsoft.Storage/storageAccounts/teststoragemgmt5257/privateEndpointConnections/teststoragemgmt5257.f00d1371-382d-41c6-8378-67a296ebaf46?api-version=2021-04-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211118.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "5a74a9c3db0b7956af26bda65baf0b3c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 06:33:43 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5a74a9c3db0b7956af26bda65baf0b3c", + "x-ms-correlation-request-id": "0da99b9c-9cf0-4f5d-b2a2-3e59356b4efc", + "x-ms-ratelimit-remaining-subscription-deletes": "14999", + "x-ms-request-id": "9be08314-9c0e-4f71-a991-2190fdc5980b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T063343Z:0da99b9c-9cf0-4f5d-b2a2-3e59356b4efc" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1450/providers/Microsoft.Storage/storageAccounts/teststoragemgmt5257?api-version=2021-04-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211118.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "ac5ced126cddd1c5c3477379503fb72e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 06:33:50 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ac5ced126cddd1c5c3477379503fb72e", + "x-ms-correlation-request-id": "ddac46e9-d2be-466d-8813-e3d5bf9d657d", + "x-ms-ratelimit-remaining-subscription-deletes": "14998", + "x-ms-request-id": "e3dc14a5-8096-4893-9e9e-1653358ed91a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T063350Z:ddac46e9-d2be-466d-8813-e3d5bf9d657d" + }, + "ResponseBody": [] + } + ], + "Variables": { + "RandomSeed": "442031469", + "RESOURCE_MANAGER_URL": null, + "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" + } +} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/PrivateEndpointConnectionTests/CreatePrivateEndpointConnectionAsync.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/PrivateEndpointConnectionTests/CreatePrivateEndpointConnectionAsync.json new file mode 100644 index 0000000000000..5c70fc402f070 --- /dev/null +++ b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/PrivateEndpointConnectionTests/CreatePrivateEndpointConnectionAsync.json @@ -0,0 +1,1869 @@ +{ + "Entries": [ + { + "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-c139b7c9e27762499ff718b37d40e1b3-0b2b66205e404c46-00", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "5b6c57ce016372f46d197c3f0c0b0307", + "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, 18 Nov 2021 06:36:15 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "3db83e92-c6c8-4230-b819-5b5f233c815f", + "x-ms-ratelimit-remaining-subscription-reads": "11889", + "x-ms-request-id": "3db83e92-c6c8-4230-b819-5b5f233c815f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T063615Z:3db83e92-c6c8-4230-b819-5b5f233c815f" + }, + "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/teststorageRG-7420?api-version=2019-10-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "44", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "2c710a54d8db803b1e1638a7cd527fef", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "location": "eastus2", + "tags": { + "test": "env" + } + }, + "StatusCode": 201, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "256", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 18 Nov 2021 06:36:16 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "4da4632a-10ca-40c8-be1a-ffd7d485ed69", + "x-ms-ratelimit-remaining-subscription-writes": "1186", + "x-ms-request-id": "4da4632a-10ca-40c8-be1a-ffd7d485ed69", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T063616Z:4da4632a-10ca-40c8-be1a-ffd7d485ed69" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-7420", + "name": "teststorageRG-7420", + "type": "Microsoft.Resources/resourceGroups", + "location": "eastus2", + "tags": { + "test": "env" + }, + "properties": { + "provisioningState": "Succeeded" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/checkNameAvailability?api-version=2021-04-01", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "73", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211118.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "b4a529a090994e8ca5645cefb47b26d4", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "name": "teststoragemgmt8845", + "type": "Microsoft.Storage/storageAccounts" + }, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "22", + "Content-Type": "application/json", + "Date": "Thu, 18 Nov 2021 06:36:17 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b4a529a090994e8ca5645cefb47b26d4", + "x-ms-correlation-request-id": "cf7b864d-8b51-478f-b285-133c403ac68d", + "x-ms-ratelimit-remaining-subscription-reads": "11888", + "x-ms-request-id": "be71f091-6c2a-4c60-a623-6e7d9c51de76", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T063617Z:cf7b864d-8b51-478f-b285-133c403ac68d" + }, + "ResponseBody": { + "nameAvailable": true + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-7420/providers/Microsoft.Storage/storageAccounts/teststoragemgmt8845?api-version=2021-04-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "128", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211118.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "2d20d450f3a3307eda44eabccaa0c6fc", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "sku": { + "name": "Standard_GRS" + }, + "kind": "StorageV2", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": {} + }, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 06:36:21 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5be0ca0f-4b78-4cfa-9b8d-ef4f4fe41ad4?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "2d20d450f3a3307eda44eabccaa0c6fc", + "x-ms-correlation-request-id": "16229966-c4af-4ecf-a51e-2b9f70fc2f98", + "x-ms-ratelimit-remaining-subscription-writes": "1185", + "x-ms-request-id": "5be0ca0f-4b78-4cfa-9b8d-ef4f4fe41ad4", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T063621Z:16229966-c4af-4ecf-a51e-2b9f70fc2f98" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5be0ca0f-4b78-4cfa-9b8d-ef4f4fe41ad4?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "7e7dd312c25fac6daa74da54a5d08405", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 06:36:21 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5be0ca0f-4b78-4cfa-9b8d-ef4f4fe41ad4?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "7e7dd312c25fac6daa74da54a5d08405", + "x-ms-correlation-request-id": "6e7dee11-079d-4a82-b206-2a3129c11d4f", + "x-ms-ratelimit-remaining-subscription-reads": "11887", + "x-ms-request-id": "d800a284-8b9b-4ac0-a5c7-f4285eac5be2", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T063621Z:6e7dee11-079d-4a82-b206-2a3129c11d4f" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5be0ca0f-4b78-4cfa-9b8d-ef4f4fe41ad4?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "baa0609d4c105b7219a648c6bd0a5149", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 06:36:22 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5be0ca0f-4b78-4cfa-9b8d-ef4f4fe41ad4?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "baa0609d4c105b7219a648c6bd0a5149", + "x-ms-correlation-request-id": "c1760a12-947e-4d92-b5af-89dc38de2f64", + "x-ms-ratelimit-remaining-subscription-reads": "11886", + "x-ms-request-id": "a86245a0-f5d2-43b3-8792-18de1359f531", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T063623Z:c1760a12-947e-4d92-b5af-89dc38de2f64" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5be0ca0f-4b78-4cfa-9b8d-ef4f4fe41ad4?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "f7a94fda48238d9d8cbe2fed1a65d414", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 06:36:24 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5be0ca0f-4b78-4cfa-9b8d-ef4f4fe41ad4?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f7a94fda48238d9d8cbe2fed1a65d414", + "x-ms-correlation-request-id": "9c88faa8-f47b-4c26-93d3-a14891e37a28", + "x-ms-ratelimit-remaining-subscription-reads": "11885", + "x-ms-request-id": "8087b6fd-8f2b-4cc9-9e69-e7531436f49a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T063624Z:9c88faa8-f47b-4c26-93d3-a14891e37a28" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5be0ca0f-4b78-4cfa-9b8d-ef4f4fe41ad4?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "7ed63059b0f0c68b612164b87aa7ef9f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 06:36:25 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5be0ca0f-4b78-4cfa-9b8d-ef4f4fe41ad4?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "7ed63059b0f0c68b612164b87aa7ef9f", + "x-ms-correlation-request-id": "ea317d64-d617-4a88-a8f5-4c3c76fdd3cd", + "x-ms-ratelimit-remaining-subscription-reads": "11884", + "x-ms-request-id": "4ee925ef-8106-4884-baf7-0cd524814ebc", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T063625Z:ea317d64-d617-4a88-a8f5-4c3c76fdd3cd" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5be0ca0f-4b78-4cfa-9b8d-ef4f4fe41ad4?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "567a90228c2655e2c2132d511c8441b4", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 06:36:26 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5be0ca0f-4b78-4cfa-9b8d-ef4f4fe41ad4?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "567a90228c2655e2c2132d511c8441b4", + "x-ms-correlation-request-id": "6e1621db-e992-4c6c-ae6a-04edfc6f1a1b", + "x-ms-ratelimit-remaining-subscription-reads": "11883", + "x-ms-request-id": "f8fb8eb4-aa87-4508-8726-ae5c3a0b9286", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T063627Z:6e1621db-e992-4c6c-ae6a-04edfc6f1a1b" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5be0ca0f-4b78-4cfa-9b8d-ef4f4fe41ad4?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "8c6d33d1d3342a58c4e39601e3e513e5", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 06:36:28 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5be0ca0f-4b78-4cfa-9b8d-ef4f4fe41ad4?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "8c6d33d1d3342a58c4e39601e3e513e5", + "x-ms-correlation-request-id": "e96b6238-dfe1-4aff-b7f1-81c34c7eb3c8", + "x-ms-ratelimit-remaining-subscription-reads": "11882", + "x-ms-request-id": "b1a50611-f5e5-44e4-8cb1-8769a99633bd", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T063628Z:e96b6238-dfe1-4aff-b7f1-81c34c7eb3c8" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5be0ca0f-4b78-4cfa-9b8d-ef4f4fe41ad4?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "89cb90ce7eebcced4e80bcdd8239a9dc", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 06:36:29 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5be0ca0f-4b78-4cfa-9b8d-ef4f4fe41ad4?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "89cb90ce7eebcced4e80bcdd8239a9dc", + "x-ms-correlation-request-id": "c752e8e8-59d9-4b97-8d29-c0495eb8c884", + "x-ms-ratelimit-remaining-subscription-reads": "11881", + "x-ms-request-id": "fdff3d87-1d21-4def-bec5-ab46006f4b80", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T063629Z:c752e8e8-59d9-4b97-8d29-c0495eb8c884" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5be0ca0f-4b78-4cfa-9b8d-ef4f4fe41ad4?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "46e7b0e0623a4f6b384f9143f6e071dd", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 06:36:30 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5be0ca0f-4b78-4cfa-9b8d-ef4f4fe41ad4?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "46e7b0e0623a4f6b384f9143f6e071dd", + "x-ms-correlation-request-id": "4ea85177-205b-4f01-812c-7f7d57e08fc5", + "x-ms-ratelimit-remaining-subscription-reads": "11880", + "x-ms-request-id": "2251966c-a375-4e19-b9cb-186a7393361e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T063631Z:4ea85177-205b-4f01-812c-7f7d57e08fc5" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5be0ca0f-4b78-4cfa-9b8d-ef4f4fe41ad4?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "8c8348ffb7b953c845a13eb3167aa78b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 06:36:32 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5be0ca0f-4b78-4cfa-9b8d-ef4f4fe41ad4?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "8c8348ffb7b953c845a13eb3167aa78b", + "x-ms-correlation-request-id": "782bbabf-7a83-4275-a5a9-6619228f8561", + "x-ms-ratelimit-remaining-subscription-reads": "11879", + "x-ms-request-id": "220e8504-c85f-4fd6-8fd7-67942e1596cc", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T063632Z:782bbabf-7a83-4275-a5a9-6619228f8561" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5be0ca0f-4b78-4cfa-9b8d-ef4f4fe41ad4?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "3321b939ccfd6cab257b519becaad56d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 06:36:33 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5be0ca0f-4b78-4cfa-9b8d-ef4f4fe41ad4?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "3321b939ccfd6cab257b519becaad56d", + "x-ms-correlation-request-id": "577efbc5-0d99-475e-aa2f-f65ac16e4c62", + "x-ms-ratelimit-remaining-subscription-reads": "11878", + "x-ms-request-id": "4ad5e348-5e64-46ce-bf5e-5ce53d664810", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T063633Z:577efbc5-0d99-475e-aa2f-f65ac16e4c62" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5be0ca0f-4b78-4cfa-9b8d-ef4f4fe41ad4?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "3adddf0f1db62823e793019824b738bd", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 06:36:34 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5be0ca0f-4b78-4cfa-9b8d-ef4f4fe41ad4?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "3adddf0f1db62823e793019824b738bd", + "x-ms-correlation-request-id": "70e94a2c-5a6e-4c8d-8ab9-09c8bdf6db83", + "x-ms-ratelimit-remaining-subscription-reads": "11877", + "x-ms-request-id": "38215824-005f-461f-b152-6957a47c2641", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T063634Z:70e94a2c-5a6e-4c8d-8ab9-09c8bdf6db83" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5be0ca0f-4b78-4cfa-9b8d-ef4f4fe41ad4?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "3c0a06a73ebf33df9d17673d662d669b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 06:36:36 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5be0ca0f-4b78-4cfa-9b8d-ef4f4fe41ad4?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "3c0a06a73ebf33df9d17673d662d669b", + "x-ms-correlation-request-id": "60e45e36-cdeb-44ca-aac6-c66d23c9a9ae", + "x-ms-ratelimit-remaining-subscription-reads": "11876", + "x-ms-request-id": "16be3840-1cd9-4485-9dfd-aa9e04b4e829", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T063636Z:60e45e36-cdeb-44ca-aac6-c66d23c9a9ae" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5be0ca0f-4b78-4cfa-9b8d-ef4f4fe41ad4?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "37a4d0cb6d9c1cd596f94b6aca12476d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1487", + "Content-Type": "application/json", + "Date": "Thu, 18 Nov 2021 06:36:37 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "37a4d0cb6d9c1cd596f94b6aca12476d", + "x-ms-correlation-request-id": "cc388bd8-b5a6-4362-b39b-03caf5db8558", + "x-ms-ratelimit-remaining-subscription-reads": "11875", + "x-ms-request-id": "dcd0b562-ebd7-4fed-b68a-5e204239ef08", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T063637Z:cc388bd8-b5a6-4362-b39b-03caf5db8558" + }, + "ResponseBody": { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "StorageV2", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-7420/providers/Microsoft.Storage/storageAccounts/teststoragemgmt8845", + "name": "teststoragemgmt8845", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-11-18T06:36:19.9279540Z", + "key2": "2021-11-18T06:36:19.9279540Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-18T06:36:19.9279540Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-18T06:36:19.9279540Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "accessTier": "Hot", + "provisioningState": "Succeeded", + "creationTime": "2021-11-18T06:36:19.8185739Z", + "primaryEndpoints": { + "dfs": "https://teststoragemgmt8845.dfs.core.windows.net/", + "web": "https://teststoragemgmt8845.z20.web.core.windows.net/", + "blob": "https://teststoragemgmt8845.blob.core.windows.net/", + "queue": "https://teststoragemgmt8845.queue.core.windows.net/", + "table": "https://teststoragemgmt8845.table.core.windows.net/", + "file": "https://teststoragemgmt8845.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-7420/providers/Microsoft.Network/virtualNetworks/vnet-1378?api-version=2021-02-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "261", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager.Network/1.0.0-beta.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "a0e6f393ae9800d0aa9d9fb5e5c1ba2d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "location": "westus2", + "properties": { + "addressSpace": { + "addressPrefixes": [ + "10.0.0.0/16" + ] + }, + "dhcpOptions": { + "dnsServers": [ + "10.1.1.1", + "10.1.2.4" + ] + }, + "subnets": [ + { + "name": "default", + "properties": { + "addressPrefix": "10.0.1.0/24", + "privateEndpointNetworkPolicies": "Disabled" + } + } + ] + } + }, + "StatusCode": 201, + "ResponseHeaders": { + "Azure-AsyncNotification": "Enabled", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/24b729ef-5a3c-4ff4-8f57-23ac45ccc9a5?api-version=2021-02-01", + "Cache-Control": "no-cache", + "Content-Length": "1337", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 18 Nov 2021 06:36:40 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": "99ec6577-14ec-4afc-91e3-36fdccd98559", + "x-ms-client-request-id": "a0e6f393ae9800d0aa9d9fb5e5c1ba2d", + "x-ms-correlation-request-id": "2de9e75f-2efd-4ae6-bfb2-a3de68f34d5f", + "x-ms-ratelimit-remaining-subscription-writes": "1184", + "x-ms-request-id": "24b729ef-5a3c-4ff4-8f57-23ac45ccc9a5", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T063641Z:2de9e75f-2efd-4ae6-bfb2-a3de68f34d5f" + }, + "ResponseBody": [ + "{\r\n", + " \u0022name\u0022: \u0022vnet-1378\u0022,\r\n", + " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-7420/providers/Microsoft.Network/virtualNetworks/vnet-1378\u0022,\r\n", + " \u0022etag\u0022: \u0022W/\\\u0022df8ca357-01a2-4a3e-b2d2-a87912a662fa\\\u0022\u0022,\r\n", + " \u0022type\u0022: \u0022Microsoft.Network/virtualNetworks\u0022,\r\n", + " \u0022location\u0022: \u0022westus2\u0022,\r\n", + " \u0022properties\u0022: {\r\n", + " \u0022provisioningState\u0022: \u0022Updating\u0022,\r\n", + " \u0022resourceGuid\u0022: \u0022f3464b48-5306-4348-8a29-f0b250874b0a\u0022,\r\n", + " \u0022addressSpace\u0022: {\r\n", + " \u0022addressPrefixes\u0022: [\r\n", + " \u002210.0.0.0/16\u0022\r\n", + " ]\r\n", + " },\r\n", + " \u0022dhcpOptions\u0022: {\r\n", + " \u0022dnsServers\u0022: [\r\n", + " \u002210.1.1.1\u0022,\r\n", + " \u002210.1.2.4\u0022\r\n", + " ]\r\n", + " },\r\n", + " \u0022subnets\u0022: [\r\n", + " {\r\n", + " \u0022name\u0022: \u0022default\u0022,\r\n", + " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-7420/providers/Microsoft.Network/virtualNetworks/vnet-1378/subnets/default\u0022,\r\n", + " \u0022etag\u0022: \u0022W/\\\u0022df8ca357-01a2-4a3e-b2d2-a87912a662fa\\\u0022\u0022,\r\n", + " \u0022properties\u0022: {\r\n", + " \u0022provisioningState\u0022: \u0022Updating\u0022,\r\n", + " \u0022addressPrefix\u0022: \u002210.0.1.0/24\u0022,\r\n", + " \u0022delegations\u0022: [],\r\n", + " \u0022privateEndpointNetworkPolicies\u0022: \u0022Disabled\u0022,\r\n", + " \u0022privateLinkServiceNetworkPolicies\u0022: \u0022Enabled\u0022\r\n", + " },\r\n", + " \u0022type\u0022: \u0022Microsoft.Network/virtualNetworks/subnets\u0022\r\n", + " }\r\n", + " ],\r\n", + " \u0022virtualNetworkPeerings\u0022: [],\r\n", + " \u0022enableDdosProtection\u0022: false\r\n", + " }\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/24b729ef-5a3c-4ff4-8f57-23ac45ccc9a5?api-version=2021-02-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "39d3faf9fb802233d437f2d03667b138", + "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, 18 Nov 2021 06:36:41 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": "e5271b0d-96ee-4ae7-97df-b6cefffa6b63", + "x-ms-client-request-id": "39d3faf9fb802233d437f2d03667b138", + "x-ms-correlation-request-id": "70ccc490-d9e5-41d4-8c35-d5c8b27d768c", + "x-ms-ratelimit-remaining-subscription-reads": "11874", + "x-ms-request-id": "1dc2d710-4de1-4dc8-87e7-1f673aaa5828", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T063641Z:70ccc490-d9e5-41d4-8c35-d5c8b27d768c" + }, + "ResponseBody": [ + "{\r\n", + " \u0022status\u0022: \u0022InProgress\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/24b729ef-5a3c-4ff4-8f57-23ac45ccc9a5?api-version=2021-02-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "44643c905bf37241b9b4b2f2e8dd8a40", + "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, 18 Nov 2021 06:36: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": "fda2600f-b33d-43ba-a1d6-d5a9efd974a4", + "x-ms-client-request-id": "44643c905bf37241b9b4b2f2e8dd8a40", + "x-ms-correlation-request-id": "d1fb1023-59b1-401e-ae19-b7c4692b4d31", + "x-ms-ratelimit-remaining-subscription-reads": "11873", + "x-ms-request-id": "1efd03c0-22cd-41e4-b444-b792ad064fa3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T063643Z:d1fb1023-59b1-401e-ae19-b7c4692b4d31" + }, + "ResponseBody": [ + "{\r\n", + " \u0022status\u0022: \u0022Succeeded\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-7420/providers/Microsoft.Network/virtualNetworks/vnet-1378?api-version=2021-02-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "ebbbcf1281ed6bac9a313eca2e69fb86", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1339", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 18 Nov 2021 06:36:43 GMT", + "ETag": "W/\u00226362a22b-1adb-4f45-bf19-8b6c49c707d6\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": "91fa4c6d-661d-4c02-8601-cc1abcbe0766", + "x-ms-client-request-id": "ebbbcf1281ed6bac9a313eca2e69fb86", + "x-ms-correlation-request-id": "0a74f322-1d17-40a8-8dac-4b496b17fd50", + "x-ms-ratelimit-remaining-subscription-reads": "11872", + "x-ms-request-id": "621104d9-ad2e-4db2-9ab7-1650e53ebd1c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T063643Z:0a74f322-1d17-40a8-8dac-4b496b17fd50" + }, + "ResponseBody": [ + "{\r\n", + " \u0022name\u0022: \u0022vnet-1378\u0022,\r\n", + " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-7420/providers/Microsoft.Network/virtualNetworks/vnet-1378\u0022,\r\n", + " \u0022etag\u0022: \u0022W/\\\u00226362a22b-1adb-4f45-bf19-8b6c49c707d6\\\u0022\u0022,\r\n", + " \u0022type\u0022: \u0022Microsoft.Network/virtualNetworks\u0022,\r\n", + " \u0022location\u0022: \u0022westus2\u0022,\r\n", + " \u0022properties\u0022: {\r\n", + " \u0022provisioningState\u0022: \u0022Succeeded\u0022,\r\n", + " \u0022resourceGuid\u0022: \u0022f3464b48-5306-4348-8a29-f0b250874b0a\u0022,\r\n", + " \u0022addressSpace\u0022: {\r\n", + " \u0022addressPrefixes\u0022: [\r\n", + " \u002210.0.0.0/16\u0022\r\n", + " ]\r\n", + " },\r\n", + " \u0022dhcpOptions\u0022: {\r\n", + " \u0022dnsServers\u0022: [\r\n", + " \u002210.1.1.1\u0022,\r\n", + " \u002210.1.2.4\u0022\r\n", + " ]\r\n", + " },\r\n", + " \u0022subnets\u0022: [\r\n", + " {\r\n", + " \u0022name\u0022: \u0022default\u0022,\r\n", + " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-7420/providers/Microsoft.Network/virtualNetworks/vnet-1378/subnets/default\u0022,\r\n", + " \u0022etag\u0022: \u0022W/\\\u00226362a22b-1adb-4f45-bf19-8b6c49c707d6\\\u0022\u0022,\r\n", + " \u0022properties\u0022: {\r\n", + " \u0022provisioningState\u0022: \u0022Succeeded\u0022,\r\n", + " \u0022addressPrefix\u0022: \u002210.0.1.0/24\u0022,\r\n", + " \u0022delegations\u0022: [],\r\n", + " \u0022privateEndpointNetworkPolicies\u0022: \u0022Disabled\u0022,\r\n", + " \u0022privateLinkServiceNetworkPolicies\u0022: \u0022Enabled\u0022\r\n", + " },\r\n", + " \u0022type\u0022: \u0022Microsoft.Network/virtualNetworks/subnets\u0022\r\n", + " }\r\n", + " ],\r\n", + " \u0022virtualNetworkPeerings\u0022: [],\r\n", + " \u0022enableDdosProtection\u0022: false\r\n", + " }\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-7420/providers/Microsoft.Network/privateEndpoints/pe-3351?api-version=2021-02-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "728", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager.Network/1.0.0-beta.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "450438629edb60b87fcb484039f6acb1", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "location": "westus2", + "properties": { + "subnet": { + "name": "default", + "type": "Microsoft.Network/virtualNetworks/subnets", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-7420/providers/Microsoft.Network/virtualNetworks/vnet-1378/subnets/default", + "properties": { + "addressPrefix": "10.0.1.0/24", + "delegations": [], + "privateEndpointNetworkPolicies": "Disabled", + "privateLinkServiceNetworkPolicies": "Enabled" + } + }, + "manualPrivateLinkServiceConnections": [ + { + "name": "pec7250", + "properties": { + "privateLinkServiceId": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-7420/providers/Microsoft.Storage/storageAccounts/teststoragemgmt8845", + "groupIds": [ + "Blob" + ], + "requestMessage": "SDK test" + } + } + ] + } + }, + "StatusCode": 201, + "ResponseHeaders": { + "Azure-AsyncNotification": "Enabled", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ef2f2d2a-dea5-4496-9471-6fc86d2f2b82?api-version=2021-02-01", + "Cache-Control": "no-cache", + "Content-Length": "1950", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 18 Nov 2021 06:36:48 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": "d4d18286-8f5e-484f-b30d-18bc54b0e6d4", + "x-ms-client-request-id": "450438629edb60b87fcb484039f6acb1", + "x-ms-correlation-request-id": "4145f6ae-8ca7-4636-a79a-7b1e1b8e680c", + "x-ms-ratelimit-remaining-subscription-writes": "1183", + "x-ms-request-id": "ef2f2d2a-dea5-4496-9471-6fc86d2f2b82", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T063648Z:4145f6ae-8ca7-4636-a79a-7b1e1b8e680c" + }, + "ResponseBody": [ + "{\r\n", + " \u0022name\u0022: \u0022pe-3351\u0022,\r\n", + " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-7420/providers/Microsoft.Network/privateEndpoints/pe-3351\u0022,\r\n", + " \u0022etag\u0022: \u0022W/\\\u00227e44311a-2d81-4be8-8bfb-ea52dcad34bf\\\u0022\u0022,\r\n", + " \u0022type\u0022: \u0022Microsoft.Network/privateEndpoints\u0022,\r\n", + " \u0022location\u0022: \u0022westus2\u0022,\r\n", + " \u0022properties\u0022: {\r\n", + " \u0022provisioningState\u0022: \u0022Updating\u0022,\r\n", + " \u0022resourceGuid\u0022: \u0022416c5789-7ec0-4d58-aea8-ee52eebbe8e6\u0022,\r\n", + " \u0022privateLinkServiceConnections\u0022: [],\r\n", + " \u0022manualPrivateLinkServiceConnections\u0022: [\r\n", + " {\r\n", + " \u0022name\u0022: \u0022pec7250\u0022,\r\n", + " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-7420/providers/Microsoft.Network/privateEndpoints/pe-3351/manualPrivateLinkServiceConnections/pec7250\u0022,\r\n", + " \u0022etag\u0022: \u0022W/\\\u00227e44311a-2d81-4be8-8bfb-ea52dcad34bf\\\u0022\u0022,\r\n", + " \u0022properties\u0022: {\r\n", + " \u0022provisioningState\u0022: \u0022Succeeded\u0022,\r\n", + " \u0022privateLinkServiceId\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-7420/providers/Microsoft.Storage/storageAccounts/teststoragemgmt8845\u0022,\r\n", + " \u0022groupIds\u0022: [\r\n", + " \u0022Blob\u0022\r\n", + " ],\r\n", + " \u0022requestMessage\u0022: \u0022SDK test\u0022,\r\n", + " \u0022privateLinkServiceConnectionState\u0022: {\r\n", + " \u0022status\u0022: \u0022Pending\u0022,\r\n", + " \u0022description\u0022: \u0022SDK test\u0022,\r\n", + " \u0022actionsRequired\u0022: \u0022None\u0022\r\n", + " }\r\n", + " },\r\n", + " \u0022type\u0022: \u0022Microsoft.Network/privateEndpoints/manualPrivateLinkServiceConnections\u0022\r\n", + " }\r\n", + " ],\r\n", + " \u0022subnet\u0022: {\r\n", + " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-7420/providers/Microsoft.Network/virtualNetworks/vnet-1378/subnets/default\u0022\r\n", + " },\r\n", + " \u0022networkInterfaces\u0022: [\r\n", + " {\r\n", + " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-7420/providers/Microsoft.Network/networkInterfaces/pe-3351.nic.32900e04-a594-4769-aac0-466c38b1014a\u0022\r\n", + " }\r\n", + " ],\r\n", + " \u0022customDnsConfigs\u0022: []\r\n", + " }\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ef2f2d2a-dea5-4496-9471-6fc86d2f2b82?api-version=2021-02-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "527b5afccc3c1cf4328d01e12259f847", + "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, 18 Nov 2021 06:36:48 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": "1c553999-b489-4586-aa74-a2c60952c009", + "x-ms-client-request-id": "527b5afccc3c1cf4328d01e12259f847", + "x-ms-correlation-request-id": "685b4dc3-147e-4409-90f4-2bbfaad3e415", + "x-ms-ratelimit-remaining-subscription-reads": "11871", + "x-ms-request-id": "171e9479-e58c-421f-adcc-221d0d5fe843", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T063648Z:685b4dc3-147e-4409-90f4-2bbfaad3e415" + }, + "ResponseBody": [ + "{\r\n", + " \u0022status\u0022: \u0022InProgress\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ef2f2d2a-dea5-4496-9471-6fc86d2f2b82?api-version=2021-02-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "94ab7c1d2fda5243a80b9b1981401c30", + "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, 18 Nov 2021 06:36:49 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": "1c84cb79-9c00-4601-8459-c932e328639b", + "x-ms-client-request-id": "94ab7c1d2fda5243a80b9b1981401c30", + "x-ms-correlation-request-id": "41ca22d2-61db-44f9-b2f2-bf2e23876caf", + "x-ms-ratelimit-remaining-subscription-reads": "11870", + "x-ms-request-id": "46035a49-b960-4f71-b480-5d93b800fd74", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T063650Z:41ca22d2-61db-44f9-b2f2-bf2e23876caf" + }, + "ResponseBody": [ + "{\r\n", + " \u0022status\u0022: \u0022InProgress\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ef2f2d2a-dea5-4496-9471-6fc86d2f2b82?api-version=2021-02-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "de441c11597bf275728e93bd0eaed651", + "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, 18 Nov 2021 06:36:51 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": "c610928c-8930-4e20-a548-203e5f57905d", + "x-ms-client-request-id": "de441c11597bf275728e93bd0eaed651", + "x-ms-correlation-request-id": "69c8d445-4b0e-4215-9a54-65c3cdabc446", + "x-ms-ratelimit-remaining-subscription-reads": "11869", + "x-ms-request-id": "07f9c998-1cc4-4527-97a8-75b61fb03fe2", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T063651Z:69c8d445-4b0e-4215-9a54-65c3cdabc446" + }, + "ResponseBody": [ + "{\r\n", + " \u0022status\u0022: \u0022InProgress\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ef2f2d2a-dea5-4496-9471-6fc86d2f2b82?api-version=2021-02-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "c759d5ca24a4cd511728aa3031da9bf1", + "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, 18 Nov 2021 06:36:52 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": "6374d610-aed6-4ad4-87c4-af056e024edb", + "x-ms-client-request-id": "c759d5ca24a4cd511728aa3031da9bf1", + "x-ms-correlation-request-id": "1359263f-7932-4d59-a8b1-fee630c98605", + "x-ms-ratelimit-remaining-subscription-reads": "11868", + "x-ms-request-id": "3f6d20cb-5ee7-408b-ad85-f4fc8dd30843", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T063652Z:1359263f-7932-4d59-a8b1-fee630c98605" + }, + "ResponseBody": [ + "{\r\n", + " \u0022status\u0022: \u0022InProgress\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ef2f2d2a-dea5-4496-9471-6fc86d2f2b82?api-version=2021-02-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "06cfd1701915c4cb07b9224c9b8644f9", + "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, 18 Nov 2021 06:36:53 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": "10b63817-ace4-48e6-81ee-ee434be9374e", + "x-ms-client-request-id": "06cfd1701915c4cb07b9224c9b8644f9", + "x-ms-correlation-request-id": "ce6e489e-a8ee-4e3a-85ff-83de4b3d40c7", + "x-ms-ratelimit-remaining-subscription-reads": "11867", + "x-ms-request-id": "f6ea92dd-30bb-492e-a005-cdb1361e63a5", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T063654Z:ce6e489e-a8ee-4e3a-85ff-83de4b3d40c7" + }, + "ResponseBody": [ + "{\r\n", + " \u0022status\u0022: \u0022InProgress\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ef2f2d2a-dea5-4496-9471-6fc86d2f2b82?api-version=2021-02-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "ac4f493554e6ec8bcb76c753af44c097", + "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, 18 Nov 2021 06:36:55 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": "b0fd8982-16bb-4d14-866f-5d1348fbf1c5", + "x-ms-client-request-id": "ac4f493554e6ec8bcb76c753af44c097", + "x-ms-correlation-request-id": "19812cf1-3d12-47bc-8d65-dc9a3691194c", + "x-ms-ratelimit-remaining-subscription-reads": "11866", + "x-ms-request-id": "2e348770-8dc8-4a2c-bc60-55486198edce", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T063655Z:19812cf1-3d12-47bc-8d65-dc9a3691194c" + }, + "ResponseBody": [ + "{\r\n", + " \u0022status\u0022: \u0022InProgress\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ef2f2d2a-dea5-4496-9471-6fc86d2f2b82?api-version=2021-02-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "3c4ca1f3d0dfb03c0995c0eb02043190", + "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, 18 Nov 2021 06:36:56 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": "b00bdacd-78af-4f81-bbbe-2e1112a5535d", + "x-ms-client-request-id": "3c4ca1f3d0dfb03c0995c0eb02043190", + "x-ms-correlation-request-id": "6944e618-d99b-4370-92d7-6014d3fcacdb", + "x-ms-ratelimit-remaining-subscription-reads": "11865", + "x-ms-request-id": "128c13ce-4b4b-4853-9375-e2b298b5f00b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T063656Z:6944e618-d99b-4370-92d7-6014d3fcacdb" + }, + "ResponseBody": [ + "{\r\n", + " \u0022status\u0022: \u0022InProgress\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ef2f2d2a-dea5-4496-9471-6fc86d2f2b82?api-version=2021-02-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "e7fbb1e3ee8b1b0a45e23a9e517814c2", + "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, 18 Nov 2021 06:36:57 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": "47a1fea2-42ea-4339-b5b1-6d767cb04e04", + "x-ms-client-request-id": "e7fbb1e3ee8b1b0a45e23a9e517814c2", + "x-ms-correlation-request-id": "2df860d8-e7a1-44e3-923e-181273f73fd0", + "x-ms-ratelimit-remaining-subscription-reads": "11864", + "x-ms-request-id": "4a775973-748d-4aaf-91e9-a7b0320d9134", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T063657Z:2df860d8-e7a1-44e3-923e-181273f73fd0" + }, + "ResponseBody": [ + "{\r\n", + " \u0022status\u0022: \u0022InProgress\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ef2f2d2a-dea5-4496-9471-6fc86d2f2b82?api-version=2021-02-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "f9598bf8073a64190d9ea25194a0eac6", + "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, 18 Nov 2021 06:36:58 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": "795b705b-6ca6-48c4-bffd-86d791c365d2", + "x-ms-client-request-id": "f9598bf8073a64190d9ea25194a0eac6", + "x-ms-correlation-request-id": "b2b16aa3-0448-477c-bbb6-89006c82cbb3", + "x-ms-ratelimit-remaining-subscription-reads": "11863", + "x-ms-request-id": "4fae2d51-b751-436c-b0d0-2afae9242d99", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T063659Z:b2b16aa3-0448-477c-bbb6-89006c82cbb3" + }, + "ResponseBody": [ + "{\r\n", + " \u0022status\u0022: \u0022InProgress\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ef2f2d2a-dea5-4496-9471-6fc86d2f2b82?api-version=2021-02-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "fe6f3644d949040b9730f7fd959d5f91", + "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, 18 Nov 2021 06:37:00 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": "8b0c4d27-2717-453f-9470-2f48cf81905f", + "x-ms-client-request-id": "fe6f3644d949040b9730f7fd959d5f91", + "x-ms-correlation-request-id": "2dcee2f4-5e33-4ee0-a298-fe9e30adab10", + "x-ms-ratelimit-remaining-subscription-reads": "11862", + "x-ms-request-id": "23874bc2-9d88-45eb-b509-cdbdf1241dfc", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T063700Z:2dcee2f4-5e33-4ee0-a298-fe9e30adab10" + }, + "ResponseBody": [ + "{\r\n", + " \u0022status\u0022: \u0022InProgress\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ef2f2d2a-dea5-4496-9471-6fc86d2f2b82?api-version=2021-02-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "77f2fe8137abdc569796d9ed4cb987a4", + "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, 18 Nov 2021 06:37:01 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": "6efc37bd-e1a6-4075-8aff-6a2540941ee1", + "x-ms-client-request-id": "77f2fe8137abdc569796d9ed4cb987a4", + "x-ms-correlation-request-id": "b7cb41ec-2d00-4592-8445-059e786799ef", + "x-ms-ratelimit-remaining-subscription-reads": "11861", + "x-ms-request-id": "2cf96fb1-c2b7-4cc1-b276-d29709a6d5c9", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T063701Z:b7cb41ec-2d00-4592-8445-059e786799ef" + }, + "ResponseBody": [ + "{\r\n", + " \u0022status\u0022: \u0022InProgress\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ef2f2d2a-dea5-4496-9471-6fc86d2f2b82?api-version=2021-02-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "1b5974f716081e787f556209101ccf70", + "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, 18 Nov 2021 06:37:02 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": "aa161cbc-bbae-4543-b292-15b110d9eefa", + "x-ms-client-request-id": "1b5974f716081e787f556209101ccf70", + "x-ms-correlation-request-id": "d742c8e8-5ad9-4665-a706-4b4a68378196", + "x-ms-ratelimit-remaining-subscription-reads": "11860", + "x-ms-request-id": "5952e720-0962-4286-aeed-1f39bc429774", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T063703Z:d742c8e8-5ad9-4665-a706-4b4a68378196" + }, + "ResponseBody": [ + "{\r\n", + " \u0022status\u0022: \u0022Succeeded\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-7420/providers/Microsoft.Network/privateEndpoints/pe-3351?api-version=2021-02-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "96cf103e73ad0d1bdf9366b3ff1db7dd", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1951", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 18 Nov 2021 06:37:02 GMT", + "ETag": "W/\u0022259a44de-c904-4dbc-8e86-e83cab471f9d\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": "a3c1b62a-d57c-402e-ac2a-b8965417c649", + "x-ms-client-request-id": "96cf103e73ad0d1bdf9366b3ff1db7dd", + "x-ms-correlation-request-id": "0ba5c578-ff41-4147-aad5-06bf76651919", + "x-ms-ratelimit-remaining-subscription-reads": "11859", + "x-ms-request-id": "d57ac616-fe70-476c-b432-ae9d27d11c16", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T063703Z:0ba5c578-ff41-4147-aad5-06bf76651919" + }, + "ResponseBody": [ + "{\r\n", + " \u0022name\u0022: \u0022pe-3351\u0022,\r\n", + " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-7420/providers/Microsoft.Network/privateEndpoints/pe-3351\u0022,\r\n", + " \u0022etag\u0022: \u0022W/\\\u0022259a44de-c904-4dbc-8e86-e83cab471f9d\\\u0022\u0022,\r\n", + " \u0022type\u0022: \u0022Microsoft.Network/privateEndpoints\u0022,\r\n", + " \u0022location\u0022: \u0022westus2\u0022,\r\n", + " \u0022properties\u0022: {\r\n", + " \u0022provisioningState\u0022: \u0022Succeeded\u0022,\r\n", + " \u0022resourceGuid\u0022: \u0022416c5789-7ec0-4d58-aea8-ee52eebbe8e6\u0022,\r\n", + " \u0022privateLinkServiceConnections\u0022: [],\r\n", + " \u0022manualPrivateLinkServiceConnections\u0022: [\r\n", + " {\r\n", + " \u0022name\u0022: \u0022pec7250\u0022,\r\n", + " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-7420/providers/Microsoft.Network/privateEndpoints/pe-3351/manualPrivateLinkServiceConnections/pec7250\u0022,\r\n", + " \u0022etag\u0022: \u0022W/\\\u0022259a44de-c904-4dbc-8e86-e83cab471f9d\\\u0022\u0022,\r\n", + " \u0022properties\u0022: {\r\n", + " \u0022provisioningState\u0022: \u0022Succeeded\u0022,\r\n", + " \u0022privateLinkServiceId\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-7420/providers/Microsoft.Storage/storageAccounts/teststoragemgmt8845\u0022,\r\n", + " \u0022groupIds\u0022: [\r\n", + " \u0022Blob\u0022\r\n", + " ],\r\n", + " \u0022requestMessage\u0022: \u0022SDK test\u0022,\r\n", + " \u0022privateLinkServiceConnectionState\u0022: {\r\n", + " \u0022status\u0022: \u0022Pending\u0022,\r\n", + " \u0022description\u0022: \u0022SDK test\u0022,\r\n", + " \u0022actionsRequired\u0022: \u0022None\u0022\r\n", + " }\r\n", + " },\r\n", + " \u0022type\u0022: \u0022Microsoft.Network/privateEndpoints/manualPrivateLinkServiceConnections\u0022\r\n", + " }\r\n", + " ],\r\n", + " \u0022subnet\u0022: {\r\n", + " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-7420/providers/Microsoft.Network/virtualNetworks/vnet-1378/subnets/default\u0022\r\n", + " },\r\n", + " \u0022networkInterfaces\u0022: [\r\n", + " {\r\n", + " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-7420/providers/Microsoft.Network/networkInterfaces/pe-3351.nic.32900e04-a594-4769-aac0-466c38b1014a\u0022\r\n", + " }\r\n", + " ],\r\n", + " \u0022customDnsConfigs\u0022: []\r\n", + " }\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-7420/providers/Microsoft.Storage/storageAccounts/teststoragemgmt8845/privateEndpointConnections?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211118.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "210552a843436b8985d3f756d54dcb7b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "709", + "Content-Type": "application/json", + "Date": "Thu, 18 Nov 2021 06:37:03 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "210552a843436b8985d3f756d54dcb7b", + "x-ms-correlation-request-id": "d6e11d52-2f11-4913-aa7e-6345b084e671", + "x-ms-ratelimit-remaining-subscription-reads": "11858", + "x-ms-request-id": "af2e4619-2b01-4c9b-8438-cdae4e865abe", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T063703Z:d6e11d52-2f11-4913-aa7e-6345b084e671" + }, + "ResponseBody": { + "value": [ + { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-7420/providers/Microsoft.Storage/storageAccounts/teststoragemgmt8845/privateEndpointConnections/teststoragemgmt8845.e0cf4fc0-f6ac-4fba-8754-0b5262e885f1", + "name": "teststoragemgmt8845.e0cf4fc0-f6ac-4fba-8754-0b5262e885f1", + "type": "Microsoft.Storage/storageAccounts/privateEndpointConnections", + "properties": { + "provisioningState": "Succeeded", + "privateEndpoint": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-7420/providers/Microsoft.Network/privateEndpoints/pe-3351" + }, + "privateLinkServiceConnectionState": { + "status": "Pending", + "description": "SDK test", + "actionRequired": "None" + } + } + } + ] + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-7420/providers/Microsoft.Storage/storageAccounts/teststoragemgmt8845/privateEndpointConnections/teststoragemgmt8845.e0cf4fc0-f6ac-4fba-8754-0b5262e885f1?api-version=2021-04-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "107", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211118.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "3bae69c6f1e984f7584c3b74afc51f61", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "properties": { + "privateLinkServiceConnectionState": { + "status": "Approved", + "description": "Approved by test" + } + } + }, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "706", + "Content-Type": "application/json", + "Date": "Thu, 18 Nov 2021 06:37:05 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "3bae69c6f1e984f7584c3b74afc51f61", + "x-ms-correlation-request-id": "30d8ff69-53d5-45e5-8e74-75b1ba94574e", + "x-ms-ratelimit-remaining-subscription-writes": "1182", + "x-ms-request-id": "114b78a4-13ba-483e-a4ef-9229460c9e31", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T063705Z:30d8ff69-53d5-45e5-8e74-75b1ba94574e" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-7420/providers/Microsoft.Storage/storageAccounts/teststoragemgmt8845/privateEndpointConnections/teststoragemgmt8845.e0cf4fc0-f6ac-4fba-8754-0b5262e885f1", + "name": "teststoragemgmt8845.e0cf4fc0-f6ac-4fba-8754-0b5262e885f1", + "type": "Microsoft.Storage/storageAccounts/privateEndpointConnections", + "properties": { + "provisioningState": "Succeeded", + "privateEndpoint": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-7420/providers/Microsoft.Network/privateEndpoints/pe-3351" + }, + "privateLinkServiceConnectionState": { + "status": "Approved", + "description": "Approved by test", + "actionRequired": "None" + } + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-7420/providers/Microsoft.Network/privateEndpoints/pe-3351?api-version=2021-02-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.Network/1.0.0-beta.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "bd60849dae16fa2d876410d97bc53792", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1960", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 18 Nov 2021 06:37:05 GMT", + "ETag": "W/\u0022f850cd2a-3bab-4ed8-8522-73f284b85c38\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": "0671edc7-2ce0-4228-a47a-6e972ca45963", + "x-ms-client-request-id": "bd60849dae16fa2d876410d97bc53792", + "x-ms-correlation-request-id": "60caa0c9-4d00-4baa-aeae-b98f871d355f", + "x-ms-ratelimit-remaining-subscription-reads": "11857", + "x-ms-request-id": "b48577f6-109b-4e92-abf0-701d1deb19bc", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T063706Z:60caa0c9-4d00-4baa-aeae-b98f871d355f" + }, + "ResponseBody": [ + "{\r\n", + " \u0022name\u0022: \u0022pe-3351\u0022,\r\n", + " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-7420/providers/Microsoft.Network/privateEndpoints/pe-3351\u0022,\r\n", + " \u0022etag\u0022: \u0022W/\\\u0022f850cd2a-3bab-4ed8-8522-73f284b85c38\\\u0022\u0022,\r\n", + " \u0022type\u0022: \u0022Microsoft.Network/privateEndpoints\u0022,\r\n", + " \u0022location\u0022: \u0022westus2\u0022,\r\n", + " \u0022properties\u0022: {\r\n", + " \u0022provisioningState\u0022: \u0022Succeeded\u0022,\r\n", + " \u0022resourceGuid\u0022: \u0022416c5789-7ec0-4d58-aea8-ee52eebbe8e6\u0022,\r\n", + " \u0022privateLinkServiceConnections\u0022: [],\r\n", + " \u0022manualPrivateLinkServiceConnections\u0022: [\r\n", + " {\r\n", + " \u0022name\u0022: \u0022pec7250\u0022,\r\n", + " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-7420/providers/Microsoft.Network/privateEndpoints/pe-3351/manualPrivateLinkServiceConnections/pec7250\u0022,\r\n", + " \u0022etag\u0022: \u0022W/\\\u0022f850cd2a-3bab-4ed8-8522-73f284b85c38\\\u0022\u0022,\r\n", + " \u0022properties\u0022: {\r\n", + " \u0022provisioningState\u0022: \u0022Succeeded\u0022,\r\n", + " \u0022privateLinkServiceId\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-7420/providers/Microsoft.Storage/storageAccounts/teststoragemgmt8845\u0022,\r\n", + " \u0022groupIds\u0022: [\r\n", + " \u0022Blob\u0022\r\n", + " ],\r\n", + " \u0022requestMessage\u0022: \u0022SDK test\u0022,\r\n", + " \u0022privateLinkServiceConnectionState\u0022: {\r\n", + " \u0022status\u0022: \u0022Approved\u0022,\r\n", + " \u0022description\u0022: \u0022Approved by test\u0022,\r\n", + " \u0022actionsRequired\u0022: \u0022None\u0022\r\n", + " }\r\n", + " },\r\n", + " \u0022type\u0022: \u0022Microsoft.Network/privateEndpoints/manualPrivateLinkServiceConnections\u0022\r\n", + " }\r\n", + " ],\r\n", + " \u0022subnet\u0022: {\r\n", + " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-7420/providers/Microsoft.Network/virtualNetworks/vnet-1378/subnets/default\u0022\r\n", + " },\r\n", + " \u0022networkInterfaces\u0022: [\r\n", + " {\r\n", + " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-7420/providers/Microsoft.Network/networkInterfaces/pe-3351.nic.32900e04-a594-4769-aac0-466c38b1014a\u0022\r\n", + " }\r\n", + " ],\r\n", + " \u0022customDnsConfigs\u0022: []\r\n", + " }\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-7420/providers/Microsoft.Storage/storageAccounts/teststoragemgmt8845/privateEndpointConnections/teststoragemgmt8845.e0cf4fc0-f6ac-4fba-8754-0b5262e885f1?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211118.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "96ecebc77c6eb7f45b80c8f60814bcc0", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "706", + "Content-Type": "application/json", + "Date": "Thu, 18 Nov 2021 06:37:05 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "96ecebc77c6eb7f45b80c8f60814bcc0", + "x-ms-correlation-request-id": "7f8ff64f-bc30-4971-b2f7-0d8b1e299d50", + "x-ms-ratelimit-remaining-subscription-reads": "11856", + "x-ms-request-id": "10c869a4-6b83-4e7e-9f53-aff62dbf5f02", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T063706Z:7f8ff64f-bc30-4971-b2f7-0d8b1e299d50" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-7420/providers/Microsoft.Storage/storageAccounts/teststoragemgmt8845/privateEndpointConnections/teststoragemgmt8845.e0cf4fc0-f6ac-4fba-8754-0b5262e885f1", + "name": "teststoragemgmt8845.e0cf4fc0-f6ac-4fba-8754-0b5262e885f1", + "type": "Microsoft.Storage/storageAccounts/privateEndpointConnections", + "properties": { + "provisioningState": "Succeeded", + "privateEndpoint": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-7420/providers/Microsoft.Network/privateEndpoints/pe-3351" + }, + "privateLinkServiceConnectionState": { + "status": "Approved", + "description": "Approved by test", + "actionRequired": "None" + } + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-7420/providers/Microsoft.Storage/storageAccounts/teststoragemgmt8845/privateEndpointConnections?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211118.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "50b896b40eec18643cb3b385e11d0993", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "718", + "Content-Type": "application/json", + "Date": "Thu, 18 Nov 2021 06:37:06 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "50b896b40eec18643cb3b385e11d0993", + "x-ms-correlation-request-id": "ab991996-42cf-4d3b-9980-48164764f0c9", + "x-ms-ratelimit-remaining-subscription-reads": "11855", + "x-ms-request-id": "9213b49f-2061-41f5-9b8e-504e57ec6c71", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T063706Z:ab991996-42cf-4d3b-9980-48164764f0c9" + }, + "ResponseBody": { + "value": [ + { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-7420/providers/Microsoft.Storage/storageAccounts/teststoragemgmt8845/privateEndpointConnections/teststoragemgmt8845.e0cf4fc0-f6ac-4fba-8754-0b5262e885f1", + "name": "teststoragemgmt8845.e0cf4fc0-f6ac-4fba-8754-0b5262e885f1", + "type": "Microsoft.Storage/storageAccounts/privateEndpointConnections", + "properties": { + "provisioningState": "Succeeded", + "privateEndpoint": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-7420/providers/Microsoft.Network/privateEndpoints/pe-3351" + }, + "privateLinkServiceConnectionState": { + "status": "Approved", + "description": "Approved by test", + "actionRequired": "None" + } + } + } + ] + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-7420/providers/Microsoft.Storage/storageAccounts/teststoragemgmt8845/privateEndpointConnections/teststoragemgmt8845.e0cf4fc0-f6ac-4fba-8754-0b5262e885f1?api-version=2021-04-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211118.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "c3aca91589d820f290a96295e536f273", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 06:37:08 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c3aca91589d820f290a96295e536f273", + "x-ms-correlation-request-id": "06be9d7a-3784-4cf0-b7a0-be0643f34d19", + "x-ms-ratelimit-remaining-subscription-deletes": "14990", + "x-ms-request-id": "03d84a10-5c4c-4f0d-bfac-5eba012bbc93", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T063708Z:06be9d7a-3784-4cf0-b7a0-be0643f34d19" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-7420/providers/Microsoft.Storage/storageAccounts/teststoragemgmt8845?api-version=2021-04-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211118.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "e52550a8e70cb9a586d359bac86ed53d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 06:37:13 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e52550a8e70cb9a586d359bac86ed53d", + "x-ms-correlation-request-id": "e772a5f2-1580-4f9e-bcc1-9cb53f7a230b", + "x-ms-ratelimit-remaining-subscription-deletes": "14989", + "x-ms-request-id": "2556dada-f180-4a7a-ba97-9a1df8dec60c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T063714Z:e772a5f2-1580-4f9e-bcc1-9cb53f7a230b" + }, + "ResponseBody": [] + } + ], + "Variables": { + "RandomSeed": "655744078", + "RESOURCE_MANAGER_URL": null, + "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" + } +} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/PrivateEndpointConnectionTests/GetAllPrivateEndpointConnection.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/PrivateEndpointConnectionTests/GetAllPrivateEndpointConnection.json new file mode 100644 index 0000000000000..dace6504346ad --- /dev/null +++ b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/PrivateEndpointConnectionTests/GetAllPrivateEndpointConnection.json @@ -0,0 +1,1768 @@ +{ + "Entries": [ + { + "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-ae11f59827f1a244b8671d48a5d2cb56-079b9eb2a52f064f-00", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "8b0046af578e4a0094b13b112df51fd4", + "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, 18 Nov 2021 06:33:58 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "da70a7a1-269d-4f28-bb12-c7509d040c39", + "x-ms-ratelimit-remaining-subscription-reads": "11962", + "x-ms-request-id": "da70a7a1-269d-4f28-bb12-c7509d040c39", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T063359Z:da70a7a1-269d-4f28-bb12-c7509d040c39" + }, + "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/teststorageRG-152?api-version=2019-10-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "44", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "6f8fe597d643ac9f5b20f5bdef032909", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "location": "eastus2", + "tags": { + "test": "env" + } + }, + "StatusCode": 201, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "254", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 18 Nov 2021 06:33:59 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "d05ab33d-f495-4911-b57e-4218c9104e7e", + "x-ms-ratelimit-remaining-subscription-writes": "1194", + "x-ms-request-id": "d05ab33d-f495-4911-b57e-4218c9104e7e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T063400Z:d05ab33d-f495-4911-b57e-4218c9104e7e" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-152", + "name": "teststorageRG-152", + "type": "Microsoft.Resources/resourceGroups", + "location": "eastus2", + "tags": { + "test": "env" + }, + "properties": { + "provisioningState": "Succeeded" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/checkNameAvailability?api-version=2021-04-01", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "72", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211118.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "3aa109ff470634fef93980f3eaff3a46", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "name": "teststoragemgmt571", + "type": "Microsoft.Storage/storageAccounts" + }, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "22", + "Content-Type": "application/json", + "Date": "Thu, 18 Nov 2021 06:34:00 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "3aa109ff470634fef93980f3eaff3a46", + "x-ms-correlation-request-id": "669cd8b0-91d4-46b2-9a92-03d87eaec01c", + "x-ms-ratelimit-remaining-subscription-reads": "11961", + "x-ms-request-id": "2d6653fe-af8e-43bd-8c83-5dbf1795e47b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T063401Z:669cd8b0-91d4-46b2-9a92-03d87eaec01c" + }, + "ResponseBody": { + "nameAvailable": true + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-152/providers/Microsoft.Storage/storageAccounts/teststoragemgmt571?api-version=2021-04-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "128", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211118.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "8b34ca9b6c4d616fdf33360b8da5ad12", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "sku": { + "name": "Standard_GRS" + }, + "kind": "StorageV2", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": {} + }, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 06:34:04 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/98bfc09e-a312-4c02-9967-0b8fcf7fcb5b?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "8b34ca9b6c4d616fdf33360b8da5ad12", + "x-ms-correlation-request-id": "a3da5d63-e275-4afb-9594-899da18e41f6", + "x-ms-ratelimit-remaining-subscription-writes": "1193", + "x-ms-request-id": "98bfc09e-a312-4c02-9967-0b8fcf7fcb5b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T063405Z:a3da5d63-e275-4afb-9594-899da18e41f6" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/98bfc09e-a312-4c02-9967-0b8fcf7fcb5b?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "395377bb7ef5934899405bd310f3a753", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 06:34:05 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/98bfc09e-a312-4c02-9967-0b8fcf7fcb5b?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "395377bb7ef5934899405bd310f3a753", + "x-ms-correlation-request-id": "3ef401a8-1117-4eff-9ccf-15a0d9ab2217", + "x-ms-ratelimit-remaining-subscription-reads": "11960", + "x-ms-request-id": "760e5ae9-340f-4105-a67e-4423cb79fe64", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T063406Z:3ef401a8-1117-4eff-9ccf-15a0d9ab2217" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/98bfc09e-a312-4c02-9967-0b8fcf7fcb5b?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "52eb6d8c240a9b133895fb1321d24126", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 06:34:06 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/98bfc09e-a312-4c02-9967-0b8fcf7fcb5b?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "52eb6d8c240a9b133895fb1321d24126", + "x-ms-correlation-request-id": "10fc013d-8082-4280-853f-dc2fce51fd46", + "x-ms-ratelimit-remaining-subscription-reads": "11959", + "x-ms-request-id": "de53b835-c2e1-41ee-aa9a-6e5bb976c7af", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T063407Z:10fc013d-8082-4280-853f-dc2fce51fd46" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/98bfc09e-a312-4c02-9967-0b8fcf7fcb5b?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "154f15c27351891d4f617bf2a5be8d9d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 06:34:07 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/98bfc09e-a312-4c02-9967-0b8fcf7fcb5b?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "154f15c27351891d4f617bf2a5be8d9d", + "x-ms-correlation-request-id": "cd254643-0175-4631-b357-5972c350696f", + "x-ms-ratelimit-remaining-subscription-reads": "11958", + "x-ms-request-id": "e583c759-7038-4d0e-ac7a-5fe1b4257206", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T063408Z:cd254643-0175-4631-b357-5972c350696f" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/98bfc09e-a312-4c02-9967-0b8fcf7fcb5b?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "b111f6931ecd971664b8015f833572c7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 06:34:09 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/98bfc09e-a312-4c02-9967-0b8fcf7fcb5b?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b111f6931ecd971664b8015f833572c7", + "x-ms-correlation-request-id": "c6541a64-64fa-4a92-b42b-7a47ca8db559", + "x-ms-ratelimit-remaining-subscription-reads": "11957", + "x-ms-request-id": "6d6e9e29-0148-4bbc-b7b4-980855df3f12", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T063410Z:c6541a64-64fa-4a92-b42b-7a47ca8db559" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/98bfc09e-a312-4c02-9967-0b8fcf7fcb5b?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "fa1034fe91a31801506103a8a820f67a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 06:34:10 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/98bfc09e-a312-4c02-9967-0b8fcf7fcb5b?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "fa1034fe91a31801506103a8a820f67a", + "x-ms-correlation-request-id": "2e2ae5e1-788d-41e9-af84-944175eb248c", + "x-ms-ratelimit-remaining-subscription-reads": "11956", + "x-ms-request-id": "be2a751d-82e8-447e-9150-1da415226720", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T063411Z:2e2ae5e1-788d-41e9-af84-944175eb248c" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/98bfc09e-a312-4c02-9967-0b8fcf7fcb5b?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "2a7f5e078fc1a458feb8b19972be061a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 06:34:11 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/98bfc09e-a312-4c02-9967-0b8fcf7fcb5b?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "2a7f5e078fc1a458feb8b19972be061a", + "x-ms-correlation-request-id": "c7d30b92-cf93-4fea-9263-1a874b037c70", + "x-ms-ratelimit-remaining-subscription-reads": "11955", + "x-ms-request-id": "2b506cc7-7854-44f4-9520-55bdb3655941", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T063412Z:c7d30b92-cf93-4fea-9263-1a874b037c70" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/98bfc09e-a312-4c02-9967-0b8fcf7fcb5b?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "70f3b4ef92ad02f9f4f8616c1a6eee43", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 06:34:14 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/98bfc09e-a312-4c02-9967-0b8fcf7fcb5b?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "70f3b4ef92ad02f9f4f8616c1a6eee43", + "x-ms-correlation-request-id": "b0739ad9-e041-4729-9b39-39ec6362269d", + "x-ms-ratelimit-remaining-subscription-reads": "11954", + "x-ms-request-id": "8166eb37-e3e2-4026-a514-b464542bd711", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T063414Z:b0739ad9-e041-4729-9b39-39ec6362269d" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/98bfc09e-a312-4c02-9967-0b8fcf7fcb5b?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "255786c247b66f05dc6cfcebe068a592", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 06:34:15 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/98bfc09e-a312-4c02-9967-0b8fcf7fcb5b?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "255786c247b66f05dc6cfcebe068a592", + "x-ms-correlation-request-id": "11af1ac5-9d85-41e2-8bd3-2343eca87bbc", + "x-ms-ratelimit-remaining-subscription-reads": "11953", + "x-ms-request-id": "aa9d5208-b1db-435b-8019-5b977a7fca8f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T063415Z:11af1ac5-9d85-41e2-8bd3-2343eca87bbc" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/98bfc09e-a312-4c02-9967-0b8fcf7fcb5b?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "f3b8e85a852d74cc647c36c82eeb8990", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 06:34:16 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/98bfc09e-a312-4c02-9967-0b8fcf7fcb5b?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f3b8e85a852d74cc647c36c82eeb8990", + "x-ms-correlation-request-id": "c21060e1-4fcf-4108-8b95-f07bd42eb3fd", + "x-ms-ratelimit-remaining-subscription-reads": "11952", + "x-ms-request-id": "c887b33c-4e49-4221-88c3-755c1d076f87", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T063416Z:c21060e1-4fcf-4108-8b95-f07bd42eb3fd" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/98bfc09e-a312-4c02-9967-0b8fcf7fcb5b?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "ecd76ec9e166a864af849341960e228c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 06:34:18 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/98bfc09e-a312-4c02-9967-0b8fcf7fcb5b?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ecd76ec9e166a864af849341960e228c", + "x-ms-correlation-request-id": "d54d4d80-a66b-44a1-b14f-ba86c6145b51", + "x-ms-ratelimit-remaining-subscription-reads": "11951", + "x-ms-request-id": "17ca8152-ceea-4fbb-9228-eb3ccd028731", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T063418Z:d54d4d80-a66b-44a1-b14f-ba86c6145b51" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/98bfc09e-a312-4c02-9967-0b8fcf7fcb5b?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "3111cf53fbb53c16bae2c039113c40f0", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 06:34:19 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/98bfc09e-a312-4c02-9967-0b8fcf7fcb5b?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "3111cf53fbb53c16bae2c039113c40f0", + "x-ms-correlation-request-id": "577d1e59-d019-46c6-86eb-e7df60c221e0", + "x-ms-ratelimit-remaining-subscription-reads": "11950", + "x-ms-request-id": "3f7bdf03-cd23-4a36-bd2d-f416020eea8d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T063419Z:577d1e59-d019-46c6-86eb-e7df60c221e0" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/98bfc09e-a312-4c02-9967-0b8fcf7fcb5b?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "71216be3b890792b841044a8f18bde56", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 06:34:20 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/98bfc09e-a312-4c02-9967-0b8fcf7fcb5b?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "71216be3b890792b841044a8f18bde56", + "x-ms-correlation-request-id": "9ddc7930-7946-4df2-b82d-0a7dc7361759", + "x-ms-ratelimit-remaining-subscription-reads": "11949", + "x-ms-request-id": "fc222636-bbec-41db-9795-ca7bf52c3fe2", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T063420Z:9ddc7930-7946-4df2-b82d-0a7dc7361759" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/98bfc09e-a312-4c02-9967-0b8fcf7fcb5b?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "5f74a95a57dacedb589b3284202a9672", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1478", + "Content-Type": "application/json", + "Date": "Thu, 18 Nov 2021 06:34:21 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5f74a95a57dacedb589b3284202a9672", + "x-ms-correlation-request-id": "64c1367b-5926-4f58-82a2-da42afe37b89", + "x-ms-ratelimit-remaining-subscription-reads": "11948", + "x-ms-request-id": "8891691e-ecec-4d92-baf1-b518d7025796", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T063422Z:64c1367b-5926-4f58-82a2-da42afe37b89" + }, + "ResponseBody": { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "StorageV2", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-152/providers/Microsoft.Storage/storageAccounts/teststoragemgmt571", + "name": "teststoragemgmt571", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-11-18T06:34:04.3761236Z", + "key2": "2021-11-18T06:34:04.3761236Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-18T06:34:04.3761236Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-18T06:34:04.3761236Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "accessTier": "Hot", + "provisioningState": "Succeeded", + "creationTime": "2021-11-18T06:34:04.2511396Z", + "primaryEndpoints": { + "dfs": "https://teststoragemgmt571.dfs.core.windows.net/", + "web": "https://teststoragemgmt571.z20.web.core.windows.net/", + "blob": "https://teststoragemgmt571.blob.core.windows.net/", + "queue": "https://teststoragemgmt571.queue.core.windows.net/", + "table": "https://teststoragemgmt571.table.core.windows.net/", + "file": "https://teststoragemgmt571.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-152/providers/Microsoft.Network/virtualNetworks/vnet-8584?api-version=2021-02-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "261", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager.Network/1.0.0-beta.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "ed2a5ea3fbb0a39a98ada4b66d4a2e04", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "location": "westus2", + "properties": { + "addressSpace": { + "addressPrefixes": [ + "10.0.0.0/16" + ] + }, + "dhcpOptions": { + "dnsServers": [ + "10.1.1.1", + "10.1.2.4" + ] + }, + "subnets": [ + { + "name": "default", + "properties": { + "addressPrefix": "10.0.1.0/24", + "privateEndpointNetworkPolicies": "Disabled" + } + } + ] + } + }, + "StatusCode": 201, + "ResponseHeaders": { + "Azure-AsyncNotification": "Enabled", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/48ad7505-02f0-4a15-b0c5-f7ba0d753a10?api-version=2021-02-01", + "Cache-Control": "no-cache", + "Content-Length": "1335", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 18 Nov 2021 06:34:25 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": "e210beba-e219-4b5d-a52d-1b83b1318273", + "x-ms-client-request-id": "ed2a5ea3fbb0a39a98ada4b66d4a2e04", + "x-ms-correlation-request-id": "a2520aa9-8476-4df9-945f-78d3bee64a55", + "x-ms-ratelimit-remaining-subscription-writes": "1192", + "x-ms-request-id": "48ad7505-02f0-4a15-b0c5-f7ba0d753a10", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T063426Z:a2520aa9-8476-4df9-945f-78d3bee64a55" + }, + "ResponseBody": [ + "{\r\n", + " \u0022name\u0022: \u0022vnet-8584\u0022,\r\n", + " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-152/providers/Microsoft.Network/virtualNetworks/vnet-8584\u0022,\r\n", + " \u0022etag\u0022: \u0022W/\\\u00229f3f9f01-054e-4c45-8e7c-d82f5b0b0c4d\\\u0022\u0022,\r\n", + " \u0022type\u0022: \u0022Microsoft.Network/virtualNetworks\u0022,\r\n", + " \u0022location\u0022: \u0022westus2\u0022,\r\n", + " \u0022properties\u0022: {\r\n", + " \u0022provisioningState\u0022: \u0022Updating\u0022,\r\n", + " \u0022resourceGuid\u0022: \u0022eab42a6a-c685-4a5e-ad2b-9eb6709cfddd\u0022,\r\n", + " \u0022addressSpace\u0022: {\r\n", + " \u0022addressPrefixes\u0022: [\r\n", + " \u002210.0.0.0/16\u0022\r\n", + " ]\r\n", + " },\r\n", + " \u0022dhcpOptions\u0022: {\r\n", + " \u0022dnsServers\u0022: [\r\n", + " \u002210.1.1.1\u0022,\r\n", + " \u002210.1.2.4\u0022\r\n", + " ]\r\n", + " },\r\n", + " \u0022subnets\u0022: [\r\n", + " {\r\n", + " \u0022name\u0022: \u0022default\u0022,\r\n", + " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-152/providers/Microsoft.Network/virtualNetworks/vnet-8584/subnets/default\u0022,\r\n", + " \u0022etag\u0022: \u0022W/\\\u00229f3f9f01-054e-4c45-8e7c-d82f5b0b0c4d\\\u0022\u0022,\r\n", + " \u0022properties\u0022: {\r\n", + " \u0022provisioningState\u0022: \u0022Updating\u0022,\r\n", + " \u0022addressPrefix\u0022: \u002210.0.1.0/24\u0022,\r\n", + " \u0022delegations\u0022: [],\r\n", + " \u0022privateEndpointNetworkPolicies\u0022: \u0022Disabled\u0022,\r\n", + " \u0022privateLinkServiceNetworkPolicies\u0022: \u0022Enabled\u0022\r\n", + " },\r\n", + " \u0022type\u0022: \u0022Microsoft.Network/virtualNetworks/subnets\u0022\r\n", + " }\r\n", + " ],\r\n", + " \u0022virtualNetworkPeerings\u0022: [],\r\n", + " \u0022enableDdosProtection\u0022: false\r\n", + " }\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/48ad7505-02f0-4a15-b0c5-f7ba0d753a10?api-version=2021-02-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "2d4e64d269b3ada9dabb42aa3617ea50", + "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, 18 Nov 2021 06:34:26 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": "33721415-40a1-4939-bc06-40e734de9c85", + "x-ms-client-request-id": "2d4e64d269b3ada9dabb42aa3617ea50", + "x-ms-correlation-request-id": "82f9e575-28fe-4aa5-b8f5-2558a16ca2f6", + "x-ms-ratelimit-remaining-subscription-reads": "11947", + "x-ms-request-id": "358e8d9c-a797-41ce-b311-87478e99baed", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T063426Z:82f9e575-28fe-4aa5-b8f5-2558a16ca2f6" + }, + "ResponseBody": [ + "{\r\n", + " \u0022status\u0022: \u0022InProgress\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/48ad7505-02f0-4a15-b0c5-f7ba0d753a10?api-version=2021-02-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "4bb68003aa2f8c62d29a9a960613fc3f", + "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, 18 Nov 2021 06:34:27 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": "1634a43b-4e14-435a-91da-af36185c947e", + "x-ms-client-request-id": "4bb68003aa2f8c62d29a9a960613fc3f", + "x-ms-correlation-request-id": "548964f7-9944-4bb3-a0d5-de0a3e84cffc", + "x-ms-ratelimit-remaining-subscription-reads": "11946", + "x-ms-request-id": "53920f2d-889b-417a-95ef-2009245603cf", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T063427Z:548964f7-9944-4bb3-a0d5-de0a3e84cffc" + }, + "ResponseBody": [ + "{\r\n", + " \u0022status\u0022: \u0022Succeeded\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-152/providers/Microsoft.Network/virtualNetworks/vnet-8584?api-version=2021-02-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "08e42a5301fb015035b9ed26d4e15a3b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1337", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 18 Nov 2021 06:34:27 GMT", + "ETag": "W/\u0022e93e6025-e84b-49ac-b6a0-fa0d0550fb52\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": "5964c1af-bb2b-4a7f-87f2-db15e662cbeb", + "x-ms-client-request-id": "08e42a5301fb015035b9ed26d4e15a3b", + "x-ms-correlation-request-id": "fdae828d-ab7c-4aa7-b8d3-906c071fdaa8", + "x-ms-ratelimit-remaining-subscription-reads": "11945", + "x-ms-request-id": "cc9a093d-18b0-45db-8b0e-48c783f31afb", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T063427Z:fdae828d-ab7c-4aa7-b8d3-906c071fdaa8" + }, + "ResponseBody": [ + "{\r\n", + " \u0022name\u0022: \u0022vnet-8584\u0022,\r\n", + " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-152/providers/Microsoft.Network/virtualNetworks/vnet-8584\u0022,\r\n", + " \u0022etag\u0022: \u0022W/\\\u0022e93e6025-e84b-49ac-b6a0-fa0d0550fb52\\\u0022\u0022,\r\n", + " \u0022type\u0022: \u0022Microsoft.Network/virtualNetworks\u0022,\r\n", + " \u0022location\u0022: \u0022westus2\u0022,\r\n", + " \u0022properties\u0022: {\r\n", + " \u0022provisioningState\u0022: \u0022Succeeded\u0022,\r\n", + " \u0022resourceGuid\u0022: \u0022eab42a6a-c685-4a5e-ad2b-9eb6709cfddd\u0022,\r\n", + " \u0022addressSpace\u0022: {\r\n", + " \u0022addressPrefixes\u0022: [\r\n", + " \u002210.0.0.0/16\u0022\r\n", + " ]\r\n", + " },\r\n", + " \u0022dhcpOptions\u0022: {\r\n", + " \u0022dnsServers\u0022: [\r\n", + " \u002210.1.1.1\u0022,\r\n", + " \u002210.1.2.4\u0022\r\n", + " ]\r\n", + " },\r\n", + " \u0022subnets\u0022: [\r\n", + " {\r\n", + " \u0022name\u0022: \u0022default\u0022,\r\n", + " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-152/providers/Microsoft.Network/virtualNetworks/vnet-8584/subnets/default\u0022,\r\n", + " \u0022etag\u0022: \u0022W/\\\u0022e93e6025-e84b-49ac-b6a0-fa0d0550fb52\\\u0022\u0022,\r\n", + " \u0022properties\u0022: {\r\n", + " \u0022provisioningState\u0022: \u0022Succeeded\u0022,\r\n", + " \u0022addressPrefix\u0022: \u002210.0.1.0/24\u0022,\r\n", + " \u0022delegations\u0022: [],\r\n", + " \u0022privateEndpointNetworkPolicies\u0022: \u0022Disabled\u0022,\r\n", + " \u0022privateLinkServiceNetworkPolicies\u0022: \u0022Enabled\u0022\r\n", + " },\r\n", + " \u0022type\u0022: \u0022Microsoft.Network/virtualNetworks/subnets\u0022\r\n", + " }\r\n", + " ],\r\n", + " \u0022virtualNetworkPeerings\u0022: [],\r\n", + " \u0022enableDdosProtection\u0022: false\r\n", + " }\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-152/providers/Microsoft.Network/privateEndpoints/pe-9939?api-version=2021-02-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "725", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager.Network/1.0.0-beta.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "0da22783274ac1025a19ce13a7c6be02", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "location": "westus2", + "properties": { + "subnet": { + "name": "default", + "type": "Microsoft.Network/virtualNetworks/subnets", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-152/providers/Microsoft.Network/virtualNetworks/vnet-8584/subnets/default", + "properties": { + "addressPrefix": "10.0.1.0/24", + "delegations": [], + "privateEndpointNetworkPolicies": "Disabled", + "privateLinkServiceNetworkPolicies": "Enabled" + } + }, + "manualPrivateLinkServiceConnections": [ + { + "name": "pec5094", + "properties": { + "privateLinkServiceId": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-152/providers/Microsoft.Storage/storageAccounts/teststoragemgmt571", + "groupIds": [ + "Blob" + ], + "requestMessage": "SDK test" + } + } + ] + } + }, + "StatusCode": 201, + "ResponseHeaders": { + "Azure-AsyncNotification": "Enabled", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/fda5cb72-1662-4b50-8293-995165991a3b?api-version=2021-02-01", + "Cache-Control": "no-cache", + "Content-Length": "1944", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 18 Nov 2021 06:34:33 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": "1ee58cd1-9bbd-4c58-8af4-dd7f08f6d0e5", + "x-ms-client-request-id": "0da22783274ac1025a19ce13a7c6be02", + "x-ms-correlation-request-id": "5cb8ade3-2140-46c5-92e9-46a5661748b7", + "x-ms-ratelimit-remaining-subscription-writes": "1191", + "x-ms-request-id": "fda5cb72-1662-4b50-8293-995165991a3b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T063433Z:5cb8ade3-2140-46c5-92e9-46a5661748b7" + }, + "ResponseBody": [ + "{\r\n", + " \u0022name\u0022: \u0022pe-9939\u0022,\r\n", + " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-152/providers/Microsoft.Network/privateEndpoints/pe-9939\u0022,\r\n", + " \u0022etag\u0022: \u0022W/\\\u0022d1dc926d-d676-430d-87cd-d69875d35566\\\u0022\u0022,\r\n", + " \u0022type\u0022: \u0022Microsoft.Network/privateEndpoints\u0022,\r\n", + " \u0022location\u0022: \u0022westus2\u0022,\r\n", + " \u0022properties\u0022: {\r\n", + " \u0022provisioningState\u0022: \u0022Updating\u0022,\r\n", + " \u0022resourceGuid\u0022: \u002222506783-e964-4718-93c3-dccab280cccc\u0022,\r\n", + " \u0022privateLinkServiceConnections\u0022: [],\r\n", + " \u0022manualPrivateLinkServiceConnections\u0022: [\r\n", + " {\r\n", + " \u0022name\u0022: \u0022pec5094\u0022,\r\n", + " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-152/providers/Microsoft.Network/privateEndpoints/pe-9939/manualPrivateLinkServiceConnections/pec5094\u0022,\r\n", + " \u0022etag\u0022: \u0022W/\\\u0022d1dc926d-d676-430d-87cd-d69875d35566\\\u0022\u0022,\r\n", + " \u0022properties\u0022: {\r\n", + " \u0022provisioningState\u0022: \u0022Succeeded\u0022,\r\n", + " \u0022privateLinkServiceId\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-152/providers/Microsoft.Storage/storageAccounts/teststoragemgmt571\u0022,\r\n", + " \u0022groupIds\u0022: [\r\n", + " \u0022Blob\u0022\r\n", + " ],\r\n", + " \u0022requestMessage\u0022: \u0022SDK test\u0022,\r\n", + " \u0022privateLinkServiceConnectionState\u0022: {\r\n", + " \u0022status\u0022: \u0022Pending\u0022,\r\n", + " \u0022description\u0022: \u0022SDK test\u0022,\r\n", + " \u0022actionsRequired\u0022: \u0022None\u0022\r\n", + " }\r\n", + " },\r\n", + " \u0022type\u0022: \u0022Microsoft.Network/privateEndpoints/manualPrivateLinkServiceConnections\u0022\r\n", + " }\r\n", + " ],\r\n", + " \u0022subnet\u0022: {\r\n", + " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-152/providers/Microsoft.Network/virtualNetworks/vnet-8584/subnets/default\u0022\r\n", + " },\r\n", + " \u0022networkInterfaces\u0022: [\r\n", + " {\r\n", + " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-152/providers/Microsoft.Network/networkInterfaces/pe-9939.nic.dc7f2a33-9fa1-4640-ba9c-3ef75e35259f\u0022\r\n", + " }\r\n", + " ],\r\n", + " \u0022customDnsConfigs\u0022: []\r\n", + " }\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/fda5cb72-1662-4b50-8293-995165991a3b?api-version=2021-02-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "d5906167469dbce00539a63732221227", + "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, 18 Nov 2021 06:34:33 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": "0a08cc3e-852c-45eb-a92c-9681e506a935", + "x-ms-client-request-id": "d5906167469dbce00539a63732221227", + "x-ms-correlation-request-id": "5665d629-76f4-4121-8944-b71dff9b6f32", + "x-ms-ratelimit-remaining-subscription-reads": "11944", + "x-ms-request-id": "07caf51e-b8cf-4991-b64f-83e280c9c0ef", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T063433Z:5665d629-76f4-4121-8944-b71dff9b6f32" + }, + "ResponseBody": [ + "{\r\n", + " \u0022status\u0022: \u0022InProgress\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/fda5cb72-1662-4b50-8293-995165991a3b?api-version=2021-02-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "4e8ad1674c07804ff7edf7d46bc60969", + "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, 18 Nov 2021 06:34:34 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": "3b215532-b6c9-4c81-84a1-16c739e4f1d9", + "x-ms-client-request-id": "4e8ad1674c07804ff7edf7d46bc60969", + "x-ms-correlation-request-id": "55bcb528-5ac6-41e1-aed6-5f577fe898ab", + "x-ms-ratelimit-remaining-subscription-reads": "11943", + "x-ms-request-id": "badd8f77-7a52-497c-9517-a0742ecc1de3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T063435Z:55bcb528-5ac6-41e1-aed6-5f577fe898ab" + }, + "ResponseBody": [ + "{\r\n", + " \u0022status\u0022: \u0022InProgress\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/fda5cb72-1662-4b50-8293-995165991a3b?api-version=2021-02-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "45ab6fd9e93510652b76dc1b5bf882f4", + "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, 18 Nov 2021 06:34:36 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": "24c6f6ed-e484-4fb7-92cd-5d133763b293", + "x-ms-client-request-id": "45ab6fd9e93510652b76dc1b5bf882f4", + "x-ms-correlation-request-id": "1123db97-7c7c-4c5c-933a-65b7afce2126", + "x-ms-ratelimit-remaining-subscription-reads": "11942", + "x-ms-request-id": "49c8f231-6294-4807-970a-2b0ac92932a3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T063436Z:1123db97-7c7c-4c5c-933a-65b7afce2126" + }, + "ResponseBody": [ + "{\r\n", + " \u0022status\u0022: \u0022InProgress\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/fda5cb72-1662-4b50-8293-995165991a3b?api-version=2021-02-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "e7d49463f1661a57120fddb04e0b513f", + "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, 18 Nov 2021 06:34:37 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": "7cd8393e-1bb5-40df-b73c-8df35eb3aa94", + "x-ms-client-request-id": "e7d49463f1661a57120fddb04e0b513f", + "x-ms-correlation-request-id": "76ec9c81-cb7f-428f-b4e6-982e61736141", + "x-ms-ratelimit-remaining-subscription-reads": "11941", + "x-ms-request-id": "a9faf1e4-7ef4-481b-a7d9-839e08fe8e3a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T063437Z:76ec9c81-cb7f-428f-b4e6-982e61736141" + }, + "ResponseBody": [ + "{\r\n", + " \u0022status\u0022: \u0022InProgress\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/fda5cb72-1662-4b50-8293-995165991a3b?api-version=2021-02-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "c25d3d30cd767ef26c7a2391703325ff", + "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, 18 Nov 2021 06:34:38 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": "712db70c-3d35-47a9-969b-e51b322aa7d7", + "x-ms-client-request-id": "c25d3d30cd767ef26c7a2391703325ff", + "x-ms-correlation-request-id": "875ee8c4-f980-41c3-90c3-4992f98d558c", + "x-ms-ratelimit-remaining-subscription-reads": "11940", + "x-ms-request-id": "ed7653b0-070d-4662-ad01-b6dbe81f67dc", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T063438Z:875ee8c4-f980-41c3-90c3-4992f98d558c" + }, + "ResponseBody": [ + "{\r\n", + " \u0022status\u0022: \u0022InProgress\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/fda5cb72-1662-4b50-8293-995165991a3b?api-version=2021-02-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "d671026a21f1e802189032250bb5c11f", + "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, 18 Nov 2021 06:34:39 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": "376ef366-3dd4-4d20-b58f-63c85c8baed0", + "x-ms-client-request-id": "d671026a21f1e802189032250bb5c11f", + "x-ms-correlation-request-id": "bf3ca062-f1a1-4a02-86ba-e45bd554efef", + "x-ms-ratelimit-remaining-subscription-reads": "11939", + "x-ms-request-id": "ecdeb281-9a36-4d96-bff7-35418a2d424d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T063440Z:bf3ca062-f1a1-4a02-86ba-e45bd554efef" + }, + "ResponseBody": [ + "{\r\n", + " \u0022status\u0022: \u0022InProgress\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/fda5cb72-1662-4b50-8293-995165991a3b?api-version=2021-02-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "1dea9c24bf9a967ea2567beccec5aade", + "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, 18 Nov 2021 06:34:41 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": "1c074549-4d48-4d08-9709-36fcc36a00ab", + "x-ms-client-request-id": "1dea9c24bf9a967ea2567beccec5aade", + "x-ms-correlation-request-id": "5f33e625-c43a-42e4-a3c0-f80d326ca37b", + "x-ms-ratelimit-remaining-subscription-reads": "11938", + "x-ms-request-id": "efb0594b-bed0-4d66-9113-57fbd90413ce", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T063441Z:5f33e625-c43a-42e4-a3c0-f80d326ca37b" + }, + "ResponseBody": [ + "{\r\n", + " \u0022status\u0022: \u0022InProgress\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/fda5cb72-1662-4b50-8293-995165991a3b?api-version=2021-02-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "4b45deea7a990e4d3b75aae59acc73b6", + "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, 18 Nov 2021 06:34:42 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": "5d120fb0-296f-4efc-9d2c-e44480920272", + "x-ms-client-request-id": "4b45deea7a990e4d3b75aae59acc73b6", + "x-ms-correlation-request-id": "8ab288d1-802b-47de-967c-0b766384fd24", + "x-ms-ratelimit-remaining-subscription-reads": "11937", + "x-ms-request-id": "47d7f809-30be-4bcc-8d0d-33604714e9e8", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T063442Z:8ab288d1-802b-47de-967c-0b766384fd24" + }, + "ResponseBody": [ + "{\r\n", + " \u0022status\u0022: \u0022InProgress\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/fda5cb72-1662-4b50-8293-995165991a3b?api-version=2021-02-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "d36c03b80749aa6584db339ba6161952", + "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, 18 Nov 2021 06:34:43 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": "4193d797-3269-46d1-b8c5-5039515fea70", + "x-ms-client-request-id": "d36c03b80749aa6584db339ba6161952", + "x-ms-correlation-request-id": "a0279617-c83b-491b-84f1-007340c5d71f", + "x-ms-ratelimit-remaining-subscription-reads": "11936", + "x-ms-request-id": "b0b3dcde-d691-424e-9278-1325b5f0f5f7", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T063444Z:a0279617-c83b-491b-84f1-007340c5d71f" + }, + "ResponseBody": [ + "{\r\n", + " \u0022status\u0022: \u0022InProgress\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/fda5cb72-1662-4b50-8293-995165991a3b?api-version=2021-02-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "2c3a53e6756faa864fdbe2241498fbd5", + "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, 18 Nov 2021 06:34:45 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": "c3828c85-d24b-4e47-ab1a-cc85cebe0b0e", + "x-ms-client-request-id": "2c3a53e6756faa864fdbe2241498fbd5", + "x-ms-correlation-request-id": "58c16bf8-95c2-4d45-972c-b8f1734cbf3e", + "x-ms-ratelimit-remaining-subscription-reads": "11935", + "x-ms-request-id": "83daaffd-9bbb-43ee-a86e-32f72c4479b7", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T063445Z:58c16bf8-95c2-4d45-972c-b8f1734cbf3e" + }, + "ResponseBody": [ + "{\r\n", + " \u0022status\u0022: \u0022InProgress\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/fda5cb72-1662-4b50-8293-995165991a3b?api-version=2021-02-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "cb33c4e2d758e395789bc7be46b26825", + "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, 18 Nov 2021 06:34:46 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": "eec2bd4b-a20e-464a-94f5-8901dc56ad6a", + "x-ms-client-request-id": "cb33c4e2d758e395789bc7be46b26825", + "x-ms-correlation-request-id": "9e175343-77b2-442f-8ba5-7a2bac2d8641", + "x-ms-ratelimit-remaining-subscription-reads": "11934", + "x-ms-request-id": "7ebcbe22-2681-42c4-a53c-ff009f561a05", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T063446Z:9e175343-77b2-442f-8ba5-7a2bac2d8641" + }, + "ResponseBody": [ + "{\r\n", + " \u0022status\u0022: \u0022InProgress\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/fda5cb72-1662-4b50-8293-995165991a3b?api-version=2021-02-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "46ff585b469243477cc2846d244195eb", + "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, 18 Nov 2021 06:34:47 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": "80385460-e51a-4358-84c1-8051d57b457f", + "x-ms-client-request-id": "46ff585b469243477cc2846d244195eb", + "x-ms-correlation-request-id": "11260eaa-555a-4955-8403-1736fe3b33ae", + "x-ms-ratelimit-remaining-subscription-reads": "11933", + "x-ms-request-id": "d8a38009-2367-4d32-b5df-03d7be0019f3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T063447Z:11260eaa-555a-4955-8403-1736fe3b33ae" + }, + "ResponseBody": [ + "{\r\n", + " \u0022status\u0022: \u0022InProgress\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/fda5cb72-1662-4b50-8293-995165991a3b?api-version=2021-02-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "e1b85ee04ee20ef9be57b4d4aec7639d", + "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, 18 Nov 2021 06:34:48 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": "19d8cc95-a973-45f4-bca3-bf43c499bc8f", + "x-ms-client-request-id": "e1b85ee04ee20ef9be57b4d4aec7639d", + "x-ms-correlation-request-id": "b27d1ac4-a9cd-4c60-b257-640c4ea4df56", + "x-ms-ratelimit-remaining-subscription-reads": "11932", + "x-ms-request-id": "021e3917-b7b4-4b1e-a070-aba77b53eeb9", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T063449Z:b27d1ac4-a9cd-4c60-b257-640c4ea4df56" + }, + "ResponseBody": [ + "{\r\n", + " \u0022status\u0022: \u0022InProgress\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/fda5cb72-1662-4b50-8293-995165991a3b?api-version=2021-02-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "bcc8bd73b4999c437df04e955328be37", + "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, 18 Nov 2021 06: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": "40e48c92-6871-4352-9754-bd15b35bc8c2", + "x-ms-client-request-id": "bcc8bd73b4999c437df04e955328be37", + "x-ms-correlation-request-id": "b54421ac-42a2-4428-8360-6838f684870a", + "x-ms-ratelimit-remaining-subscription-reads": "11931", + "x-ms-request-id": "3ba80562-0f0b-437d-8603-456ebfee9a33", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T063450Z:b54421ac-42a2-4428-8360-6838f684870a" + }, + "ResponseBody": [ + "{\r\n", + " \u0022status\u0022: \u0022Succeeded\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-152/providers/Microsoft.Network/privateEndpoints/pe-9939?api-version=2021-02-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "e8dedb0586f90d425ef0883a927294b4", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1945", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 18 Nov 2021 06:34:50 GMT", + "ETag": "W/\u00223bb37b4e-74aa-44f0-8b9e-84b2eb78e4ef\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": "8fe377f0-399c-478a-ab34-f3339379ce84", + "x-ms-client-request-id": "e8dedb0586f90d425ef0883a927294b4", + "x-ms-correlation-request-id": "d00cb277-6a5c-4659-9d80-29a1c1170fed", + "x-ms-ratelimit-remaining-subscription-reads": "11930", + "x-ms-request-id": "b6df4fa5-af26-471f-9627-8ead20a54369", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T063450Z:d00cb277-6a5c-4659-9d80-29a1c1170fed" + }, + "ResponseBody": [ + "{\r\n", + " \u0022name\u0022: \u0022pe-9939\u0022,\r\n", + " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-152/providers/Microsoft.Network/privateEndpoints/pe-9939\u0022,\r\n", + " \u0022etag\u0022: \u0022W/\\\u00223bb37b4e-74aa-44f0-8b9e-84b2eb78e4ef\\\u0022\u0022,\r\n", + " \u0022type\u0022: \u0022Microsoft.Network/privateEndpoints\u0022,\r\n", + " \u0022location\u0022: \u0022westus2\u0022,\r\n", + " \u0022properties\u0022: {\r\n", + " \u0022provisioningState\u0022: \u0022Succeeded\u0022,\r\n", + " \u0022resourceGuid\u0022: \u002222506783-e964-4718-93c3-dccab280cccc\u0022,\r\n", + " \u0022privateLinkServiceConnections\u0022: [],\r\n", + " \u0022manualPrivateLinkServiceConnections\u0022: [\r\n", + " {\r\n", + " \u0022name\u0022: \u0022pec5094\u0022,\r\n", + " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-152/providers/Microsoft.Network/privateEndpoints/pe-9939/manualPrivateLinkServiceConnections/pec5094\u0022,\r\n", + " \u0022etag\u0022: \u0022W/\\\u00223bb37b4e-74aa-44f0-8b9e-84b2eb78e4ef\\\u0022\u0022,\r\n", + " \u0022properties\u0022: {\r\n", + " \u0022provisioningState\u0022: \u0022Succeeded\u0022,\r\n", + " \u0022privateLinkServiceId\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-152/providers/Microsoft.Storage/storageAccounts/teststoragemgmt571\u0022,\r\n", + " \u0022groupIds\u0022: [\r\n", + " \u0022Blob\u0022\r\n", + " ],\r\n", + " \u0022requestMessage\u0022: \u0022SDK test\u0022,\r\n", + " \u0022privateLinkServiceConnectionState\u0022: {\r\n", + " \u0022status\u0022: \u0022Pending\u0022,\r\n", + " \u0022description\u0022: \u0022SDK test\u0022,\r\n", + " \u0022actionsRequired\u0022: \u0022None\u0022\r\n", + " }\r\n", + " },\r\n", + " \u0022type\u0022: \u0022Microsoft.Network/privateEndpoints/manualPrivateLinkServiceConnections\u0022\r\n", + " }\r\n", + " ],\r\n", + " \u0022subnet\u0022: {\r\n", + " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-152/providers/Microsoft.Network/virtualNetworks/vnet-8584/subnets/default\u0022\r\n", + " },\r\n", + " \u0022networkInterfaces\u0022: [\r\n", + " {\r\n", + " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-152/providers/Microsoft.Network/networkInterfaces/pe-9939.nic.dc7f2a33-9fa1-4640-ba9c-3ef75e35259f\u0022\r\n", + " }\r\n", + " ],\r\n", + " \u0022customDnsConfigs\u0022: []\r\n", + " }\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-152/providers/Microsoft.Storage/storageAccounts/teststoragemgmt571/privateEndpointConnections?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211118.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "67f9e75fd9782b521a1c64f20063bb96", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "704", + "Content-Type": "application/json", + "Date": "Thu, 18 Nov 2021 06:34:50 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "67f9e75fd9782b521a1c64f20063bb96", + "x-ms-correlation-request-id": "5aa21da8-0d74-4db5-a2f2-14cf1255810f", + "x-ms-ratelimit-remaining-subscription-reads": "11929", + "x-ms-request-id": "b6766b93-568f-4a84-b257-7b8cf18c3e31", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T063451Z:5aa21da8-0d74-4db5-a2f2-14cf1255810f" + }, + "ResponseBody": { + "value": [ + { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-152/providers/Microsoft.Storage/storageAccounts/teststoragemgmt571/privateEndpointConnections/teststoragemgmt571.a37ff390-500d-47c5-8527-1a3b816aa06d", + "name": "teststoragemgmt571.a37ff390-500d-47c5-8527-1a3b816aa06d", + "type": "Microsoft.Storage/storageAccounts/privateEndpointConnections", + "properties": { + "provisioningState": "Succeeded", + "privateEndpoint": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-152/providers/Microsoft.Network/privateEndpoints/pe-9939" + }, + "privateLinkServiceConnectionState": { + "status": "Pending", + "description": "SDK test", + "actionRequired": "None" + } + } + } + ] + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-152/providers/Microsoft.Storage/storageAccounts/teststoragemgmt571/privateEndpointConnections?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211118.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "d2ce7c987ae9eda47bbb5da82c08090a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "704", + "Content-Type": "application/json", + "Date": "Thu, 18 Nov 2021 06:34:50 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d2ce7c987ae9eda47bbb5da82c08090a", + "x-ms-correlation-request-id": "996be4fe-cb93-4da0-8505-2a99bc6dcc4d", + "x-ms-ratelimit-remaining-subscription-reads": "11928", + "x-ms-request-id": "de027ec1-dc62-4eb1-b088-a74dee0bf481", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T063451Z:996be4fe-cb93-4da0-8505-2a99bc6dcc4d" + }, + "ResponseBody": { + "value": [ + { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-152/providers/Microsoft.Storage/storageAccounts/teststoragemgmt571/privateEndpointConnections/teststoragemgmt571.a37ff390-500d-47c5-8527-1a3b816aa06d", + "name": "teststoragemgmt571.a37ff390-500d-47c5-8527-1a3b816aa06d", + "type": "Microsoft.Storage/storageAccounts/privateEndpointConnections", + "properties": { + "provisioningState": "Succeeded", + "privateEndpoint": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-152/providers/Microsoft.Network/privateEndpoints/pe-9939" + }, + "privateLinkServiceConnectionState": { + "status": "Pending", + "description": "SDK test", + "actionRequired": "None" + } + } + } + ] + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-152/providers/Microsoft.Storage/storageAccounts/teststoragemgmt571/privateEndpointConnections/teststoragemgmt571.a37ff390-500d-47c5-8527-1a3b816aa06d?api-version=2021-04-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211118.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "6c36995b572e2cbe89b3cedc214f0cfb", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 06:34:52 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6c36995b572e2cbe89b3cedc214f0cfb", + "x-ms-correlation-request-id": "809727f5-0583-4064-a033-65955d8dec10", + "x-ms-ratelimit-remaining-subscription-deletes": "14996", + "x-ms-request-id": "1975d284-a59b-41bb-a18f-7ca83b2d359b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T063453Z:809727f5-0583-4064-a033-65955d8dec10" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-152/providers/Microsoft.Storage/storageAccounts/teststoragemgmt571?api-version=2021-04-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211118.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "15a1f135c2a4e5cb430cebbd7ba9fe11", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 06:35:00 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "15a1f135c2a4e5cb430cebbd7ba9fe11", + "x-ms-correlation-request-id": "dff8b745-ccdb-44db-9180-bb4c942b95e0", + "x-ms-ratelimit-remaining-subscription-deletes": "14995", + "x-ms-request-id": "52426217-0add-43c4-a21a-937fa6372590", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T063501Z:dff8b745-ccdb-44db-9180-bb4c942b95e0" + }, + "ResponseBody": [] + } + ], + "Variables": { + "RandomSeed": "472669021", + "RESOURCE_MANAGER_URL": null, + "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" + } +} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/PrivateEndpointConnectionTests/GetAllPrivateEndpointConnectionAsync.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/PrivateEndpointConnectionTests/GetAllPrivateEndpointConnectionAsync.json new file mode 100644 index 0000000000000..cd7914d215ef9 --- /dev/null +++ b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/PrivateEndpointConnectionTests/GetAllPrivateEndpointConnectionAsync.json @@ -0,0 +1,1731 @@ +{ + "Entries": [ + { + "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-a6bd7c21457a404d81a4543090c03596-4d2d7db83cee5d42-00", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "e135697472a280a5d974083affecf1a4", + "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, 18 Nov 2021 06:37:22 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "2cefe4de-0101-4eb6-ac93-dd759893e5c5", + "x-ms-ratelimit-remaining-subscription-reads": "11852", + "x-ms-request-id": "2cefe4de-0101-4eb6-ac93-dd759893e5c5", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T063723Z:2cefe4de-0101-4eb6-ac93-dd759893e5c5" + }, + "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/teststorageRG-9730?api-version=2019-10-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "44", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "c5f0c9668c7bbe17fa83d234b1725595", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "location": "eastus2", + "tags": { + "test": "env" + } + }, + "StatusCode": 201, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "256", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 18 Nov 2021 06:37:23 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "ea87d45d-9dcf-4dc4-8e8f-8b8ea5446066", + "x-ms-ratelimit-remaining-subscription-writes": "1181", + "x-ms-request-id": "ea87d45d-9dcf-4dc4-8e8f-8b8ea5446066", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T063723Z:ea87d45d-9dcf-4dc4-8e8f-8b8ea5446066" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-9730", + "name": "teststorageRG-9730", + "type": "Microsoft.Resources/resourceGroups", + "location": "eastus2", + "tags": { + "test": "env" + }, + "properties": { + "provisioningState": "Succeeded" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/checkNameAvailability?api-version=2021-04-01", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "73", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211118.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "18d66da2877a84056d35555cae7db905", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "name": "teststoragemgmt8886", + "type": "Microsoft.Storage/storageAccounts" + }, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "22", + "Content-Type": "application/json", + "Date": "Thu, 18 Nov 2021 06:37:24 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "18d66da2877a84056d35555cae7db905", + "x-ms-correlation-request-id": "3d3d0e24-17a1-4e67-a255-918dfe4cea0f", + "x-ms-ratelimit-remaining-subscription-reads": "11851", + "x-ms-request-id": "cf1c333b-a5ac-462a-991b-8169665d61f0", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T063724Z:3d3d0e24-17a1-4e67-a255-918dfe4cea0f" + }, + "ResponseBody": { + "nameAvailable": true + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-9730/providers/Microsoft.Storage/storageAccounts/teststoragemgmt8886?api-version=2021-04-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "128", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211118.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "646b095cf8241edc23a7efd34c2802b2", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "sku": { + "name": "Standard_GRS" + }, + "kind": "StorageV2", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": {} + }, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 06:37:28 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c99cacaa-c0a6-4e35-a207-1f8ba35fc40e?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "646b095cf8241edc23a7efd34c2802b2", + "x-ms-correlation-request-id": "a460c12a-4c8e-483a-87e0-1d7cbd19337e", + "x-ms-ratelimit-remaining-subscription-writes": "1180", + "x-ms-request-id": "c99cacaa-c0a6-4e35-a207-1f8ba35fc40e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T063728Z:a460c12a-4c8e-483a-87e0-1d7cbd19337e" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c99cacaa-c0a6-4e35-a207-1f8ba35fc40e?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "68552e1831eaa96091b7f5d398323845", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 06:37:28 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c99cacaa-c0a6-4e35-a207-1f8ba35fc40e?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "68552e1831eaa96091b7f5d398323845", + "x-ms-correlation-request-id": "b6efc4b0-5500-4bfa-93d2-166bf390220d", + "x-ms-ratelimit-remaining-subscription-reads": "11850", + "x-ms-request-id": "4ef82c4c-0fc2-4ecc-92f6-f9a0d1afbc06", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T063729Z:b6efc4b0-5500-4bfa-93d2-166bf390220d" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c99cacaa-c0a6-4e35-a207-1f8ba35fc40e?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "34b8a2333533af361e287ae3ea855bc1", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 06:37:29 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c99cacaa-c0a6-4e35-a207-1f8ba35fc40e?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "34b8a2333533af361e287ae3ea855bc1", + "x-ms-correlation-request-id": "b1de6e3b-9101-4136-a76c-4c9bcb0e8da4", + "x-ms-ratelimit-remaining-subscription-reads": "11849", + "x-ms-request-id": "a5ca91df-b80c-4951-a100-c0ac88841f80", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T063730Z:b1de6e3b-9101-4136-a76c-4c9bcb0e8da4" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c99cacaa-c0a6-4e35-a207-1f8ba35fc40e?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "1dbae95b99d273c819a0f216b718aab8", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 06:37:31 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c99cacaa-c0a6-4e35-a207-1f8ba35fc40e?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1dbae95b99d273c819a0f216b718aab8", + "x-ms-correlation-request-id": "d423d79e-e4cd-4a08-b505-6f7c3e45fff9", + "x-ms-ratelimit-remaining-subscription-reads": "11848", + "x-ms-request-id": "20f0f81e-1a52-48d7-a816-f96486cb1271", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T063731Z:d423d79e-e4cd-4a08-b505-6f7c3e45fff9" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c99cacaa-c0a6-4e35-a207-1f8ba35fc40e?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "2024c90817a9e2d1f7a54ac1b67cbf0c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 06:37:32 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c99cacaa-c0a6-4e35-a207-1f8ba35fc40e?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "2024c90817a9e2d1f7a54ac1b67cbf0c", + "x-ms-correlation-request-id": "fa91ec8b-32ae-4d5d-9981-a6047dfba331", + "x-ms-ratelimit-remaining-subscription-reads": "11847", + "x-ms-request-id": "ed19d580-0062-4c65-a3b8-efee79c83351", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T063733Z:fa91ec8b-32ae-4d5d-9981-a6047dfba331" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c99cacaa-c0a6-4e35-a207-1f8ba35fc40e?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "ae77345b1b779972d9441a934320f806", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 06:37:33 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c99cacaa-c0a6-4e35-a207-1f8ba35fc40e?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ae77345b1b779972d9441a934320f806", + "x-ms-correlation-request-id": "8895ea3c-625b-4ff5-9739-9a131a30959b", + "x-ms-ratelimit-remaining-subscription-reads": "11846", + "x-ms-request-id": "8c7a0c39-c546-434b-ab2c-a12532cce847", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T063734Z:8895ea3c-625b-4ff5-9739-9a131a30959b" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c99cacaa-c0a6-4e35-a207-1f8ba35fc40e?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "20dbc27e3b61431817d7252d4f07bc9c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 06:37:35 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c99cacaa-c0a6-4e35-a207-1f8ba35fc40e?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "20dbc27e3b61431817d7252d4f07bc9c", + "x-ms-correlation-request-id": "12a7c3ba-9bbd-405f-894a-ee024026bfe6", + "x-ms-ratelimit-remaining-subscription-reads": "11845", + "x-ms-request-id": "c84dd2b6-9d3b-47a0-bfb9-98bc53dbeacc", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T063735Z:12a7c3ba-9bbd-405f-894a-ee024026bfe6" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c99cacaa-c0a6-4e35-a207-1f8ba35fc40e?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "83bae6e0fba0ec40568a4664fd3e9fd7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 06:37:36 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c99cacaa-c0a6-4e35-a207-1f8ba35fc40e?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "83bae6e0fba0ec40568a4664fd3e9fd7", + "x-ms-correlation-request-id": "ef7e12b9-2e15-413f-933d-d54d813b8c0a", + "x-ms-ratelimit-remaining-subscription-reads": "11844", + "x-ms-request-id": "adab15d9-6baf-4cb2-81aa-4d194aaa2d5f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T063737Z:ef7e12b9-2e15-413f-933d-d54d813b8c0a" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c99cacaa-c0a6-4e35-a207-1f8ba35fc40e?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "f44244ad9ea120aa1b3396a0f5454ad1", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 06:37:37 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c99cacaa-c0a6-4e35-a207-1f8ba35fc40e?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f44244ad9ea120aa1b3396a0f5454ad1", + "x-ms-correlation-request-id": "2bdf8841-9d4c-4f1d-877a-5168cd1721b4", + "x-ms-ratelimit-remaining-subscription-reads": "11843", + "x-ms-request-id": "02e26e6b-7c03-4e2b-a05d-757a0599fe3f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T063738Z:2bdf8841-9d4c-4f1d-877a-5168cd1721b4" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c99cacaa-c0a6-4e35-a207-1f8ba35fc40e?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "5cb27e887565836581eecad6f5b446d9", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 06:37:39 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c99cacaa-c0a6-4e35-a207-1f8ba35fc40e?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5cb27e887565836581eecad6f5b446d9", + "x-ms-correlation-request-id": "b5782e4b-a70e-4cc1-9216-a5b92ae8baff", + "x-ms-ratelimit-remaining-subscription-reads": "11842", + "x-ms-request-id": "4514840f-aad1-4c4d-9caa-991c1558fb80", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T063739Z:b5782e4b-a70e-4cc1-9216-a5b92ae8baff" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c99cacaa-c0a6-4e35-a207-1f8ba35fc40e?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "0b7f4d37c7c441fb3b9a676d659ff611", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 06:37:40 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c99cacaa-c0a6-4e35-a207-1f8ba35fc40e?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "0b7f4d37c7c441fb3b9a676d659ff611", + "x-ms-correlation-request-id": "6dd555e5-ba13-474e-8a06-de9f308664ee", + "x-ms-ratelimit-remaining-subscription-reads": "11841", + "x-ms-request-id": "36292f12-488e-4736-bc79-024208c3cc93", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T063741Z:6dd555e5-ba13-474e-8a06-de9f308664ee" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c99cacaa-c0a6-4e35-a207-1f8ba35fc40e?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "7fdc7440438b3872debf72b2d4d42b67", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 06:37:41 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c99cacaa-c0a6-4e35-a207-1f8ba35fc40e?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "7fdc7440438b3872debf72b2d4d42b67", + "x-ms-correlation-request-id": "717e2392-3abd-4be2-ad58-a6447e87fdda", + "x-ms-ratelimit-remaining-subscription-reads": "11840", + "x-ms-request-id": "53d8a889-cb5e-4896-93b8-432f0dc19e57", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T063742Z:717e2392-3abd-4be2-ad58-a6447e87fdda" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c99cacaa-c0a6-4e35-a207-1f8ba35fc40e?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "a868bdec3fc5c00d827120ca0df71de2", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 06:37:42 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c99cacaa-c0a6-4e35-a207-1f8ba35fc40e?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a868bdec3fc5c00d827120ca0df71de2", + "x-ms-correlation-request-id": "6d2c3bca-35fc-4fc5-8c86-77731e204f9a", + "x-ms-ratelimit-remaining-subscription-reads": "11839", + "x-ms-request-id": "9a80b205-3350-4d92-bb08-64cf8ecec15e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T063743Z:6d2c3bca-35fc-4fc5-8c86-77731e204f9a" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c99cacaa-c0a6-4e35-a207-1f8ba35fc40e?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "8096b8f8c7d7f44ddb472c0554496c67", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1487", + "Content-Type": "application/json", + "Date": "Thu, 18 Nov 2021 06:37:44 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "8096b8f8c7d7f44ddb472c0554496c67", + "x-ms-correlation-request-id": "735d4225-47f3-4fe6-913a-606070df3eac", + "x-ms-ratelimit-remaining-subscription-reads": "11838", + "x-ms-request-id": "2e11ee32-4f69-4802-b26c-16337d5666d8", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T063744Z:735d4225-47f3-4fe6-913a-606070df3eac" + }, + "ResponseBody": { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "StorageV2", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-9730/providers/Microsoft.Storage/storageAccounts/teststoragemgmt8886", + "name": "teststoragemgmt8886", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-11-18T06:37:27.1957681Z", + "key2": "2021-11-18T06:37:27.1957681Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-18T06:37:27.1957681Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-18T06:37:27.1957681Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "accessTier": "Hot", + "provisioningState": "Succeeded", + "creationTime": "2021-11-18T06:37:27.0863530Z", + "primaryEndpoints": { + "dfs": "https://teststoragemgmt8886.dfs.core.windows.net/", + "web": "https://teststoragemgmt8886.z20.web.core.windows.net/", + "blob": "https://teststoragemgmt8886.blob.core.windows.net/", + "queue": "https://teststoragemgmt8886.queue.core.windows.net/", + "table": "https://teststoragemgmt8886.table.core.windows.net/", + "file": "https://teststoragemgmt8886.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-9730/providers/Microsoft.Network/virtualNetworks/vnet-4685?api-version=2021-02-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "261", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager.Network/1.0.0-beta.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "37a780ff4c4e67001bfc1a22a72ae6a1", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "location": "westus2", + "properties": { + "addressSpace": { + "addressPrefixes": [ + "10.0.0.0/16" + ] + }, + "dhcpOptions": { + "dnsServers": [ + "10.1.1.1", + "10.1.2.4" + ] + }, + "subnets": [ + { + "name": "default", + "properties": { + "addressPrefix": "10.0.1.0/24", + "privateEndpointNetworkPolicies": "Disabled" + } + } + ] + } + }, + "StatusCode": 201, + "ResponseHeaders": { + "Azure-AsyncNotification": "Enabled", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/846e1dcf-6efb-43b9-8e92-a6acec0f9fda?api-version=2021-02-01", + "Cache-Control": "no-cache", + "Content-Length": "1337", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 18 Nov 2021 06:37:47 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": "dd2d46d1-bccd-49d5-8577-e31ea2a57fe2", + "x-ms-client-request-id": "37a780ff4c4e67001bfc1a22a72ae6a1", + "x-ms-correlation-request-id": "feb11cf6-5bbe-4a3f-932b-e17e8e11432d", + "x-ms-ratelimit-remaining-subscription-writes": "1179", + "x-ms-request-id": "846e1dcf-6efb-43b9-8e92-a6acec0f9fda", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T063748Z:feb11cf6-5bbe-4a3f-932b-e17e8e11432d" + }, + "ResponseBody": [ + "{\r\n", + " \u0022name\u0022: \u0022vnet-4685\u0022,\r\n", + " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-9730/providers/Microsoft.Network/virtualNetworks/vnet-4685\u0022,\r\n", + " \u0022etag\u0022: \u0022W/\\\u0022e7c11165-1e23-4e06-8e24-5bef8dad83cd\\\u0022\u0022,\r\n", + " \u0022type\u0022: \u0022Microsoft.Network/virtualNetworks\u0022,\r\n", + " \u0022location\u0022: \u0022westus2\u0022,\r\n", + " \u0022properties\u0022: {\r\n", + " \u0022provisioningState\u0022: \u0022Updating\u0022,\r\n", + " \u0022resourceGuid\u0022: \u0022e15f8f7e-776a-4111-9a71-5c4bf465c785\u0022,\r\n", + " \u0022addressSpace\u0022: {\r\n", + " \u0022addressPrefixes\u0022: [\r\n", + " \u002210.0.0.0/16\u0022\r\n", + " ]\r\n", + " },\r\n", + " \u0022dhcpOptions\u0022: {\r\n", + " \u0022dnsServers\u0022: [\r\n", + " \u002210.1.1.1\u0022,\r\n", + " \u002210.1.2.4\u0022\r\n", + " ]\r\n", + " },\r\n", + " \u0022subnets\u0022: [\r\n", + " {\r\n", + " \u0022name\u0022: \u0022default\u0022,\r\n", + " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-9730/providers/Microsoft.Network/virtualNetworks/vnet-4685/subnets/default\u0022,\r\n", + " \u0022etag\u0022: \u0022W/\\\u0022e7c11165-1e23-4e06-8e24-5bef8dad83cd\\\u0022\u0022,\r\n", + " \u0022properties\u0022: {\r\n", + " \u0022provisioningState\u0022: \u0022Updating\u0022,\r\n", + " \u0022addressPrefix\u0022: \u002210.0.1.0/24\u0022,\r\n", + " \u0022delegations\u0022: [],\r\n", + " \u0022privateEndpointNetworkPolicies\u0022: \u0022Disabled\u0022,\r\n", + " \u0022privateLinkServiceNetworkPolicies\u0022: \u0022Enabled\u0022\r\n", + " },\r\n", + " \u0022type\u0022: \u0022Microsoft.Network/virtualNetworks/subnets\u0022\r\n", + " }\r\n", + " ],\r\n", + " \u0022virtualNetworkPeerings\u0022: [],\r\n", + " \u0022enableDdosProtection\u0022: false\r\n", + " }\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/846e1dcf-6efb-43b9-8e92-a6acec0f9fda?api-version=2021-02-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "770d5bb9aa766ba99518bccb33d1331d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Connection": "close", + "Content-Length": "30", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 18 Nov 2021 06:37: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": "8fedc540-00f8-4bb7-a9b1-b0b1e883e0d5", + "x-ms-client-request-id": "770d5bb9aa766ba99518bccb33d1331d", + "x-ms-correlation-request-id": "92e954ce-001b-492f-9e3d-b223fccc31de", + "x-ms-ratelimit-remaining-subscription-reads": "11837", + "x-ms-request-id": "a753dbdd-81f1-458a-a05d-0c7b4c5b00c0", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T063748Z:92e954ce-001b-492f-9e3d-b223fccc31de" + }, + "ResponseBody": [ + "{\r\n", + " \u0022status\u0022: \u0022InProgress\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/846e1dcf-6efb-43b9-8e92-a6acec0f9fda?api-version=2021-02-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "8ec36345295070c45b37c381ceed60af", + "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, 18 Nov 2021 06:37: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": "f19d9a43-89a8-40d0-bc86-fe231f89cfd4", + "x-ms-client-request-id": "8ec36345295070c45b37c381ceed60af", + "x-ms-correlation-request-id": "0fa3045c-ec90-49cf-b7e1-474303307d40", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-request-id": "4d919be7-a09e-4e32-9ab9-02db583d1620", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T063749Z:0fa3045c-ec90-49cf-b7e1-474303307d40" + }, + "ResponseBody": [ + "{\r\n", + " \u0022status\u0022: \u0022Succeeded\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-9730/providers/Microsoft.Network/virtualNetworks/vnet-4685?api-version=2021-02-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "4c6915c26f1ce62b10b0a791d3593ca2", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1339", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 18 Nov 2021 06:37:50 GMT", + "ETag": "W/\u002258023a78-e484-4c30-b6a2-cb090a3c0b6d\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": "8f26ac3a-e616-4cad-8d2d-97f67ccc2445", + "x-ms-client-request-id": "4c6915c26f1ce62b10b0a791d3593ca2", + "x-ms-correlation-request-id": "9257f49d-9439-4830-aec2-4409d6fb3fb8", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-request-id": "659a7aa8-eaec-433e-ab1b-50459437863a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T063750Z:9257f49d-9439-4830-aec2-4409d6fb3fb8" + }, + "ResponseBody": [ + "{\r\n", + " \u0022name\u0022: \u0022vnet-4685\u0022,\r\n", + " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-9730/providers/Microsoft.Network/virtualNetworks/vnet-4685\u0022,\r\n", + " \u0022etag\u0022: \u0022W/\\\u002258023a78-e484-4c30-b6a2-cb090a3c0b6d\\\u0022\u0022,\r\n", + " \u0022type\u0022: \u0022Microsoft.Network/virtualNetworks\u0022,\r\n", + " \u0022location\u0022: \u0022westus2\u0022,\r\n", + " \u0022properties\u0022: {\r\n", + " \u0022provisioningState\u0022: \u0022Succeeded\u0022,\r\n", + " \u0022resourceGuid\u0022: \u0022e15f8f7e-776a-4111-9a71-5c4bf465c785\u0022,\r\n", + " \u0022addressSpace\u0022: {\r\n", + " \u0022addressPrefixes\u0022: [\r\n", + " \u002210.0.0.0/16\u0022\r\n", + " ]\r\n", + " },\r\n", + " \u0022dhcpOptions\u0022: {\r\n", + " \u0022dnsServers\u0022: [\r\n", + " \u002210.1.1.1\u0022,\r\n", + " \u002210.1.2.4\u0022\r\n", + " ]\r\n", + " },\r\n", + " \u0022subnets\u0022: [\r\n", + " {\r\n", + " \u0022name\u0022: \u0022default\u0022,\r\n", + " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-9730/providers/Microsoft.Network/virtualNetworks/vnet-4685/subnets/default\u0022,\r\n", + " \u0022etag\u0022: \u0022W/\\\u002258023a78-e484-4c30-b6a2-cb090a3c0b6d\\\u0022\u0022,\r\n", + " \u0022properties\u0022: {\r\n", + " \u0022provisioningState\u0022: \u0022Succeeded\u0022,\r\n", + " \u0022addressPrefix\u0022: \u002210.0.1.0/24\u0022,\r\n", + " \u0022delegations\u0022: [],\r\n", + " \u0022privateEndpointNetworkPolicies\u0022: \u0022Disabled\u0022,\r\n", + " \u0022privateLinkServiceNetworkPolicies\u0022: \u0022Enabled\u0022\r\n", + " },\r\n", + " \u0022type\u0022: \u0022Microsoft.Network/virtualNetworks/subnets\u0022\r\n", + " }\r\n", + " ],\r\n", + " \u0022virtualNetworkPeerings\u0022: [],\r\n", + " \u0022enableDdosProtection\u0022: false\r\n", + " }\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-9730/providers/Microsoft.Network/privateEndpoints/pe-3739?api-version=2021-02-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "728", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager.Network/1.0.0-beta.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "aaa8a3cd8fb49d961b3ee7279ca8b80c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "location": "westus2", + "properties": { + "subnet": { + "name": "default", + "type": "Microsoft.Network/virtualNetworks/subnets", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-9730/providers/Microsoft.Network/virtualNetworks/vnet-4685/subnets/default", + "properties": { + "addressPrefix": "10.0.1.0/24", + "delegations": [], + "privateEndpointNetworkPolicies": "Disabled", + "privateLinkServiceNetworkPolicies": "Enabled" + } + }, + "manualPrivateLinkServiceConnections": [ + { + "name": "pec4285", + "properties": { + "privateLinkServiceId": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-9730/providers/Microsoft.Storage/storageAccounts/teststoragemgmt8886", + "groupIds": [ + "Blob" + ], + "requestMessage": "SDK test" + } + } + ] + } + }, + "StatusCode": 201, + "ResponseHeaders": { + "Azure-AsyncNotification": "Enabled", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8215770e-4efe-40b8-8e3f-68e90f7e8c58?api-version=2021-02-01", + "Cache-Control": "no-cache", + "Content-Length": "1950", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 18 Nov 2021 06:37:59 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": "4026dd44-c465-4793-ae91-c12acbeb0b1b", + "x-ms-client-request-id": "aaa8a3cd8fb49d961b3ee7279ca8b80c", + "x-ms-correlation-request-id": "320b55c3-b07e-4d05-9480-29c8db28ac53", + "x-ms-ratelimit-remaining-subscription-writes": "1199", + "x-ms-request-id": "8215770e-4efe-40b8-8e3f-68e90f7e8c58", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T063759Z:320b55c3-b07e-4d05-9480-29c8db28ac53" + }, + "ResponseBody": [ + "{\r\n", + " \u0022name\u0022: \u0022pe-3739\u0022,\r\n", + " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-9730/providers/Microsoft.Network/privateEndpoints/pe-3739\u0022,\r\n", + " \u0022etag\u0022: \u0022W/\\\u00222b30bab2-9fc4-4f3d-9186-812dd84ea3c0\\\u0022\u0022,\r\n", + " \u0022type\u0022: \u0022Microsoft.Network/privateEndpoints\u0022,\r\n", + " \u0022location\u0022: \u0022westus2\u0022,\r\n", + " \u0022properties\u0022: {\r\n", + " \u0022provisioningState\u0022: \u0022Updating\u0022,\r\n", + " \u0022resourceGuid\u0022: \u0022eb8c8bd7-9d2f-404d-9946-db8a091a884e\u0022,\r\n", + " \u0022privateLinkServiceConnections\u0022: [],\r\n", + " \u0022manualPrivateLinkServiceConnections\u0022: [\r\n", + " {\r\n", + " \u0022name\u0022: \u0022pec4285\u0022,\r\n", + " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-9730/providers/Microsoft.Network/privateEndpoints/pe-3739/manualPrivateLinkServiceConnections/pec4285\u0022,\r\n", + " \u0022etag\u0022: \u0022W/\\\u00222b30bab2-9fc4-4f3d-9186-812dd84ea3c0\\\u0022\u0022,\r\n", + " \u0022properties\u0022: {\r\n", + " \u0022provisioningState\u0022: \u0022Succeeded\u0022,\r\n", + " \u0022privateLinkServiceId\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-9730/providers/Microsoft.Storage/storageAccounts/teststoragemgmt8886\u0022,\r\n", + " \u0022groupIds\u0022: [\r\n", + " \u0022Blob\u0022\r\n", + " ],\r\n", + " \u0022requestMessage\u0022: \u0022SDK test\u0022,\r\n", + " \u0022privateLinkServiceConnectionState\u0022: {\r\n", + " \u0022status\u0022: \u0022Pending\u0022,\r\n", + " \u0022description\u0022: \u0022SDK test\u0022,\r\n", + " \u0022actionsRequired\u0022: \u0022None\u0022\r\n", + " }\r\n", + " },\r\n", + " \u0022type\u0022: \u0022Microsoft.Network/privateEndpoints/manualPrivateLinkServiceConnections\u0022\r\n", + " }\r\n", + " ],\r\n", + " \u0022subnet\u0022: {\r\n", + " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-9730/providers/Microsoft.Network/virtualNetworks/vnet-4685/subnets/default\u0022\r\n", + " },\r\n", + " \u0022networkInterfaces\u0022: [\r\n", + " {\r\n", + " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-9730/providers/Microsoft.Network/networkInterfaces/pe-3739.nic.fe083069-d517-40ac-b8d0-09222d0a28b9\u0022\r\n", + " }\r\n", + " ],\r\n", + " \u0022customDnsConfigs\u0022: []\r\n", + " }\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8215770e-4efe-40b8-8e3f-68e90f7e8c58?api-version=2021-02-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "bc206ee81807d961b57e53ecfee814ff", + "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, 18 Nov 2021 06:37:59 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": "a5cd6ac8-c81b-45e8-8ecc-ad4662e39e90", + "x-ms-client-request-id": "bc206ee81807d961b57e53ecfee814ff", + "x-ms-correlation-request-id": "890a9861-df9a-4d71-9aa2-61e69f28df72", + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-request-id": "4ad2cea1-e961-41db-9a44-be3cabec091b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T063759Z:890a9861-df9a-4d71-9aa2-61e69f28df72" + }, + "ResponseBody": [ + "{\r\n", + " \u0022status\u0022: \u0022InProgress\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8215770e-4efe-40b8-8e3f-68e90f7e8c58?api-version=2021-02-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "1f51c7d9b23af75f6bca2c140d63011a", + "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, 18 Nov 2021 06:38:00 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": "16b478f9-6ebb-446c-81d4-84f4ea8f9001", + "x-ms-client-request-id": "1f51c7d9b23af75f6bca2c140d63011a", + "x-ms-correlation-request-id": "4081ad7f-1573-41c0-ba08-bc456c264d5c", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-request-id": "c1e0944a-d012-445b-8a5f-985c2844d5e9", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T063800Z:4081ad7f-1573-41c0-ba08-bc456c264d5c" + }, + "ResponseBody": [ + "{\r\n", + " \u0022status\u0022: \u0022InProgress\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8215770e-4efe-40b8-8e3f-68e90f7e8c58?api-version=2021-02-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "2e3fc743fc87f004bb8e3182824bde95", + "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, 18 Nov 2021 06:38:02 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": "65460258-decd-400d-8fcc-5f0bb8f475ab", + "x-ms-client-request-id": "2e3fc743fc87f004bb8e3182824bde95", + "x-ms-correlation-request-id": "06728836-ce1b-4b0d-abad-4eb64a1aeb83", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-request-id": "14a2f262-a8eb-4183-b54b-1dd882e17ac8", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T063802Z:06728836-ce1b-4b0d-abad-4eb64a1aeb83" + }, + "ResponseBody": [ + "{\r\n", + " \u0022status\u0022: \u0022InProgress\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8215770e-4efe-40b8-8e3f-68e90f7e8c58?api-version=2021-02-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "d459828bdbb036e50e28513deb4ccb52", + "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, 18 Nov 2021 06:38:03 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": "c51430d3-3a06-4cd2-8d4c-d89adefb885f", + "x-ms-client-request-id": "d459828bdbb036e50e28513deb4ccb52", + "x-ms-correlation-request-id": "55314862-75d0-4164-aac8-e90932e022bc", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-request-id": "05d483b0-f2e7-48a5-b663-4a27a1203317", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T063803Z:55314862-75d0-4164-aac8-e90932e022bc" + }, + "ResponseBody": [ + "{\r\n", + " \u0022status\u0022: \u0022InProgress\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8215770e-4efe-40b8-8e3f-68e90f7e8c58?api-version=2021-02-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "37a9397ce5a9dd77c36064ab81dd751f", + "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, 18 Nov 2021 06:38:04 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": "70c023f3-295d-428e-9f8a-45b0f65ce53e", + "x-ms-client-request-id": "37a9397ce5a9dd77c36064ab81dd751f", + "x-ms-correlation-request-id": "e1051e5b-4f00-4613-8345-82c4c84e5887", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-request-id": "7cb281be-be5e-4f05-a4cc-a31eb1f10835", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T063804Z:e1051e5b-4f00-4613-8345-82c4c84e5887" + }, + "ResponseBody": [ + "{\r\n", + " \u0022status\u0022: \u0022InProgress\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8215770e-4efe-40b8-8e3f-68e90f7e8c58?api-version=2021-02-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "8b8996eb2d0a6869e1091f5faac6046e", + "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, 18 Nov 2021 06:38:05 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": "9cbfacda-4d63-4eca-b14f-136c1a062efd", + "x-ms-client-request-id": "8b8996eb2d0a6869e1091f5faac6046e", + "x-ms-correlation-request-id": "fdaf3e9b-e4b5-407b-9029-d10ad8da4d0c", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-request-id": "6a87c031-b189-4578-871f-ec4f6b447317", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T063806Z:fdaf3e9b-e4b5-407b-9029-d10ad8da4d0c" + }, + "ResponseBody": [ + "{\r\n", + " \u0022status\u0022: \u0022InProgress\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8215770e-4efe-40b8-8e3f-68e90f7e8c58?api-version=2021-02-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "4905dfc2a7a2a5ec0a7c1150773ab531", + "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, 18 Nov 2021 06:38:07 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": "07546b8c-1da5-4125-a161-f2aa42d3e588", + "x-ms-client-request-id": "4905dfc2a7a2a5ec0a7c1150773ab531", + "x-ms-correlation-request-id": "2a0e846d-fa48-4951-b52a-35772d44ad33", + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-request-id": "d1208d18-262e-44bb-95c4-2399fe134bc5", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T063807Z:2a0e846d-fa48-4951-b52a-35772d44ad33" + }, + "ResponseBody": [ + "{\r\n", + " \u0022status\u0022: \u0022InProgress\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8215770e-4efe-40b8-8e3f-68e90f7e8c58?api-version=2021-02-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "555131b340c24f48d041559fc61832fc", + "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, 18 Nov 2021 06:38:08 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": "b3b5c303-2453-4a69-8e99-d839c18e9221", + "x-ms-client-request-id": "555131b340c24f48d041559fc61832fc", + "x-ms-correlation-request-id": "186dde65-4870-46ec-8776-e909c61c0dde", + "x-ms-ratelimit-remaining-subscription-reads": "11988", + "x-ms-request-id": "9e7d5ff1-7e9e-4e0a-8ee4-3f7c6b4d2079", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T063808Z:186dde65-4870-46ec-8776-e909c61c0dde" + }, + "ResponseBody": [ + "{\r\n", + " \u0022status\u0022: \u0022InProgress\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8215770e-4efe-40b8-8e3f-68e90f7e8c58?api-version=2021-02-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "a2e8f55c2bd7447daae4808d1b19f1a7", + "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, 18 Nov 2021 06:38:09 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": "0df4238c-1169-499e-bd25-e11e040c3efd", + "x-ms-client-request-id": "a2e8f55c2bd7447daae4808d1b19f1a7", + "x-ms-correlation-request-id": "9247fe58-fa5d-41d1-8134-3de27d1969c2", + "x-ms-ratelimit-remaining-subscription-reads": "11987", + "x-ms-request-id": "52d7edad-077e-4d5c-9fbc-f76872522b35", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T063809Z:9247fe58-fa5d-41d1-8134-3de27d1969c2" + }, + "ResponseBody": [ + "{\r\n", + " \u0022status\u0022: \u0022InProgress\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8215770e-4efe-40b8-8e3f-68e90f7e8c58?api-version=2021-02-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "78abed54af7581ac96b57861514cdef2", + "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, 18 Nov 2021 06:38:10 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": "f854460f-7033-4127-9376-c02a54be0800", + "x-ms-client-request-id": "78abed54af7581ac96b57861514cdef2", + "x-ms-correlation-request-id": "2fee5e4c-cfc3-4ed7-bf48-8bb465b47a35", + "x-ms-ratelimit-remaining-subscription-reads": "11986", + "x-ms-request-id": "bceb8d81-4797-498c-bb0e-258ed2c6667a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T063811Z:2fee5e4c-cfc3-4ed7-bf48-8bb465b47a35" + }, + "ResponseBody": [ + "{\r\n", + " \u0022status\u0022: \u0022InProgress\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8215770e-4efe-40b8-8e3f-68e90f7e8c58?api-version=2021-02-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "81f314491251875ab40daaddc0ba33b7", + "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, 18 Nov 2021 06:38:12 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": "20c069fa-7bef-4355-a56a-e9b030528212", + "x-ms-client-request-id": "81f314491251875ab40daaddc0ba33b7", + "x-ms-correlation-request-id": "a88d82c5-57f8-40da-83be-bb0268d15f31", + "x-ms-ratelimit-remaining-subscription-reads": "11985", + "x-ms-request-id": "33c7acb3-03aa-4f76-a1d8-43a012b330a5", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T063812Z:a88d82c5-57f8-40da-83be-bb0268d15f31" + }, + "ResponseBody": [ + "{\r\n", + " \u0022status\u0022: \u0022InProgress\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8215770e-4efe-40b8-8e3f-68e90f7e8c58?api-version=2021-02-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "d84bae50b96cac8749670b21b31bf25d", + "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, 18 Nov 2021 06:38:13 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": "d00b0caf-589e-42f4-a9cd-d2476976a8d7", + "x-ms-client-request-id": "d84bae50b96cac8749670b21b31bf25d", + "x-ms-correlation-request-id": "b06282b2-9401-47b9-91bb-5372efe7bdc4", + "x-ms-ratelimit-remaining-subscription-reads": "11984", + "x-ms-request-id": "170c77fd-dd04-4b63-992d-3b3f0b7dc578", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T063813Z:b06282b2-9401-47b9-91bb-5372efe7bdc4" + }, + "ResponseBody": [ + "{\r\n", + " \u0022status\u0022: \u0022InProgress\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8215770e-4efe-40b8-8e3f-68e90f7e8c58?api-version=2021-02-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "07438d066f2541569323c36704cec0dc", + "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, 18 Nov 2021 06:38:14 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": "88a3ef7c-148e-4adc-883b-cc33c8ce49df", + "x-ms-client-request-id": "07438d066f2541569323c36704cec0dc", + "x-ms-correlation-request-id": "6ba11bd8-e62c-483a-b0a9-c727359083db", + "x-ms-ratelimit-remaining-subscription-reads": "11983", + "x-ms-request-id": "d2e633ea-a274-4fac-86c6-1677d737f37c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T063814Z:6ba11bd8-e62c-483a-b0a9-c727359083db" + }, + "ResponseBody": [ + "{\r\n", + " \u0022status\u0022: \u0022Succeeded\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-9730/providers/Microsoft.Network/privateEndpoints/pe-3739?api-version=2021-02-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "a311c181050190868d4638ea0738d498", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1951", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 18 Nov 2021 06:38:14 GMT", + "ETag": "W/\u00221f8cd605-cc81-4b40-8c97-afe3767c6e19\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": "3bd8f3cb-b111-45df-8092-48ed0f86b9eb", + "x-ms-client-request-id": "a311c181050190868d4638ea0738d498", + "x-ms-correlation-request-id": "05c1b9ea-3659-4be5-ac17-7e8502832c75", + "x-ms-ratelimit-remaining-subscription-reads": "11982", + "x-ms-request-id": "e6e8a466-9b63-4997-8a51-b4dba5c46d6c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T063815Z:05c1b9ea-3659-4be5-ac17-7e8502832c75" + }, + "ResponseBody": [ + "{\r\n", + " \u0022name\u0022: \u0022pe-3739\u0022,\r\n", + " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-9730/providers/Microsoft.Network/privateEndpoints/pe-3739\u0022,\r\n", + " \u0022etag\u0022: \u0022W/\\\u00221f8cd605-cc81-4b40-8c97-afe3767c6e19\\\u0022\u0022,\r\n", + " \u0022type\u0022: \u0022Microsoft.Network/privateEndpoints\u0022,\r\n", + " \u0022location\u0022: \u0022westus2\u0022,\r\n", + " \u0022properties\u0022: {\r\n", + " \u0022provisioningState\u0022: \u0022Succeeded\u0022,\r\n", + " \u0022resourceGuid\u0022: \u0022eb8c8bd7-9d2f-404d-9946-db8a091a884e\u0022,\r\n", + " \u0022privateLinkServiceConnections\u0022: [],\r\n", + " \u0022manualPrivateLinkServiceConnections\u0022: [\r\n", + " {\r\n", + " \u0022name\u0022: \u0022pec4285\u0022,\r\n", + " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-9730/providers/Microsoft.Network/privateEndpoints/pe-3739/manualPrivateLinkServiceConnections/pec4285\u0022,\r\n", + " \u0022etag\u0022: \u0022W/\\\u00221f8cd605-cc81-4b40-8c97-afe3767c6e19\\\u0022\u0022,\r\n", + " \u0022properties\u0022: {\r\n", + " \u0022provisioningState\u0022: \u0022Succeeded\u0022,\r\n", + " \u0022privateLinkServiceId\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-9730/providers/Microsoft.Storage/storageAccounts/teststoragemgmt8886\u0022,\r\n", + " \u0022groupIds\u0022: [\r\n", + " \u0022Blob\u0022\r\n", + " ],\r\n", + " \u0022requestMessage\u0022: \u0022SDK test\u0022,\r\n", + " \u0022privateLinkServiceConnectionState\u0022: {\r\n", + " \u0022status\u0022: \u0022Pending\u0022,\r\n", + " \u0022description\u0022: \u0022SDK test\u0022,\r\n", + " \u0022actionsRequired\u0022: \u0022None\u0022\r\n", + " }\r\n", + " },\r\n", + " \u0022type\u0022: \u0022Microsoft.Network/privateEndpoints/manualPrivateLinkServiceConnections\u0022\r\n", + " }\r\n", + " ],\r\n", + " \u0022subnet\u0022: {\r\n", + " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-9730/providers/Microsoft.Network/virtualNetworks/vnet-4685/subnets/default\u0022\r\n", + " },\r\n", + " \u0022networkInterfaces\u0022: [\r\n", + " {\r\n", + " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-9730/providers/Microsoft.Network/networkInterfaces/pe-3739.nic.fe083069-d517-40ac-b8d0-09222d0a28b9\u0022\r\n", + " }\r\n", + " ],\r\n", + " \u0022customDnsConfigs\u0022: []\r\n", + " }\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-9730/providers/Microsoft.Storage/storageAccounts/teststoragemgmt8886/privateEndpointConnections?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211118.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "33d74c1b2c76e09158094548f520a87a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "709", + "Content-Type": "application/json", + "Date": "Thu, 18 Nov 2021 06:38:15 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "33d74c1b2c76e09158094548f520a87a", + "x-ms-correlation-request-id": "2acae0a7-2a7d-4a86-a552-ad07e6e6fe9f", + "x-ms-ratelimit-remaining-subscription-reads": "11981", + "x-ms-request-id": "116d9110-dc51-48fd-a7ea-bc99f3e8903b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T063815Z:2acae0a7-2a7d-4a86-a552-ad07e6e6fe9f" + }, + "ResponseBody": { + "value": [ + { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-9730/providers/Microsoft.Storage/storageAccounts/teststoragemgmt8886/privateEndpointConnections/teststoragemgmt8886.dd00348f-b531-4684-b62f-0c84f7610ac2", + "name": "teststoragemgmt8886.dd00348f-b531-4684-b62f-0c84f7610ac2", + "type": "Microsoft.Storage/storageAccounts/privateEndpointConnections", + "properties": { + "provisioningState": "Succeeded", + "privateEndpoint": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-9730/providers/Microsoft.Network/privateEndpoints/pe-3739" + }, + "privateLinkServiceConnectionState": { + "status": "Pending", + "description": "SDK test", + "actionRequired": "None" + } + } + } + ] + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-9730/providers/Microsoft.Storage/storageAccounts/teststoragemgmt8886/privateEndpointConnections?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211118.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "f19f2ea64f0a015c07b379de366b395b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "709", + "Content-Type": "application/json", + "Date": "Thu, 18 Nov 2021 06:38:15 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f19f2ea64f0a015c07b379de366b395b", + "x-ms-correlation-request-id": "1f7e7300-a717-4149-bb34-9d18912173a0", + "x-ms-ratelimit-remaining-subscription-reads": "11980", + "x-ms-request-id": "108a9d46-8528-48ab-9c0e-e4f9cc88abba", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T063815Z:1f7e7300-a717-4149-bb34-9d18912173a0" + }, + "ResponseBody": { + "value": [ + { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-9730/providers/Microsoft.Storage/storageAccounts/teststoragemgmt8886/privateEndpointConnections/teststoragemgmt8886.dd00348f-b531-4684-b62f-0c84f7610ac2", + "name": "teststoragemgmt8886.dd00348f-b531-4684-b62f-0c84f7610ac2", + "type": "Microsoft.Storage/storageAccounts/privateEndpointConnections", + "properties": { + "provisioningState": "Succeeded", + "privateEndpoint": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-9730/providers/Microsoft.Network/privateEndpoints/pe-3739" + }, + "privateLinkServiceConnectionState": { + "status": "Pending", + "description": "SDK test", + "actionRequired": "None" + } + } + } + ] + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-9730/providers/Microsoft.Storage/storageAccounts/teststoragemgmt8886/privateEndpointConnections/teststoragemgmt8886.dd00348f-b531-4684-b62f-0c84f7610ac2?api-version=2021-04-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211118.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "b74c2b4f8df755662f304af7c03d9a6d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 06:38:17 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b74c2b4f8df755662f304af7c03d9a6d", + "x-ms-correlation-request-id": "103be47b-0d33-483b-94b0-e28cc38c81f0", + "x-ms-ratelimit-remaining-subscription-deletes": "14999", + "x-ms-request-id": "ab2acae6-4a18-43a0-a376-e28f9ac54c51", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T063817Z:103be47b-0d33-483b-94b0-e28cc38c81f0" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-9730/providers/Microsoft.Storage/storageAccounts/teststoragemgmt8886?api-version=2021-04-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211118.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "d944bd9ee398cc8df0d62cc2b3b3aaec", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 06:38:24 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d944bd9ee398cc8df0d62cc2b3b3aaec", + "x-ms-correlation-request-id": "979dd2ab-1a04-45c2-ac65-af4354b1b417", + "x-ms-ratelimit-remaining-subscription-deletes": "14998", + "x-ms-request-id": "a6e9e7d9-398f-4877-83ef-5ba806655dcc", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T063824Z:979dd2ab-1a04-45c2-ac65-af4354b1b417" + }, + "ResponseBody": [] + } + ], + "Variables": { + "RandomSeed": "1159308060", + "RESOURCE_MANAGER_URL": null, + "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" + } +} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/PrivateEndpointConnectionTests/PrivateEndpointConnectionDelete.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/PrivateEndpointConnectionTests/PrivateEndpointConnectionDelete.json new file mode 100644 index 0000000000000..1ff4c0ee59614 --- /dev/null +++ b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/PrivateEndpointConnectionTests/PrivateEndpointConnectionDelete.json @@ -0,0 +1,1714 @@ +{ + "Entries": [ + { + "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-1a104f2a4f53ba4aace4718d5e35367a-b995f665b6c17d45-00", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "a6eb9885ea9e5a7c423c0ee0a9aa5f40", + "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, 18 Nov 2021 06:35:09 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "fe9451fc-fd32-45e4-9bb1-e451c3ca45cd", + "x-ms-ratelimit-remaining-subscription-reads": "11925", + "x-ms-request-id": "fe9451fc-fd32-45e4-9bb1-e451c3ca45cd", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T063509Z:fe9451fc-fd32-45e4-9bb1-e451c3ca45cd" + }, + "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/teststorageRG-1691?api-version=2019-10-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "44", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "692e28e1854441cc272fe34521b5cff5", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "location": "eastus2", + "tags": { + "test": "env" + } + }, + "StatusCode": 201, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "256", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 18 Nov 2021 06:35:10 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "359fe0a5-b73c-4442-b4a5-b4547e30ac63", + "x-ms-ratelimit-remaining-subscription-writes": "1190", + "x-ms-request-id": "359fe0a5-b73c-4442-b4a5-b4547e30ac63", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T063510Z:359fe0a5-b73c-4442-b4a5-b4547e30ac63" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1691", + "name": "teststorageRG-1691", + "type": "Microsoft.Resources/resourceGroups", + "location": "eastus2", + "tags": { + "test": "env" + }, + "properties": { + "provisioningState": "Succeeded" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/checkNameAvailability?api-version=2021-04-01", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "73", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211118.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "0aa96287bb6375f17fe09640fa5f9d03", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "name": "teststoragemgmt4000", + "type": "Microsoft.Storage/storageAccounts" + }, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "22", + "Content-Type": "application/json", + "Date": "Thu, 18 Nov 2021 06:35:11 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "0aa96287bb6375f17fe09640fa5f9d03", + "x-ms-correlation-request-id": "51e96b0c-b731-46b6-a470-066a7b907af8", + "x-ms-ratelimit-remaining-subscription-reads": "11924", + "x-ms-request-id": "e24a91fd-b373-46a1-bab5-cbedd8699485", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T063511Z:51e96b0c-b731-46b6-a470-066a7b907af8" + }, + "ResponseBody": { + "nameAvailable": true + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1691/providers/Microsoft.Storage/storageAccounts/teststoragemgmt4000?api-version=2021-04-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "128", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211118.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "38dc363c40901f136577ba981520863f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "sku": { + "name": "Standard_GRS" + }, + "kind": "StorageV2", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": {} + }, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 06:35:14 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77581b58-3b1a-4392-8bef-7232ad0d676b?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "38dc363c40901f136577ba981520863f", + "x-ms-correlation-request-id": "fd394a55-54ac-4c5c-a3d0-e8478db14d90", + "x-ms-ratelimit-remaining-subscription-writes": "1189", + "x-ms-request-id": "77581b58-3b1a-4392-8bef-7232ad0d676b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T063515Z:fd394a55-54ac-4c5c-a3d0-e8478db14d90" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77581b58-3b1a-4392-8bef-7232ad0d676b?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "7fe54145bdf347f64f8aa5eb0058605e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 06:35:15 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77581b58-3b1a-4392-8bef-7232ad0d676b?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "7fe54145bdf347f64f8aa5eb0058605e", + "x-ms-correlation-request-id": "82f1c41a-c3ba-4cf7-83ef-96bb85185a6c", + "x-ms-ratelimit-remaining-subscription-reads": "11923", + "x-ms-request-id": "874eeca3-bafa-4716-b84a-e4f89f8f0aa8", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T063515Z:82f1c41a-c3ba-4cf7-83ef-96bb85185a6c" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77581b58-3b1a-4392-8bef-7232ad0d676b?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "d855575aa03cce6cb86ffb9c7a6fe864", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 06:35:16 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77581b58-3b1a-4392-8bef-7232ad0d676b?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d855575aa03cce6cb86ffb9c7a6fe864", + "x-ms-correlation-request-id": "724e4d5d-04c3-49f8-a1a5-43bd1554ee51", + "x-ms-ratelimit-remaining-subscription-reads": "11922", + "x-ms-request-id": "d390e508-286d-4484-acc7-cd1f69addab6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T063516Z:724e4d5d-04c3-49f8-a1a5-43bd1554ee51" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77581b58-3b1a-4392-8bef-7232ad0d676b?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "d352ea4b073a2d4b2bdbad0cc7926ce3", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 06:35:17 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77581b58-3b1a-4392-8bef-7232ad0d676b?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d352ea4b073a2d4b2bdbad0cc7926ce3", + "x-ms-correlation-request-id": "e12c4e4c-3a26-435c-b267-e186ca0c7174", + "x-ms-ratelimit-remaining-subscription-reads": "11921", + "x-ms-request-id": "8eb12b79-ba0f-4cd2-bf29-4d51aa0c45d6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T063518Z:e12c4e4c-3a26-435c-b267-e186ca0c7174" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77581b58-3b1a-4392-8bef-7232ad0d676b?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "de49669353aba593d416c683c15acce0", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 06:35:18 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77581b58-3b1a-4392-8bef-7232ad0d676b?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "de49669353aba593d416c683c15acce0", + "x-ms-correlation-request-id": "ebfb6f9a-9808-4546-b4c6-ee8a83a7e19a", + "x-ms-ratelimit-remaining-subscription-reads": "11920", + "x-ms-request-id": "fed46db0-2fe3-4ef5-9729-99d02fef78f3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T063519Z:ebfb6f9a-9808-4546-b4c6-ee8a83a7e19a" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77581b58-3b1a-4392-8bef-7232ad0d676b?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "15a041a18c0653230b27ad61f2600725", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 06:35:20 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77581b58-3b1a-4392-8bef-7232ad0d676b?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "15a041a18c0653230b27ad61f2600725", + "x-ms-correlation-request-id": "c73fc72b-e94d-4920-980d-d3034eeb5271", + "x-ms-ratelimit-remaining-subscription-reads": "11919", + "x-ms-request-id": "6ac5acae-6d22-4efe-9592-ce6b4e9c4761", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T063520Z:c73fc72b-e94d-4920-980d-d3034eeb5271" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77581b58-3b1a-4392-8bef-7232ad0d676b?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "140817030a25f7b857adfe2440c86bd0", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 06:35:21 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77581b58-3b1a-4392-8bef-7232ad0d676b?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "140817030a25f7b857adfe2440c86bd0", + "x-ms-correlation-request-id": "8d6f7add-fa78-4fa9-b710-e7c0764d8882", + "x-ms-ratelimit-remaining-subscription-reads": "11918", + "x-ms-request-id": "7000b0a6-b5f8-430a-969e-ba823bbb5364", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T063522Z:8d6f7add-fa78-4fa9-b710-e7c0764d8882" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77581b58-3b1a-4392-8bef-7232ad0d676b?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "866acd0e56f206dd42f6d384a631b274", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 06:35:22 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77581b58-3b1a-4392-8bef-7232ad0d676b?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "866acd0e56f206dd42f6d384a631b274", + "x-ms-correlation-request-id": "fff543ac-eefe-447c-bd09-250b5db4716d", + "x-ms-ratelimit-remaining-subscription-reads": "11917", + "x-ms-request-id": "b7fc9d95-bcbe-4468-9b7f-c03610befe9a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T063523Z:fff543ac-eefe-447c-bd09-250b5db4716d" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77581b58-3b1a-4392-8bef-7232ad0d676b?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "a980a10fb85197ba89a8bd588dff1242", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 06:35:24 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77581b58-3b1a-4392-8bef-7232ad0d676b?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a980a10fb85197ba89a8bd588dff1242", + "x-ms-correlation-request-id": "c8433025-698b-47da-87b4-9ce5d8cd184e", + "x-ms-ratelimit-remaining-subscription-reads": "11916", + "x-ms-request-id": "94881dc8-37ae-4207-9704-7590502b213f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T063524Z:c8433025-698b-47da-87b4-9ce5d8cd184e" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77581b58-3b1a-4392-8bef-7232ad0d676b?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "2552dcbc81f5ac323a01d12e36335025", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 06:35:25 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77581b58-3b1a-4392-8bef-7232ad0d676b?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "2552dcbc81f5ac323a01d12e36335025", + "x-ms-correlation-request-id": "9c7a8d39-6a7f-43e9-91f5-73f55571b5a5", + "x-ms-ratelimit-remaining-subscription-reads": "11915", + "x-ms-request-id": "8bffb2ca-135b-4540-9e10-9f0e40d32528", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T063526Z:9c7a8d39-6a7f-43e9-91f5-73f55571b5a5" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77581b58-3b1a-4392-8bef-7232ad0d676b?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "9e158afbc247557e12d3fc4998857943", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 06:35:26 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77581b58-3b1a-4392-8bef-7232ad0d676b?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "9e158afbc247557e12d3fc4998857943", + "x-ms-correlation-request-id": "f9d19506-10dc-49d2-aa55-99b1790d2f64", + "x-ms-ratelimit-remaining-subscription-reads": "11914", + "x-ms-request-id": "aa8636c9-dfad-401e-b83c-aa3497de931e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T063527Z:f9d19506-10dc-49d2-aa55-99b1790d2f64" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77581b58-3b1a-4392-8bef-7232ad0d676b?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "c9c890e38ddf8d7e6ed36f50e78c6155", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 06:35:28 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77581b58-3b1a-4392-8bef-7232ad0d676b?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c9c890e38ddf8d7e6ed36f50e78c6155", + "x-ms-correlation-request-id": "3dc8750f-7fd5-42fb-ab66-34629bdd4259", + "x-ms-ratelimit-remaining-subscription-reads": "11913", + "x-ms-request-id": "d9fd43ca-2ce3-47b2-8d02-4ae1488c920c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T063528Z:3dc8750f-7fd5-42fb-ab66-34629bdd4259" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77581b58-3b1a-4392-8bef-7232ad0d676b?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "035d985874eafafa5dfc122284e913b5", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 06:35:29 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77581b58-3b1a-4392-8bef-7232ad0d676b?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "035d985874eafafa5dfc122284e913b5", + "x-ms-correlation-request-id": "dbd9b34b-1df6-472d-965f-21a36e0fb3a3", + "x-ms-ratelimit-remaining-subscription-reads": "11912", + "x-ms-request-id": "5ea4dc0b-fa4d-4eef-b2db-c54b12c28a68", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T063530Z:dbd9b34b-1df6-472d-965f-21a36e0fb3a3" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77581b58-3b1a-4392-8bef-7232ad0d676b?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "a54a8e88876b6d460c872f74522e6e85", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1487", + "Content-Type": "application/json", + "Date": "Thu, 18 Nov 2021 06:35:30 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a54a8e88876b6d460c872f74522e6e85", + "x-ms-correlation-request-id": "ae93bd51-d01a-4799-aa5e-a0f680092c0e", + "x-ms-ratelimit-remaining-subscription-reads": "11911", + "x-ms-request-id": "0c08dac4-fec2-4dba-a6fd-a1f45a8c5a68", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T063531Z:ae93bd51-d01a-4799-aa5e-a0f680092c0e" + }, + "ResponseBody": { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "StorageV2", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1691/providers/Microsoft.Storage/storageAccounts/teststoragemgmt4000", + "name": "teststoragemgmt4000", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-11-18T06:35:13.8161798Z", + "key2": "2021-11-18T06:35:13.8161798Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-18T06:35:13.8161798Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-18T06:35:13.8161798Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "accessTier": "Hot", + "provisioningState": "Succeeded", + "creationTime": "2021-11-18T06:35:13.7068250Z", + "primaryEndpoints": { + "dfs": "https://teststoragemgmt4000.dfs.core.windows.net/", + "web": "https://teststoragemgmt4000.z20.web.core.windows.net/", + "blob": "https://teststoragemgmt4000.blob.core.windows.net/", + "queue": "https://teststoragemgmt4000.queue.core.windows.net/", + "table": "https://teststoragemgmt4000.table.core.windows.net/", + "file": "https://teststoragemgmt4000.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1691/providers/Microsoft.Network/virtualNetworks/vnet-1903?api-version=2021-02-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "261", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager.Network/1.0.0-beta.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "2700f1a65875956fcd6be27a5b0885c0", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "location": "westus2", + "properties": { + "addressSpace": { + "addressPrefixes": [ + "10.0.0.0/16" + ] + }, + "dhcpOptions": { + "dnsServers": [ + "10.1.1.1", + "10.1.2.4" + ] + }, + "subnets": [ + { + "name": "default", + "properties": { + "addressPrefix": "10.0.1.0/24", + "privateEndpointNetworkPolicies": "Disabled" + } + } + ] + } + }, + "StatusCode": 201, + "ResponseHeaders": { + "Azure-AsyncNotification": "Enabled", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/d262b64d-dfdf-4570-83ae-334ac6162306?api-version=2021-02-01", + "Cache-Control": "no-cache", + "Content-Length": "1337", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 18 Nov 2021 06:35:34 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": "5ed8479f-c147-4d90-93bb-06cede635956", + "x-ms-client-request-id": "2700f1a65875956fcd6be27a5b0885c0", + "x-ms-correlation-request-id": "fab9adaa-6024-4b0f-91b2-59def97cdfb0", + "x-ms-ratelimit-remaining-subscription-writes": "1188", + "x-ms-request-id": "d262b64d-dfdf-4570-83ae-334ac6162306", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T063535Z:fab9adaa-6024-4b0f-91b2-59def97cdfb0" + }, + "ResponseBody": [ + "{\r\n", + " \u0022name\u0022: \u0022vnet-1903\u0022,\r\n", + " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1691/providers/Microsoft.Network/virtualNetworks/vnet-1903\u0022,\r\n", + " \u0022etag\u0022: \u0022W/\\\u0022be63cf8a-2f98-4d63-b794-7b21b4363b34\\\u0022\u0022,\r\n", + " \u0022type\u0022: \u0022Microsoft.Network/virtualNetworks\u0022,\r\n", + " \u0022location\u0022: \u0022westus2\u0022,\r\n", + " \u0022properties\u0022: {\r\n", + " \u0022provisioningState\u0022: \u0022Updating\u0022,\r\n", + " \u0022resourceGuid\u0022: \u0022a3643a9a-2c76-4af3-a15d-55146f1a1448\u0022,\r\n", + " \u0022addressSpace\u0022: {\r\n", + " \u0022addressPrefixes\u0022: [\r\n", + " \u002210.0.0.0/16\u0022\r\n", + " ]\r\n", + " },\r\n", + " \u0022dhcpOptions\u0022: {\r\n", + " \u0022dnsServers\u0022: [\r\n", + " \u002210.1.1.1\u0022,\r\n", + " \u002210.1.2.4\u0022\r\n", + " ]\r\n", + " },\r\n", + " \u0022subnets\u0022: [\r\n", + " {\r\n", + " \u0022name\u0022: \u0022default\u0022,\r\n", + " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1691/providers/Microsoft.Network/virtualNetworks/vnet-1903/subnets/default\u0022,\r\n", + " \u0022etag\u0022: \u0022W/\\\u0022be63cf8a-2f98-4d63-b794-7b21b4363b34\\\u0022\u0022,\r\n", + " \u0022properties\u0022: {\r\n", + " \u0022provisioningState\u0022: \u0022Updating\u0022,\r\n", + " \u0022addressPrefix\u0022: \u002210.0.1.0/24\u0022,\r\n", + " \u0022delegations\u0022: [],\r\n", + " \u0022privateEndpointNetworkPolicies\u0022: \u0022Disabled\u0022,\r\n", + " \u0022privateLinkServiceNetworkPolicies\u0022: \u0022Enabled\u0022\r\n", + " },\r\n", + " \u0022type\u0022: \u0022Microsoft.Network/virtualNetworks/subnets\u0022\r\n", + " }\r\n", + " ],\r\n", + " \u0022virtualNetworkPeerings\u0022: [],\r\n", + " \u0022enableDdosProtection\u0022: false\r\n", + " }\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/d262b64d-dfdf-4570-83ae-334ac6162306?api-version=2021-02-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "f8ddb08c8d133513db0f9d1b64f3b07e", + "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, 18 Nov 2021 06:35: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": "d475d0f3-6a0f-46a0-9466-2703b963b9ee", + "x-ms-client-request-id": "f8ddb08c8d133513db0f9d1b64f3b07e", + "x-ms-correlation-request-id": "14289ca1-2174-46f7-a73a-098d1a957e8f", + "x-ms-ratelimit-remaining-subscription-reads": "11910", + "x-ms-request-id": "d472d822-5084-4ce8-b539-fadfba2df28f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T063535Z:14289ca1-2174-46f7-a73a-098d1a957e8f" + }, + "ResponseBody": [ + "{\r\n", + " \u0022status\u0022: \u0022Succeeded\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1691/providers/Microsoft.Network/virtualNetworks/vnet-1903?api-version=2021-02-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "6698b3aa4316bdb620af377ef62b0f26", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1339", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 18 Nov 2021 06:35:35 GMT", + "ETag": "W/\u002261e0262a-6681-43cf-8c74-a27389d1c0fa\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": "670f7e89-7f88-4aec-a8f1-ff62ef9e9a7b", + "x-ms-client-request-id": "6698b3aa4316bdb620af377ef62b0f26", + "x-ms-correlation-request-id": "fb1154a0-a5bb-45ab-92fa-ece6f7562948", + "x-ms-ratelimit-remaining-subscription-reads": "11909", + "x-ms-request-id": "8d1b7709-804d-4b08-82c4-7bd859927c5d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T063536Z:fb1154a0-a5bb-45ab-92fa-ece6f7562948" + }, + "ResponseBody": [ + "{\r\n", + " \u0022name\u0022: \u0022vnet-1903\u0022,\r\n", + " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1691/providers/Microsoft.Network/virtualNetworks/vnet-1903\u0022,\r\n", + " \u0022etag\u0022: \u0022W/\\\u002261e0262a-6681-43cf-8c74-a27389d1c0fa\\\u0022\u0022,\r\n", + " \u0022type\u0022: \u0022Microsoft.Network/virtualNetworks\u0022,\r\n", + " \u0022location\u0022: \u0022westus2\u0022,\r\n", + " \u0022properties\u0022: {\r\n", + " \u0022provisioningState\u0022: \u0022Succeeded\u0022,\r\n", + " \u0022resourceGuid\u0022: \u0022a3643a9a-2c76-4af3-a15d-55146f1a1448\u0022,\r\n", + " \u0022addressSpace\u0022: {\r\n", + " \u0022addressPrefixes\u0022: [\r\n", + " \u002210.0.0.0/16\u0022\r\n", + " ]\r\n", + " },\r\n", + " \u0022dhcpOptions\u0022: {\r\n", + " \u0022dnsServers\u0022: [\r\n", + " \u002210.1.1.1\u0022,\r\n", + " \u002210.1.2.4\u0022\r\n", + " ]\r\n", + " },\r\n", + " \u0022subnets\u0022: [\r\n", + " {\r\n", + " \u0022name\u0022: \u0022default\u0022,\r\n", + " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1691/providers/Microsoft.Network/virtualNetworks/vnet-1903/subnets/default\u0022,\r\n", + " \u0022etag\u0022: \u0022W/\\\u002261e0262a-6681-43cf-8c74-a27389d1c0fa\\\u0022\u0022,\r\n", + " \u0022properties\u0022: {\r\n", + " \u0022provisioningState\u0022: \u0022Succeeded\u0022,\r\n", + " \u0022addressPrefix\u0022: \u002210.0.1.0/24\u0022,\r\n", + " \u0022delegations\u0022: [],\r\n", + " \u0022privateEndpointNetworkPolicies\u0022: \u0022Disabled\u0022,\r\n", + " \u0022privateLinkServiceNetworkPolicies\u0022: \u0022Enabled\u0022\r\n", + " },\r\n", + " \u0022type\u0022: \u0022Microsoft.Network/virtualNetworks/subnets\u0022\r\n", + " }\r\n", + " ],\r\n", + " \u0022virtualNetworkPeerings\u0022: [],\r\n", + " \u0022enableDdosProtection\u0022: false\r\n", + " }\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1691/providers/Microsoft.Network/privateEndpoints/pe-4823?api-version=2021-02-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "728", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager.Network/1.0.0-beta.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "8d2babed2cad22b467ab4bb5edfc46e4", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "location": "westus2", + "properties": { + "subnet": { + "name": "default", + "type": "Microsoft.Network/virtualNetworks/subnets", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1691/providers/Microsoft.Network/virtualNetworks/vnet-1903/subnets/default", + "properties": { + "addressPrefix": "10.0.1.0/24", + "delegations": [], + "privateEndpointNetworkPolicies": "Disabled", + "privateLinkServiceNetworkPolicies": "Enabled" + } + }, + "manualPrivateLinkServiceConnections": [ + { + "name": "pec4398", + "properties": { + "privateLinkServiceId": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1691/providers/Microsoft.Storage/storageAccounts/teststoragemgmt4000", + "groupIds": [ + "Blob" + ], + "requestMessage": "SDK test" + } + } + ] + } + }, + "StatusCode": 201, + "ResponseHeaders": { + "Azure-AsyncNotification": "Enabled", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3924ef37-24d0-4775-9345-5be2b87944e8?api-version=2021-02-01", + "Cache-Control": "no-cache", + "Content-Length": "1950", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 18 Nov 2021 06:35:41 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": "ffe6e62c-4c48-4ed0-a8be-92da5130d81d", + "x-ms-client-request-id": "8d2babed2cad22b467ab4bb5edfc46e4", + "x-ms-correlation-request-id": "d69dd398-ed81-4977-a1eb-2ef8f166c18b", + "x-ms-ratelimit-remaining-subscription-writes": "1187", + "x-ms-request-id": "3924ef37-24d0-4775-9345-5be2b87944e8", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T063542Z:d69dd398-ed81-4977-a1eb-2ef8f166c18b" + }, + "ResponseBody": [ + "{\r\n", + " \u0022name\u0022: \u0022pe-4823\u0022,\r\n", + " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1691/providers/Microsoft.Network/privateEndpoints/pe-4823\u0022,\r\n", + " \u0022etag\u0022: \u0022W/\\\u0022d32d926e-9041-4647-bfe2-08d7a758ef9e\\\u0022\u0022,\r\n", + " \u0022type\u0022: \u0022Microsoft.Network/privateEndpoints\u0022,\r\n", + " \u0022location\u0022: \u0022westus2\u0022,\r\n", + " \u0022properties\u0022: {\r\n", + " \u0022provisioningState\u0022: \u0022Updating\u0022,\r\n", + " \u0022resourceGuid\u0022: \u00224abd1dd9-4522-4bcd-8555-631ddcefe78a\u0022,\r\n", + " \u0022privateLinkServiceConnections\u0022: [],\r\n", + " \u0022manualPrivateLinkServiceConnections\u0022: [\r\n", + " {\r\n", + " \u0022name\u0022: \u0022pec4398\u0022,\r\n", + " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1691/providers/Microsoft.Network/privateEndpoints/pe-4823/manualPrivateLinkServiceConnections/pec4398\u0022,\r\n", + " \u0022etag\u0022: \u0022W/\\\u0022d32d926e-9041-4647-bfe2-08d7a758ef9e\\\u0022\u0022,\r\n", + " \u0022properties\u0022: {\r\n", + " \u0022provisioningState\u0022: \u0022Succeeded\u0022,\r\n", + " \u0022privateLinkServiceId\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1691/providers/Microsoft.Storage/storageAccounts/teststoragemgmt4000\u0022,\r\n", + " \u0022groupIds\u0022: [\r\n", + " \u0022Blob\u0022\r\n", + " ],\r\n", + " \u0022requestMessage\u0022: \u0022SDK test\u0022,\r\n", + " \u0022privateLinkServiceConnectionState\u0022: {\r\n", + " \u0022status\u0022: \u0022Pending\u0022,\r\n", + " \u0022description\u0022: \u0022SDK test\u0022,\r\n", + " \u0022actionsRequired\u0022: \u0022None\u0022\r\n", + " }\r\n", + " },\r\n", + " \u0022type\u0022: \u0022Microsoft.Network/privateEndpoints/manualPrivateLinkServiceConnections\u0022\r\n", + " }\r\n", + " ],\r\n", + " \u0022subnet\u0022: {\r\n", + " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1691/providers/Microsoft.Network/virtualNetworks/vnet-1903/subnets/default\u0022\r\n", + " },\r\n", + " \u0022networkInterfaces\u0022: [\r\n", + " {\r\n", + " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1691/providers/Microsoft.Network/networkInterfaces/pe-4823.nic.ebe0aeb8-6e75-4357-82fd-9e22e37704bf\u0022\r\n", + " }\r\n", + " ],\r\n", + " \u0022customDnsConfigs\u0022: []\r\n", + " }\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3924ef37-24d0-4775-9345-5be2b87944e8?api-version=2021-02-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "05060fde1d536c06b2f3dc0b716ac13b", + "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, 18 Nov 2021 06:35:41 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": "2fa53e40-0b06-43a2-91df-25df47f56ae6", + "x-ms-client-request-id": "05060fde1d536c06b2f3dc0b716ac13b", + "x-ms-correlation-request-id": "4dfafc31-c43f-4a11-a678-4d7129c70209", + "x-ms-ratelimit-remaining-subscription-reads": "11908", + "x-ms-request-id": "16e779e5-49a7-4150-a7dc-fdbedc54238e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T063542Z:4dfafc31-c43f-4a11-a678-4d7129c70209" + }, + "ResponseBody": [ + "{\r\n", + " \u0022status\u0022: \u0022InProgress\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3924ef37-24d0-4775-9345-5be2b87944e8?api-version=2021-02-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "3c9112377417a4ddb10ab549d520e3b7", + "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, 18 Nov 2021 06:35:42 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": "c4b4cb63-2e72-4072-827c-4fcb5e854433", + "x-ms-client-request-id": "3c9112377417a4ddb10ab549d520e3b7", + "x-ms-correlation-request-id": "445ac03a-dc22-471a-9b27-e72e30128d02", + "x-ms-ratelimit-remaining-subscription-reads": "11907", + "x-ms-request-id": "60b47b1f-ba7e-49a1-aab1-f24567e0e03e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T063543Z:445ac03a-dc22-471a-9b27-e72e30128d02" + }, + "ResponseBody": [ + "{\r\n", + " \u0022status\u0022: \u0022InProgress\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3924ef37-24d0-4775-9345-5be2b87944e8?api-version=2021-02-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "ddd6d4aa41f57c90cba216836ceeae6c", + "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, 18 Nov 2021 06:35:44 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": "e0f0d500-dbf9-4c1d-882c-79f7705865ce", + "x-ms-client-request-id": "ddd6d4aa41f57c90cba216836ceeae6c", + "x-ms-correlation-request-id": "76c2360e-eb03-4b43-b362-9bb613a1dac9", + "x-ms-ratelimit-remaining-subscription-reads": "11906", + "x-ms-request-id": "f9eb014c-eedd-4ef4-80ac-6a4566559490", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T063544Z:76c2360e-eb03-4b43-b362-9bb613a1dac9" + }, + "ResponseBody": [ + "{\r\n", + " \u0022status\u0022: \u0022InProgress\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3924ef37-24d0-4775-9345-5be2b87944e8?api-version=2021-02-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "2c5c1aa1c41e6a5f3261544867bd9692", + "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, 18 Nov 2021 06:35:45 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": "bdc54808-09c4-4725-95f8-baca8e973c0c", + "x-ms-client-request-id": "2c5c1aa1c41e6a5f3261544867bd9692", + "x-ms-correlation-request-id": "f21f9a17-8456-4e20-8304-81f823540d93", + "x-ms-ratelimit-remaining-subscription-reads": "11905", + "x-ms-request-id": "b60559b8-5690-45ae-a0a2-6d0302b42553", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T063546Z:f21f9a17-8456-4e20-8304-81f823540d93" + }, + "ResponseBody": [ + "{\r\n", + " \u0022status\u0022: \u0022InProgress\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3924ef37-24d0-4775-9345-5be2b87944e8?api-version=2021-02-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "9d60250fe493f645811570755d5938c2", + "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, 18 Nov 2021 06:35:46 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": "7b3d8533-0d31-4d5a-9cb3-c4136224fa7e", + "x-ms-client-request-id": "9d60250fe493f645811570755d5938c2", + "x-ms-correlation-request-id": "c4f638b5-2236-4e8e-bf84-5aecf8462ff3", + "x-ms-ratelimit-remaining-subscription-reads": "11904", + "x-ms-request-id": "ff3fe4c5-caab-4bb0-8476-672198d873b4", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T063547Z:c4f638b5-2236-4e8e-bf84-5aecf8462ff3" + }, + "ResponseBody": [ + "{\r\n", + " \u0022status\u0022: \u0022InProgress\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3924ef37-24d0-4775-9345-5be2b87944e8?api-version=2021-02-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "bba7485cb7c3e698746caa93ec47140e", + "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, 18 Nov 2021 06:35:48 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": "82b4be31-df6a-4c52-8713-335ff4a0f379", + "x-ms-client-request-id": "bba7485cb7c3e698746caa93ec47140e", + "x-ms-correlation-request-id": "10893239-c352-47a1-90fd-820a799308ee", + "x-ms-ratelimit-remaining-subscription-reads": "11903", + "x-ms-request-id": "c445d0a9-4261-446d-a1e6-453fe964919d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T063548Z:10893239-c352-47a1-90fd-820a799308ee" + }, + "ResponseBody": [ + "{\r\n", + " \u0022status\u0022: \u0022InProgress\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3924ef37-24d0-4775-9345-5be2b87944e8?api-version=2021-02-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "4673830c108ebdd9d465aa0953ea0cd9", + "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, 18 Nov 2021 06:35:49 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": "d1f4f357-7296-4f4e-9f19-fec8559bf02d", + "x-ms-client-request-id": "4673830c108ebdd9d465aa0953ea0cd9", + "x-ms-correlation-request-id": "36e63477-e10a-4a00-906e-917c966ad0f5", + "x-ms-ratelimit-remaining-subscription-reads": "11902", + "x-ms-request-id": "f894bcd0-3f48-4510-89b1-d0a15b272af6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T063550Z:36e63477-e10a-4a00-906e-917c966ad0f5" + }, + "ResponseBody": [ + "{\r\n", + " \u0022status\u0022: \u0022InProgress\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3924ef37-24d0-4775-9345-5be2b87944e8?api-version=2021-02-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "1fec9129db1658cf8c7929273ab10939", + "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, 18 Nov 2021 06:35:50 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": "2c3bb797-6784-462f-b59b-f801afac08bb", + "x-ms-client-request-id": "1fec9129db1658cf8c7929273ab10939", + "x-ms-correlation-request-id": "0758ec0e-5e49-4d26-94cf-0a01f3d25d53", + "x-ms-ratelimit-remaining-subscription-reads": "11901", + "x-ms-request-id": "881f245c-3391-4747-9d22-3637a2d90982", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T063551Z:0758ec0e-5e49-4d26-94cf-0a01f3d25d53" + }, + "ResponseBody": [ + "{\r\n", + " \u0022status\u0022: \u0022InProgress\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3924ef37-24d0-4775-9345-5be2b87944e8?api-version=2021-02-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "da686200f1e54b346fe9e65d0c8f9289", + "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, 18 Nov 2021 06:35:51 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": "2c1bda91-fbe1-483b-af64-0f4d8064b118", + "x-ms-client-request-id": "da686200f1e54b346fe9e65d0c8f9289", + "x-ms-correlation-request-id": "a004757f-2aae-4899-8651-af3d146e24df", + "x-ms-ratelimit-remaining-subscription-reads": "11900", + "x-ms-request-id": "acf4acad-a069-4f55-bf3c-b0a3abde78b5", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T063552Z:a004757f-2aae-4899-8651-af3d146e24df" + }, + "ResponseBody": [ + "{\r\n", + " \u0022status\u0022: \u0022InProgress\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3924ef37-24d0-4775-9345-5be2b87944e8?api-version=2021-02-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "5b6ad05ff55b30f7b41bb914e7b18222", + "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, 18 Nov 2021 06:35:53 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": "a54b4f36-bfe7-4155-aedd-b8ae91ddf2bd", + "x-ms-client-request-id": "5b6ad05ff55b30f7b41bb914e7b18222", + "x-ms-correlation-request-id": "204cb691-d870-42d4-adb9-4175e9df0c17", + "x-ms-ratelimit-remaining-subscription-reads": "11899", + "x-ms-request-id": "adb2846d-0eed-4914-be2e-a4947158d6a6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T063553Z:204cb691-d870-42d4-adb9-4175e9df0c17" + }, + "ResponseBody": [ + "{\r\n", + " \u0022status\u0022: \u0022InProgress\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3924ef37-24d0-4775-9345-5be2b87944e8?api-version=2021-02-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "f108715b328138f45da1af2cf4714cfd", + "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, 18 Nov 2021 06:35:54 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": "324f8fde-5ac5-44e3-b482-d179c9e64652", + "x-ms-client-request-id": "f108715b328138f45da1af2cf4714cfd", + "x-ms-correlation-request-id": "55bb1c51-5420-4dd0-91fd-b366a240ae1e", + "x-ms-ratelimit-remaining-subscription-reads": "11898", + "x-ms-request-id": "0c640a55-8a22-40ec-a057-135f052f7720", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T063555Z:55bb1c51-5420-4dd0-91fd-b366a240ae1e" + }, + "ResponseBody": [ + "{\r\n", + " \u0022status\u0022: \u0022InProgress\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3924ef37-24d0-4775-9345-5be2b87944e8?api-version=2021-02-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "69c89fe7ae470bde6b3825ca371f63bd", + "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, 18 Nov 2021 06:35:56 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": "20541d87-7700-47fb-9d3f-42154d00a220", + "x-ms-client-request-id": "69c89fe7ae470bde6b3825ca371f63bd", + "x-ms-correlation-request-id": "86f83f66-3154-4067-8de7-5d5c885fa57b", + "x-ms-ratelimit-remaining-subscription-reads": "11897", + "x-ms-request-id": "dc217eff-fbdf-4769-a7b8-714f48efa228", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T063556Z:86f83f66-3154-4067-8de7-5d5c885fa57b" + }, + "ResponseBody": [ + "{\r\n", + " \u0022status\u0022: \u0022Succeeded\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1691/providers/Microsoft.Network/privateEndpoints/pe-4823?api-version=2021-02-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "9b01c366a1872c07dc31feba45ca3b43", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1951", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 18 Nov 2021 06:35:56 GMT", + "ETag": "W/\u0022b9c89129-6e46-490f-ade8-cae166b9edf2\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": "9db53f75-f046-46b0-a826-3b1e259c0f86", + "x-ms-client-request-id": "9b01c366a1872c07dc31feba45ca3b43", + "x-ms-correlation-request-id": "6c8fb223-16e4-4626-ada7-ae22242bd659", + "x-ms-ratelimit-remaining-subscription-reads": "11896", + "x-ms-request-id": "a6976098-f2f9-4945-a9c0-38f140631443", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T063557Z:6c8fb223-16e4-4626-ada7-ae22242bd659" + }, + "ResponseBody": [ + "{\r\n", + " \u0022name\u0022: \u0022pe-4823\u0022,\r\n", + " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1691/providers/Microsoft.Network/privateEndpoints/pe-4823\u0022,\r\n", + " \u0022etag\u0022: \u0022W/\\\u0022b9c89129-6e46-490f-ade8-cae166b9edf2\\\u0022\u0022,\r\n", + " \u0022type\u0022: \u0022Microsoft.Network/privateEndpoints\u0022,\r\n", + " \u0022location\u0022: \u0022westus2\u0022,\r\n", + " \u0022properties\u0022: {\r\n", + " \u0022provisioningState\u0022: \u0022Succeeded\u0022,\r\n", + " \u0022resourceGuid\u0022: \u00224abd1dd9-4522-4bcd-8555-631ddcefe78a\u0022,\r\n", + " \u0022privateLinkServiceConnections\u0022: [],\r\n", + " \u0022manualPrivateLinkServiceConnections\u0022: [\r\n", + " {\r\n", + " \u0022name\u0022: \u0022pec4398\u0022,\r\n", + " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1691/providers/Microsoft.Network/privateEndpoints/pe-4823/manualPrivateLinkServiceConnections/pec4398\u0022,\r\n", + " \u0022etag\u0022: \u0022W/\\\u0022b9c89129-6e46-490f-ade8-cae166b9edf2\\\u0022\u0022,\r\n", + " \u0022properties\u0022: {\r\n", + " \u0022provisioningState\u0022: \u0022Succeeded\u0022,\r\n", + " \u0022privateLinkServiceId\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1691/providers/Microsoft.Storage/storageAccounts/teststoragemgmt4000\u0022,\r\n", + " \u0022groupIds\u0022: [\r\n", + " \u0022Blob\u0022\r\n", + " ],\r\n", + " \u0022requestMessage\u0022: \u0022SDK test\u0022,\r\n", + " \u0022privateLinkServiceConnectionState\u0022: {\r\n", + " \u0022status\u0022: \u0022Pending\u0022,\r\n", + " \u0022description\u0022: \u0022SDK test\u0022,\r\n", + " \u0022actionsRequired\u0022: \u0022None\u0022\r\n", + " }\r\n", + " },\r\n", + " \u0022type\u0022: \u0022Microsoft.Network/privateEndpoints/manualPrivateLinkServiceConnections\u0022\r\n", + " }\r\n", + " ],\r\n", + " \u0022subnet\u0022: {\r\n", + " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1691/providers/Microsoft.Network/virtualNetworks/vnet-1903/subnets/default\u0022\r\n", + " },\r\n", + " \u0022networkInterfaces\u0022: [\r\n", + " {\r\n", + " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1691/providers/Microsoft.Network/networkInterfaces/pe-4823.nic.ebe0aeb8-6e75-4357-82fd-9e22e37704bf\u0022\r\n", + " }\r\n", + " ],\r\n", + " \u0022customDnsConfigs\u0022: []\r\n", + " }\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1691/providers/Microsoft.Storage/storageAccounts/teststoragemgmt4000/privateEndpointConnections?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211118.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "472dbcce19e9addb92fd86490d2a003d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "709", + "Content-Type": "application/json", + "Date": "Thu, 18 Nov 2021 06:35:56 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "472dbcce19e9addb92fd86490d2a003d", + "x-ms-correlation-request-id": "458da12a-1e6e-4d33-9063-4f19a3192fea", + "x-ms-ratelimit-remaining-subscription-reads": "11895", + "x-ms-request-id": "4106ffbf-d05e-4719-99fe-2d58037300d4", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T063557Z:458da12a-1e6e-4d33-9063-4f19a3192fea" + }, + "ResponseBody": { + "value": [ + { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1691/providers/Microsoft.Storage/storageAccounts/teststoragemgmt4000/privateEndpointConnections/teststoragemgmt4000.a7018905-b288-44ee-a5da-7e0a67e59740", + "name": "teststoragemgmt4000.a7018905-b288-44ee-a5da-7e0a67e59740", + "type": "Microsoft.Storage/storageAccounts/privateEndpointConnections", + "properties": { + "provisioningState": "Succeeded", + "privateEndpoint": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1691/providers/Microsoft.Network/privateEndpoints/pe-4823" + }, + "privateLinkServiceConnectionState": { + "status": "Pending", + "description": "SDK test", + "actionRequired": "None" + } + } + } + ] + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1691/providers/Microsoft.Storage/storageAccounts/teststoragemgmt4000/privateEndpointConnections/teststoragemgmt4000.a7018905-b288-44ee-a5da-7e0a67e59740?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211118.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "31c6f13db1704576989b8d16b023c5a0", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "697", + "Content-Type": "application/json", + "Date": "Thu, 18 Nov 2021 06:35:56 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "31c6f13db1704576989b8d16b023c5a0", + "x-ms-correlation-request-id": "3d3a6cb1-96a9-4e24-8f00-2f41bf601425", + "x-ms-ratelimit-remaining-subscription-reads": "11894", + "x-ms-request-id": "3ec42343-fee9-42a7-a414-21136aa8f9af", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T063557Z:3d3a6cb1-96a9-4e24-8f00-2f41bf601425" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1691/providers/Microsoft.Storage/storageAccounts/teststoragemgmt4000/privateEndpointConnections/teststoragemgmt4000.a7018905-b288-44ee-a5da-7e0a67e59740", + "name": "teststoragemgmt4000.a7018905-b288-44ee-a5da-7e0a67e59740", + "type": "Microsoft.Storage/storageAccounts/privateEndpointConnections", + "properties": { + "provisioningState": "Succeeded", + "privateEndpoint": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1691/providers/Microsoft.Network/privateEndpoints/pe-4823" + }, + "privateLinkServiceConnectionState": { + "status": "Pending", + "description": "SDK test", + "actionRequired": "None" + } + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1691/providers/Microsoft.Storage/storageAccounts/teststoragemgmt4000/privateEndpointConnections/teststoragemgmt4000.a7018905-b288-44ee-a5da-7e0a67e59740?api-version=2021-04-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211118.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "7bfbe2fc1cf14dd4e85408891abd1fb2", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 06:35:58 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "7bfbe2fc1cf14dd4e85408891abd1fb2", + "x-ms-correlation-request-id": "f04b4c1d-3d3d-401c-9ca5-eb6a5a3fa075", + "x-ms-ratelimit-remaining-subscription-deletes": "14993", + "x-ms-request-id": "8a3909a4-99d6-41bd-8903-9a235fb61f71", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T063559Z:f04b4c1d-3d3d-401c-9ca5-eb6a5a3fa075" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1691/providers/Microsoft.Storage/storageAccounts/teststoragemgmt4000/privateEndpointConnections?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211118.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "547dc0310a041cd346e7af4d8cc5fd6f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "12", + "Content-Type": "application/json", + "Date": "Thu, 18 Nov 2021 06:35:58 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "547dc0310a041cd346e7af4d8cc5fd6f", + "x-ms-correlation-request-id": "ef5594ea-643c-4a35-887d-3cf45af08a15", + "x-ms-ratelimit-remaining-subscription-reads": "11893", + "x-ms-request-id": "3f8bbecf-adcb-4e21-bae9-a6929a899641", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T063559Z:ef5594ea-643c-4a35-887d-3cf45af08a15" + }, + "ResponseBody": { + "value": [] + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1691/providers/Microsoft.Storage/storageAccounts/teststoragemgmt4000/privateEndpointConnections?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211118.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "2b4de537852e204c1d78491ba9ec2bda", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "12", + "Content-Type": "application/json", + "Date": "Thu, 18 Nov 2021 06:35:59 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "2b4de537852e204c1d78491ba9ec2bda", + "x-ms-correlation-request-id": "1e297842-35c2-4ffc-91dc-3b1366a9f1af", + "x-ms-ratelimit-remaining-subscription-reads": "11892", + "x-ms-request-id": "e1b24c8c-1a88-4480-9e32-4b312e86ea25", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T063600Z:1e297842-35c2-4ffc-91dc-3b1366a9f1af" + }, + "ResponseBody": { + "value": [] + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1691/providers/Microsoft.Storage/storageAccounts/teststoragemgmt4000?api-version=2021-04-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211118.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "f0e4db7c71a6f19c0ede35096d86c123", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 06:36:07 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f0e4db7c71a6f19c0ede35096d86c123", + "x-ms-correlation-request-id": "f0d7ad27-9ea4-427a-97c4-9933ebb16d38", + "x-ms-ratelimit-remaining-subscription-deletes": "14992", + "x-ms-request-id": "f3edc34e-39c8-4542-84d3-699cda8101e5", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T063607Z:f0d7ad27-9ea4-427a-97c4-9933ebb16d38" + }, + "ResponseBody": [] + } + ], + "Variables": { + "RandomSeed": "2033012717", + "RESOURCE_MANAGER_URL": null, + "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" + } +} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/PrivateEndpointConnectionTests/PrivateEndpointConnectionDeleteAsync.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/PrivateEndpointConnectionTests/PrivateEndpointConnectionDeleteAsync.json new file mode 100644 index 0000000000000..f05b079b5d5e8 --- /dev/null +++ b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/PrivateEndpointConnectionTests/PrivateEndpointConnectionDeleteAsync.json @@ -0,0 +1,1790 @@ +{ + "Entries": [ + { + "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-726a2f515f666b45a79268f50d644101-11b1fa2d6b191d47-00", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "ea1e14ffec99fa6a6fa95af3c1907bf8", + "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, 18 Nov 2021 06:38:33 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "624701fb-8e2d-4ace-8bfc-024e1c7bea83", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-request-id": "624701fb-8e2d-4ace-8bfc-024e1c7bea83", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T063834Z:624701fb-8e2d-4ace-8bfc-024e1c7bea83" + }, + "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/teststorageRG-4827?api-version=2019-10-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "44", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "04257a3ccdb81fc6eb51ee64c9f11cfd", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "location": "eastus2", + "tags": { + "test": "env" + } + }, + "StatusCode": 201, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "256", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 18 Nov 2021 06:38:35 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "ceba916c-3115-44e2-a7da-7a1ce82a7366", + "x-ms-ratelimit-remaining-subscription-writes": "1199", + "x-ms-request-id": "ceba916c-3115-44e2-a7da-7a1ce82a7366", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T063835Z:ceba916c-3115-44e2-a7da-7a1ce82a7366" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-4827", + "name": "teststorageRG-4827", + "type": "Microsoft.Resources/resourceGroups", + "location": "eastus2", + "tags": { + "test": "env" + }, + "properties": { + "provisioningState": "Succeeded" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/checkNameAvailability?api-version=2021-04-01", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "73", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211118.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "4ac695c6369837db6a710e39d547bce8", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "name": "teststoragemgmt7029", + "type": "Microsoft.Storage/storageAccounts" + }, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "22", + "Content-Type": "application/json", + "Date": "Thu, 18 Nov 2021 06:38:36 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4ac695c6369837db6a710e39d547bce8", + "x-ms-correlation-request-id": "7df76dc8-41a6-41e5-9588-4c63fe7a889c", + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-request-id": "ef5eb559-a3ff-4ebc-bc0a-1c49dee42d22", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T063836Z:7df76dc8-41a6-41e5-9588-4c63fe7a889c" + }, + "ResponseBody": { + "nameAvailable": true + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-4827/providers/Microsoft.Storage/storageAccounts/teststoragemgmt7029?api-version=2021-04-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "128", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211118.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "b1784af446f85746cbae9a7b96a5b83e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "sku": { + "name": "Standard_GRS" + }, + "kind": "StorageV2", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": {} + }, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 06:38:44 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/dd143317-1566-4a99-99df-ecbbf1c5339d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b1784af446f85746cbae9a7b96a5b83e", + "x-ms-correlation-request-id": "657b39e2-bcef-43de-9811-d43bbd1e9218", + "x-ms-ratelimit-remaining-subscription-writes": "1198", + "x-ms-request-id": "dd143317-1566-4a99-99df-ecbbf1c5339d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T063845Z:657b39e2-bcef-43de-9811-d43bbd1e9218" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/dd143317-1566-4a99-99df-ecbbf1c5339d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "a6d57b324ca380154e6e7fea9b60a0c4", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 06:38:45 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/dd143317-1566-4a99-99df-ecbbf1c5339d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a6d57b324ca380154e6e7fea9b60a0c4", + "x-ms-correlation-request-id": "5d13183c-8c3f-4eaf-9375-a9c1984b299e", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-request-id": "a3fd1a79-048f-41aa-a234-4e6bacff8dc6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T063845Z:5d13183c-8c3f-4eaf-9375-a9c1984b299e" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/dd143317-1566-4a99-99df-ecbbf1c5339d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "2143d0b8d57eb6b6a634672bf8eaa0e5", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 06:38:46 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/dd143317-1566-4a99-99df-ecbbf1c5339d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "2143d0b8d57eb6b6a634672bf8eaa0e5", + "x-ms-correlation-request-id": "5687195a-65f6-4dfc-864f-e4ace6889424", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-request-id": "700b6913-f1e0-4e4a-8f79-5ef66ffa1073", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T063847Z:5687195a-65f6-4dfc-864f-e4ace6889424" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/dd143317-1566-4a99-99df-ecbbf1c5339d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "1a48909712d0a99b9e4998c3beb8a8e9", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 06:38:48 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/dd143317-1566-4a99-99df-ecbbf1c5339d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1a48909712d0a99b9e4998c3beb8a8e9", + "x-ms-correlation-request-id": "88a5bcce-a394-428c-994e-a6029c13dd67", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-request-id": "c8f42f48-5429-46c4-a314-08f2e3d7a9f0", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T063848Z:88a5bcce-a394-428c-994e-a6029c13dd67" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/dd143317-1566-4a99-99df-ecbbf1c5339d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "e7a3892df4a25d8bc51eff6ee4ea8763", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 06:38:49 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/dd143317-1566-4a99-99df-ecbbf1c5339d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e7a3892df4a25d8bc51eff6ee4ea8763", + "x-ms-correlation-request-id": "fc22c8c2-24ad-4a38-b315-cc6ac0e58fd6", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-request-id": "3dc31a25-0928-4237-8c84-e1f4920a7180", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T063850Z:fc22c8c2-24ad-4a38-b315-cc6ac0e58fd6" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/dd143317-1566-4a99-99df-ecbbf1c5339d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "0b5299ce8517a6f3349a83353cf2f7ee", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 06:38:50 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/dd143317-1566-4a99-99df-ecbbf1c5339d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "0b5299ce8517a6f3349a83353cf2f7ee", + "x-ms-correlation-request-id": "5947a81a-1141-4a12-a74f-a3aa2df6aa24", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-request-id": "3f06440d-fd3a-429a-b94d-5762a22378d6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T063851Z:5947a81a-1141-4a12-a74f-a3aa2df6aa24" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/dd143317-1566-4a99-99df-ecbbf1c5339d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "6efd7d8cb846a34304eb55b1122cc5b4", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 06:38:52 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/dd143317-1566-4a99-99df-ecbbf1c5339d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6efd7d8cb846a34304eb55b1122cc5b4", + "x-ms-correlation-request-id": "bb36c23f-51ad-475d-9578-8545d80c28ff", + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-request-id": "c2d79b49-871e-4976-921d-1cf6273e2950", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T063852Z:bb36c23f-51ad-475d-9578-8545d80c28ff" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/dd143317-1566-4a99-99df-ecbbf1c5339d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "24f534c19c66a7d195fdb208715620d3", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 06:38:53 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/dd143317-1566-4a99-99df-ecbbf1c5339d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "24f534c19c66a7d195fdb208715620d3", + "x-ms-correlation-request-id": "58ccfae8-fa10-456c-8ea9-3e45a074ee42", + "x-ms-ratelimit-remaining-subscription-reads": "11988", + "x-ms-request-id": "cb70d053-045b-4b59-a202-9e0e67e8a238", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T063854Z:58ccfae8-fa10-456c-8ea9-3e45a074ee42" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/dd143317-1566-4a99-99df-ecbbf1c5339d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "66e1112719ec151c56af062c30419308", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 06:38:54 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/dd143317-1566-4a99-99df-ecbbf1c5339d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "66e1112719ec151c56af062c30419308", + "x-ms-correlation-request-id": "40ea2ea7-ae39-4ff3-848a-227099e1d304", + "x-ms-ratelimit-remaining-subscription-reads": "11987", + "x-ms-request-id": "f82dfe7b-8bf6-4f18-9f0e-05c4c48cf337", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T063855Z:40ea2ea7-ae39-4ff3-848a-227099e1d304" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/dd143317-1566-4a99-99df-ecbbf1c5339d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "0873ced5d2fdf087ac56d849063b31ae", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 06:38:56 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/dd143317-1566-4a99-99df-ecbbf1c5339d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "0873ced5d2fdf087ac56d849063b31ae", + "x-ms-correlation-request-id": "096bc910-b2cf-4ec2-b968-01d51183fe45", + "x-ms-ratelimit-remaining-subscription-reads": "11986", + "x-ms-request-id": "7a4e7859-e800-40bd-89d5-28bd3a1d227a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T063856Z:096bc910-b2cf-4ec2-b968-01d51183fe45" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/dd143317-1566-4a99-99df-ecbbf1c5339d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "018a81cb5e4aa8c817dfceb696a57753", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 06:38:57 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/dd143317-1566-4a99-99df-ecbbf1c5339d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "018a81cb5e4aa8c817dfceb696a57753", + "x-ms-correlation-request-id": "c634935a-5c21-476c-a05a-c6c168589d89", + "x-ms-ratelimit-remaining-subscription-reads": "11985", + "x-ms-request-id": "df8e6871-cc0e-4567-94f4-506f0caa414f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T063858Z:c634935a-5c21-476c-a05a-c6c168589d89" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/dd143317-1566-4a99-99df-ecbbf1c5339d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "a333aa6917e254d689f1ba9540d30f1b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 06:38:58 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/dd143317-1566-4a99-99df-ecbbf1c5339d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a333aa6917e254d689f1ba9540d30f1b", + "x-ms-correlation-request-id": "539abb4d-ffca-46d2-a114-b15840f472b0", + "x-ms-ratelimit-remaining-subscription-reads": "11984", + "x-ms-request-id": "b400f7d5-abce-4d0c-b89a-86496f2006df", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T063859Z:539abb4d-ffca-46d2-a114-b15840f472b0" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/dd143317-1566-4a99-99df-ecbbf1c5339d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "ae61577e92b776be06cbf01d04d15906", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 06:39:00 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/dd143317-1566-4a99-99df-ecbbf1c5339d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ae61577e92b776be06cbf01d04d15906", + "x-ms-correlation-request-id": "7b68916a-0d2b-40ae-b107-80ac5af8f0a3", + "x-ms-ratelimit-remaining-subscription-reads": "11983", + "x-ms-request-id": "4b508e7a-91b7-463f-a9d4-4f15345eb1b4", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T063900Z:7b68916a-0d2b-40ae-b107-80ac5af8f0a3" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/dd143317-1566-4a99-99df-ecbbf1c5339d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "5cdf84de8e08b3ccab357758a3326744", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1487", + "Content-Type": "application/json", + "Date": "Thu, 18 Nov 2021 06:39:01 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5cdf84de8e08b3ccab357758a3326744", + "x-ms-correlation-request-id": "930281cf-74f8-47f6-a814-21681b6f3188", + "x-ms-ratelimit-remaining-subscription-reads": "11982", + "x-ms-request-id": "3fb03c32-6923-4a81-82c0-63f1ebd9536a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T063902Z:930281cf-74f8-47f6-a814-21681b6f3188" + }, + "ResponseBody": { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "StorageV2", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-4827/providers/Microsoft.Storage/storageAccounts/teststoragemgmt7029", + "name": "teststoragemgmt7029", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-11-18T06:38:43.5575882Z", + "key2": "2021-11-18T06:38:43.5575882Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-18T06:38:43.5575882Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-18T06:38:43.5575882Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "accessTier": "Hot", + "provisioningState": "Succeeded", + "creationTime": "2021-11-18T06:38:43.4482159Z", + "primaryEndpoints": { + "dfs": "https://teststoragemgmt7029.dfs.core.windows.net/", + "web": "https://teststoragemgmt7029.z20.web.core.windows.net/", + "blob": "https://teststoragemgmt7029.blob.core.windows.net/", + "queue": "https://teststoragemgmt7029.queue.core.windows.net/", + "table": "https://teststoragemgmt7029.table.core.windows.net/", + "file": "https://teststoragemgmt7029.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-4827/providers/Microsoft.Network/virtualNetworks/vnet-6720?api-version=2021-02-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "261", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager.Network/1.0.0-beta.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "433e38b29cc8ebd7bc9d1627b950b898", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "location": "westus2", + "properties": { + "addressSpace": { + "addressPrefixes": [ + "10.0.0.0/16" + ] + }, + "dhcpOptions": { + "dnsServers": [ + "10.1.1.1", + "10.1.2.4" + ] + }, + "subnets": [ + { + "name": "default", + "properties": { + "addressPrefix": "10.0.1.0/24", + "privateEndpointNetworkPolicies": "Disabled" + } + } + ] + } + }, + "StatusCode": 201, + "ResponseHeaders": { + "Azure-AsyncNotification": "Enabled", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/381d0836-323c-4a4e-9656-cd32fe093d79?api-version=2021-02-01", + "Cache-Control": "no-cache", + "Content-Length": "1337", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 18 Nov 2021 06:39:05 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": "3cf1f3bf-60b1-45b2-9ad8-b8b101d8f332", + "x-ms-client-request-id": "433e38b29cc8ebd7bc9d1627b950b898", + "x-ms-correlation-request-id": "23f9c9b7-ae66-47dd-a295-94bf9a46f266", + "x-ms-ratelimit-remaining-subscription-writes": "1197", + "x-ms-request-id": "381d0836-323c-4a4e-9656-cd32fe093d79", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T063905Z:23f9c9b7-ae66-47dd-a295-94bf9a46f266" + }, + "ResponseBody": [ + "{\r\n", + " \u0022name\u0022: \u0022vnet-6720\u0022,\r\n", + " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-4827/providers/Microsoft.Network/virtualNetworks/vnet-6720\u0022,\r\n", + " \u0022etag\u0022: \u0022W/\\\u00225b5d5876-a881-4cfc-b8de-f8fb039c955a\\\u0022\u0022,\r\n", + " \u0022type\u0022: \u0022Microsoft.Network/virtualNetworks\u0022,\r\n", + " \u0022location\u0022: \u0022westus2\u0022,\r\n", + " \u0022properties\u0022: {\r\n", + " \u0022provisioningState\u0022: \u0022Updating\u0022,\r\n", + " \u0022resourceGuid\u0022: \u0022b84ef3ed-93ec-4fba-afb9-5301faac635b\u0022,\r\n", + " \u0022addressSpace\u0022: {\r\n", + " \u0022addressPrefixes\u0022: [\r\n", + " \u002210.0.0.0/16\u0022\r\n", + " ]\r\n", + " },\r\n", + " \u0022dhcpOptions\u0022: {\r\n", + " \u0022dnsServers\u0022: [\r\n", + " \u002210.1.1.1\u0022,\r\n", + " \u002210.1.2.4\u0022\r\n", + " ]\r\n", + " },\r\n", + " \u0022subnets\u0022: [\r\n", + " {\r\n", + " \u0022name\u0022: \u0022default\u0022,\r\n", + " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-4827/providers/Microsoft.Network/virtualNetworks/vnet-6720/subnets/default\u0022,\r\n", + " \u0022etag\u0022: \u0022W/\\\u00225b5d5876-a881-4cfc-b8de-f8fb039c955a\\\u0022\u0022,\r\n", + " \u0022properties\u0022: {\r\n", + " \u0022provisioningState\u0022: \u0022Updating\u0022,\r\n", + " \u0022addressPrefix\u0022: \u002210.0.1.0/24\u0022,\r\n", + " \u0022delegations\u0022: [],\r\n", + " \u0022privateEndpointNetworkPolicies\u0022: \u0022Disabled\u0022,\r\n", + " \u0022privateLinkServiceNetworkPolicies\u0022: \u0022Enabled\u0022\r\n", + " },\r\n", + " \u0022type\u0022: \u0022Microsoft.Network/virtualNetworks/subnets\u0022\r\n", + " }\r\n", + " ],\r\n", + " \u0022virtualNetworkPeerings\u0022: [],\r\n", + " \u0022enableDdosProtection\u0022: false\r\n", + " }\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/381d0836-323c-4a4e-9656-cd32fe093d79?api-version=2021-02-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "99524cabc31be81508704bf1b58bf2e5", + "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, 18 Nov 2021 06:39:05 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": "3763394a-b874-4360-a7ae-fdd286925ffe", + "x-ms-client-request-id": "99524cabc31be81508704bf1b58bf2e5", + "x-ms-correlation-request-id": "8463e2c4-6d42-4b77-97b7-64e935b97391", + "x-ms-ratelimit-remaining-subscription-reads": "11981", + "x-ms-request-id": "5fa59f29-6e0b-44b7-8c39-5ddc0bf471dc", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T063906Z:8463e2c4-6d42-4b77-97b7-64e935b97391" + }, + "ResponseBody": [ + "{\r\n", + " \u0022status\u0022: \u0022Succeeded\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-4827/providers/Microsoft.Network/virtualNetworks/vnet-6720?api-version=2021-02-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "7befc0bf51ac9e1d48b295c51bbb86e8", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1339", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 18 Nov 2021 06:39:05 GMT", + "ETag": "W/\u0022bd064499-7827-4466-9c5f-d4f5e2971436\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": "223321fb-38dd-485a-a563-1a4111c799fb", + "x-ms-client-request-id": "7befc0bf51ac9e1d48b295c51bbb86e8", + "x-ms-correlation-request-id": "107deb0e-a43d-4da8-8a28-8bc39d7b3f4d", + "x-ms-ratelimit-remaining-subscription-reads": "11980", + "x-ms-request-id": "f0b025cd-4afe-4d86-9ef7-1e86134731e1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T063906Z:107deb0e-a43d-4da8-8a28-8bc39d7b3f4d" + }, + "ResponseBody": [ + "{\r\n", + " \u0022name\u0022: \u0022vnet-6720\u0022,\r\n", + " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-4827/providers/Microsoft.Network/virtualNetworks/vnet-6720\u0022,\r\n", + " \u0022etag\u0022: \u0022W/\\\u0022bd064499-7827-4466-9c5f-d4f5e2971436\\\u0022\u0022,\r\n", + " \u0022type\u0022: \u0022Microsoft.Network/virtualNetworks\u0022,\r\n", + " \u0022location\u0022: \u0022westus2\u0022,\r\n", + " \u0022properties\u0022: {\r\n", + " \u0022provisioningState\u0022: \u0022Succeeded\u0022,\r\n", + " \u0022resourceGuid\u0022: \u0022b84ef3ed-93ec-4fba-afb9-5301faac635b\u0022,\r\n", + " \u0022addressSpace\u0022: {\r\n", + " \u0022addressPrefixes\u0022: [\r\n", + " \u002210.0.0.0/16\u0022\r\n", + " ]\r\n", + " },\r\n", + " \u0022dhcpOptions\u0022: {\r\n", + " \u0022dnsServers\u0022: [\r\n", + " \u002210.1.1.1\u0022,\r\n", + " \u002210.1.2.4\u0022\r\n", + " ]\r\n", + " },\r\n", + " \u0022subnets\u0022: [\r\n", + " {\r\n", + " \u0022name\u0022: \u0022default\u0022,\r\n", + " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-4827/providers/Microsoft.Network/virtualNetworks/vnet-6720/subnets/default\u0022,\r\n", + " \u0022etag\u0022: \u0022W/\\\u0022bd064499-7827-4466-9c5f-d4f5e2971436\\\u0022\u0022,\r\n", + " \u0022properties\u0022: {\r\n", + " \u0022provisioningState\u0022: \u0022Succeeded\u0022,\r\n", + " \u0022addressPrefix\u0022: \u002210.0.1.0/24\u0022,\r\n", + " \u0022delegations\u0022: [],\r\n", + " \u0022privateEndpointNetworkPolicies\u0022: \u0022Disabled\u0022,\r\n", + " \u0022privateLinkServiceNetworkPolicies\u0022: \u0022Enabled\u0022\r\n", + " },\r\n", + " \u0022type\u0022: \u0022Microsoft.Network/virtualNetworks/subnets\u0022\r\n", + " }\r\n", + " ],\r\n", + " \u0022virtualNetworkPeerings\u0022: [],\r\n", + " \u0022enableDdosProtection\u0022: false\r\n", + " }\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-4827/providers/Microsoft.Network/privateEndpoints/pe-6854?api-version=2021-02-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "728", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager.Network/1.0.0-beta.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "1ffe6c7cf17cd3a0ea42c7fed622109b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "location": "westus2", + "properties": { + "subnet": { + "name": "default", + "type": "Microsoft.Network/virtualNetworks/subnets", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-4827/providers/Microsoft.Network/virtualNetworks/vnet-6720/subnets/default", + "properties": { + "addressPrefix": "10.0.1.0/24", + "delegations": [], + "privateEndpointNetworkPolicies": "Disabled", + "privateLinkServiceNetworkPolicies": "Enabled" + } + }, + "manualPrivateLinkServiceConnections": [ + { + "name": "pec5288", + "properties": { + "privateLinkServiceId": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-4827/providers/Microsoft.Storage/storageAccounts/teststoragemgmt7029", + "groupIds": [ + "Blob" + ], + "requestMessage": "SDK test" + } + } + ] + } + }, + "StatusCode": 201, + "ResponseHeaders": { + "Azure-AsyncNotification": "Enabled", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/bbec8c46-e72e-4dbc-8c51-40b1a7dd9ef3?api-version=2021-02-01", + "Cache-Control": "no-cache", + "Content-Length": "1950", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 18 Nov 2021 06:39:11 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": "2a4c133e-6809-422c-a11d-211f6ed2adeb", + "x-ms-client-request-id": "1ffe6c7cf17cd3a0ea42c7fed622109b", + "x-ms-correlation-request-id": "11f6161b-7155-4890-9822-02784993c1b4", + "x-ms-ratelimit-remaining-subscription-writes": "1196", + "x-ms-request-id": "bbec8c46-e72e-4dbc-8c51-40b1a7dd9ef3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T063911Z:11f6161b-7155-4890-9822-02784993c1b4" + }, + "ResponseBody": [ + "{\r\n", + " \u0022name\u0022: \u0022pe-6854\u0022,\r\n", + " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-4827/providers/Microsoft.Network/privateEndpoints/pe-6854\u0022,\r\n", + " \u0022etag\u0022: \u0022W/\\\u00228354bc97-aa80-424f-92ef-f307a5599e9e\\\u0022\u0022,\r\n", + " \u0022type\u0022: \u0022Microsoft.Network/privateEndpoints\u0022,\r\n", + " \u0022location\u0022: \u0022westus2\u0022,\r\n", + " \u0022properties\u0022: {\r\n", + " \u0022provisioningState\u0022: \u0022Updating\u0022,\r\n", + " \u0022resourceGuid\u0022: \u00227f5939c3-99b5-45fe-938f-9960f571e5d0\u0022,\r\n", + " \u0022privateLinkServiceConnections\u0022: [],\r\n", + " \u0022manualPrivateLinkServiceConnections\u0022: [\r\n", + " {\r\n", + " \u0022name\u0022: \u0022pec5288\u0022,\r\n", + " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-4827/providers/Microsoft.Network/privateEndpoints/pe-6854/manualPrivateLinkServiceConnections/pec5288\u0022,\r\n", + " \u0022etag\u0022: \u0022W/\\\u00228354bc97-aa80-424f-92ef-f307a5599e9e\\\u0022\u0022,\r\n", + " \u0022properties\u0022: {\r\n", + " \u0022provisioningState\u0022: \u0022Succeeded\u0022,\r\n", + " \u0022privateLinkServiceId\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-4827/providers/Microsoft.Storage/storageAccounts/teststoragemgmt7029\u0022,\r\n", + " \u0022groupIds\u0022: [\r\n", + " \u0022Blob\u0022\r\n", + " ],\r\n", + " \u0022requestMessage\u0022: \u0022SDK test\u0022,\r\n", + " \u0022privateLinkServiceConnectionState\u0022: {\r\n", + " \u0022status\u0022: \u0022Pending\u0022,\r\n", + " \u0022description\u0022: \u0022SDK test\u0022,\r\n", + " \u0022actionsRequired\u0022: \u0022None\u0022\r\n", + " }\r\n", + " },\r\n", + " \u0022type\u0022: \u0022Microsoft.Network/privateEndpoints/manualPrivateLinkServiceConnections\u0022\r\n", + " }\r\n", + " ],\r\n", + " \u0022subnet\u0022: {\r\n", + " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-4827/providers/Microsoft.Network/virtualNetworks/vnet-6720/subnets/default\u0022\r\n", + " },\r\n", + " \u0022networkInterfaces\u0022: [\r\n", + " {\r\n", + " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-4827/providers/Microsoft.Network/networkInterfaces/pe-6854.nic.9b9e13ae-366b-4b59-8218-a11d7783af8e\u0022\r\n", + " }\r\n", + " ],\r\n", + " \u0022customDnsConfigs\u0022: []\r\n", + " }\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/bbec8c46-e72e-4dbc-8c51-40b1a7dd9ef3?api-version=2021-02-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "850f02279fe7fe43dbd866dad649dc73", + "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, 18 Nov 2021 06:39:11 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": "ce380968-15c6-46a3-94ba-a58fe6f5b75c", + "x-ms-client-request-id": "850f02279fe7fe43dbd866dad649dc73", + "x-ms-correlation-request-id": "499358c0-15f5-40cd-bea8-676d96904011", + "x-ms-ratelimit-remaining-subscription-reads": "11979", + "x-ms-request-id": "9bc1c471-cd91-4693-bedc-44bc5aedda9f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T063912Z:499358c0-15f5-40cd-bea8-676d96904011" + }, + "ResponseBody": [ + "{\r\n", + " \u0022status\u0022: \u0022InProgress\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/bbec8c46-e72e-4dbc-8c51-40b1a7dd9ef3?api-version=2021-02-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "e15f7fb5720321fa3d4ace13c350069d", + "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, 18 Nov 2021 06:39:12 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": "896f2dc7-06a1-4671-9737-4389c2d5a867", + "x-ms-client-request-id": "e15f7fb5720321fa3d4ace13c350069d", + "x-ms-correlation-request-id": "d1834f69-868a-4091-aa8d-a7a8f48a638d", + "x-ms-ratelimit-remaining-subscription-reads": "11978", + "x-ms-request-id": "7d733f62-bb1e-41e8-a1a5-c4ea17e5c14e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T063913Z:d1834f69-868a-4091-aa8d-a7a8f48a638d" + }, + "ResponseBody": [ + "{\r\n", + " \u0022status\u0022: \u0022InProgress\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/bbec8c46-e72e-4dbc-8c51-40b1a7dd9ef3?api-version=2021-02-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "d3d764588b12bcb461e67cdff454dc07", + "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, 18 Nov 2021 06:39: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": "ced10c11-d80b-4289-9583-0ff998efd408", + "x-ms-client-request-id": "d3d764588b12bcb461e67cdff454dc07", + "x-ms-correlation-request-id": "b24b43a3-c0d8-4faa-b061-a44b403b69c5", + "x-ms-ratelimit-remaining-subscription-reads": "11977", + "x-ms-request-id": "04d33d84-eecc-4b6f-abd3-d505ea386e15", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T063914Z:b24b43a3-c0d8-4faa-b061-a44b403b69c5" + }, + "ResponseBody": [ + "{\r\n", + " \u0022status\u0022: \u0022InProgress\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/bbec8c46-e72e-4dbc-8c51-40b1a7dd9ef3?api-version=2021-02-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "4d9ab98c08edb56008ed479cd12f3a8a", + "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, 18 Nov 2021 06:39:15 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": "0be34dcb-2436-4a2c-8889-5bcfd8d96d7c", + "x-ms-client-request-id": "4d9ab98c08edb56008ed479cd12f3a8a", + "x-ms-correlation-request-id": "6d51b13b-8745-4830-bd5e-9ffebb450bb1", + "x-ms-ratelimit-remaining-subscription-reads": "11976", + "x-ms-request-id": "eac22462-c71b-465e-92b5-0dd12cc23b60", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T063915Z:6d51b13b-8745-4830-bd5e-9ffebb450bb1" + }, + "ResponseBody": [ + "{\r\n", + " \u0022status\u0022: \u0022InProgress\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/bbec8c46-e72e-4dbc-8c51-40b1a7dd9ef3?api-version=2021-02-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "7281c8d209722960caa37f1cf51b2de9", + "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, 18 Nov 2021 06:39:16 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": "2162181d-bdfb-48bc-9e85-b73c9f546653", + "x-ms-client-request-id": "7281c8d209722960caa37f1cf51b2de9", + "x-ms-correlation-request-id": "c825a606-68a4-4666-a7b4-781bd7db1b2e", + "x-ms-ratelimit-remaining-subscription-reads": "11975", + "x-ms-request-id": "1f8e49c7-2c07-448c-92b6-c5ee0cc02074", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T063917Z:c825a606-68a4-4666-a7b4-781bd7db1b2e" + }, + "ResponseBody": [ + "{\r\n", + " \u0022status\u0022: \u0022InProgress\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/bbec8c46-e72e-4dbc-8c51-40b1a7dd9ef3?api-version=2021-02-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "0a87c76db8b650b00321ca244317eb32", + "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, 18 Nov 2021 06:39:17 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": "8dbb9a9e-3f8c-4434-a8dd-1b7744fa2fa2", + "x-ms-client-request-id": "0a87c76db8b650b00321ca244317eb32", + "x-ms-correlation-request-id": "948b3987-3470-43a0-84e1-ad143eed8061", + "x-ms-ratelimit-remaining-subscription-reads": "11974", + "x-ms-request-id": "82fbc7f1-ccfd-44c8-894c-3317cc781668", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T063918Z:948b3987-3470-43a0-84e1-ad143eed8061" + }, + "ResponseBody": [ + "{\r\n", + " \u0022status\u0022: \u0022InProgress\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/bbec8c46-e72e-4dbc-8c51-40b1a7dd9ef3?api-version=2021-02-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "2b0cf2ac6ad28394587083498943bfed", + "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, 18 Nov 2021 06:39:19 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": "0b841d79-a9f4-4a30-a101-c2632cdf13f6", + "x-ms-client-request-id": "2b0cf2ac6ad28394587083498943bfed", + "x-ms-correlation-request-id": "179a5f9a-5772-4bfb-b407-8c1374446592", + "x-ms-ratelimit-remaining-subscription-reads": "11973", + "x-ms-request-id": "a0522330-c6df-4ed9-84de-15c18266d9e4", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T063919Z:179a5f9a-5772-4bfb-b407-8c1374446592" + }, + "ResponseBody": [ + "{\r\n", + " \u0022status\u0022: \u0022InProgress\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/bbec8c46-e72e-4dbc-8c51-40b1a7dd9ef3?api-version=2021-02-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "092f5dc02fa81ad418316e503e3ce5b3", + "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, 18 Nov 2021 06:39:20 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": "af246c82-2271-4285-b45e-21fa86930aa2", + "x-ms-client-request-id": "092f5dc02fa81ad418316e503e3ce5b3", + "x-ms-correlation-request-id": "db56725b-a1b4-4d6d-a476-d4a13a1a8383", + "x-ms-ratelimit-remaining-subscription-reads": "11972", + "x-ms-request-id": "87305c3e-e462-4663-a1ec-417096d64ad0", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T063921Z:db56725b-a1b4-4d6d-a476-d4a13a1a8383" + }, + "ResponseBody": [ + "{\r\n", + " \u0022status\u0022: \u0022InProgress\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/bbec8c46-e72e-4dbc-8c51-40b1a7dd9ef3?api-version=2021-02-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "03704db8020e03173304b2453566c6c0", + "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, 18 Nov 2021 06:39:21 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": "4c5ac27f-c80c-466e-89a4-f365a5ff6b76", + "x-ms-client-request-id": "03704db8020e03173304b2453566c6c0", + "x-ms-correlation-request-id": "c039f47b-9987-427c-8f0a-77d13286ad8f", + "x-ms-ratelimit-remaining-subscription-reads": "11971", + "x-ms-request-id": "10d5f84b-d753-436b-bf60-ea397863433e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T063922Z:c039f47b-9987-427c-8f0a-77d13286ad8f" + }, + "ResponseBody": [ + "{\r\n", + " \u0022status\u0022: \u0022InProgress\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/bbec8c46-e72e-4dbc-8c51-40b1a7dd9ef3?api-version=2021-02-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "e664dd62e1e87d8a1df212a0fb43441c", + "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, 18 Nov 2021 06:39:22 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": "32db117d-b366-457a-864d-b68cf409f376", + "x-ms-client-request-id": "e664dd62e1e87d8a1df212a0fb43441c", + "x-ms-correlation-request-id": "03569eb3-10f7-4db8-a0ea-c93983ca282f", + "x-ms-ratelimit-remaining-subscription-reads": "11970", + "x-ms-request-id": "a05fa9bd-1731-4599-907c-933b567dfdd5", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T063923Z:03569eb3-10f7-4db8-a0ea-c93983ca282f" + }, + "ResponseBody": [ + "{\r\n", + " \u0022status\u0022: \u0022InProgress\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/bbec8c46-e72e-4dbc-8c51-40b1a7dd9ef3?api-version=2021-02-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "3c91cf8abbd3bedf452bd6a37d8ee5b1", + "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, 18 Nov 2021 06:39:24 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": "64dd4c15-3f32-4067-8c16-c2b684bf19ef", + "x-ms-client-request-id": "3c91cf8abbd3bedf452bd6a37d8ee5b1", + "x-ms-correlation-request-id": "c12957e5-5e3f-4fb0-a7f3-8734c17e33f3", + "x-ms-ratelimit-remaining-subscription-reads": "11969", + "x-ms-request-id": "bad84968-d189-4185-a996-855262865156", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T063924Z:c12957e5-5e3f-4fb0-a7f3-8734c17e33f3" + }, + "ResponseBody": [ + "{\r\n", + " \u0022status\u0022: \u0022InProgress\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/bbec8c46-e72e-4dbc-8c51-40b1a7dd9ef3?api-version=2021-02-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "61eeae6bffd7d6cbc2f2e61bef7708ef", + "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, 18 Nov 2021 06:39:25 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": "0770016e-13ef-4a4c-9b83-142922767789", + "x-ms-client-request-id": "61eeae6bffd7d6cbc2f2e61bef7708ef", + "x-ms-correlation-request-id": "1681e9b4-9637-492c-badc-4884d7676498", + "x-ms-ratelimit-remaining-subscription-reads": "11968", + "x-ms-request-id": "a4b95406-3fbf-471c-92c6-e194fb32a5ee", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T063926Z:1681e9b4-9637-492c-badc-4884d7676498" + }, + "ResponseBody": [ + "{\r\n", + " \u0022status\u0022: \u0022InProgress\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/bbec8c46-e72e-4dbc-8c51-40b1a7dd9ef3?api-version=2021-02-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "65ba95bf89d5a6edfea6a0bc0ae6008e", + "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, 18 Nov 2021 06:39:26 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": "f530236f-a9e8-4d9d-8a31-654579aa2087", + "x-ms-client-request-id": "65ba95bf89d5a6edfea6a0bc0ae6008e", + "x-ms-correlation-request-id": "15fe9536-ae56-4e8c-8d82-0d8b641afb61", + "x-ms-ratelimit-remaining-subscription-reads": "11967", + "x-ms-request-id": "cb5774a0-167d-437f-a32a-9d1de9f73ac4", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T063927Z:15fe9536-ae56-4e8c-8d82-0d8b641afb61" + }, + "ResponseBody": [ + "{\r\n", + " \u0022status\u0022: \u0022InProgress\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/bbec8c46-e72e-4dbc-8c51-40b1a7dd9ef3?api-version=2021-02-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "4c35610de3558b4404ba79e0d5c3cece", + "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, 18 Nov 2021 06:39:27 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": "6ef26be2-5261-4be9-89df-10387f1ea6b8", + "x-ms-client-request-id": "4c35610de3558b4404ba79e0d5c3cece", + "x-ms-correlation-request-id": "ee7d2b39-01d4-41bb-b474-5cbc09d3c2c9", + "x-ms-ratelimit-remaining-subscription-reads": "11966", + "x-ms-request-id": "4201aa91-dc3f-41b6-ace9-3d97128b74a5", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T063928Z:ee7d2b39-01d4-41bb-b474-5cbc09d3c2c9" + }, + "ResponseBody": [ + "{\r\n", + " \u0022status\u0022: \u0022Succeeded\u0022\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-4827/providers/Microsoft.Network/privateEndpoints/pe-6854?api-version=2021-02-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "e7e4e6237fd4e1dbc04763315f0eccdc", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1951", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 18 Nov 2021 06:39:28 GMT", + "ETag": "W/\u00229eb1f354-3b20-4b9b-bfa7-a7bb70231cd8\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": "20866dbe-8a50-4964-a3fe-c26ebc3fd2be", + "x-ms-client-request-id": "e7e4e6237fd4e1dbc04763315f0eccdc", + "x-ms-correlation-request-id": "560fdfb6-2eeb-4cba-a0d1-93688b94cf2c", + "x-ms-ratelimit-remaining-subscription-reads": "11965", + "x-ms-request-id": "1bffc79e-fc72-481c-a8a8-47339614e2af", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T063928Z:560fdfb6-2eeb-4cba-a0d1-93688b94cf2c" + }, + "ResponseBody": [ + "{\r\n", + " \u0022name\u0022: \u0022pe-6854\u0022,\r\n", + " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-4827/providers/Microsoft.Network/privateEndpoints/pe-6854\u0022,\r\n", + " \u0022etag\u0022: \u0022W/\\\u00229eb1f354-3b20-4b9b-bfa7-a7bb70231cd8\\\u0022\u0022,\r\n", + " \u0022type\u0022: \u0022Microsoft.Network/privateEndpoints\u0022,\r\n", + " \u0022location\u0022: \u0022westus2\u0022,\r\n", + " \u0022properties\u0022: {\r\n", + " \u0022provisioningState\u0022: \u0022Succeeded\u0022,\r\n", + " \u0022resourceGuid\u0022: \u00227f5939c3-99b5-45fe-938f-9960f571e5d0\u0022,\r\n", + " \u0022privateLinkServiceConnections\u0022: [],\r\n", + " \u0022manualPrivateLinkServiceConnections\u0022: [\r\n", + " {\r\n", + " \u0022name\u0022: \u0022pec5288\u0022,\r\n", + " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-4827/providers/Microsoft.Network/privateEndpoints/pe-6854/manualPrivateLinkServiceConnections/pec5288\u0022,\r\n", + " \u0022etag\u0022: \u0022W/\\\u00229eb1f354-3b20-4b9b-bfa7-a7bb70231cd8\\\u0022\u0022,\r\n", + " \u0022properties\u0022: {\r\n", + " \u0022provisioningState\u0022: \u0022Succeeded\u0022,\r\n", + " \u0022privateLinkServiceId\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-4827/providers/Microsoft.Storage/storageAccounts/teststoragemgmt7029\u0022,\r\n", + " \u0022groupIds\u0022: [\r\n", + " \u0022Blob\u0022\r\n", + " ],\r\n", + " \u0022requestMessage\u0022: \u0022SDK test\u0022,\r\n", + " \u0022privateLinkServiceConnectionState\u0022: {\r\n", + " \u0022status\u0022: \u0022Pending\u0022,\r\n", + " \u0022description\u0022: \u0022SDK test\u0022,\r\n", + " \u0022actionsRequired\u0022: \u0022None\u0022\r\n", + " }\r\n", + " },\r\n", + " \u0022type\u0022: \u0022Microsoft.Network/privateEndpoints/manualPrivateLinkServiceConnections\u0022\r\n", + " }\r\n", + " ],\r\n", + " \u0022subnet\u0022: {\r\n", + " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-4827/providers/Microsoft.Network/virtualNetworks/vnet-6720/subnets/default\u0022\r\n", + " },\r\n", + " \u0022networkInterfaces\u0022: [\r\n", + " {\r\n", + " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-4827/providers/Microsoft.Network/networkInterfaces/pe-6854.nic.9b9e13ae-366b-4b59-8218-a11d7783af8e\u0022\r\n", + " }\r\n", + " ],\r\n", + " \u0022customDnsConfigs\u0022: []\r\n", + " }\r\n", + "}" + ] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-4827/providers/Microsoft.Storage/storageAccounts/teststoragemgmt7029/privateEndpointConnections?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211118.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "8d0d57f2bb41dc9a512f601b100dd13a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "709", + "Content-Type": "application/json", + "Date": "Thu, 18 Nov 2021 06:39:28 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "8d0d57f2bb41dc9a512f601b100dd13a", + "x-ms-correlation-request-id": "e3ce8d29-a897-4476-91b9-fb4f24ae9048", + "x-ms-ratelimit-remaining-subscription-reads": "11964", + "x-ms-request-id": "26c5accc-5779-48ca-90fe-2c0d60107e03", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T063929Z:e3ce8d29-a897-4476-91b9-fb4f24ae9048" + }, + "ResponseBody": { + "value": [ + { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-4827/providers/Microsoft.Storage/storageAccounts/teststoragemgmt7029/privateEndpointConnections/teststoragemgmt7029.e5bce537-81a0-4fdd-abec-ade955b843ad", + "name": "teststoragemgmt7029.e5bce537-81a0-4fdd-abec-ade955b843ad", + "type": "Microsoft.Storage/storageAccounts/privateEndpointConnections", + "properties": { + "provisioningState": "Succeeded", + "privateEndpoint": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-4827/providers/Microsoft.Network/privateEndpoints/pe-6854" + }, + "privateLinkServiceConnectionState": { + "status": "Pending", + "description": "SDK test", + "actionRequired": "None" + } + } + } + ] + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-4827/providers/Microsoft.Storage/storageAccounts/teststoragemgmt7029/privateEndpointConnections/teststoragemgmt7029.e5bce537-81a0-4fdd-abec-ade955b843ad?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211118.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "2399d1d719028dba85538b0d80132cf5", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "697", + "Content-Type": "application/json", + "Date": "Thu, 18 Nov 2021 06:39:28 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "2399d1d719028dba85538b0d80132cf5", + "x-ms-correlation-request-id": "cb20ba8f-4414-4752-8f84-d7ff8931549e", + "x-ms-ratelimit-remaining-subscription-reads": "11963", + "x-ms-request-id": "766be22f-c5d4-449e-b03d-cfbe0999c653", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T063929Z:cb20ba8f-4414-4752-8f84-d7ff8931549e" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-4827/providers/Microsoft.Storage/storageAccounts/teststoragemgmt7029/privateEndpointConnections/teststoragemgmt7029.e5bce537-81a0-4fdd-abec-ade955b843ad", + "name": "teststoragemgmt7029.e5bce537-81a0-4fdd-abec-ade955b843ad", + "type": "Microsoft.Storage/storageAccounts/privateEndpointConnections", + "properties": { + "provisioningState": "Succeeded", + "privateEndpoint": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-4827/providers/Microsoft.Network/privateEndpoints/pe-6854" + }, + "privateLinkServiceConnectionState": { + "status": "Pending", + "description": "SDK test", + "actionRequired": "None" + } + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-4827/providers/Microsoft.Storage/storageAccounts/teststoragemgmt7029/privateEndpointConnections/teststoragemgmt7029.e5bce537-81a0-4fdd-abec-ade955b843ad?api-version=2021-04-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211118.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "7eed9dee40b5678c4c0895a51ec0d1b3", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 06:39:30 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "7eed9dee40b5678c4c0895a51ec0d1b3", + "x-ms-correlation-request-id": "81c72f5f-5606-4f3c-8385-f99ff94bf6a2", + "x-ms-ratelimit-remaining-subscription-deletes": "14998", + "x-ms-request-id": "1a66141c-0c26-417f-88e8-577b5b257c44", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T063931Z:81c72f5f-5606-4f3c-8385-f99ff94bf6a2" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-4827/providers/Microsoft.Storage/storageAccounts/teststoragemgmt7029/privateEndpointConnections?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211118.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "8d5a2875a875d9da9c8008ee308d5b3e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "12", + "Content-Type": "application/json", + "Date": "Thu, 18 Nov 2021 06:39:31 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "8d5a2875a875d9da9c8008ee308d5b3e", + "x-ms-correlation-request-id": "e5e10b2d-4578-4754-b258-b972ad1a049c", + "x-ms-ratelimit-remaining-subscription-reads": "11962", + "x-ms-request-id": "c909571b-28bd-41f4-9514-a16436697ac3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T063931Z:e5e10b2d-4578-4754-b258-b972ad1a049c" + }, + "ResponseBody": { + "value": [] + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-4827/providers/Microsoft.Storage/storageAccounts/teststoragemgmt7029/privateEndpointConnections?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211118.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "732d6b03531f96844432d7fa83156ec5", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "12", + "Content-Type": "application/json", + "Date": "Thu, 18 Nov 2021 06:39:31 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "732d6b03531f96844432d7fa83156ec5", + "x-ms-correlation-request-id": "488075e6-2e13-4e10-b60b-2b5a41e03f43", + "x-ms-ratelimit-remaining-subscription-reads": "11961", + "x-ms-request-id": "2999172b-bec5-43bf-87b4-92fc76ed5bf3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T063932Z:488075e6-2e13-4e10-b60b-2b5a41e03f43" + }, + "ResponseBody": { + "value": [] + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-4827/providers/Microsoft.Storage/storageAccounts/teststoragemgmt7029?api-version=2021-04-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211118.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "5797d8829eb84580c213e135389e36bf", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 06:39:38 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5797d8829eb84580c213e135389e36bf", + "x-ms-correlation-request-id": "441740c6-a741-46dc-8ad2-262adfdd7d04", + "x-ms-ratelimit-remaining-subscription-deletes": "14997", + "x-ms-request-id": "c7dd0208-cee0-49f8-a38d-162f6c32bb3c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T063939Z:441740c6-a741-46dc-8ad2-262adfdd7d04" + }, + "ResponseBody": [] + } + ], + "Variables": { + "RandomSeed": "603182873", + "RESOURCE_MANAGER_URL": null, + "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" + } +} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/CreateBlobAccount.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/CreateBlobAccount.json new file mode 100644 index 0000000000000..4f71991a6578a --- /dev/null +++ b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/CreateBlobAccount.json @@ -0,0 +1,2015 @@ +{ + "Entries": [ + { + "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-c3056c792093134daaf110485f8bb31a-5c838d8fcca13a44-00", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "16b583d3d15319982588373c334dc64c", + "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": "Tue, 16 Nov 2021 09:04:36 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "84cf889f-60a9-4929-aa1c-f59fc3d0c65e", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-request-id": "84cf889f-60a9-4929-aa1c-f59fc3d0c65e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T090436Z:84cf889f-60a9-4929-aa1c-f59fc3d0c65e" + }, + "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/teststorageRG-6609?api-version=2019-10-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "44", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "de139498864798a6740af4c28c90ae97", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "location": "eastus2", + "tags": { + "test": "env" + } + }, + "StatusCode": 201, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "256", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 16 Nov 2021 09:04:40 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "1133946a-e739-4c06-a7b8-96b5f767111b", + "x-ms-ratelimit-remaining-subscription-writes": "1199", + "x-ms-request-id": "1133946a-e739-4c06-a7b8-96b5f767111b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T090440Z:1133946a-e739-4c06-a7b8-96b5f767111b" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-6609", + "name": "teststorageRG-6609", + "type": "Microsoft.Resources/resourceGroups", + "location": "eastus2", + "tags": { + "test": "env" + }, + "properties": { + "provisioningState": "Succeeded" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/checkNameAvailability?api-version=2021-04-01", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "73", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211116.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "74e326e88ec976127cdaeccae3e949df", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "name": "teststoragemgmt9208", + "type": "Microsoft.Storage/storageAccounts" + }, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "22", + "Content-Type": "application/json", + "Date": "Tue, 16 Nov 2021 09:04:41 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "74e326e88ec976127cdaeccae3e949df", + "x-ms-correlation-request-id": "ee4c5a85-0389-4d91-b602-ec5826cc2ec8", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-request-id": "2eff876c-6c3e-40e5-b996-d92fa4fe9c2f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T090441Z:ee4c5a85-0389-4d91-b602-ec5826cc2ec8" + }, + "ResponseBody": { + "nameAvailable": true + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-6609/providers/Microsoft.Storage/storageAccounts/teststoragemgmt9208?api-version=2021-04-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "148", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211116.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "745448e68c0d0efd7edec7a45699f888", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "sku": { + "name": "Standard_LRS" + }, + "kind": "BlobStorage", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "accessTier": "Hot" + } + }, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 09:04:48 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ff3af120-a864-43d9-adfd-49b9499adeb5?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "745448e68c0d0efd7edec7a45699f888", + "x-ms-correlation-request-id": "474fbcd7-75f3-464e-b136-326effd9b0b4", + "x-ms-ratelimit-remaining-subscription-writes": "1198", + "x-ms-request-id": "ff3af120-a864-43d9-adfd-49b9499adeb5", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T090448Z:474fbcd7-75f3-464e-b136-326effd9b0b4" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ff3af120-a864-43d9-adfd-49b9499adeb5?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "47a5e2aa225a5ca129d5f6ebc76e1fe2", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 09:04:48 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ff3af120-a864-43d9-adfd-49b9499adeb5?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "47a5e2aa225a5ca129d5f6ebc76e1fe2", + "x-ms-correlation-request-id": "3a3f3b18-4c6e-43b5-8683-579d5655c8ce", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-request-id": "24afeae1-2906-4d48-aa2e-7f6c1be648cf", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T090449Z:3a3f3b18-4c6e-43b5-8683-579d5655c8ce" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ff3af120-a864-43d9-adfd-49b9499adeb5?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "5e2563e1aa834477794e74a5c15154af", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 09:04:50 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ff3af120-a864-43d9-adfd-49b9499adeb5?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5e2563e1aa834477794e74a5c15154af", + "x-ms-correlation-request-id": "a75a362b-afec-4849-828a-09164bab10cb", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-request-id": "d4089c26-6001-4db2-a45b-ab1394a51759", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T090450Z:a75a362b-afec-4849-828a-09164bab10cb" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ff3af120-a864-43d9-adfd-49b9499adeb5?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "73faa64db0f4822ee3087693abe43e92", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 09:04:51 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ff3af120-a864-43d9-adfd-49b9499adeb5?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "73faa64db0f4822ee3087693abe43e92", + "x-ms-correlation-request-id": "bb7aefab-b532-40d5-9511-3bc9ee9ed730", + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-request-id": "1eba7330-a95e-44f6-8d06-9f7067e9e88b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T090451Z:bb7aefab-b532-40d5-9511-3bc9ee9ed730" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ff3af120-a864-43d9-adfd-49b9499adeb5?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "56cae84832a9009d6b60ce0baefb9bd8", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 09:04:52 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ff3af120-a864-43d9-adfd-49b9499adeb5?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "56cae84832a9009d6b60ce0baefb9bd8", + "x-ms-correlation-request-id": "7bf2f3fa-1772-40ef-be23-59b7571b695a", + "x-ms-ratelimit-remaining-subscription-reads": "11988", + "x-ms-request-id": "39b40cbd-f895-437f-a157-5e6b67c06c21", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T090453Z:7bf2f3fa-1772-40ef-be23-59b7571b695a" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ff3af120-a864-43d9-adfd-49b9499adeb5?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "209d4680ab7330ee35a27a7b33e39995", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 09:04:54 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ff3af120-a864-43d9-adfd-49b9499adeb5?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "209d4680ab7330ee35a27a7b33e39995", + "x-ms-correlation-request-id": "8b6087e2-c99c-4946-be27-da3a5b69afc8", + "x-ms-ratelimit-remaining-subscription-reads": "11987", + "x-ms-request-id": "0f3c26a8-457e-4eb7-8b2c-974cdeab1f07", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T090454Z:8b6087e2-c99c-4946-be27-da3a5b69afc8" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ff3af120-a864-43d9-adfd-49b9499adeb5?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "d85ce210fd861a0609fa0893e222d4e7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 09:04:55 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ff3af120-a864-43d9-adfd-49b9499adeb5?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d85ce210fd861a0609fa0893e222d4e7", + "x-ms-correlation-request-id": "748a8844-0884-4add-ad67-66790a20cb34", + "x-ms-ratelimit-remaining-subscription-reads": "11986", + "x-ms-request-id": "ee6d42b5-6c92-4b22-9961-1db5de193f1a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T090455Z:748a8844-0884-4add-ad67-66790a20cb34" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ff3af120-a864-43d9-adfd-49b9499adeb5?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "65129d6c1d469d1ef9992106b721cc87", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 09:04:56 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ff3af120-a864-43d9-adfd-49b9499adeb5?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "65129d6c1d469d1ef9992106b721cc87", + "x-ms-correlation-request-id": "b01720e6-24e7-4096-9385-3aad0beb5a2c", + "x-ms-ratelimit-remaining-subscription-reads": "11985", + "x-ms-request-id": "880ce950-8e03-4aac-8895-57eb888ee85e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T090457Z:b01720e6-24e7-4096-9385-3aad0beb5a2c" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ff3af120-a864-43d9-adfd-49b9499adeb5?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "ccfb39c7c29f835140831779a35a4e12", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 09:04:58 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ff3af120-a864-43d9-adfd-49b9499adeb5?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ccfb39c7c29f835140831779a35a4e12", + "x-ms-correlation-request-id": "8173e28b-4be7-4621-b854-eef6a05093fd", + "x-ms-ratelimit-remaining-subscription-reads": "11984", + "x-ms-request-id": "b89015e9-27b8-4e80-bb8d-dd11c66b58f4", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T090458Z:8173e28b-4be7-4621-b854-eef6a05093fd" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ff3af120-a864-43d9-adfd-49b9499adeb5?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "960e93ce34d1f34fc3bfdeeddbff62e7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 09:04:59 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ff3af120-a864-43d9-adfd-49b9499adeb5?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "960e93ce34d1f34fc3bfdeeddbff62e7", + "x-ms-correlation-request-id": "223c61e3-7f9d-462e-abd5-89bc071bd03b", + "x-ms-ratelimit-remaining-subscription-reads": "11983", + "x-ms-request-id": "721a4c0c-63e4-408d-9402-f945072a834b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T090459Z:223c61e3-7f9d-462e-abd5-89bc071bd03b" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ff3af120-a864-43d9-adfd-49b9499adeb5?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "a9cc802d0727aa484b8e25c205a4f99f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 09:05:00 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ff3af120-a864-43d9-adfd-49b9499adeb5?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a9cc802d0727aa484b8e25c205a4f99f", + "x-ms-correlation-request-id": "70c45111-53ca-4889-ba31-44fdb477acfc", + "x-ms-ratelimit-remaining-subscription-reads": "11984", + "x-ms-request-id": "6f18d0b5-2791-496d-9396-82c5f3036006", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T090501Z:70c45111-53ca-4889-ba31-44fdb477acfc" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ff3af120-a864-43d9-adfd-49b9499adeb5?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "24380f4a351393b6ea0708dfe364a740", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 09:05:02 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ff3af120-a864-43d9-adfd-49b9499adeb5?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "24380f4a351393b6ea0708dfe364a740", + "x-ms-correlation-request-id": "608c242f-bda5-47c1-b961-bd55cd45f22e", + "x-ms-ratelimit-remaining-subscription-reads": "11983", + "x-ms-request-id": "bd5592a1-c20d-4678-a94a-ecea840b6d64", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T090502Z:608c242f-bda5-47c1-b961-bd55cd45f22e" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ff3af120-a864-43d9-adfd-49b9499adeb5?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "224c2f20a58ec6ea4a644a420e8ced1e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 09:05:03 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ff3af120-a864-43d9-adfd-49b9499adeb5?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "224c2f20a58ec6ea4a644a420e8ced1e", + "x-ms-correlation-request-id": "f01e13ba-69a6-4f75-96a6-fb8af42892f9", + "x-ms-ratelimit-remaining-subscription-reads": "11982", + "x-ms-request-id": "8871f25a-e093-48fa-bf9d-b10c81805365", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T090503Z:f01e13ba-69a6-4f75-96a6-fb8af42892f9" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ff3af120-a864-43d9-adfd-49b9499adeb5?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "cca23fc63ec7f7d4ca39be1fff69c6e7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1241", + "Content-Type": "application/json", + "Date": "Tue, 16 Nov 2021 09:05:04 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "cca23fc63ec7f7d4ca39be1fff69c6e7", + "x-ms-correlation-request-id": "ff57e904-e5b3-4edc-a397-df0f9b7ec702", + "x-ms-ratelimit-remaining-subscription-reads": "11981", + "x-ms-request-id": "0cb58473-c806-4d19-96cd-6b410c3b914c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T090505Z:ff57e904-e5b3-4edc-a397-df0f9b7ec702" + }, + "ResponseBody": { + "sku": { + "name": "Standard_LRS", + "tier": "Standard" + }, + "kind": "BlobStorage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-6609/providers/Microsoft.Storage/storageAccounts/teststoragemgmt9208", + "name": "teststoragemgmt9208", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-11-16T09:04:47.0180733Z", + "key2": "2021-11-16T09:04:47.0180733Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-16T09:04:47.0180733Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-16T09:04:47.0180733Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "accessTier": "Hot", + "provisioningState": "Succeeded", + "creationTime": "2021-11-16T09:04:46.8774583Z", + "primaryEndpoints": { + "dfs": "https://teststoragemgmt9208.dfs.core.windows.net/", + "blob": "https://teststoragemgmt9208.blob.core.windows.net/", + "table": "https://teststoragemgmt9208.table.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/checkNameAvailability?api-version=2021-04-01", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "73", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211116.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "58d6a2e410d724a571d9aeeb73845d1a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "name": "teststoragemgmt1453", + "type": "Microsoft.Storage/storageAccounts" + }, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "22", + "Content-Type": "application/json", + "Date": "Tue, 16 Nov 2021 09:05:05 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "58d6a2e410d724a571d9aeeb73845d1a", + "x-ms-correlation-request-id": "5a9d62c9-0f27-4dc4-84ac-2319c32b589d", + "x-ms-ratelimit-remaining-subscription-reads": "11980", + "x-ms-request-id": "2efccb5a-4029-4e18-9d12-970b30f27b7d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T090506Z:5a9d62c9-0f27-4dc4-84ac-2319c32b589d" + }, + "ResponseBody": { + "nameAvailable": true + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-6609/providers/Microsoft.Storage/storageAccounts/teststoragemgmt1453?api-version=2021-04-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "148", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211116.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "c1a419ea78db5be1545855e6cac7e19e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "sku": { + "name": "Standard_GRS" + }, + "kind": "BlobStorage", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "accessTier": "Hot" + } + }, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 09:05:12 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ca505d58-023d-4034-8534-35f0c94a2ba5?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c1a419ea78db5be1545855e6cac7e19e", + "x-ms-correlation-request-id": "574452b6-183e-47cb-a089-e1941e7f5c6d", + "x-ms-ratelimit-remaining-subscription-writes": "1197", + "x-ms-request-id": "ca505d58-023d-4034-8534-35f0c94a2ba5", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T090513Z:574452b6-183e-47cb-a089-e1941e7f5c6d" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ca505d58-023d-4034-8534-35f0c94a2ba5?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "5014056125226c0cc07a047fbabf59a9", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 09:05:13 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ca505d58-023d-4034-8534-35f0c94a2ba5?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5014056125226c0cc07a047fbabf59a9", + "x-ms-correlation-request-id": "175afa7c-9045-4f99-8725-d20260f4d8c2", + "x-ms-ratelimit-remaining-subscription-reads": "11979", + "x-ms-request-id": "bebe4746-e579-485e-8939-dde85471f2dc", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T090513Z:175afa7c-9045-4f99-8725-d20260f4d8c2" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ca505d58-023d-4034-8534-35f0c94a2ba5?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "178710f7735a24032a74c432227c3547", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 09:05:14 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ca505d58-023d-4034-8534-35f0c94a2ba5?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "178710f7735a24032a74c432227c3547", + "x-ms-correlation-request-id": "3e5c763c-6671-4bea-8e5c-78b3d6fe688d", + "x-ms-ratelimit-remaining-subscription-reads": "11978", + "x-ms-request-id": "dd7c31d5-187f-4b85-9ee5-c5f2b15a6ec5", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T090515Z:3e5c763c-6671-4bea-8e5c-78b3d6fe688d" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ca505d58-023d-4034-8534-35f0c94a2ba5?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "c585a00091b23e7b4fbd299bc16f743e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 09:05:15 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ca505d58-023d-4034-8534-35f0c94a2ba5?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c585a00091b23e7b4fbd299bc16f743e", + "x-ms-correlation-request-id": "8f0d0834-318d-421a-a073-e3806c1815b2", + "x-ms-ratelimit-remaining-subscription-reads": "11977", + "x-ms-request-id": "6fe5173c-be65-4255-861a-ffd35e32e495", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T090516Z:8f0d0834-318d-421a-a073-e3806c1815b2" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ca505d58-023d-4034-8534-35f0c94a2ba5?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "146dac4e3f85ed5a01f026ad60d94944", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 09:05:17 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ca505d58-023d-4034-8534-35f0c94a2ba5?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "146dac4e3f85ed5a01f026ad60d94944", + "x-ms-correlation-request-id": "40bf78cc-3b46-4a47-83c5-71b9dd6307f5", + "x-ms-ratelimit-remaining-subscription-reads": "11976", + "x-ms-request-id": "c4bedadc-c943-4504-bdae-4070490803e3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T090517Z:40bf78cc-3b46-4a47-83c5-71b9dd6307f5" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ca505d58-023d-4034-8534-35f0c94a2ba5?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "1a7ebc45943966f79449c89c4a6762ba", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 09:05:18 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ca505d58-023d-4034-8534-35f0c94a2ba5?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1a7ebc45943966f79449c89c4a6762ba", + "x-ms-correlation-request-id": "d95e0b9e-947a-4164-97db-419f8c2e39be", + "x-ms-ratelimit-remaining-subscription-reads": "11975", + "x-ms-request-id": "8ab120a6-7a49-450d-be0a-c37d3a71d0a5", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T090518Z:d95e0b9e-947a-4164-97db-419f8c2e39be" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ca505d58-023d-4034-8534-35f0c94a2ba5?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "75e38600210fc1c24597c3c26bcedd76", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 09:05:19 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ca505d58-023d-4034-8534-35f0c94a2ba5?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "75e38600210fc1c24597c3c26bcedd76", + "x-ms-correlation-request-id": "a6c05a46-ca81-40eb-8c41-5774805ce351", + "x-ms-ratelimit-remaining-subscription-reads": "11974", + "x-ms-request-id": "f41b82c3-69bc-46e7-8edd-2a73967fe159", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T090520Z:a6c05a46-ca81-40eb-8c41-5774805ce351" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ca505d58-023d-4034-8534-35f0c94a2ba5?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "0456e5735af1ba04b5067f3c76bea39a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 09:05:21 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ca505d58-023d-4034-8534-35f0c94a2ba5?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "0456e5735af1ba04b5067f3c76bea39a", + "x-ms-correlation-request-id": "b9955d41-feb1-4a3b-8818-38d6b7b271ba", + "x-ms-ratelimit-remaining-subscription-reads": "11973", + "x-ms-request-id": "91c773d9-a503-4e63-a8d2-7857c613e91e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T090521Z:b9955d41-feb1-4a3b-8818-38d6b7b271ba" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ca505d58-023d-4034-8534-35f0c94a2ba5?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "daad6c8dd3f52334fabcd4a2d035fbc6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 09:05:22 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ca505d58-023d-4034-8534-35f0c94a2ba5?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "daad6c8dd3f52334fabcd4a2d035fbc6", + "x-ms-correlation-request-id": "125a057c-a0d2-44ed-8dc4-8daf2b6447f1", + "x-ms-ratelimit-remaining-subscription-reads": "11972", + "x-ms-request-id": "5ba8b491-ca6c-41b7-a46b-504710f7233a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T090522Z:125a057c-a0d2-44ed-8dc4-8daf2b6447f1" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ca505d58-023d-4034-8534-35f0c94a2ba5?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "6428526b5e10a5c88228c008a1854a87", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 09:05:23 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ca505d58-023d-4034-8534-35f0c94a2ba5?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6428526b5e10a5c88228c008a1854a87", + "x-ms-correlation-request-id": "c2c6e300-dc2e-45fd-b54c-64cf971860cd", + "x-ms-ratelimit-remaining-subscription-reads": "11971", + "x-ms-request-id": "1ace9b96-fa5e-4762-a11b-1f0d95d5dcaa", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T090524Z:c2c6e300-dc2e-45fd-b54c-64cf971860cd" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ca505d58-023d-4034-8534-35f0c94a2ba5?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "fe3429f403209f80b03309348562ea7f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 09:05:25 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ca505d58-023d-4034-8534-35f0c94a2ba5?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "fe3429f403209f80b03309348562ea7f", + "x-ms-correlation-request-id": "0886224f-8b13-49f5-b6a1-31e0508c1a87", + "x-ms-ratelimit-remaining-subscription-reads": "11970", + "x-ms-request-id": "6b44112f-2d65-4fbf-9846-e177619537d3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T090525Z:0886224f-8b13-49f5-b6a1-31e0508c1a87" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ca505d58-023d-4034-8534-35f0c94a2ba5?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "24d0b80b3e962f89a30757cc132c8174", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 09:05:26 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ca505d58-023d-4034-8534-35f0c94a2ba5?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "24d0b80b3e962f89a30757cc132c8174", + "x-ms-correlation-request-id": "105801c9-ff00-4c83-b1f5-f05c1fe51415", + "x-ms-ratelimit-remaining-subscription-reads": "11969", + "x-ms-request-id": "aae6ea48-2036-4feb-a57d-fabc5bf18277", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T090527Z:105801c9-ff00-4c83-b1f5-f05c1fe51415" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ca505d58-023d-4034-8534-35f0c94a2ba5?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "a6ae4d72fc0068a5d188b4dd54932020", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 09:05:28 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ca505d58-023d-4034-8534-35f0c94a2ba5?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a6ae4d72fc0068a5d188b4dd54932020", + "x-ms-correlation-request-id": "3d6903d1-e419-415a-bd0d-8b7a96a39bb5", + "x-ms-ratelimit-remaining-subscription-reads": "11968", + "x-ms-request-id": "dca64ce2-a36e-4e54-b812-6d8f55406475", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T090528Z:3d6903d1-e419-415a-bd0d-8b7a96a39bb5" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ca505d58-023d-4034-8534-35f0c94a2ba5?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "e9fd413e25b5b5f1a0055b19abb38c84", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1305", + "Content-Type": "application/json", + "Date": "Tue, 16 Nov 2021 09:05:29 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e9fd413e25b5b5f1a0055b19abb38c84", + "x-ms-correlation-request-id": "261bb7b0-ffd8-4fd5-81c5-b8d201ac165f", + "x-ms-ratelimit-remaining-subscription-reads": "11967", + "x-ms-request-id": "2b914891-22c0-4af1-9069-13c27fe6ce76", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T090529Z:261bb7b0-ffd8-4fd5-81c5-b8d201ac165f" + }, + "ResponseBody": { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "BlobStorage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-6609/providers/Microsoft.Storage/storageAccounts/teststoragemgmt1453", + "name": "teststoragemgmt1453", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-11-16T09:05:08.7687928Z", + "key2": "2021-11-16T09:05:08.7687928Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-16T09:05:08.7687928Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-16T09:05:08.7687928Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "accessTier": "Hot", + "provisioningState": "Succeeded", + "creationTime": "2021-11-16T09:05:08.6749932Z", + "primaryEndpoints": { + "dfs": "https://teststoragemgmt1453.dfs.core.windows.net/", + "blob": "https://teststoragemgmt1453.blob.core.windows.net/", + "table": "https://teststoragemgmt1453.table.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/checkNameAvailability?api-version=2021-04-01", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "73", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211116.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "b338c2957f43130e68520d8aacda0fe7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "name": "teststoragemgmt7572", + "type": "Microsoft.Storage/storageAccounts" + }, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "22", + "Content-Type": "application/json", + "Date": "Tue, 16 Nov 2021 09:05:30 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b338c2957f43130e68520d8aacda0fe7", + "x-ms-correlation-request-id": "a20987e9-bd78-4ae6-8632-a4a9e414a514", + "x-ms-ratelimit-remaining-subscription-reads": "11966", + "x-ms-request-id": "09c4b516-43a0-49ad-993e-4e4fadb58c71", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T090530Z:a20987e9-bd78-4ae6-8632-a4a9e414a514" + }, + "ResponseBody": { + "nameAvailable": true + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-6609/providers/Microsoft.Storage/storageAccounts/teststoragemgmt7572?api-version=2021-04-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "150", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211116.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "2fd18e37bf985c4cf806fba18cbd1efb", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "sku": { + "name": "Standard_RAGRS" + }, + "kind": "BlobStorage", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "accessTier": "Hot" + } + }, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 09:05:35 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e49910ec-121c-449f-b293-cf816c3abf12?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "2fd18e37bf985c4cf806fba18cbd1efb", + "x-ms-correlation-request-id": "73c9669e-482d-4151-b14d-144fbdae6cfa", + "x-ms-ratelimit-remaining-subscription-writes": "1196", + "x-ms-request-id": "e49910ec-121c-449f-b293-cf816c3abf12", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T090536Z:73c9669e-482d-4151-b14d-144fbdae6cfa" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e49910ec-121c-449f-b293-cf816c3abf12?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "2573324b54bbd61976dbbb3d836d86aa", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 09:05:36 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e49910ec-121c-449f-b293-cf816c3abf12?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "2573324b54bbd61976dbbb3d836d86aa", + "x-ms-correlation-request-id": "0c436b4d-cdbd-4eef-a2c9-53d788981185", + "x-ms-ratelimit-remaining-subscription-reads": "11965", + "x-ms-request-id": "ba9b8059-c3a9-4286-adee-e70306eaacbc", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T090536Z:0c436b4d-cdbd-4eef-a2c9-53d788981185" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e49910ec-121c-449f-b293-cf816c3abf12?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "805a11343e1bcbff930f40c2717978cd", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 09:05:37 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e49910ec-121c-449f-b293-cf816c3abf12?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "805a11343e1bcbff930f40c2717978cd", + "x-ms-correlation-request-id": "24cd2c1a-0eac-48a9-a2e3-c8d734a37397", + "x-ms-ratelimit-remaining-subscription-reads": "11964", + "x-ms-request-id": "7bed4385-95d6-4138-890e-e37adda658c8", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T090538Z:24cd2c1a-0eac-48a9-a2e3-c8d734a37397" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e49910ec-121c-449f-b293-cf816c3abf12?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "5a55d111f849db4012e85a0cb0bd3e81", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 09:05:38 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e49910ec-121c-449f-b293-cf816c3abf12?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5a55d111f849db4012e85a0cb0bd3e81", + "x-ms-correlation-request-id": "c516dabe-2863-47dd-a639-b323620bf42b", + "x-ms-ratelimit-remaining-subscription-reads": "11963", + "x-ms-request-id": "af045135-726b-43d0-90f7-cb49f43391b5", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T090539Z:c516dabe-2863-47dd-a639-b323620bf42b" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e49910ec-121c-449f-b293-cf816c3abf12?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "d19ea24f73d00d0e33a891ab145664fd", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 09:05:40 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e49910ec-121c-449f-b293-cf816c3abf12?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d19ea24f73d00d0e33a891ab145664fd", + "x-ms-correlation-request-id": "3cf9acd0-ce42-4e26-96e6-a5da1c5982cc", + "x-ms-ratelimit-remaining-subscription-reads": "11962", + "x-ms-request-id": "e5be9be5-29f0-4c7f-a935-b438f8b8921e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T090540Z:3cf9acd0-ce42-4e26-96e6-a5da1c5982cc" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e49910ec-121c-449f-b293-cf816c3abf12?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "b12bee632c183b60d17e6e33e3f21ad6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 09:05:41 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e49910ec-121c-449f-b293-cf816c3abf12?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b12bee632c183b60d17e6e33e3f21ad6", + "x-ms-correlation-request-id": "c6f701e4-e9a3-42ff-bf2f-689889ce061c", + "x-ms-ratelimit-remaining-subscription-reads": "11961", + "x-ms-request-id": "2019035c-5708-4425-83a7-e174e3ff21d5", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T090542Z:c6f701e4-e9a3-42ff-bf2f-689889ce061c" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e49910ec-121c-449f-b293-cf816c3abf12?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "cf73bed0a7da9efcc34727a16695c6bb", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 09:05:42 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e49910ec-121c-449f-b293-cf816c3abf12?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "cf73bed0a7da9efcc34727a16695c6bb", + "x-ms-correlation-request-id": "82533e34-bd7d-4434-a465-53dc30c548b5", + "x-ms-ratelimit-remaining-subscription-reads": "11960", + "x-ms-request-id": "e15b4a1f-9741-4a7b-acd5-6ad5c5920518", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T090543Z:82533e34-bd7d-4434-a465-53dc30c548b5" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e49910ec-121c-449f-b293-cf816c3abf12?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "c2a95d848c9123694163005205db2940", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 09:05:43 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e49910ec-121c-449f-b293-cf816c3abf12?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c2a95d848c9123694163005205db2940", + "x-ms-correlation-request-id": "63823e4f-b65a-45ee-b96f-8d5dffad3716", + "x-ms-ratelimit-remaining-subscription-reads": "11959", + "x-ms-request-id": "e35c7601-517c-42af-a304-0f504710d3ea", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T090544Z:63823e4f-b65a-45ee-b96f-8d5dffad3716" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e49910ec-121c-449f-b293-cf816c3abf12?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "56dabb8d94e3bb22f18deed004bfd43c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 09:05:45 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e49910ec-121c-449f-b293-cf816c3abf12?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "56dabb8d94e3bb22f18deed004bfd43c", + "x-ms-correlation-request-id": "c2d8d556-b837-402d-a8ec-23b86a7a7d15", + "x-ms-ratelimit-remaining-subscription-reads": "11958", + "x-ms-request-id": "a157a1aa-7eb9-44e2-97bf-8de4b6993ebf", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T090546Z:c2d8d556-b837-402d-a8ec-23b86a7a7d15" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e49910ec-121c-449f-b293-cf816c3abf12?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "85aeb2b85749444455508d76a7aa98e7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 09:05:46 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e49910ec-121c-449f-b293-cf816c3abf12?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "85aeb2b85749444455508d76a7aa98e7", + "x-ms-correlation-request-id": "04a4cc03-2d1c-4b84-82bf-5f901fe40bac", + "x-ms-ratelimit-remaining-subscription-reads": "11957", + "x-ms-request-id": "6739913a-09a7-4f34-8959-24e006f45d39", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T090547Z:04a4cc03-2d1c-4b84-82bf-5f901fe40bac" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e49910ec-121c-449f-b293-cf816c3abf12?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "ab14e61d70baefd83aedd1049d981e82", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 09:05:47 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e49910ec-121c-449f-b293-cf816c3abf12?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ab14e61d70baefd83aedd1049d981e82", + "x-ms-correlation-request-id": "06a1ab51-7fc0-4454-ab42-33a7c7df37a2", + "x-ms-ratelimit-remaining-subscription-reads": "11956", + "x-ms-request-id": "5d62bf94-25fe-41fd-b582-ea765c0f4a09", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T090548Z:06a1ab51-7fc0-4454-ab42-33a7c7df37a2" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e49910ec-121c-449f-b293-cf816c3abf12?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "539ac38ea42c35f67696019307ab1447", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 09:05:49 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e49910ec-121c-449f-b293-cf816c3abf12?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "539ac38ea42c35f67696019307ab1447", + "x-ms-correlation-request-id": "938e5ca2-8d02-45f1-aaef-a5a8d55bef89", + "x-ms-ratelimit-remaining-subscription-reads": "11955", + "x-ms-request-id": "6142558c-ac06-47b1-84ca-3f0bed9170f1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T090549Z:938e5ca2-8d02-45f1-aaef-a5a8d55bef89" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e49910ec-121c-449f-b293-cf816c3abf12?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "1db206f528ab4781dabe4a5c8640a6bc", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 09:05:50 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e49910ec-121c-449f-b293-cf816c3abf12?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1db206f528ab4781dabe4a5c8640a6bc", + "x-ms-correlation-request-id": "81d05f55-6c8f-492f-9c4a-98d12a9412e3", + "x-ms-ratelimit-remaining-subscription-reads": "11954", + "x-ms-request-id": "7c628ec4-0110-4dd9-8e52-76325747cba9", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T090551Z:81d05f55-6c8f-492f-9c4a-98d12a9412e3" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e49910ec-121c-449f-b293-cf816c3abf12?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "e3e80b31441079baf0de35246f44e88e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1540", + "Content-Type": "application/json", + "Date": "Tue, 16 Nov 2021 09:05:51 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e3e80b31441079baf0de35246f44e88e", + "x-ms-correlation-request-id": "bba159ba-6214-4076-90d4-105067cea96f", + "x-ms-ratelimit-remaining-subscription-reads": "11953", + "x-ms-request-id": "087d064f-f8a3-47e2-8eb9-9bd56dad0bef", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T090552Z:bba159ba-6214-4076-90d4-105067cea96f" + }, + "ResponseBody": { + "sku": { + "name": "Standard_RAGRS", + "tier": "Standard" + }, + "kind": "BlobStorage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-6609/providers/Microsoft.Storage/storageAccounts/teststoragemgmt7572", + "name": "teststoragemgmt7572", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-11-16T09:05:33.6445473Z", + "key2": "2021-11-16T09:05:33.6445473Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-16T09:05:33.6445473Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-16T09:05:33.6445473Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "accessTier": "Hot", + "provisioningState": "Succeeded", + "creationTime": "2021-11-16T09:05:33.5508474Z", + "primaryEndpoints": { + "dfs": "https://teststoragemgmt7572.dfs.core.windows.net/", + "blob": "https://teststoragemgmt7572.blob.core.windows.net/", + "table": "https://teststoragemgmt7572.table.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available", + "secondaryEndpoints": { + "dfs": "https://teststoragemgmt7572-secondary.dfs.core.windows.net/", + "blob": "https://teststoragemgmt7572-secondary.blob.core.windows.net/", + "table": "https://teststoragemgmt7572-secondary.table.core.windows.net/" + } + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-6609/providers/Microsoft.Storage/storageAccounts?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211116.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "970e89d800e665d74252796e599aae35", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "4100", + "Content-Type": "application/json", + "Date": "Tue, 16 Nov 2021 09:05:52 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "970e89d800e665d74252796e599aae35", + "x-ms-correlation-request-id": "8fef1fab-0590-494d-8d4c-ce111812de58", + "x-ms-ratelimit-remaining-subscription-reads": "11952", + "x-ms-request-id": "49a20da3-48c2-43de-a973-a513cbdc674d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T090552Z:8fef1fab-0590-494d-8d4c-ce111812de58" + }, + "ResponseBody": { + "value": [ + { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "BlobStorage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-6609/providers/Microsoft.Storage/storageAccounts/teststoragemgmt1453", + "name": "teststoragemgmt1453", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-11-16T09:05:08.7687928Z", + "key2": "2021-11-16T09:05:08.7687928Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-16T09:05:08.7687928Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-16T09:05:08.7687928Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "accessTier": "Hot", + "provisioningState": "Succeeded", + "creationTime": "2021-11-16T09:05:08.6749932Z", + "primaryEndpoints": { + "dfs": "https://teststoragemgmt1453.dfs.core.windows.net/", + "blob": "https://teststoragemgmt1453.blob.core.windows.net/", + "table": "https://teststoragemgmt1453.table.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + }, + { + "sku": { + "name": "Standard_RAGRS", + "tier": "Standard" + }, + "kind": "BlobStorage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-6609/providers/Microsoft.Storage/storageAccounts/teststoragemgmt7572", + "name": "teststoragemgmt7572", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-11-16T09:05:33.6445473Z", + "key2": "2021-11-16T09:05:33.6445473Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-16T09:05:33.6445473Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-16T09:05:33.6445473Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "accessTier": "Hot", + "provisioningState": "Succeeded", + "creationTime": "2021-11-16T09:05:33.5508474Z", + "primaryEndpoints": { + "dfs": "https://teststoragemgmt7572.dfs.core.windows.net/", + "blob": "https://teststoragemgmt7572.blob.core.windows.net/", + "table": "https://teststoragemgmt7572.table.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available", + "secondaryEndpoints": { + "dfs": "https://teststoragemgmt7572-secondary.dfs.core.windows.net/", + "blob": "https://teststoragemgmt7572-secondary.blob.core.windows.net/", + "table": "https://teststoragemgmt7572-secondary.table.core.windows.net/" + } + } + }, + { + "sku": { + "name": "Standard_LRS", + "tier": "Standard" + }, + "kind": "BlobStorage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-6609/providers/Microsoft.Storage/storageAccounts/teststoragemgmt9208", + "name": "teststoragemgmt9208", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-11-16T09:04:47.0180733Z", + "key2": "2021-11-16T09:04:47.0180733Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-16T09:04:47.0180733Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-16T09:04:47.0180733Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "accessTier": "Hot", + "provisioningState": "Succeeded", + "creationTime": "2021-11-16T09:04:46.8774583Z", + "primaryEndpoints": { + "dfs": "https://teststoragemgmt9208.dfs.core.windows.net/", + "blob": "https://teststoragemgmt9208.blob.core.windows.net/", + "table": "https://teststoragemgmt9208.table.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available" + } + } + ] + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-6609/providers/Microsoft.Storage/storageAccounts/teststoragemgmt1453?api-version=2021-04-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211116.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "fc6144f031c3b0374b392dccf35dd895", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 09:05:59 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "fc6144f031c3b0374b392dccf35dd895", + "x-ms-correlation-request-id": "d2e62127-db19-4a77-bb2e-0dabad722c5b", + "x-ms-ratelimit-remaining-subscription-deletes": "14999", + "x-ms-request-id": "ba0ae0f6-fd05-4c2b-a01f-42cb6d7a144b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T090600Z:d2e62127-db19-4a77-bb2e-0dabad722c5b" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-6609/providers/Microsoft.Storage/storageAccounts/teststoragemgmt7572?api-version=2021-04-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211116.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "fc83bbd60f3131d53382a1bdcb4c2055", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 09:06:04 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "fc83bbd60f3131d53382a1bdcb4c2055", + "x-ms-correlation-request-id": "5b93d7de-ad4c-4a36-bd4f-4fd613e752f6", + "x-ms-ratelimit-remaining-subscription-deletes": "14998", + "x-ms-request-id": "0365ca6b-5818-49fd-b715-e648bc2c8738", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T090605Z:5b93d7de-ad4c-4a36-bd4f-4fd613e752f6" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-6609/providers/Microsoft.Storage/storageAccounts/teststoragemgmt9208?api-version=2021-04-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211116.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "2a34ff2fece3a6ca525e4badd20a72e4", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 09:06:09 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "2a34ff2fece3a6ca525e4badd20a72e4", + "x-ms-correlation-request-id": "d47aea44-a33c-4e92-9da9-c20bce6779f5", + "x-ms-ratelimit-remaining-subscription-deletes": "14997", + "x-ms-request-id": "eec4a714-dfe2-4f3c-86f3-888d95a5c04a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T090610Z:d47aea44-a33c-4e92-9da9-c20bce6779f5" + }, + "ResponseBody": [] + } + ], + "Variables": { + "RandomSeed": "150892854", + "RESOURCE_MANAGER_URL": null, + "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" + } +} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/CreateBlobAccountAsync.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/CreateBlobAccountAsync.json new file mode 100644 index 0000000000000..17d3ccb4a0460 --- /dev/null +++ b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/CreateBlobAccountAsync.json @@ -0,0 +1,2046 @@ +{ + "Entries": [ + { + "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-bc4dc704ed419a4aa7c4015c7c913c53-b1aabf3e9619374c-00", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "c8384c67bac5a29c69a4f001cbe17382", + "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": "Tue, 16 Nov 2021 09:06:19 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "f6460b7b-828b-4415-8b0b-3390b65d83ac", + "x-ms-ratelimit-remaining-subscription-reads": "11949", + "x-ms-request-id": "f6460b7b-828b-4415-8b0b-3390b65d83ac", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T090619Z:f6460b7b-828b-4415-8b0b-3390b65d83ac" + }, + "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/teststorageRG-7991?api-version=2019-10-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "44", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "b6b9a0cdbd937d308ab591ebcc8b80e4", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "location": "eastus2", + "tags": { + "test": "env" + } + }, + "StatusCode": 201, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "256", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 16 Nov 2021 09:06:20 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "3f7cdc79-7f7d-4187-a62f-bd6d1183377d", + "x-ms-ratelimit-remaining-subscription-writes": "1195", + "x-ms-request-id": "3f7cdc79-7f7d-4187-a62f-bd6d1183377d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T090620Z:3f7cdc79-7f7d-4187-a62f-bd6d1183377d" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-7991", + "name": "teststorageRG-7991", + "type": "Microsoft.Resources/resourceGroups", + "location": "eastus2", + "tags": { + "test": "env" + }, + "properties": { + "provisioningState": "Succeeded" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/checkNameAvailability?api-version=2021-04-01", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "73", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211116.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "e0a996632666fb213ca007b1e8c0fc8b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "name": "teststoragemgmt6829", + "type": "Microsoft.Storage/storageAccounts" + }, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "22", + "Content-Type": "application/json", + "Date": "Tue, 16 Nov 2021 09:06:21 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e0a996632666fb213ca007b1e8c0fc8b", + "x-ms-correlation-request-id": "914a8564-fc15-413a-926f-0a79213b0f9f", + "x-ms-ratelimit-remaining-subscription-reads": "11948", + "x-ms-request-id": "53aa2c9b-a8e2-4fd9-a7c7-56056fe8e1ec", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T090621Z:914a8564-fc15-413a-926f-0a79213b0f9f" + }, + "ResponseBody": { + "nameAvailable": true + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-7991/providers/Microsoft.Storage/storageAccounts/teststoragemgmt6829?api-version=2021-04-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "148", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211116.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "41e98d0fd38d088e4a3b050ab79d196f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "sku": { + "name": "Standard_LRS" + }, + "kind": "BlobStorage", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "accessTier": "Hot" + } + }, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 09:06:29 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/984016ea-062b-438d-a722-b8a398c2ffa1?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "41e98d0fd38d088e4a3b050ab79d196f", + "x-ms-correlation-request-id": "a096a657-fabd-422f-bc29-e52555a374db", + "x-ms-ratelimit-remaining-subscription-writes": "1194", + "x-ms-request-id": "984016ea-062b-438d-a722-b8a398c2ffa1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T090629Z:a096a657-fabd-422f-bc29-e52555a374db" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/984016ea-062b-438d-a722-b8a398c2ffa1?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "fdbd5f95a3968f1a07a1952a2116449e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 09:06:29 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/984016ea-062b-438d-a722-b8a398c2ffa1?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "fdbd5f95a3968f1a07a1952a2116449e", + "x-ms-correlation-request-id": "dc51f9ad-7905-40b4-afa2-0f859960a97d", + "x-ms-ratelimit-remaining-subscription-reads": "11947", + "x-ms-request-id": "7465d946-0216-4b2f-bd14-04e45d960871", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T090630Z:dc51f9ad-7905-40b4-afa2-0f859960a97d" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/984016ea-062b-438d-a722-b8a398c2ffa1?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "c59597861f423fb3266fa9d27c71df7e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 09:06:31 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/984016ea-062b-438d-a722-b8a398c2ffa1?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c59597861f423fb3266fa9d27c71df7e", + "x-ms-correlation-request-id": "f66d73fa-a8bd-4da0-9d6d-2cedd0ffa58e", + "x-ms-ratelimit-remaining-subscription-reads": "11946", + "x-ms-request-id": "4b003850-4275-493e-84b5-f93fde077913", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T090631Z:f66d73fa-a8bd-4da0-9d6d-2cedd0ffa58e" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/984016ea-062b-438d-a722-b8a398c2ffa1?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "577510991ce078d809eed5373a3c5881", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 09:06:32 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/984016ea-062b-438d-a722-b8a398c2ffa1?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "577510991ce078d809eed5373a3c5881", + "x-ms-correlation-request-id": "7796fa66-161f-460a-80b7-a320f084a3c0", + "x-ms-ratelimit-remaining-subscription-reads": "11945", + "x-ms-request-id": "ca863058-df76-453f-b777-5614213c8915", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T090632Z:7796fa66-161f-460a-80b7-a320f084a3c0" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/984016ea-062b-438d-a722-b8a398c2ffa1?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "9196b876dc3675b1ac7dd627fa471395", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 09:06:33 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/984016ea-062b-438d-a722-b8a398c2ffa1?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "9196b876dc3675b1ac7dd627fa471395", + "x-ms-correlation-request-id": "fd0fae30-31e0-4cb8-a2b3-ab4dccdff111", + "x-ms-ratelimit-remaining-subscription-reads": "11944", + "x-ms-request-id": "704bdc4c-1957-4093-92a8-74d9efecaa58", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T090633Z:fd0fae30-31e0-4cb8-a2b3-ab4dccdff111" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/984016ea-062b-438d-a722-b8a398c2ffa1?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "119016c1eca16abebe1dbc54497b05e9", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 09:06:35 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/984016ea-062b-438d-a722-b8a398c2ffa1?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "119016c1eca16abebe1dbc54497b05e9", + "x-ms-correlation-request-id": "a999d07e-850d-401c-ad8b-5a30507f09cc", + "x-ms-ratelimit-remaining-subscription-reads": "11943", + "x-ms-request-id": "f51ca8c6-2a3b-491f-be50-4312b79fcf7b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T090635Z:a999d07e-850d-401c-ad8b-5a30507f09cc" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/984016ea-062b-438d-a722-b8a398c2ffa1?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "c45b28164ddabd485effaa6245b17ec1", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 09:06:36 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/984016ea-062b-438d-a722-b8a398c2ffa1?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c45b28164ddabd485effaa6245b17ec1", + "x-ms-correlation-request-id": "2fd8b522-f57b-4fec-ba5f-a5e470f8606a", + "x-ms-ratelimit-remaining-subscription-reads": "11942", + "x-ms-request-id": "56dd3ca5-91b8-4f9b-8875-5710e37181a6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T090636Z:2fd8b522-f57b-4fec-ba5f-a5e470f8606a" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/984016ea-062b-438d-a722-b8a398c2ffa1?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "24753fdb47ab89e0f92cd219205d2b31", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 09:06:37 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/984016ea-062b-438d-a722-b8a398c2ffa1?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "24753fdb47ab89e0f92cd219205d2b31", + "x-ms-correlation-request-id": "f2dc64e6-b63a-403c-a31f-b40abcc60c83", + "x-ms-ratelimit-remaining-subscription-reads": "11941", + "x-ms-request-id": "93b2e464-07de-4300-8b75-89e862ee598d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T090637Z:f2dc64e6-b63a-403c-a31f-b40abcc60c83" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/984016ea-062b-438d-a722-b8a398c2ffa1?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "d110ec784eec74bacdd3b2a1425b240d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 09:06:39 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/984016ea-062b-438d-a722-b8a398c2ffa1?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d110ec784eec74bacdd3b2a1425b240d", + "x-ms-correlation-request-id": "17c66148-d33a-44cc-9e1f-4f87b5feadb0", + "x-ms-ratelimit-remaining-subscription-reads": "11940", + "x-ms-request-id": "1498b473-5717-4a61-9267-142e1d84b1e4", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T090639Z:17c66148-d33a-44cc-9e1f-4f87b5feadb0" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/984016ea-062b-438d-a722-b8a398c2ffa1?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "0979fa9ee006cf3e48d1caae7b2f9d01", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 09:06:40 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/984016ea-062b-438d-a722-b8a398c2ffa1?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "0979fa9ee006cf3e48d1caae7b2f9d01", + "x-ms-correlation-request-id": "9fc2b4f9-d011-4054-b13e-15288d954094", + "x-ms-ratelimit-remaining-subscription-reads": "11939", + "x-ms-request-id": "8883b42c-9aad-40a4-a977-6efe823c99dd", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T090640Z:9fc2b4f9-d011-4054-b13e-15288d954094" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/984016ea-062b-438d-a722-b8a398c2ffa1?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "58ea79d3aca08cd5850156d8943e479d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 09:06:41 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/984016ea-062b-438d-a722-b8a398c2ffa1?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "58ea79d3aca08cd5850156d8943e479d", + "x-ms-correlation-request-id": "4ba64cb3-50a7-4172-bf93-a414c9b62b5c", + "x-ms-ratelimit-remaining-subscription-reads": "11938", + "x-ms-request-id": "29ff93b8-c739-48b1-bd9c-01f3bcc27dfe", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T090641Z:4ba64cb3-50a7-4172-bf93-a414c9b62b5c" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/984016ea-062b-438d-a722-b8a398c2ffa1?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "257ac50722e3972bae40891a830cf99e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 09:06:43 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/984016ea-062b-438d-a722-b8a398c2ffa1?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "257ac50722e3972bae40891a830cf99e", + "x-ms-correlation-request-id": "fb8341c6-ae12-4292-90b0-b25c3107ff67", + "x-ms-ratelimit-remaining-subscription-reads": "11937", + "x-ms-request-id": "e2623f2d-6af0-4be2-9444-d39231e54527", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T090643Z:fb8341c6-ae12-4292-90b0-b25c3107ff67" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/984016ea-062b-438d-a722-b8a398c2ffa1?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "c8cdb135cc71f16c25ed84048a653b09", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 09:06:44 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/984016ea-062b-438d-a722-b8a398c2ffa1?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c8cdb135cc71f16c25ed84048a653b09", + "x-ms-correlation-request-id": "45f16016-f014-4d1e-923b-2f7ccacf3bc2", + "x-ms-ratelimit-remaining-subscription-reads": "11936", + "x-ms-request-id": "acbbbd99-86a4-4499-9a56-d52efbbb0238", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T090644Z:45f16016-f014-4d1e-923b-2f7ccacf3bc2" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/984016ea-062b-438d-a722-b8a398c2ffa1?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "b5a62d8a78b4b11d4e52a95f22bb0878", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1241", + "Content-Type": "application/json", + "Date": "Tue, 16 Nov 2021 09:06:45 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b5a62d8a78b4b11d4e52a95f22bb0878", + "x-ms-correlation-request-id": "b27bfe13-86f5-4003-8338-438ef45a8c89", + "x-ms-ratelimit-remaining-subscription-reads": "11935", + "x-ms-request-id": "5203a404-0915-460e-825e-dfe783d3bc9b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T090645Z:b27bfe13-86f5-4003-8338-438ef45a8c89" + }, + "ResponseBody": { + "sku": { + "name": "Standard_LRS", + "tier": "Standard" + }, + "kind": "BlobStorage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-7991/providers/Microsoft.Storage/storageAccounts/teststoragemgmt6829", + "name": "teststoragemgmt6829", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-11-16T09:06:27.8024403Z", + "key2": "2021-11-16T09:06:27.8024403Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-16T09:06:27.8024403Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-16T09:06:27.8024403Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "accessTier": "Hot", + "provisioningState": "Succeeded", + "creationTime": "2021-11-16T09:06:27.7087157Z", + "primaryEndpoints": { + "dfs": "https://teststoragemgmt6829.dfs.core.windows.net/", + "blob": "https://teststoragemgmt6829.blob.core.windows.net/", + "table": "https://teststoragemgmt6829.table.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/checkNameAvailability?api-version=2021-04-01", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "73", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211116.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "70e2a3b82c7e583b89fff69d260c4805", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "name": "teststoragemgmt2404", + "type": "Microsoft.Storage/storageAccounts" + }, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "22", + "Content-Type": "application/json", + "Date": "Tue, 16 Nov 2021 09:06:46 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "70e2a3b82c7e583b89fff69d260c4805", + "x-ms-correlation-request-id": "3f4c60a3-dd5b-4d4b-b923-ac090f39d32d", + "x-ms-ratelimit-remaining-subscription-reads": "11934", + "x-ms-request-id": "84b03c86-0e9e-4578-b1be-42eebb0bfb95", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T090646Z:3f4c60a3-dd5b-4d4b-b923-ac090f39d32d" + }, + "ResponseBody": { + "nameAvailable": true + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-7991/providers/Microsoft.Storage/storageAccounts/teststoragemgmt2404?api-version=2021-04-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "148", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211116.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "65568f80e94393bc1c7a1e220cce6ae4", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "sku": { + "name": "Standard_GRS" + }, + "kind": "BlobStorage", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "accessTier": "Hot" + } + }, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 09:06:50 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/573bbfab-606c-4aef-b30a-9f18700bbd0f?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "65568f80e94393bc1c7a1e220cce6ae4", + "x-ms-correlation-request-id": "e39c7eb5-9cf8-4c5b-a993-314ea7202afc", + "x-ms-ratelimit-remaining-subscription-writes": "1193", + "x-ms-request-id": "573bbfab-606c-4aef-b30a-9f18700bbd0f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T090651Z:e39c7eb5-9cf8-4c5b-a993-314ea7202afc" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/573bbfab-606c-4aef-b30a-9f18700bbd0f?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "2ba25a6013b2cec4e64f54040d184bba", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 09:06:51 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/573bbfab-606c-4aef-b30a-9f18700bbd0f?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "2ba25a6013b2cec4e64f54040d184bba", + "x-ms-correlation-request-id": "dc388fa8-eb33-430b-9354-ded626fd7079", + "x-ms-ratelimit-remaining-subscription-reads": "11933", + "x-ms-request-id": "b42f28e6-2462-4175-8f3d-7e02f4107582", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T090651Z:dc388fa8-eb33-430b-9354-ded626fd7079" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/573bbfab-606c-4aef-b30a-9f18700bbd0f?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "2a911294863ae7ad8455f9e5be436c08", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 09:06:52 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/573bbfab-606c-4aef-b30a-9f18700bbd0f?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "2a911294863ae7ad8455f9e5be436c08", + "x-ms-correlation-request-id": "626a94aa-bb29-4b90-a04e-e0a30e1bf697", + "x-ms-ratelimit-remaining-subscription-reads": "11932", + "x-ms-request-id": "53f810f4-d9ae-42c0-a4fb-534cd1041e84", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T090652Z:626a94aa-bb29-4b90-a04e-e0a30e1bf697" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/573bbfab-606c-4aef-b30a-9f18700bbd0f?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "b2c1d8523f2cf8313704db094406f353", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 09:06:53 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/573bbfab-606c-4aef-b30a-9f18700bbd0f?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b2c1d8523f2cf8313704db094406f353", + "x-ms-correlation-request-id": "49ddab1f-c749-4e27-b650-67b5276676b0", + "x-ms-ratelimit-remaining-subscription-reads": "11931", + "x-ms-request-id": "334d984c-87c9-41ee-9038-6bd5096d8961", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T090653Z:49ddab1f-c749-4e27-b650-67b5276676b0" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/573bbfab-606c-4aef-b30a-9f18700bbd0f?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "14e47011fd82da0badbba65d19df10a3", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 09:06:55 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/573bbfab-606c-4aef-b30a-9f18700bbd0f?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "14e47011fd82da0badbba65d19df10a3", + "x-ms-correlation-request-id": "d32e1cfc-7378-4c00-97e3-e41d732117ec", + "x-ms-ratelimit-remaining-subscription-reads": "11930", + "x-ms-request-id": "724f337f-a6f6-41a2-99d8-5c4ebae86cb6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T090655Z:d32e1cfc-7378-4c00-97e3-e41d732117ec" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/573bbfab-606c-4aef-b30a-9f18700bbd0f?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "34b14be29956558ee099f236aba4a27d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 09:06:56 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/573bbfab-606c-4aef-b30a-9f18700bbd0f?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "34b14be29956558ee099f236aba4a27d", + "x-ms-correlation-request-id": "0cc53b83-5521-429e-9cc9-a85f36b57a78", + "x-ms-ratelimit-remaining-subscription-reads": "11929", + "x-ms-request-id": "840dd165-c3eb-4880-965d-8233b832c447", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T090656Z:0cc53b83-5521-429e-9cc9-a85f36b57a78" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/573bbfab-606c-4aef-b30a-9f18700bbd0f?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "4dd4a661575f5585cde7047099d4de58", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 09:06:57 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/573bbfab-606c-4aef-b30a-9f18700bbd0f?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4dd4a661575f5585cde7047099d4de58", + "x-ms-correlation-request-id": "1bc7bf88-ddc2-45dc-963c-77d567f4fedb", + "x-ms-ratelimit-remaining-subscription-reads": "11928", + "x-ms-request-id": "8a185a5b-ad35-4d97-aa30-a78b3dcdc170", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T090657Z:1bc7bf88-ddc2-45dc-963c-77d567f4fedb" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/573bbfab-606c-4aef-b30a-9f18700bbd0f?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "f92638f3be5578fce28e33e80bd52e09", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 09:06:59 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/573bbfab-606c-4aef-b30a-9f18700bbd0f?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f92638f3be5578fce28e33e80bd52e09", + "x-ms-correlation-request-id": "9eaf7adc-dfd8-4dcb-8eed-94576dcfca43", + "x-ms-ratelimit-remaining-subscription-reads": "11927", + "x-ms-request-id": "f6fe3510-f103-4910-a367-4872d1d1766e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T090659Z:9eaf7adc-dfd8-4dcb-8eed-94576dcfca43" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/573bbfab-606c-4aef-b30a-9f18700bbd0f?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "73fb2819c20a8a43c55c676f941dbc0c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 09:07:00 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/573bbfab-606c-4aef-b30a-9f18700bbd0f?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "73fb2819c20a8a43c55c676f941dbc0c", + "x-ms-correlation-request-id": "3e66bac1-8fe1-47cf-bb80-289a19665e2c", + "x-ms-ratelimit-remaining-subscription-reads": "11926", + "x-ms-request-id": "f07e4bb2-0372-427c-9333-bfcb547d1408", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T090700Z:3e66bac1-8fe1-47cf-bb80-289a19665e2c" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/573bbfab-606c-4aef-b30a-9f18700bbd0f?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "72429abba97da328a95b6bd0249c49f8", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 09:07:01 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/573bbfab-606c-4aef-b30a-9f18700bbd0f?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "72429abba97da328a95b6bd0249c49f8", + "x-ms-correlation-request-id": "69524afb-31ae-4a96-bbc1-556ce667fa0f", + "x-ms-ratelimit-remaining-subscription-reads": "11925", + "x-ms-request-id": "510c8179-6943-481c-90fd-ed87f7e43b84", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T090701Z:69524afb-31ae-4a96-bbc1-556ce667fa0f" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/573bbfab-606c-4aef-b30a-9f18700bbd0f?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "7057fbb86ad9314df49b33f8578de3c4", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 09:07:02 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/573bbfab-606c-4aef-b30a-9f18700bbd0f?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "7057fbb86ad9314df49b33f8578de3c4", + "x-ms-correlation-request-id": "2fa8df15-979e-465c-b4f8-75a4fed09a34", + "x-ms-ratelimit-remaining-subscription-reads": "11924", + "x-ms-request-id": "a84ebc56-17e1-467e-bd35-e4854611ec06", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T090703Z:2fa8df15-979e-465c-b4f8-75a4fed09a34" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/573bbfab-606c-4aef-b30a-9f18700bbd0f?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "702d27d2bc926f8bff57c9af57726628", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 09:07:04 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/573bbfab-606c-4aef-b30a-9f18700bbd0f?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "702d27d2bc926f8bff57c9af57726628", + "x-ms-correlation-request-id": "1178f613-b9b2-4f9c-b4a8-4e8e89bdebe5", + "x-ms-ratelimit-remaining-subscription-reads": "11923", + "x-ms-request-id": "20ed0697-fb1b-46eb-a6cd-3294ef1711f0", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T090704Z:1178f613-b9b2-4f9c-b4a8-4e8e89bdebe5" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/573bbfab-606c-4aef-b30a-9f18700bbd0f?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "99b66e124bc650324c117de275304b1c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 09:07:05 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/573bbfab-606c-4aef-b30a-9f18700bbd0f?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "99b66e124bc650324c117de275304b1c", + "x-ms-correlation-request-id": "33df62fb-4c34-49f0-898a-cc9100cb5db0", + "x-ms-ratelimit-remaining-subscription-reads": "11922", + "x-ms-request-id": "c84865fc-ade7-46f4-b1ce-387a54c02b27", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T090705Z:33df62fb-4c34-49f0-898a-cc9100cb5db0" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/573bbfab-606c-4aef-b30a-9f18700bbd0f?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "fcfda778d96ffc6570e77081a19eda82", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 09:07:06 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/573bbfab-606c-4aef-b30a-9f18700bbd0f?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "fcfda778d96ffc6570e77081a19eda82", + "x-ms-correlation-request-id": "3ad6dbbe-fc16-4d70-b223-e99f7b35151b", + "x-ms-ratelimit-remaining-subscription-reads": "11921", + "x-ms-request-id": "396c5522-667a-4b72-9765-43626264c9e5", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T090707Z:3ad6dbbe-fc16-4d70-b223-e99f7b35151b" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/573bbfab-606c-4aef-b30a-9f18700bbd0f?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "e8e60a344ad687fdf5dd23813ea9f9cf", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1305", + "Content-Type": "application/json", + "Date": "Tue, 16 Nov 2021 09:07:08 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e8e60a344ad687fdf5dd23813ea9f9cf", + "x-ms-correlation-request-id": "f7a683f2-fe63-43d6-9575-3c09317c5078", + "x-ms-ratelimit-remaining-subscription-reads": "11920", + "x-ms-request-id": "391b356b-ffe0-42c4-8ea5-457c7e414453", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T090708Z:f7a683f2-fe63-43d6-9575-3c09317c5078" + }, + "ResponseBody": { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "BlobStorage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-7991/providers/Microsoft.Storage/storageAccounts/teststoragemgmt2404", + "name": "teststoragemgmt2404", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-11-16T09:06:49.1937893Z", + "key2": "2021-11-16T09:06:49.1937893Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-16T09:06:49.1937893Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-16T09:06:49.1937893Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "accessTier": "Hot", + "provisioningState": "Succeeded", + "creationTime": "2021-11-16T09:06:49.0062786Z", + "primaryEndpoints": { + "dfs": "https://teststoragemgmt2404.dfs.core.windows.net/", + "blob": "https://teststoragemgmt2404.blob.core.windows.net/", + "table": "https://teststoragemgmt2404.table.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/checkNameAvailability?api-version=2021-04-01", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "73", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211116.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "75af36adb96a0939b929dedab0afae36", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "name": "teststoragemgmt5795", + "type": "Microsoft.Storage/storageAccounts" + }, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "22", + "Content-Type": "application/json", + "Date": "Tue, 16 Nov 2021 09:07:09 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "75af36adb96a0939b929dedab0afae36", + "x-ms-correlation-request-id": "95790b46-12e4-4dfd-be4c-6c832b654103", + "x-ms-ratelimit-remaining-subscription-reads": "11919", + "x-ms-request-id": "96762c89-6b8f-4d45-9fda-58bd675152ea", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T090709Z:95790b46-12e4-4dfd-be4c-6c832b654103" + }, + "ResponseBody": { + "nameAvailable": true + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-7991/providers/Microsoft.Storage/storageAccounts/teststoragemgmt5795?api-version=2021-04-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "150", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211116.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "4a6badfb4562a92e760691b5e4bec6ed", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "sku": { + "name": "Standard_RAGRS" + }, + "kind": "BlobStorage", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "accessTier": "Hot" + } + }, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 09:07:13 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f3a53e13-fda2-4fcb-83cc-a2071145b5d8?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4a6badfb4562a92e760691b5e4bec6ed", + "x-ms-correlation-request-id": "4e3b0097-066b-463c-bc95-03ea908ce74f", + "x-ms-ratelimit-remaining-subscription-writes": "1192", + "x-ms-request-id": "f3a53e13-fda2-4fcb-83cc-a2071145b5d8", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T090713Z:4e3b0097-066b-463c-bc95-03ea908ce74f" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f3a53e13-fda2-4fcb-83cc-a2071145b5d8?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "fc424a75858e67aa0806fe63288424fb", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 09:07:13 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f3a53e13-fda2-4fcb-83cc-a2071145b5d8?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "fc424a75858e67aa0806fe63288424fb", + "x-ms-correlation-request-id": "83bb4138-91c3-4f84-ae9e-6de8f7444b63", + "x-ms-ratelimit-remaining-subscription-reads": "11918", + "x-ms-request-id": "432cfc28-dfaf-47c1-89c3-772af8b3c8a7", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T090713Z:83bb4138-91c3-4f84-ae9e-6de8f7444b63" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f3a53e13-fda2-4fcb-83cc-a2071145b5d8?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "3b39f06246bbee0ce21b9d82280c89ca", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 09:07:14 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f3a53e13-fda2-4fcb-83cc-a2071145b5d8?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "3b39f06246bbee0ce21b9d82280c89ca", + "x-ms-correlation-request-id": "e53fa857-fbb9-455a-a670-9bb356338cb3", + "x-ms-ratelimit-remaining-subscription-reads": "11917", + "x-ms-request-id": "fb35675e-1250-471f-a362-08db585da7ae", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T090715Z:e53fa857-fbb9-455a-a670-9bb356338cb3" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f3a53e13-fda2-4fcb-83cc-a2071145b5d8?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "993f63c2c97b1b5fca8b5f240e662828", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 09:07:16 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f3a53e13-fda2-4fcb-83cc-a2071145b5d8?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "993f63c2c97b1b5fca8b5f240e662828", + "x-ms-correlation-request-id": "7a0f4d8d-94ca-4696-8277-2c206a1cc8da", + "x-ms-ratelimit-remaining-subscription-reads": "11916", + "x-ms-request-id": "11691578-37bc-479d-94e6-16a3a217af53", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T090716Z:7a0f4d8d-94ca-4696-8277-2c206a1cc8da" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f3a53e13-fda2-4fcb-83cc-a2071145b5d8?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "2ebe21bb08722e733e531973e8273ffb", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 09:07:17 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f3a53e13-fda2-4fcb-83cc-a2071145b5d8?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "2ebe21bb08722e733e531973e8273ffb", + "x-ms-correlation-request-id": "e38d806b-3000-4116-b2d9-650a7b8c049b", + "x-ms-ratelimit-remaining-subscription-reads": "11915", + "x-ms-request-id": "ab2647e1-fd30-4e09-a552-94ecfcd72d11", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T090717Z:e38d806b-3000-4116-b2d9-650a7b8c049b" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f3a53e13-fda2-4fcb-83cc-a2071145b5d8?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "c5a1347c8b449880911e702fe7e8e07b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 09:07:18 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f3a53e13-fda2-4fcb-83cc-a2071145b5d8?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c5a1347c8b449880911e702fe7e8e07b", + "x-ms-correlation-request-id": "f0058c49-edfe-40d4-ae4d-0bbc6ef4b9dd", + "x-ms-ratelimit-remaining-subscription-reads": "11914", + "x-ms-request-id": "b6f8e0d4-4564-452e-a2d5-2ffb37a66975", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T090719Z:f0058c49-edfe-40d4-ae4d-0bbc6ef4b9dd" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f3a53e13-fda2-4fcb-83cc-a2071145b5d8?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "07c775f35b4eb957ef115b28b0ec32a3", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 09:07:20 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f3a53e13-fda2-4fcb-83cc-a2071145b5d8?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "07c775f35b4eb957ef115b28b0ec32a3", + "x-ms-correlation-request-id": "910f8b17-266a-4ae3-98c8-f346a759e49b", + "x-ms-ratelimit-remaining-subscription-reads": "11913", + "x-ms-request-id": "373da383-2ae3-4df9-a73f-0e81baabba0e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T090720Z:910f8b17-266a-4ae3-98c8-f346a759e49b" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f3a53e13-fda2-4fcb-83cc-a2071145b5d8?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "daa7634c62c52fe4a1259d5397434755", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 09:07:21 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f3a53e13-fda2-4fcb-83cc-a2071145b5d8?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "daa7634c62c52fe4a1259d5397434755", + "x-ms-correlation-request-id": "e37957c8-9d5d-437d-8707-94025c155814", + "x-ms-ratelimit-remaining-subscription-reads": "11912", + "x-ms-request-id": "bcc1d2c8-99d6-42b0-8c76-772f9c6cb5e0", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T090721Z:e37957c8-9d5d-437d-8707-94025c155814" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f3a53e13-fda2-4fcb-83cc-a2071145b5d8?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "737f9e73386021addce7d5322f58e8a4", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 09:07:22 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f3a53e13-fda2-4fcb-83cc-a2071145b5d8?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "737f9e73386021addce7d5322f58e8a4", + "x-ms-correlation-request-id": "d9441180-5932-4809-b404-656345c64553", + "x-ms-ratelimit-remaining-subscription-reads": "11911", + "x-ms-request-id": "e9fc0265-a960-40d0-a037-3e1b6a5b0b16", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T090723Z:d9441180-5932-4809-b404-656345c64553" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f3a53e13-fda2-4fcb-83cc-a2071145b5d8?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "83e3cdeb054090b590976628be0322ac", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 09:07:23 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f3a53e13-fda2-4fcb-83cc-a2071145b5d8?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "83e3cdeb054090b590976628be0322ac", + "x-ms-correlation-request-id": "990e3db7-e59d-46d7-af1c-0f737df85717", + "x-ms-ratelimit-remaining-subscription-reads": "11910", + "x-ms-request-id": "bfd719d3-d801-4752-8a08-69cb638cb8f2", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T090724Z:990e3db7-e59d-46d7-af1c-0f737df85717" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f3a53e13-fda2-4fcb-83cc-a2071145b5d8?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "11b405cabf6c1442b686fdde8db10049", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 09:07:25 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f3a53e13-fda2-4fcb-83cc-a2071145b5d8?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "11b405cabf6c1442b686fdde8db10049", + "x-ms-correlation-request-id": "699fb74c-bcdf-4bf3-bf23-39b75a7c6f0d", + "x-ms-ratelimit-remaining-subscription-reads": "11909", + "x-ms-request-id": "9a40d2d5-54c6-4c85-ae66-30d7056ced68", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T090725Z:699fb74c-bcdf-4bf3-bf23-39b75a7c6f0d" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f3a53e13-fda2-4fcb-83cc-a2071145b5d8?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "ca67f83dc3606d15e8efe2c9d28563d8", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 09:07:26 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f3a53e13-fda2-4fcb-83cc-a2071145b5d8?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ca67f83dc3606d15e8efe2c9d28563d8", + "x-ms-correlation-request-id": "44903c1e-b8ba-4e0f-a43b-01b1e703c11f", + "x-ms-ratelimit-remaining-subscription-reads": "11908", + "x-ms-request-id": "ef025045-be1a-4beb-8689-e5a61bb41346", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T090726Z:44903c1e-b8ba-4e0f-a43b-01b1e703c11f" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f3a53e13-fda2-4fcb-83cc-a2071145b5d8?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "2a6828c5d6a32c388acecdba07d702df", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 09:07:27 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f3a53e13-fda2-4fcb-83cc-a2071145b5d8?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "2a6828c5d6a32c388acecdba07d702df", + "x-ms-correlation-request-id": "17edcdf7-df77-4a32-b4c5-0b98aaebb2bc", + "x-ms-ratelimit-remaining-subscription-reads": "11907", + "x-ms-request-id": "596fae46-9c1d-47d6-a5a5-30911117081c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T090728Z:17edcdf7-df77-4a32-b4c5-0b98aaebb2bc" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f3a53e13-fda2-4fcb-83cc-a2071145b5d8?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "c5ea1c97579b074bf046297ddc794131", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1540", + "Content-Type": "application/json", + "Date": "Tue, 16 Nov 2021 09:07:29 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c5ea1c97579b074bf046297ddc794131", + "x-ms-correlation-request-id": "1ca43f14-d8ab-42f3-97b9-4b7442c4ec41", + "x-ms-ratelimit-remaining-subscription-reads": "11906", + "x-ms-request-id": "6127bc2d-9468-4036-b1d6-7588ace691b9", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T090729Z:1ca43f14-d8ab-42f3-97b9-4b7442c4ec41" + }, + "ResponseBody": { + "sku": { + "name": "Standard_RAGRS", + "tier": "Standard" + }, + "kind": "BlobStorage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-7991/providers/Microsoft.Storage/storageAccounts/teststoragemgmt5795", + "name": "teststoragemgmt5795", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-11-16T09:07:11.8663828Z", + "key2": "2021-11-16T09:07:11.8663828Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-16T09:07:11.8663828Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-16T09:07:11.8663828Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "accessTier": "Hot", + "provisioningState": "Succeeded", + "creationTime": "2021-11-16T09:07:11.7570573Z", + "primaryEndpoints": { + "dfs": "https://teststoragemgmt5795.dfs.core.windows.net/", + "blob": "https://teststoragemgmt5795.blob.core.windows.net/", + "table": "https://teststoragemgmt5795.table.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available", + "secondaryEndpoints": { + "dfs": "https://teststoragemgmt5795-secondary.dfs.core.windows.net/", + "blob": "https://teststoragemgmt5795-secondary.blob.core.windows.net/", + "table": "https://teststoragemgmt5795-secondary.table.core.windows.net/" + } + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-7991/providers/Microsoft.Storage/storageAccounts?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211116.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "64192423d54866a5c03b3f91f65a6510", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "4100", + "Content-Type": "application/json", + "Date": "Tue, 16 Nov 2021 09:07:29 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "64192423d54866a5c03b3f91f65a6510", + "x-ms-correlation-request-id": "a86f2ff7-1468-4301-baa2-bcff8a740ff3", + "x-ms-ratelimit-remaining-subscription-reads": "11905", + "x-ms-request-id": "d4b5c950-7ea3-4b30-92cd-5a624ca0b145", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T090729Z:a86f2ff7-1468-4301-baa2-bcff8a740ff3" + }, + "ResponseBody": { + "value": [ + { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "BlobStorage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-7991/providers/Microsoft.Storage/storageAccounts/teststoragemgmt2404", + "name": "teststoragemgmt2404", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-11-16T09:06:49.1937893Z", + "key2": "2021-11-16T09:06:49.1937893Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-16T09:06:49.1937893Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-16T09:06:49.1937893Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "accessTier": "Hot", + "provisioningState": "Succeeded", + "creationTime": "2021-11-16T09:06:49.0062786Z", + "primaryEndpoints": { + "dfs": "https://teststoragemgmt2404.dfs.core.windows.net/", + "blob": "https://teststoragemgmt2404.blob.core.windows.net/", + "table": "https://teststoragemgmt2404.table.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + }, + { + "sku": { + "name": "Standard_RAGRS", + "tier": "Standard" + }, + "kind": "BlobStorage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-7991/providers/Microsoft.Storage/storageAccounts/teststoragemgmt5795", + "name": "teststoragemgmt5795", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-11-16T09:07:11.8663828Z", + "key2": "2021-11-16T09:07:11.8663828Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-16T09:07:11.8663828Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-16T09:07:11.8663828Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "accessTier": "Hot", + "provisioningState": "Succeeded", + "creationTime": "2021-11-16T09:07:11.7570573Z", + "primaryEndpoints": { + "dfs": "https://teststoragemgmt5795.dfs.core.windows.net/", + "blob": "https://teststoragemgmt5795.blob.core.windows.net/", + "table": "https://teststoragemgmt5795.table.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available", + "secondaryEndpoints": { + "dfs": "https://teststoragemgmt5795-secondary.dfs.core.windows.net/", + "blob": "https://teststoragemgmt5795-secondary.blob.core.windows.net/", + "table": "https://teststoragemgmt5795-secondary.table.core.windows.net/" + } + } + }, + { + "sku": { + "name": "Standard_LRS", + "tier": "Standard" + }, + "kind": "BlobStorage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-7991/providers/Microsoft.Storage/storageAccounts/teststoragemgmt6829", + "name": "teststoragemgmt6829", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-11-16T09:06:27.8024403Z", + "key2": "2021-11-16T09:06:27.8024403Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-16T09:06:27.8024403Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-16T09:06:27.8024403Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "accessTier": "Hot", + "provisioningState": "Succeeded", + "creationTime": "2021-11-16T09:06:27.7087157Z", + "primaryEndpoints": { + "dfs": "https://teststoragemgmt6829.dfs.core.windows.net/", + "blob": "https://teststoragemgmt6829.blob.core.windows.net/", + "table": "https://teststoragemgmt6829.table.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available" + } + } + ] + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-7991/providers/Microsoft.Storage/storageAccounts/teststoragemgmt2404?api-version=2021-04-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211116.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "b53202ec9d9a6d3ddd613a5cadbb4f11", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 09:07:34 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b53202ec9d9a6d3ddd613a5cadbb4f11", + "x-ms-correlation-request-id": "3fb72552-3fa1-4bce-a380-13ab765d9144", + "x-ms-ratelimit-remaining-subscription-deletes": "14995", + "x-ms-request-id": "ccd06e83-ce63-46e7-81f9-840c6941b083", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T090735Z:3fb72552-3fa1-4bce-a380-13ab765d9144" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-7991/providers/Microsoft.Storage/storageAccounts/teststoragemgmt5795?api-version=2021-04-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211116.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "e3969c8c9ebec1967784056018ba1195", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 09:07:40 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e3969c8c9ebec1967784056018ba1195", + "x-ms-correlation-request-id": "eb0e634a-0f6b-4612-bbb7-8292df8e0598", + "x-ms-ratelimit-remaining-subscription-deletes": "14994", + "x-ms-request-id": "62174f82-5e51-4175-b2cc-5bfe736f5189", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T090740Z:eb0e634a-0f6b-4612-bbb7-8292df8e0598" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-7991/providers/Microsoft.Storage/storageAccounts/teststoragemgmt6829?api-version=2021-04-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211116.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "da9018e18c478696e7ab87e79b49b905", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 09:07:44 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "da9018e18c478696e7ab87e79b49b905", + "x-ms-correlation-request-id": "0e1da69e-dfd2-454a-b3dc-8feb27bc8b28", + "x-ms-ratelimit-remaining-subscription-deletes": "14993", + "x-ms-request-id": "f8eae1c1-c948-4bac-9f43-da4d83d9173c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T090745Z:0e1da69e-dfd2-454a-b3dc-8feb27bc8b28" + }, + "ResponseBody": [] + } + ], + "Variables": { + "RandomSeed": "268925609", + "RESOURCE_MANAGER_URL": null, + "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" + } +} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/CreateGetStorageAccountDfs.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/CreateGetStorageAccountDfs.json new file mode 100644 index 0000000000000..bbac397e0eb36 --- /dev/null +++ b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/CreateGetStorageAccountDfs.json @@ -0,0 +1,767 @@ +{ + "Entries": [ + { + "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-e7f081aa9359bf4bbe4065efaddd2615-3a839e4bfc12b14e-00", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "ec95069e65950aa24a3086e937e7a168", + "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": "Wed, 17 Nov 2021 05:38:48 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "85d7ddcd-d898-4c7d-97f7-d2f5e865ba5c", + "x-ms-ratelimit-remaining-subscription-reads": "11999", + "x-ms-request-id": "85d7ddcd-d898-4c7d-97f7-d2f5e865ba5c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T053849Z:85d7ddcd-d898-4c7d-97f7-d2f5e865ba5c" + }, + "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.Storage/checkNameAvailability?api-version=2021-04-01", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "73", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "9278e3326765cfe858a74a4c5a554005", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "name": "teststoragemgmt5719", + "type": "Microsoft.Storage/storageAccounts" + }, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "22", + "Content-Type": "application/json", + "Date": "Wed, 17 Nov 2021 05:38:49 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "9278e3326765cfe858a74a4c5a554005", + "x-ms-correlation-request-id": "2f13a61e-2f0a-4328-917d-dc5855891070", + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-request-id": "14125a81-75e1-4c75-8aad-45cc6d9fd17c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T053850Z:2f13a61e-2f0a-4328-917d-dc5855891070" + }, + "ResponseBody": { + "nameAvailable": true + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/teststorageRG-2121?api-version=2019-10-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "44", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "2ca5b11a1f574a905486a09f3d300fae", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "location": "eastus2", + "tags": { + "test": "env" + } + }, + "StatusCode": 201, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "256", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 17 Nov 2021 05:38:52 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "f6546e5b-86c5-40e4-babb-c0731ba960bb", + "x-ms-ratelimit-remaining-subscription-writes": "1199", + "x-ms-request-id": "f6546e5b-86c5-40e4-babb-c0731ba960bb", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T053853Z:f6546e5b-86c5-40e4-babb-c0731ba960bb" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-2121", + "name": "teststorageRG-2121", + "type": "Microsoft.Resources/resourceGroups", + "location": "eastus2", + "tags": { + "test": "env" + }, + "properties": { + "provisioningState": "Succeeded" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-2121/providers/Microsoft.Storage/storageAccounts/teststoragemgmt5719?api-version=2021-04-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "147", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "3cdd21f6398aad9e1d3cbd58beefdb46", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "sku": { + "name": "Standard_GRS" + }, + "kind": "StorageV2", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "isHnsEnabled": true + } + }, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 05:39:00 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3e6548e2-49f5-46f4-a691-3966072e9e9a?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "3cdd21f6398aad9e1d3cbd58beefdb46", + "x-ms-correlation-request-id": "af172450-507e-48c0-b0ac-252c585888a7", + "x-ms-ratelimit-remaining-subscription-writes": "1198", + "x-ms-request-id": "3e6548e2-49f5-46f4-a691-3966072e9e9a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T053901Z:af172450-507e-48c0-b0ac-252c585888a7" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3e6548e2-49f5-46f4-a691-3966072e9e9a?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "33649d3bc962e15212f80f1a61388c65", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 05:39:01 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3e6548e2-49f5-46f4-a691-3966072e9e9a?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "33649d3bc962e15212f80f1a61388c65", + "x-ms-correlation-request-id": "a2d8103d-beca-4976-9c72-c0b312e779a7", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-request-id": "20e2aace-03f8-4294-b76e-2fc29da6b148", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T053902Z:a2d8103d-beca-4976-9c72-c0b312e779a7" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3e6548e2-49f5-46f4-a691-3966072e9e9a?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "e3bb5aaa1e646fec4619544228bd65ed", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 05:39:02 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3e6548e2-49f5-46f4-a691-3966072e9e9a?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e3bb5aaa1e646fec4619544228bd65ed", + "x-ms-correlation-request-id": "4ae45491-5bdf-480e-b8af-2fe325890e95", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-request-id": "712c9fdc-0b2d-455e-b208-0b36e405f8e7", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T053903Z:4ae45491-5bdf-480e-b8af-2fe325890e95" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3e6548e2-49f5-46f4-a691-3966072e9e9a?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "201d4621a78b19e307eadeca77c163ae", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 05:39:03 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3e6548e2-49f5-46f4-a691-3966072e9e9a?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "201d4621a78b19e307eadeca77c163ae", + "x-ms-correlation-request-id": "0fab4b8b-c783-4ff5-92c7-5f8241ba9566", + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-request-id": "db3f392a-f4da-41b5-bc7d-ecd9932cd0d1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T053904Z:0fab4b8b-c783-4ff5-92c7-5f8241ba9566" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3e6548e2-49f5-46f4-a691-3966072e9e9a?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "ed36abbb37731c13b0f5ed497410b954", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 05:39:05 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3e6548e2-49f5-46f4-a691-3966072e9e9a?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ed36abbb37731c13b0f5ed497410b954", + "x-ms-correlation-request-id": "8989878f-d0e5-41d7-8af6-576548f6343c", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-request-id": "8bf07904-4ed3-4e79-b74e-be6f012cb444", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T053906Z:8989878f-d0e5-41d7-8af6-576548f6343c" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3e6548e2-49f5-46f4-a691-3966072e9e9a?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "1af822936b1b02d976a2db794022f884", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 05:39:06 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3e6548e2-49f5-46f4-a691-3966072e9e9a?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1af822936b1b02d976a2db794022f884", + "x-ms-correlation-request-id": "0d219190-ff92-4d6c-80a0-c48b38587b5f", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-request-id": "3b3f6c9b-ebea-4042-b85c-bb1df94c46cd", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T053907Z:0d219190-ff92-4d6c-80a0-c48b38587b5f" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3e6548e2-49f5-46f4-a691-3966072e9e9a?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "7c86a6b57887e97933006f96ba9aa4f7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 05:39:07 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3e6548e2-49f5-46f4-a691-3966072e9e9a?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "7c86a6b57887e97933006f96ba9aa4f7", + "x-ms-correlation-request-id": "3fd7156b-7678-49ac-8bf4-6e8741be929c", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-request-id": "67875f40-4003-4899-a7bf-ce3fc347202e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T053908Z:3fd7156b-7678-49ac-8bf4-6e8741be929c" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3e6548e2-49f5-46f4-a691-3966072e9e9a?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "5536893148c94f92d13376d15c99db8e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 05:39:09 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3e6548e2-49f5-46f4-a691-3966072e9e9a?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5536893148c94f92d13376d15c99db8e", + "x-ms-correlation-request-id": "165883c2-f99a-4d1f-bb51-c4458e33f044", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-request-id": "2d64f5be-eba3-4b6b-8b23-f08a1c4e0a9e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T053910Z:165883c2-f99a-4d1f-bb51-c4458e33f044" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3e6548e2-49f5-46f4-a691-3966072e9e9a?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "ce9368fd3c891bcda80ee71afb4348dc", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 05:39:10 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3e6548e2-49f5-46f4-a691-3966072e9e9a?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ce9368fd3c891bcda80ee71afb4348dc", + "x-ms-correlation-request-id": "62889958-8238-403e-91ff-32f3a4357928", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-request-id": "dbd79ab0-cf1a-4a49-92f2-b6866d2e04c9", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T053911Z:62889958-8238-403e-91ff-32f3a4357928" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3e6548e2-49f5-46f4-a691-3966072e9e9a?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "b747e3fda2eb6dbb1337ab5301a88d99", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 05:39:11 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3e6548e2-49f5-46f4-a691-3966072e9e9a?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b747e3fda2eb6dbb1337ab5301a88d99", + "x-ms-correlation-request-id": "956e1dd0-ddbe-4aae-8edf-272ec85affa4", + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-request-id": "6ecfa4ce-cbaf-4cf3-94fa-2cfdcee3acf2", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T053912Z:956e1dd0-ddbe-4aae-8edf-272ec85affa4" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3e6548e2-49f5-46f4-a691-3966072e9e9a?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "5199e124d606f56dbb1badba6178538e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 05:39:13 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3e6548e2-49f5-46f4-a691-3966072e9e9a?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5199e124d606f56dbb1badba6178538e", + "x-ms-correlation-request-id": "dec98b0a-eb02-4d5a-9543-41f9c8477fdc", + "x-ms-ratelimit-remaining-subscription-reads": "11988", + "x-ms-request-id": "dfb027e5-5e36-47b1-8658-851bce21fa40", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T053914Z:dec98b0a-eb02-4d5a-9543-41f9c8477fdc" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3e6548e2-49f5-46f4-a691-3966072e9e9a?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "78d49aeb24525aa3ad26bb52907a19ff", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 05:39:14 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3e6548e2-49f5-46f4-a691-3966072e9e9a?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "78d49aeb24525aa3ad26bb52907a19ff", + "x-ms-correlation-request-id": "d695bede-5fcf-43c9-8b0d-05fa90eb6dde", + "x-ms-ratelimit-remaining-subscription-reads": "11987", + "x-ms-request-id": "7f6edfbf-a907-4b0e-a625-cb90301b49b7", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T053915Z:d695bede-5fcf-43c9-8b0d-05fa90eb6dde" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3e6548e2-49f5-46f4-a691-3966072e9e9a?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "1af64d81f6aa26d57651fbcff5000c9b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 05:39:15 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3e6548e2-49f5-46f4-a691-3966072e9e9a?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1af64d81f6aa26d57651fbcff5000c9b", + "x-ms-correlation-request-id": "f4249da3-be55-42eb-81f8-0a861c38a3ba", + "x-ms-ratelimit-remaining-subscription-reads": "11986", + "x-ms-request-id": "1023ceac-01c3-4fe8-9654-43a6a1921e23", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T053916Z:f4249da3-be55-42eb-81f8-0a861c38a3ba" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3e6548e2-49f5-46f4-a691-3966072e9e9a?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "67681ce314d3ff473d3fa4e01a1b6441", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1507", + "Content-Type": "application/json", + "Date": "Wed, 17 Nov 2021 05:39:17 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "67681ce314d3ff473d3fa4e01a1b6441", + "x-ms-correlation-request-id": "a6040b78-5ca7-4b8b-8f57-e76a9886094e", + "x-ms-ratelimit-remaining-subscription-reads": "11985", + "x-ms-request-id": "d0f85f14-2293-4db9-8307-143d04b93e94", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T053918Z:a6040b78-5ca7-4b8b-8f57-e76a9886094e" + }, + "ResponseBody": { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "StorageV2", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-2121/providers/Microsoft.Storage/storageAccounts/teststoragemgmt5719", + "name": "teststoragemgmt5719", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-11-17T05:38:58.9462922Z", + "key2": "2021-11-17T05:38:58.9462922Z" + }, + "privateEndpointConnections": [], + "isHnsEnabled": true, + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T05:38:58.9462922Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T05:38:58.9462922Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "accessTier": "Hot", + "provisioningState": "Succeeded", + "creationTime": "2021-11-17T05:38:58.8212903Z", + "primaryEndpoints": { + "dfs": "https://teststoragemgmt5719.dfs.core.windows.net/", + "web": "https://teststoragemgmt5719.z20.web.core.windows.net/", + "blob": "https://teststoragemgmt5719.blob.core.windows.net/", + "queue": "https://teststoragemgmt5719.queue.core.windows.net/", + "table": "https://teststoragemgmt5719.table.core.windows.net/", + "file": "https://teststoragemgmt5719.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-2121/providers/Microsoft.Storage/storageAccounts?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "1339ad023881f4e3c4ad020029d464ac", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1519", + "Content-Type": "application/json", + "Date": "Wed, 17 Nov 2021 05:39:17 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1339ad023881f4e3c4ad020029d464ac", + "x-ms-correlation-request-id": "07723285-2f5b-4cf2-9b43-f69bf9aba3c1", + "x-ms-ratelimit-remaining-subscription-reads": "11984", + "x-ms-request-id": "031e915a-513d-41a4-9cfc-ae22681d1f73", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T053918Z:07723285-2f5b-4cf2-9b43-f69bf9aba3c1" + }, + "ResponseBody": { + "value": [ + { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "StorageV2", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-2121/providers/Microsoft.Storage/storageAccounts/teststoragemgmt5719", + "name": "teststoragemgmt5719", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-11-17T05:38:58.9462922Z", + "key2": "2021-11-17T05:38:58.9462922Z" + }, + "privateEndpointConnections": [], + "isHnsEnabled": true, + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T05:38:58.9462922Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T05:38:58.9462922Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "accessTier": "Hot", + "provisioningState": "Succeeded", + "creationTime": "2021-11-17T05:38:58.8212903Z", + "primaryEndpoints": { + "dfs": "https://teststoragemgmt5719.dfs.core.windows.net/", + "web": "https://teststoragemgmt5719.z20.web.core.windows.net/", + "blob": "https://teststoragemgmt5719.blob.core.windows.net/", + "queue": "https://teststoragemgmt5719.queue.core.windows.net/", + "table": "https://teststoragemgmt5719.table.core.windows.net/", + "file": "https://teststoragemgmt5719.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + } + ] + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-2121/providers/Microsoft.Storage/storageAccounts/teststoragemgmt5719?api-version=2021-04-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "736e2019b2116c2b06f6dd6b51f50b5b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 05:39:24 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "736e2019b2116c2b06f6dd6b51f50b5b", + "x-ms-correlation-request-id": "ab43c814-4472-4f15-b7df-a5a9cadd80a8", + "x-ms-ratelimit-remaining-subscription-deletes": "14999", + "x-ms-request-id": "a462c810-6344-4dc0-88c0-f1828cc979ad", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T053924Z:ab43c814-4472-4f15-b7df-a5a9cadd80a8" + }, + "ResponseBody": [] + } + ], + "Variables": { + "RandomSeed": "68845684", + "RESOURCE_MANAGER_URL": null, + "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" + } +} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/CreateGetStorageAccountDfsAsync.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/CreateGetStorageAccountDfsAsync.json new file mode 100644 index 0000000000000..1be93ed5a3843 --- /dev/null +++ b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/CreateGetStorageAccountDfsAsync.json @@ -0,0 +1,767 @@ +{ + "Entries": [ + { + "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-c91e9939c1ce4e4cbb2bf4bf3e8f270a-55b0cdb972f2c644-00", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "6d4067de6d4418df75f71142f615526b", + "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": "Wed, 17 Nov 2021 05:39:33 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "6e68a8a6-14d4-455d-8968-d5e4bf297830", + "x-ms-ratelimit-remaining-subscription-reads": "11981", + "x-ms-request-id": "6e68a8a6-14d4-455d-8968-d5e4bf297830", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T053933Z:6e68a8a6-14d4-455d-8968-d5e4bf297830" + }, + "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.Storage/checkNameAvailability?api-version=2021-04-01", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "73", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "bab6731341e2a91707a483c9a6ceffcb", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "name": "teststoragemgmt4339", + "type": "Microsoft.Storage/storageAccounts" + }, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "22", + "Content-Type": "application/json", + "Date": "Wed, 17 Nov 2021 05:39:34 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "bab6731341e2a91707a483c9a6ceffcb", + "x-ms-correlation-request-id": "92100776-870b-49e2-8879-8471cb309d03", + "x-ms-ratelimit-remaining-subscription-reads": "11980", + "x-ms-request-id": "a4ba28ea-a6c2-4452-bebe-d252e521bab1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T053934Z:92100776-870b-49e2-8879-8471cb309d03" + }, + "ResponseBody": { + "nameAvailable": true + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/teststorageRG-5008?api-version=2019-10-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "44", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "82c7c64c4e10654ac98c541ad15c9a9a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "location": "eastus2", + "tags": { + "test": "env" + } + }, + "StatusCode": 201, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "256", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 17 Nov 2021 05:39:35 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "384bc6f3-7d8c-4fdb-8e87-b44a4e567853", + "x-ms-ratelimit-remaining-subscription-writes": "1197", + "x-ms-request-id": "384bc6f3-7d8c-4fdb-8e87-b44a4e567853", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T053935Z:384bc6f3-7d8c-4fdb-8e87-b44a4e567853" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-5008", + "name": "teststorageRG-5008", + "type": "Microsoft.Resources/resourceGroups", + "location": "eastus2", + "tags": { + "test": "env" + }, + "properties": { + "provisioningState": "Succeeded" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-5008/providers/Microsoft.Storage/storageAccounts/teststoragemgmt4339?api-version=2021-04-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "147", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "6b58e9dafb332925c43dc85c4fcf2911", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "sku": { + "name": "Standard_GRS" + }, + "kind": "StorageV2", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "isHnsEnabled": true + } + }, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 05:39:39 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4af5f54b-fc69-4bad-8b18-3bbfe67d8e94?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6b58e9dafb332925c43dc85c4fcf2911", + "x-ms-correlation-request-id": "2d9d0626-e7a7-4470-a4da-67e525ec9526", + "x-ms-ratelimit-remaining-subscription-writes": "1196", + "x-ms-request-id": "4af5f54b-fc69-4bad-8b18-3bbfe67d8e94", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T053939Z:2d9d0626-e7a7-4470-a4da-67e525ec9526" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4af5f54b-fc69-4bad-8b18-3bbfe67d8e94?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "e4cc2ee95fa65147a09dbed385ee15fa", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 05:39:39 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4af5f54b-fc69-4bad-8b18-3bbfe67d8e94?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e4cc2ee95fa65147a09dbed385ee15fa", + "x-ms-correlation-request-id": "eebdf66b-9922-496b-b948-01361b8f752f", + "x-ms-ratelimit-remaining-subscription-reads": "11979", + "x-ms-request-id": "4f5475cf-23ca-4385-843f-a408449156a8", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T053939Z:eebdf66b-9922-496b-b948-01361b8f752f" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4af5f54b-fc69-4bad-8b18-3bbfe67d8e94?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "56a442630e9322f6e732ffdde2716635", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 05:39:40 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4af5f54b-fc69-4bad-8b18-3bbfe67d8e94?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "56a442630e9322f6e732ffdde2716635", + "x-ms-correlation-request-id": "62f46615-29dd-4bcd-8eaf-9027f1392e0e", + "x-ms-ratelimit-remaining-subscription-reads": "11978", + "x-ms-request-id": "6506c3ff-30f8-4f9e-8329-f4fe14fff6ea", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T053940Z:62f46615-29dd-4bcd-8eaf-9027f1392e0e" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4af5f54b-fc69-4bad-8b18-3bbfe67d8e94?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "207280074502166a3277ea06f92ea07d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 05:39:42 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4af5f54b-fc69-4bad-8b18-3bbfe67d8e94?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "207280074502166a3277ea06f92ea07d", + "x-ms-correlation-request-id": "c29dfc01-0439-4b66-aef4-b97cd43ee252", + "x-ms-ratelimit-remaining-subscription-reads": "11977", + "x-ms-request-id": "87893551-f866-40a4-9d39-08ea31d55d7e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T053942Z:c29dfc01-0439-4b66-aef4-b97cd43ee252" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4af5f54b-fc69-4bad-8b18-3bbfe67d8e94?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "80511e40dfeadab438a9fc7360696e2f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 05:39:43 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4af5f54b-fc69-4bad-8b18-3bbfe67d8e94?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "80511e40dfeadab438a9fc7360696e2f", + "x-ms-correlation-request-id": "027f13b1-d971-453e-a63e-ff443ecb39a2", + "x-ms-ratelimit-remaining-subscription-reads": "11976", + "x-ms-request-id": "76b5b13e-f862-4f8d-b907-78cbb3ab5f2a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T053943Z:027f13b1-d971-453e-a63e-ff443ecb39a2" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4af5f54b-fc69-4bad-8b18-3bbfe67d8e94?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "05cc8836f47b1df7d78d231c24f028b9", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 05:39:44 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4af5f54b-fc69-4bad-8b18-3bbfe67d8e94?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "05cc8836f47b1df7d78d231c24f028b9", + "x-ms-correlation-request-id": "d701f617-1698-490a-9724-f92eea85f0d0", + "x-ms-ratelimit-remaining-subscription-reads": "11975", + "x-ms-request-id": "30b46d35-3baa-4d3d-bd72-9cb7aadfb705", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T053944Z:d701f617-1698-490a-9724-f92eea85f0d0" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4af5f54b-fc69-4bad-8b18-3bbfe67d8e94?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "c39d8292e61f274acb98e85848f6b6c8", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 05:39:46 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4af5f54b-fc69-4bad-8b18-3bbfe67d8e94?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c39d8292e61f274acb98e85848f6b6c8", + "x-ms-correlation-request-id": "5bfd76b8-5c44-4d0a-a939-7e4eea1cced6", + "x-ms-ratelimit-remaining-subscription-reads": "11974", + "x-ms-request-id": "670eb42c-92f7-4d3f-af66-f2b0149a8f27", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T053946Z:5bfd76b8-5c44-4d0a-a939-7e4eea1cced6" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4af5f54b-fc69-4bad-8b18-3bbfe67d8e94?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "70cfba089a624b022633a85dbb98b548", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 05:39:47 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4af5f54b-fc69-4bad-8b18-3bbfe67d8e94?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "70cfba089a624b022633a85dbb98b548", + "x-ms-correlation-request-id": "ffb63632-26ff-41bf-82c6-fadc07530f77", + "x-ms-ratelimit-remaining-subscription-reads": "11973", + "x-ms-request-id": "cf629890-4566-443c-a762-1ae6281d8998", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T053947Z:ffb63632-26ff-41bf-82c6-fadc07530f77" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4af5f54b-fc69-4bad-8b18-3bbfe67d8e94?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "dee14380aacc500f3ea53ae20c9ed4e0", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 05:39:48 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4af5f54b-fc69-4bad-8b18-3bbfe67d8e94?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "dee14380aacc500f3ea53ae20c9ed4e0", + "x-ms-correlation-request-id": "db5b1d70-e10f-4271-888d-e78dd8c3a1ae", + "x-ms-ratelimit-remaining-subscription-reads": "11972", + "x-ms-request-id": "155bf42f-2334-41d2-881e-428aacb92163", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T053948Z:db5b1d70-e10f-4271-888d-e78dd8c3a1ae" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4af5f54b-fc69-4bad-8b18-3bbfe67d8e94?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "6a135ad7b820f7577f519cec3dec6b32", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 05:39:50 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4af5f54b-fc69-4bad-8b18-3bbfe67d8e94?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6a135ad7b820f7577f519cec3dec6b32", + "x-ms-correlation-request-id": "8f86b625-a114-449e-9331-1086f74f8d3d", + "x-ms-ratelimit-remaining-subscription-reads": "11971", + "x-ms-request-id": "1b3f70db-1fd9-4548-a098-318a1a94f3b6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T053950Z:8f86b625-a114-449e-9331-1086f74f8d3d" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4af5f54b-fc69-4bad-8b18-3bbfe67d8e94?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "05d79fe2d7155efcaa7e32bc601f3e88", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 05:39:51 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4af5f54b-fc69-4bad-8b18-3bbfe67d8e94?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "05d79fe2d7155efcaa7e32bc601f3e88", + "x-ms-correlation-request-id": "7b1efdbe-ae39-41e8-a7b1-733b8eb1911b", + "x-ms-ratelimit-remaining-subscription-reads": "11970", + "x-ms-request-id": "4e4c541e-1dd5-4f14-b42f-9eaf0838966e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T053951Z:7b1efdbe-ae39-41e8-a7b1-733b8eb1911b" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4af5f54b-fc69-4bad-8b18-3bbfe67d8e94?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "6186c75e4b85c827ebe95e7a0d231251", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 05:39:52 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4af5f54b-fc69-4bad-8b18-3bbfe67d8e94?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6186c75e4b85c827ebe95e7a0d231251", + "x-ms-correlation-request-id": "effe1797-f6db-449b-aa77-d4b2d8a1b68f", + "x-ms-ratelimit-remaining-subscription-reads": "11969", + "x-ms-request-id": "d3be2ebc-c895-4f43-b84e-090c82bdf7d8", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T053952Z:effe1797-f6db-449b-aa77-d4b2d8a1b68f" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4af5f54b-fc69-4bad-8b18-3bbfe67d8e94?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "6d000739cfc7ffca5eb4bfa2869a9660", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 05:39:53 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4af5f54b-fc69-4bad-8b18-3bbfe67d8e94?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6d000739cfc7ffca5eb4bfa2869a9660", + "x-ms-correlation-request-id": "9d436ee2-e8ae-48c8-895a-7fe117a2038d", + "x-ms-ratelimit-remaining-subscription-reads": "11968", + "x-ms-request-id": "5f151be4-f0dd-410d-923b-b442a700131f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T053954Z:9d436ee2-e8ae-48c8-895a-7fe117a2038d" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4af5f54b-fc69-4bad-8b18-3bbfe67d8e94?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "768d14130a6697ad780f192c79825086", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1507", + "Content-Type": "application/json", + "Date": "Wed, 17 Nov 2021 05:39:55 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "768d14130a6697ad780f192c79825086", + "x-ms-correlation-request-id": "839743c1-97a5-4098-bac8-8a47d7ff7cb1", + "x-ms-ratelimit-remaining-subscription-reads": "11967", + "x-ms-request-id": "b1eaf773-f32f-4914-8218-715f93e89575", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T053955Z:839743c1-97a5-4098-bac8-8a47d7ff7cb1" + }, + "ResponseBody": { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "StorageV2", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-5008/providers/Microsoft.Storage/storageAccounts/teststoragemgmt4339", + "name": "teststoragemgmt4339", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-11-17T05:39:37.7915034Z", + "key2": "2021-11-17T05:39:37.7915034Z" + }, + "privateEndpointConnections": [], + "isHnsEnabled": true, + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T05:39:37.7915034Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T05:39:37.7915034Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "accessTier": "Hot", + "provisioningState": "Succeeded", + "creationTime": "2021-11-17T05:39:37.6821269Z", + "primaryEndpoints": { + "dfs": "https://teststoragemgmt4339.dfs.core.windows.net/", + "web": "https://teststoragemgmt4339.z20.web.core.windows.net/", + "blob": "https://teststoragemgmt4339.blob.core.windows.net/", + "queue": "https://teststoragemgmt4339.queue.core.windows.net/", + "table": "https://teststoragemgmt4339.table.core.windows.net/", + "file": "https://teststoragemgmt4339.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-5008/providers/Microsoft.Storage/storageAccounts?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "5982e06bd11f8fc0fc8602d08b854251", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1519", + "Content-Type": "application/json", + "Date": "Wed, 17 Nov 2021 05:39:55 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5982e06bd11f8fc0fc8602d08b854251", + "x-ms-correlation-request-id": "93b99768-f04e-4c1a-8a26-31cb0917cb9e", + "x-ms-ratelimit-remaining-subscription-reads": "11966", + "x-ms-request-id": "f9ab50da-80b6-47ff-851d-a16a57d88d20", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T053955Z:93b99768-f04e-4c1a-8a26-31cb0917cb9e" + }, + "ResponseBody": { + "value": [ + { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "StorageV2", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-5008/providers/Microsoft.Storage/storageAccounts/teststoragemgmt4339", + "name": "teststoragemgmt4339", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-11-17T05:39:37.7915034Z", + "key2": "2021-11-17T05:39:37.7915034Z" + }, + "privateEndpointConnections": [], + "isHnsEnabled": true, + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T05:39:37.7915034Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T05:39:37.7915034Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "accessTier": "Hot", + "provisioningState": "Succeeded", + "creationTime": "2021-11-17T05:39:37.6821269Z", + "primaryEndpoints": { + "dfs": "https://teststoragemgmt4339.dfs.core.windows.net/", + "web": "https://teststoragemgmt4339.z20.web.core.windows.net/", + "blob": "https://teststoragemgmt4339.blob.core.windows.net/", + "queue": "https://teststoragemgmt4339.queue.core.windows.net/", + "table": "https://teststoragemgmt4339.table.core.windows.net/", + "file": "https://teststoragemgmt4339.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + } + ] + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-5008/providers/Microsoft.Storage/storageAccounts/teststoragemgmt4339?api-version=2021-04-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "f867fe529c952fea5a69f5b7b59e86dc", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 05:40:00 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f867fe529c952fea5a69f5b7b59e86dc", + "x-ms-correlation-request-id": "f8e7ddbf-5ddf-4d17-9590-49b2ea609028", + "x-ms-ratelimit-remaining-subscription-deletes": "14997", + "x-ms-request-id": "e8f4463c-b47b-4780-9232-6e5d23540faa", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T054001Z:f8e7ddbf-5ddf-4d17-9590-49b2ea609028" + }, + "ResponseBody": [] + } + ], + "Variables": { + "RandomSeed": "547992295", + "RESOURCE_MANAGER_URL": null, + "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" + } +} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/CreatePremiumAccount.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/CreatePremiumAccount.json new file mode 100644 index 0000000000000..e81e341624b1d --- /dev/null +++ b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/CreatePremiumAccount.json @@ -0,0 +1,747 @@ +{ + "Entries": [ + { + "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-7994ef149abc934ab48ceebb8e0e3ef8-a1f50d9117870149-00", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "977e3b82f2f57a33cf0a0eda9f4177ef", + "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": "Tue, 16 Nov 2021 09:18:39 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "5b7f9394-b4be-4235-8342-619d04479a31", + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-request-id": "5b7f9394-b4be-4235-8342-619d04479a31", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T091839Z:5b7f9394-b4be-4235-8342-619d04479a31" + }, + "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/teststorageRG-7551?api-version=2019-10-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "44", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "b70431ebc986b19738fd25ef082381ef", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "location": "eastus2", + "tags": { + "test": "env" + } + }, + "StatusCode": 201, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "256", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 16 Nov 2021 09:18:42 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "2dd0e706-a5cf-464a-8209-b1a3f99c9eae", + "x-ms-ratelimit-remaining-subscription-writes": "1199", + "x-ms-request-id": "2dd0e706-a5cf-464a-8209-b1a3f99c9eae", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T091842Z:2dd0e706-a5cf-464a-8209-b1a3f99c9eae" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-7551", + "name": "teststorageRG-7551", + "type": "Microsoft.Resources/resourceGroups", + "location": "eastus2", + "tags": { + "test": "env" + }, + "properties": { + "provisioningState": "Succeeded" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/checkNameAvailability?api-version=2021-04-01", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "73", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211116.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "03f63ee6613309b49f8b649070e0f0d6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "name": "teststoragemgmt8813", + "type": "Microsoft.Storage/storageAccounts" + }, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "22", + "Content-Type": "application/json", + "Date": "Tue, 16 Nov 2021 09:18:43 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "03f63ee6613309b49f8b649070e0f0d6", + "x-ms-correlation-request-id": "fa1d05e2-6000-446f-9674-e2f23f6bd848", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-request-id": "840c045f-4088-4df9-9f03-86547b09ddab", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T091843Z:fa1d05e2-6000-446f-9674-e2f23f6bd848" + }, + "ResponseBody": { + "nameAvailable": true + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-7551/providers/Microsoft.Storage/storageAccounts/teststoragemgmt8813?api-version=2021-04-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "125", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211116.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "1e74a941fc88e771e5bdf50e8bc7e68c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "sku": { + "name": "Premium_LRS" + }, + "kind": "Storage", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": {} + }, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 09:18:50 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/888c3cd9-1d1b-458c-9076-4986eac21db4?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1e74a941fc88e771e5bdf50e8bc7e68c", + "x-ms-correlation-request-id": "4c56e907-ff4d-489f-995b-361954ccdae5", + "x-ms-ratelimit-remaining-subscription-writes": "1198", + "x-ms-request-id": "888c3cd9-1d1b-458c-9076-4986eac21db4", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T091850Z:4c56e907-ff4d-489f-995b-361954ccdae5" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/888c3cd9-1d1b-458c-9076-4986eac21db4?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "7ac71834d00dead1cc0f1d756ca67dd7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 09:18:50 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/888c3cd9-1d1b-458c-9076-4986eac21db4?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "7ac71834d00dead1cc0f1d756ca67dd7", + "x-ms-correlation-request-id": "97a9e5f4-7262-4d00-9464-98861a1221b1", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-request-id": "d8e0c3b6-4e23-4e30-b771-005a45b14907", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T091851Z:97a9e5f4-7262-4d00-9464-98861a1221b1" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/888c3cd9-1d1b-458c-9076-4986eac21db4?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "2ba6d7a5b7851eddf1a4cfda1534b4c5", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 09:18:51 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/888c3cd9-1d1b-458c-9076-4986eac21db4?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "2ba6d7a5b7851eddf1a4cfda1534b4c5", + "x-ms-correlation-request-id": "07d1b446-56a6-4824-a6bd-8d4aaa1ae051", + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-request-id": "2accdc8d-57dc-443f-9baf-da32beff939f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T091852Z:07d1b446-56a6-4824-a6bd-8d4aaa1ae051" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/888c3cd9-1d1b-458c-9076-4986eac21db4?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "73d9d8f66c00197f74706be9044163a8", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 09:18:52 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/888c3cd9-1d1b-458c-9076-4986eac21db4?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "73d9d8f66c00197f74706be9044163a8", + "x-ms-correlation-request-id": "77b005a0-7312-45fa-be06-1567533d8c9f", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-request-id": "82e485ca-37ee-475b-9e83-8c61bc917d79", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T091853Z:77b005a0-7312-45fa-be06-1567533d8c9f" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/888c3cd9-1d1b-458c-9076-4986eac21db4?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "5b980f2f9c7a7c973aa8886801f6d498", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 09:18:54 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/888c3cd9-1d1b-458c-9076-4986eac21db4?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5b980f2f9c7a7c973aa8886801f6d498", + "x-ms-correlation-request-id": "6ceb6faa-31a8-445b-8508-32ab1e2131aa", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-request-id": "5a946809-c571-4e4a-81e3-8a578a52f932", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T091854Z:6ceb6faa-31a8-445b-8508-32ab1e2131aa" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/888c3cd9-1d1b-458c-9076-4986eac21db4?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "937f575b0acc38d7588cb6144cf41aaf", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 09:18:55 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/888c3cd9-1d1b-458c-9076-4986eac21db4?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "937f575b0acc38d7588cb6144cf41aaf", + "x-ms-correlation-request-id": "329158ef-dc9c-4cc6-ac0e-91fb5deeb5a3", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-request-id": "68372cca-d69d-49b8-90ea-41ee88185544", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T091856Z:329158ef-dc9c-4cc6-ac0e-91fb5deeb5a3" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/888c3cd9-1d1b-458c-9076-4986eac21db4?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "06ab2640589b5a4b415d3858e316187e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 09:18:56 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/888c3cd9-1d1b-458c-9076-4986eac21db4?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "06ab2640589b5a4b415d3858e316187e", + "x-ms-correlation-request-id": "31e4d887-d079-4937-923c-92cf010e809d", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-request-id": "44f3f26c-ef5a-4b34-87ae-99fc2bc6fc30", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T091857Z:31e4d887-d079-4937-923c-92cf010e809d" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/888c3cd9-1d1b-458c-9076-4986eac21db4?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "ac8ed29cd0c225dc376003ede5823046", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 09:18:58 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/888c3cd9-1d1b-458c-9076-4986eac21db4?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ac8ed29cd0c225dc376003ede5823046", + "x-ms-correlation-request-id": "e5fabfd0-fb85-48cb-b4d7-64e7b4997599", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-request-id": "f5d052ca-cae7-46ed-a385-0737c1158973", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T091858Z:e5fabfd0-fb85-48cb-b4d7-64e7b4997599" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/888c3cd9-1d1b-458c-9076-4986eac21db4?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "db28d98dcd4b02fc0c25526fd17e5441", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 09:18:59 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/888c3cd9-1d1b-458c-9076-4986eac21db4?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "db28d98dcd4b02fc0c25526fd17e5441", + "x-ms-correlation-request-id": "73ceb035-d3f6-46eb-aa91-fb6fdc0b329e", + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-request-id": "045ae597-adea-46f8-9b83-bbcc2079d1ba", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T091900Z:73ceb035-d3f6-46eb-aa91-fb6fdc0b329e" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/888c3cd9-1d1b-458c-9076-4986eac21db4?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "797838736e6570ed4986ce3b555d74be", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 09:19:00 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/888c3cd9-1d1b-458c-9076-4986eac21db4?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "797838736e6570ed4986ce3b555d74be", + "x-ms-correlation-request-id": "1d96dd8b-29c2-4b68-a1d1-bcaf9551632f", + "x-ms-ratelimit-remaining-subscription-reads": "11988", + "x-ms-request-id": "89cd8037-02d3-43de-905a-c910e8b00213", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T091901Z:1d96dd8b-29c2-4b68-a1d1-bcaf9551632f" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/888c3cd9-1d1b-458c-9076-4986eac21db4?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "0acaf22c3deecf32d68ba09c7e6c53b8", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 09:19:02 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/888c3cd9-1d1b-458c-9076-4986eac21db4?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "0acaf22c3deecf32d68ba09c7e6c53b8", + "x-ms-correlation-request-id": "d591d4c7-02f9-416a-93fe-ee7a2ac3593f", + "x-ms-ratelimit-remaining-subscription-reads": "11987", + "x-ms-request-id": "8a14a187-2095-4f33-8d8a-071da0a0ea2d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T091902Z:d591d4c7-02f9-416a-93fe-ee7a2ac3593f" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/888c3cd9-1d1b-458c-9076-4986eac21db4?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "ac7ac10bb60a1fe0ebb791c5fec0adae", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 09:19:03 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/888c3cd9-1d1b-458c-9076-4986eac21db4?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ac7ac10bb60a1fe0ebb791c5fec0adae", + "x-ms-correlation-request-id": "0d874268-4e86-4c45-977e-49680fb9b487", + "x-ms-ratelimit-remaining-subscription-reads": "11986", + "x-ms-request-id": "6ecf06e0-86b2-4f16-9093-0eafd47d6f1d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T091904Z:0d874268-4e86-4c45-977e-49680fb9b487" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/888c3cd9-1d1b-458c-9076-4986eac21db4?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "df4293b049b4365206a8a3dacd51f2dd", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 09:19:04 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/888c3cd9-1d1b-458c-9076-4986eac21db4?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "df4293b049b4365206a8a3dacd51f2dd", + "x-ms-correlation-request-id": "4dd68bbf-14bf-4da7-8e4d-74b8ec4e5592", + "x-ms-ratelimit-remaining-subscription-reads": "11985", + "x-ms-request-id": "14a37fe6-a911-4797-ba6a-f5403b85894c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T091905Z:4dd68bbf-14bf-4da7-8e4d-74b8ec4e5592" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/888c3cd9-1d1b-458c-9076-4986eac21db4?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "93301532c8e376b411ab1e36ab6dd015", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1096", + "Content-Type": "application/json", + "Date": "Tue, 16 Nov 2021 09:19:06 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "93301532c8e376b411ab1e36ab6dd015", + "x-ms-correlation-request-id": "db7c695c-42fd-40f2-8d3d-de4c94e554af", + "x-ms-ratelimit-remaining-subscription-reads": "11984", + "x-ms-request-id": "96518df4-24f0-4e26-9cb7-d67d47bff9af", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T091906Z:db7c695c-42fd-40f2-8d3d-de4c94e554af" + }, + "ResponseBody": { + "sku": { + "name": "Premium_LRS", + "tier": "Premium" + }, + "kind": "Storage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-7551/providers/Microsoft.Storage/storageAccounts/teststoragemgmt8813", + "name": "teststoragemgmt8813", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-11-16T09:18:48.9554154Z", + "key2": "2021-11-16T09:18:48.9554154Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-16T09:18:48.9710114Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-16T09:18:48.9710114Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "provisioningState": "Succeeded", + "creationTime": "2021-11-16T09:18:48.8616352Z", + "primaryEndpoints": { + "blob": "https://teststoragemgmt8813.blob.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-7551/providers/Microsoft.Storage/storageAccounts?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211116.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "eaebf1de7329c1046f43a6611306519a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1108", + "Content-Type": "application/json", + "Date": "Tue, 16 Nov 2021 09:19:06 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "eaebf1de7329c1046f43a6611306519a", + "x-ms-correlation-request-id": "0c9db3a7-c573-404a-898e-8cf1b75dea41", + "x-ms-ratelimit-remaining-subscription-reads": "11983", + "x-ms-request-id": "7f736067-18c5-41b1-a4c0-bc5837307da5", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T091907Z:0c9db3a7-c573-404a-898e-8cf1b75dea41" + }, + "ResponseBody": { + "value": [ + { + "sku": { + "name": "Premium_LRS", + "tier": "Premium" + }, + "kind": "Storage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-7551/providers/Microsoft.Storage/storageAccounts/teststoragemgmt8813", + "name": "teststoragemgmt8813", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-11-16T09:18:48.9554154Z", + "key2": "2021-11-16T09:18:48.9554154Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-16T09:18:48.9710114Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-16T09:18:48.9710114Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "provisioningState": "Succeeded", + "creationTime": "2021-11-16T09:18:48.8616352Z", + "primaryEndpoints": { + "blob": "https://teststoragemgmt8813.blob.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available" + } + } + ] + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-7551/providers/Microsoft.Storage/storageAccounts/teststoragemgmt8813?api-version=2021-04-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211116.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "e892b4c51990e8cadeccce082a1b8a98", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 09:19:12 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e892b4c51990e8cadeccce082a1b8a98", + "x-ms-correlation-request-id": "f15b4868-e624-477d-875b-00bba4569479", + "x-ms-ratelimit-remaining-subscription-deletes": "14999", + "x-ms-request-id": "afc3a34e-9c76-459c-b5c0-18f70dfce85b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T091913Z:f15b4868-e624-477d-875b-00bba4569479" + }, + "ResponseBody": [] + } + ], + "Variables": { + "RandomSeed": "1504599153", + "RESOURCE_MANAGER_URL": null, + "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" + } +} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/CreatePremiumAccountAsync.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/CreatePremiumAccountAsync.json new file mode 100644 index 0000000000000..fdfce7b2e80a6 --- /dev/null +++ b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/CreatePremiumAccountAsync.json @@ -0,0 +1,716 @@ +{ + "Entries": [ + { + "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-2b4b6c79e5ae8743a48eb15dee71cda1-6eaf26c18654424a-00", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "dbf7b683ab496ed3bad9b6972852aa84", + "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": "Tue, 16 Nov 2021 09:19:21 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "8f20b6c4-abdc-4c94-a9f2-50c74ed511e4", + "x-ms-ratelimit-remaining-subscription-reads": "11980", + "x-ms-request-id": "8f20b6c4-abdc-4c94-a9f2-50c74ed511e4", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T091922Z:8f20b6c4-abdc-4c94-a9f2-50c74ed511e4" + }, + "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/teststorageRG-889?api-version=2019-10-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "44", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "22939beaf4269304566ad30debf37176", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "location": "eastus2", + "tags": { + "test": "env" + } + }, + "StatusCode": 201, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "254", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 16 Nov 2021 09:19:22 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "b567b69c-83bb-4261-9918-6b8bc6ea49db", + "x-ms-ratelimit-remaining-subscription-writes": "1197", + "x-ms-request-id": "b567b69c-83bb-4261-9918-6b8bc6ea49db", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T091923Z:b567b69c-83bb-4261-9918-6b8bc6ea49db" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-889", + "name": "teststorageRG-889", + "type": "Microsoft.Resources/resourceGroups", + "location": "eastus2", + "tags": { + "test": "env" + }, + "properties": { + "provisioningState": "Succeeded" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/checkNameAvailability?api-version=2021-04-01", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "73", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211116.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "2f7570910105abacf937df49aee74b16", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "name": "teststoragemgmt4735", + "type": "Microsoft.Storage/storageAccounts" + }, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "22", + "Content-Type": "application/json", + "Date": "Tue, 16 Nov 2021 09:19:23 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "2f7570910105abacf937df49aee74b16", + "x-ms-correlation-request-id": "1787e297-3704-4ab8-a1d2-e7e7489da447", + "x-ms-ratelimit-remaining-subscription-reads": "11979", + "x-ms-request-id": "8952bed1-ded0-4a29-acb8-1fa38e4cf94b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T091924Z:1787e297-3704-4ab8-a1d2-e7e7489da447" + }, + "ResponseBody": { + "nameAvailable": true + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-889/providers/Microsoft.Storage/storageAccounts/teststoragemgmt4735?api-version=2021-04-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "125", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211116.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "cf223fdf5c1ef2c248f240ff60cfe644", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "sku": { + "name": "Premium_LRS" + }, + "kind": "Storage", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": {} + }, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 09:19:27 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a38b3a64-a920-42c6-8a87-6a5c4d80315a?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "cf223fdf5c1ef2c248f240ff60cfe644", + "x-ms-correlation-request-id": "817e4247-97ea-4985-a9c7-c3c56f714ac6", + "x-ms-ratelimit-remaining-subscription-writes": "1196", + "x-ms-request-id": "a38b3a64-a920-42c6-8a87-6a5c4d80315a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T091928Z:817e4247-97ea-4985-a9c7-c3c56f714ac6" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a38b3a64-a920-42c6-8a87-6a5c4d80315a?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "b30bf687a64f34b1ae82e712c1ac4a2a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 09:19:27 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a38b3a64-a920-42c6-8a87-6a5c4d80315a?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b30bf687a64f34b1ae82e712c1ac4a2a", + "x-ms-correlation-request-id": "1fdb032b-c1ca-42d7-9633-a2736b059d0a", + "x-ms-ratelimit-remaining-subscription-reads": "11978", + "x-ms-request-id": "9c4d0452-07c0-47f1-a6e4-8cbb5799e1d3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T091928Z:1fdb032b-c1ca-42d7-9633-a2736b059d0a" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a38b3a64-a920-42c6-8a87-6a5c4d80315a?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "56289a511126c6085a88e7a62f05cefe", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 09:19:29 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a38b3a64-a920-42c6-8a87-6a5c4d80315a?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "56289a511126c6085a88e7a62f05cefe", + "x-ms-correlation-request-id": "bab8191e-9090-4bc1-9401-25057414843c", + "x-ms-ratelimit-remaining-subscription-reads": "11977", + "x-ms-request-id": "9c323b54-366b-471f-8cd1-be094242a192", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T091929Z:bab8191e-9090-4bc1-9401-25057414843c" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a38b3a64-a920-42c6-8a87-6a5c4d80315a?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "6a78bd4932c37af5a58c8c8b30d2d83b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 09:19:31 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a38b3a64-a920-42c6-8a87-6a5c4d80315a?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6a78bd4932c37af5a58c8c8b30d2d83b", + "x-ms-correlation-request-id": "293f0a79-383a-4476-94d2-5f8069d653dd", + "x-ms-ratelimit-remaining-subscription-reads": "11976", + "x-ms-request-id": "ff7063d8-0a85-4bfc-887d-091115242f4d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T091931Z:293f0a79-383a-4476-94d2-5f8069d653dd" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a38b3a64-a920-42c6-8a87-6a5c4d80315a?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "8a6b022d5221765cee4459c6bf0b04a8", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 09:19:32 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a38b3a64-a920-42c6-8a87-6a5c4d80315a?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "8a6b022d5221765cee4459c6bf0b04a8", + "x-ms-correlation-request-id": "c12a82bf-6db0-42e4-ba04-cda62430dcd0", + "x-ms-ratelimit-remaining-subscription-reads": "11975", + "x-ms-request-id": "98b9fc2e-47df-4fbe-94bd-5ec1d12c9ef7", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T091932Z:c12a82bf-6db0-42e4-ba04-cda62430dcd0" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a38b3a64-a920-42c6-8a87-6a5c4d80315a?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "03c8e9b4df331e66a5aeb09a847c9687", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 09:19:33 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a38b3a64-a920-42c6-8a87-6a5c4d80315a?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "03c8e9b4df331e66a5aeb09a847c9687", + "x-ms-correlation-request-id": "4648608c-061f-4a3e-9545-e1e8208f3d61", + "x-ms-ratelimit-remaining-subscription-reads": "11974", + "x-ms-request-id": "90b21343-3a6d-4a98-8e5f-ec330c4cfecf", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T091933Z:4648608c-061f-4a3e-9545-e1e8208f3d61" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a38b3a64-a920-42c6-8a87-6a5c4d80315a?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "2d79acb04399f7dd61027b7ed82ebb9a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 09:19:35 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a38b3a64-a920-42c6-8a87-6a5c4d80315a?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "2d79acb04399f7dd61027b7ed82ebb9a", + "x-ms-correlation-request-id": "3fda3ad4-2140-41fb-86bd-8fd796a44b64", + "x-ms-ratelimit-remaining-subscription-reads": "11973", + "x-ms-request-id": "19aaf0ad-2091-44d8-96d1-7ebc118b87f4", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T091935Z:3fda3ad4-2140-41fb-86bd-8fd796a44b64" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a38b3a64-a920-42c6-8a87-6a5c4d80315a?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "47d6e388d40a4d079b4ce572a2c1f172", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 09:19:36 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a38b3a64-a920-42c6-8a87-6a5c4d80315a?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "47d6e388d40a4d079b4ce572a2c1f172", + "x-ms-correlation-request-id": "7f0654c4-b655-4504-88a1-78492b176e9a", + "x-ms-ratelimit-remaining-subscription-reads": "11964", + "x-ms-request-id": "f142ad1f-d1ae-4da5-a1e1-282a43c1b24a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T091937Z:7f0654c4-b655-4504-88a1-78492b176e9a" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a38b3a64-a920-42c6-8a87-6a5c4d80315a?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "1215d2aed792710e0bd1a23164e84576", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 09:19:38 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a38b3a64-a920-42c6-8a87-6a5c4d80315a?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1215d2aed792710e0bd1a23164e84576", + "x-ms-correlation-request-id": "84fb1642-3698-4ce9-b770-afe94a2483bd", + "x-ms-ratelimit-remaining-subscription-reads": "11972", + "x-ms-request-id": "b914bbdf-0b23-41eb-b9ff-6e6d66b3bb06", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T091938Z:84fb1642-3698-4ce9-b770-afe94a2483bd" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a38b3a64-a920-42c6-8a87-6a5c4d80315a?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "a11215f34ea5dc7da52b914c5e6a549f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 09:19:40 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a38b3a64-a920-42c6-8a87-6a5c4d80315a?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a11215f34ea5dc7da52b914c5e6a549f", + "x-ms-correlation-request-id": "aa55c0da-cee3-4cb7-bbbb-5707ae19fb66", + "x-ms-ratelimit-remaining-subscription-reads": "11971", + "x-ms-request-id": "4e0b72e4-d7f5-44e7-8d3f-4921d0e2d86e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T091940Z:aa55c0da-cee3-4cb7-bbbb-5707ae19fb66" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a38b3a64-a920-42c6-8a87-6a5c4d80315a?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "06cf0911a818b008d4653b3832d6e9b3", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 09:19:41 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a38b3a64-a920-42c6-8a87-6a5c4d80315a?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "06cf0911a818b008d4653b3832d6e9b3", + "x-ms-correlation-request-id": "3843d2aa-a143-4af1-b6f9-ed068fdf0588", + "x-ms-ratelimit-remaining-subscription-reads": "11970", + "x-ms-request-id": "70725fe3-0bad-498f-81cc-31b987414c32", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T091941Z:3843d2aa-a143-4af1-b6f9-ed068fdf0588" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a38b3a64-a920-42c6-8a87-6a5c4d80315a?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "8c7f6f0750af60cc55396d6645c113a1", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 09:19:42 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a38b3a64-a920-42c6-8a87-6a5c4d80315a?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "8c7f6f0750af60cc55396d6645c113a1", + "x-ms-correlation-request-id": "1fc57cc4-6542-4a60-905e-bd875438a1f1", + "x-ms-ratelimit-remaining-subscription-reads": "11969", + "x-ms-request-id": "03ffeaff-2ef3-492f-a83a-357ed79cba28", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T091942Z:1fc57cc4-6542-4a60-905e-bd875438a1f1" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a38b3a64-a920-42c6-8a87-6a5c4d80315a?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "5b1f027c3f184a5d0d61cc3f1244aacf", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1095", + "Content-Type": "application/json", + "Date": "Tue, 16 Nov 2021 09:19:43 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5b1f027c3f184a5d0d61cc3f1244aacf", + "x-ms-correlation-request-id": "ca91a942-182f-4591-9459-eaf2185e9a01", + "x-ms-ratelimit-remaining-subscription-reads": "11968", + "x-ms-request-id": "3a3fa291-6a97-4d93-a9e2-939340e9420c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T091944Z:ca91a942-182f-4591-9459-eaf2185e9a01" + }, + "ResponseBody": { + "sku": { + "name": "Premium_LRS", + "tier": "Premium" + }, + "kind": "Storage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-889/providers/Microsoft.Storage/storageAccounts/teststoragemgmt4735", + "name": "teststoragemgmt4735", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-11-16T09:19:26.6441381Z", + "key2": "2021-11-16T09:19:26.6441381Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-16T09:19:26.6597913Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-16T09:19:26.6597913Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "provisioningState": "Succeeded", + "creationTime": "2021-11-16T09:19:26.5347630Z", + "primaryEndpoints": { + "blob": "https://teststoragemgmt4735.blob.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-889/providers/Microsoft.Storage/storageAccounts?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211116.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "ee45dd41c8ebc1f03c6fb1df3ba16b13", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1107", + "Content-Type": "application/json", + "Date": "Tue, 16 Nov 2021 09:19:44 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ee45dd41c8ebc1f03c6fb1df3ba16b13", + "x-ms-correlation-request-id": "68fb8eaf-b535-4a5a-8eb2-542a441201ce", + "x-ms-ratelimit-remaining-subscription-reads": "11967", + "x-ms-request-id": "0f1dfbe2-7d1f-4d13-a486-fb80c69d50a7", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T091944Z:68fb8eaf-b535-4a5a-8eb2-542a441201ce" + }, + "ResponseBody": { + "value": [ + { + "sku": { + "name": "Premium_LRS", + "tier": "Premium" + }, + "kind": "Storage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-889/providers/Microsoft.Storage/storageAccounts/teststoragemgmt4735", + "name": "teststoragemgmt4735", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-11-16T09:19:26.6441381Z", + "key2": "2021-11-16T09:19:26.6441381Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-16T09:19:26.6597913Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-16T09:19:26.6597913Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "provisioningState": "Succeeded", + "creationTime": "2021-11-16T09:19:26.5347630Z", + "primaryEndpoints": { + "blob": "https://teststoragemgmt4735.blob.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available" + } + } + ] + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-889/providers/Microsoft.Storage/storageAccounts/teststoragemgmt4735?api-version=2021-04-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211116.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "2fbb9a528eb6c89b11347f4e848c4e10", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 09:19:49 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "2fbb9a528eb6c89b11347f4e848c4e10", + "x-ms-correlation-request-id": "c90a415f-a100-4d54-b9fa-35136c0b0443", + "x-ms-ratelimit-remaining-subscription-deletes": "14997", + "x-ms-request-id": "0b4d413f-6163-459f-b494-3668110209ec", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T091949Z:c90a415f-a100-4d54-b9fa-35136c0b0443" + }, + "ResponseBody": [] + } + ], + "Variables": { + "RandomSeed": "1039959835", + "RESOURCE_MANAGER_URL": null, + "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" + } +} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/CreateStandardAccount.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/CreateStandardAccount.json new file mode 100644 index 0000000000000..28f236924db61 --- /dev/null +++ b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/CreateStandardAccount.json @@ -0,0 +1,7055 @@ +{ + "Entries": [ + { + "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-f626c3b575444b448a6d1e81d9e99dc8-b68d1424f6469440-00", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "1464a2ba6c17998e14886a9f340dd02e", + "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": "Tue, 16 Nov 2021 08:53:22 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "509eb1a5-4dc7-4a22-96dc-ada73d6fa840", + "x-ms-ratelimit-remaining-subscription-reads": "11999", + "x-ms-request-id": "509eb1a5-4dc7-4a22-96dc-ada73d6fa840", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085322Z:509eb1a5-4dc7-4a22-96dc-ada73d6fa840" + }, + "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/teststorageRG-6426?api-version=2019-10-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "44", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "6b18d12daee2d3305fa91f6558c84d29", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "location": "eastus2", + "tags": { + "test": "env" + } + }, + "StatusCode": 201, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "256", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:53:24 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "1774e9f7-2f29-4acc-9eb8-f1daa8782bf1", + "x-ms-ratelimit-remaining-subscription-writes": "1199", + "x-ms-request-id": "1774e9f7-2f29-4acc-9eb8-f1daa8782bf1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085325Z:1774e9f7-2f29-4acc-9eb8-f1daa8782bf1" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-6426", + "name": "teststorageRG-6426", + "type": "Microsoft.Resources/resourceGroups", + "location": "eastus2", + "tags": { + "test": "env" + }, + "properties": { + "provisioningState": "Succeeded" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/checkNameAvailability?api-version=2021-04-01", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "73", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211116.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "ea7d03b221a6dea4b4a002cdd5772724", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "name": "teststoragemgmt3148", + "type": "Microsoft.Storage/storageAccounts" + }, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "22", + "Content-Type": "application/json", + "Date": "Tue, 16 Nov 2021 08:53:26 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ea7d03b221a6dea4b4a002cdd5772724", + "x-ms-correlation-request-id": "32357a31-4659-44fa-a257-40fabf68bcc6", + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-request-id": "048e175c-3799-49d6-a8aa-81e689194b9b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085327Z:32357a31-4659-44fa-a257-40fabf68bcc6" + }, + "ResponseBody": { + "nameAvailable": true + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-6426/providers/Microsoft.Storage/storageAccounts/teststoragemgmt3148?api-version=2021-04-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "126", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211116.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "290bc972d8fe33f441b8c36e34bcbf1c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "sku": { + "name": "Standard_LRS" + }, + "kind": "Storage", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": {} + }, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:53:36 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48c3c74e-02b0-4d04-ae5e-6dda23727225?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "290bc972d8fe33f441b8c36e34bcbf1c", + "x-ms-correlation-request-id": "6c0432ac-fdeb-4aab-910a-a54d1b3cae82", + "x-ms-ratelimit-remaining-subscription-writes": "1198", + "x-ms-request-id": "48c3c74e-02b0-4d04-ae5e-6dda23727225", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085336Z:6c0432ac-fdeb-4aab-910a-a54d1b3cae82" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48c3c74e-02b0-4d04-ae5e-6dda23727225?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "ffe641f7ff42d9030f4aa9ee5d35aaf8", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:53:36 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48c3c74e-02b0-4d04-ae5e-6dda23727225?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ffe641f7ff42d9030f4aa9ee5d35aaf8", + "x-ms-correlation-request-id": "0e97abc8-e22d-4146-935a-ce870e7520e4", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-request-id": "79088c63-3437-464f-9301-27d383614acc", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085336Z:0e97abc8-e22d-4146-935a-ce870e7520e4" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48c3c74e-02b0-4d04-ae5e-6dda23727225?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "a257e5e05a1cd973415bb572aae6053b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:53:37 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48c3c74e-02b0-4d04-ae5e-6dda23727225?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a257e5e05a1cd973415bb572aae6053b", + "x-ms-correlation-request-id": "a8b7ebc5-14ee-4955-9ecb-7acecce61a43", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-request-id": "aa89dcea-78f2-4e4b-be04-1d75a08d3f9f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085337Z:a8b7ebc5-14ee-4955-9ecb-7acecce61a43" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48c3c74e-02b0-4d04-ae5e-6dda23727225?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "f277912dc0d675da2e81bd66ef99523e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:53:37 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48c3c74e-02b0-4d04-ae5e-6dda23727225?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f277912dc0d675da2e81bd66ef99523e", + "x-ms-correlation-request-id": "63655b6b-32ec-49f3-8d3a-8c9f73cc1b49", + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-request-id": "0088bcc2-9a26-473d-8ad5-0e58085acd19", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085337Z:63655b6b-32ec-49f3-8d3a-8c9f73cc1b49" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48c3c74e-02b0-4d04-ae5e-6dda23727225?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "482d35e1e7ae9c16cd0cbde64a912f28", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:53:37 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48c3c74e-02b0-4d04-ae5e-6dda23727225?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "482d35e1e7ae9c16cd0cbde64a912f28", + "x-ms-correlation-request-id": "cd980069-8554-4ea8-96ee-0887eced5fb0", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-request-id": "50cb45d8-5811-487c-b168-1dc2567e124a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085337Z:cd980069-8554-4ea8-96ee-0887eced5fb0" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48c3c74e-02b0-4d04-ae5e-6dda23727225?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "ccc06e44b7be1f220be1749b9d0deaa8", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:53:38 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48c3c74e-02b0-4d04-ae5e-6dda23727225?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ccc06e44b7be1f220be1749b9d0deaa8", + "x-ms-correlation-request-id": "f902ae0e-0ab2-4a15-8fa8-a8789de7a507", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-request-id": "81ffb4f2-e047-447a-89da-ac48c778b2a0", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085338Z:f902ae0e-0ab2-4a15-8fa8-a8789de7a507" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48c3c74e-02b0-4d04-ae5e-6dda23727225?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "75907709bdb8468d7bda25c903f42b9d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:53:38 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48c3c74e-02b0-4d04-ae5e-6dda23727225?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "75907709bdb8468d7bda25c903f42b9d", + "x-ms-correlation-request-id": "df70e9f4-3fca-49f8-bcd2-618fc7e7be64", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-request-id": "eff41385-a78c-4453-918e-40f4c8525581", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085338Z:df70e9f4-3fca-49f8-bcd2-618fc7e7be64" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48c3c74e-02b0-4d04-ae5e-6dda23727225?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "8022945185d9297f130d3dcc737bffc0", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:53:38 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48c3c74e-02b0-4d04-ae5e-6dda23727225?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "8022945185d9297f130d3dcc737bffc0", + "x-ms-correlation-request-id": "3f6e7498-dc70-4d60-8e99-006f23f67e98", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-request-id": "4d8f6407-9094-4eea-b164-6c57cd3f0fb2", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085338Z:3f6e7498-dc70-4d60-8e99-006f23f67e98" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48c3c74e-02b0-4d04-ae5e-6dda23727225?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "d2dd1422ba00866fe07951e492581c16", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:53:39 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48c3c74e-02b0-4d04-ae5e-6dda23727225?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d2dd1422ba00866fe07951e492581c16", + "x-ms-correlation-request-id": "23044567-a01a-467a-b903-797729baee8f", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-request-id": "ea58dce1-8d94-48e2-b39e-84a2c41f43a3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085339Z:23044567-a01a-467a-b903-797729baee8f" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48c3c74e-02b0-4d04-ae5e-6dda23727225?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "0849d6b669eb83cff76762aa80c1d200", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:53:39 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48c3c74e-02b0-4d04-ae5e-6dda23727225?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "0849d6b669eb83cff76762aa80c1d200", + "x-ms-correlation-request-id": "e5fff3ae-22cc-4824-a973-6aa4d3dc7afa", + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-request-id": "9e08cc3d-ebdd-4890-9689-20197d2c8de7", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085339Z:e5fff3ae-22cc-4824-a973-6aa4d3dc7afa" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48c3c74e-02b0-4d04-ae5e-6dda23727225?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "efa665da5916979d259ba05f349b96ba", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:53:39 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48c3c74e-02b0-4d04-ae5e-6dda23727225?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "efa665da5916979d259ba05f349b96ba", + "x-ms-correlation-request-id": "1f1e943d-a317-4e04-a6ec-4f305c575b35", + "x-ms-ratelimit-remaining-subscription-reads": "11988", + "x-ms-request-id": "d1fb6385-3064-49b0-88bd-867c99a3330a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085339Z:1f1e943d-a317-4e04-a6ec-4f305c575b35" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48c3c74e-02b0-4d04-ae5e-6dda23727225?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "9c1626f1f731b9d44459db9858c4061f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:53:40 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48c3c74e-02b0-4d04-ae5e-6dda23727225?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "9c1626f1f731b9d44459db9858c4061f", + "x-ms-correlation-request-id": "13552852-5869-4e7f-bb2c-f530ba69402f", + "x-ms-ratelimit-remaining-subscription-reads": "11987", + "x-ms-request-id": "02a47977-3f09-461e-943f-a3cbf216bfd1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085340Z:13552852-5869-4e7f-bb2c-f530ba69402f" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48c3c74e-02b0-4d04-ae5e-6dda23727225?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "2d0a51a62db25cff39b1e34fc9704f5b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:53:40 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48c3c74e-02b0-4d04-ae5e-6dda23727225?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "2d0a51a62db25cff39b1e34fc9704f5b", + "x-ms-correlation-request-id": "78dc2197-fc15-448d-8f6d-3253a116e9fb", + "x-ms-ratelimit-remaining-subscription-reads": "11986", + "x-ms-request-id": "b8678677-4328-475c-8f0f-4cab9d0722df", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085340Z:78dc2197-fc15-448d-8f6d-3253a116e9fb" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48c3c74e-02b0-4d04-ae5e-6dda23727225?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "59b9a7d036aae2ce90edaabd7d043f60", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:53:40 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48c3c74e-02b0-4d04-ae5e-6dda23727225?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "59b9a7d036aae2ce90edaabd7d043f60", + "x-ms-correlation-request-id": "4c98f909-b9fa-4f82-9aad-93a09daf275f", + "x-ms-ratelimit-remaining-subscription-reads": "11985", + "x-ms-request-id": "6494f99a-a737-45b2-beba-86732fa467f8", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085340Z:4c98f909-b9fa-4f82-9aad-93a09daf275f" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48c3c74e-02b0-4d04-ae5e-6dda23727225?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "e3b880946991c40726b9637f1485efd4", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:53:41 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48c3c74e-02b0-4d04-ae5e-6dda23727225?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e3b880946991c40726b9637f1485efd4", + "x-ms-correlation-request-id": "6b2f2ead-317e-4f7c-b06c-d60e5f823cb3", + "x-ms-ratelimit-remaining-subscription-reads": "11984", + "x-ms-request-id": "efeb3645-c294-4a2d-9c66-9e1271a1e0da", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085341Z:6b2f2ead-317e-4f7c-b06c-d60e5f823cb3" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48c3c74e-02b0-4d04-ae5e-6dda23727225?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "b0c87f0aac0b707582279dc48342de35", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:53:41 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48c3c74e-02b0-4d04-ae5e-6dda23727225?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b0c87f0aac0b707582279dc48342de35", + "x-ms-correlation-request-id": "d6a78383-4a3d-42d2-ad40-2ac0dbbf2c04", + "x-ms-ratelimit-remaining-subscription-reads": "11983", + "x-ms-request-id": "c8caa774-6d22-4f0b-9140-6877adb03e67", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085341Z:d6a78383-4a3d-42d2-ad40-2ac0dbbf2c04" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48c3c74e-02b0-4d04-ae5e-6dda23727225?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "49ba82726bb767ca9ff433f1d34ece0a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:53:41 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48c3c74e-02b0-4d04-ae5e-6dda23727225?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "49ba82726bb767ca9ff433f1d34ece0a", + "x-ms-correlation-request-id": "97810b5e-a0f1-4d67-be16-b3ff2bdb69cd", + "x-ms-ratelimit-remaining-subscription-reads": "11982", + "x-ms-request-id": "d0ed5147-b97c-4916-9186-a3c3e10ed040", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085341Z:97810b5e-a0f1-4d67-be16-b3ff2bdb69cd" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48c3c74e-02b0-4d04-ae5e-6dda23727225?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "feb2d5fd8e3be8540a47616acb4341e3", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:53:42 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48c3c74e-02b0-4d04-ae5e-6dda23727225?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "feb2d5fd8e3be8540a47616acb4341e3", + "x-ms-correlation-request-id": "312f82f3-c5d0-4ec6-bf19-01d4e224bc08", + "x-ms-ratelimit-remaining-subscription-reads": "11981", + "x-ms-request-id": "c34bf7d9-b9d4-4cbd-b81d-4c28cc9661c1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085342Z:312f82f3-c5d0-4ec6-bf19-01d4e224bc08" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48c3c74e-02b0-4d04-ae5e-6dda23727225?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "910d2ddaa6ca9f1db561101779839d33", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:53:42 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48c3c74e-02b0-4d04-ae5e-6dda23727225?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "910d2ddaa6ca9f1db561101779839d33", + "x-ms-correlation-request-id": "ad18ba4c-2f09-4da4-b1af-95c0dea792fc", + "x-ms-ratelimit-remaining-subscription-reads": "11980", + "x-ms-request-id": "49eef9f5-68e7-4bad-a761-a339513900c4", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085342Z:ad18ba4c-2f09-4da4-b1af-95c0dea792fc" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48c3c74e-02b0-4d04-ae5e-6dda23727225?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "adc69258e090e3f92ed23e700a5f9b5c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:53:42 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48c3c74e-02b0-4d04-ae5e-6dda23727225?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "adc69258e090e3f92ed23e700a5f9b5c", + "x-ms-correlation-request-id": "7f76ea2a-8efd-41fd-8e95-946e74f322cb", + "x-ms-ratelimit-remaining-subscription-reads": "11979", + "x-ms-request-id": "a5f2da3a-1970-4f1d-b8e3-8a27b00d3b98", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085342Z:7f76ea2a-8efd-41fd-8e95-946e74f322cb" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48c3c74e-02b0-4d04-ae5e-6dda23727225?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "a5164fb23c415740b81349da7e3c6e87", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:53:42 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48c3c74e-02b0-4d04-ae5e-6dda23727225?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a5164fb23c415740b81349da7e3c6e87", + "x-ms-correlation-request-id": "06c145c6-8607-4224-8ae8-e076fe47fa8a", + "x-ms-ratelimit-remaining-subscription-reads": "11978", + "x-ms-request-id": "bb043fb5-6d81-4efb-bf6d-a7d6f0ebb723", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085343Z:06c145c6-8607-4224-8ae8-e076fe47fa8a" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48c3c74e-02b0-4d04-ae5e-6dda23727225?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "39112daa937cfa53342963f768ac9455", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:53:43 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48c3c74e-02b0-4d04-ae5e-6dda23727225?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "39112daa937cfa53342963f768ac9455", + "x-ms-correlation-request-id": "3ef460d1-d897-4f92-8a7c-e93269d54b4c", + "x-ms-ratelimit-remaining-subscription-reads": "11977", + "x-ms-request-id": "a4fdd8b5-f339-4752-9897-bc99650a83c2", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085343Z:3ef460d1-d897-4f92-8a7c-e93269d54b4c" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48c3c74e-02b0-4d04-ae5e-6dda23727225?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "2965b4c5f86d1bf2526ff57c961e65f1", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:53:43 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48c3c74e-02b0-4d04-ae5e-6dda23727225?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "2965b4c5f86d1bf2526ff57c961e65f1", + "x-ms-correlation-request-id": "2476ed89-109a-4760-8e3f-80ca74c3797c", + "x-ms-ratelimit-remaining-subscription-reads": "11976", + "x-ms-request-id": "370890fa-8b50-4423-9db4-21064d139539", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085343Z:2476ed89-109a-4760-8e3f-80ca74c3797c" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48c3c74e-02b0-4d04-ae5e-6dda23727225?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "ddc6b763624d1ee0fb1c7017d948ef0b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:53:43 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48c3c74e-02b0-4d04-ae5e-6dda23727225?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ddc6b763624d1ee0fb1c7017d948ef0b", + "x-ms-correlation-request-id": "abcd43a2-3930-44a1-9097-651f86da1b50", + "x-ms-ratelimit-remaining-subscription-reads": "11975", + "x-ms-request-id": "26f5cd62-eb65-4775-8aa2-e1c4c7b83083", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085344Z:abcd43a2-3930-44a1-9097-651f86da1b50" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48c3c74e-02b0-4d04-ae5e-6dda23727225?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "ca14f37e45d7b11a3bf6e70d9ed76316", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:53:44 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48c3c74e-02b0-4d04-ae5e-6dda23727225?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ca14f37e45d7b11a3bf6e70d9ed76316", + "x-ms-correlation-request-id": "ae9d5e90-145d-4d33-b810-1176ee9962e6", + "x-ms-ratelimit-remaining-subscription-reads": "11974", + "x-ms-request-id": "b5fc0043-75d3-4c66-880a-2c47b06879e9", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085344Z:ae9d5e90-145d-4d33-b810-1176ee9962e6" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48c3c74e-02b0-4d04-ae5e-6dda23727225?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "b09471c4b7e66307d3462d5088da4109", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:53:44 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48c3c74e-02b0-4d04-ae5e-6dda23727225?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b09471c4b7e66307d3462d5088da4109", + "x-ms-correlation-request-id": "092d4b1f-16ff-4538-8469-ad5b7aa13bd0", + "x-ms-ratelimit-remaining-subscription-reads": "11973", + "x-ms-request-id": "242c9058-7f45-4b91-b158-47247cdf661a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085344Z:092d4b1f-16ff-4538-8469-ad5b7aa13bd0" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48c3c74e-02b0-4d04-ae5e-6dda23727225?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "a3fdea7f9b091e199c14a2577ad38024", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:53:44 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48c3c74e-02b0-4d04-ae5e-6dda23727225?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a3fdea7f9b091e199c14a2577ad38024", + "x-ms-correlation-request-id": "10b223e1-b5dd-487e-b750-b2e16eb9817e", + "x-ms-ratelimit-remaining-subscription-reads": "11972", + "x-ms-request-id": "021856a7-4f0b-4bf1-9abb-93351c96eb00", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085344Z:10b223e1-b5dd-487e-b750-b2e16eb9817e" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48c3c74e-02b0-4d04-ae5e-6dda23727225?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "68535ab93eb4c724ecb0f69117c92960", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:53:45 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48c3c74e-02b0-4d04-ae5e-6dda23727225?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "68535ab93eb4c724ecb0f69117c92960", + "x-ms-correlation-request-id": "5cbaa7fb-228e-4084-af74-90b7b1a60df2", + "x-ms-ratelimit-remaining-subscription-reads": "11971", + "x-ms-request-id": "937949c2-6b83-45dc-bbd5-df83b7abd4f9", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085345Z:5cbaa7fb-228e-4084-af74-90b7b1a60df2" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48c3c74e-02b0-4d04-ae5e-6dda23727225?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "b48dddb4c0d9280c577513d215afe800", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:53:45 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48c3c74e-02b0-4d04-ae5e-6dda23727225?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b48dddb4c0d9280c577513d215afe800", + "x-ms-correlation-request-id": "097d2bcf-e1ff-4342-a9e6-44cc0515129d", + "x-ms-ratelimit-remaining-subscription-reads": "11970", + "x-ms-request-id": "2cad22ec-a78e-44f8-a3c6-6db02b0dd75a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085345Z:097d2bcf-e1ff-4342-a9e6-44cc0515129d" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48c3c74e-02b0-4d04-ae5e-6dda23727225?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "2d9709c6d9864155c536b758a48807d3", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:53:45 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48c3c74e-02b0-4d04-ae5e-6dda23727225?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "2d9709c6d9864155c536b758a48807d3", + "x-ms-correlation-request-id": "fb948a03-3556-429d-8bd9-6b15df90adce", + "x-ms-ratelimit-remaining-subscription-reads": "11969", + "x-ms-request-id": "7f189232-3291-414c-8a3b-f363c6db1127", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085345Z:fb948a03-3556-429d-8bd9-6b15df90adce" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48c3c74e-02b0-4d04-ae5e-6dda23727225?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "9da341eacc45f84b4d2b113e2a52b13c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:53:46 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48c3c74e-02b0-4d04-ae5e-6dda23727225?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "9da341eacc45f84b4d2b113e2a52b13c", + "x-ms-correlation-request-id": "21276cb6-5571-484c-94f3-b22d15cd8c75", + "x-ms-ratelimit-remaining-subscription-reads": "11968", + "x-ms-request-id": "5acb9da6-423a-40ed-b7ec-a85b9745f652", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085346Z:21276cb6-5571-484c-94f3-b22d15cd8c75" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48c3c74e-02b0-4d04-ae5e-6dda23727225?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "0dcbf5c7fb31dbda884ceea209b383ce", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:53:46 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48c3c74e-02b0-4d04-ae5e-6dda23727225?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "0dcbf5c7fb31dbda884ceea209b383ce", + "x-ms-correlation-request-id": "9d0fdf66-6837-4244-85d8-b17320833e0a", + "x-ms-ratelimit-remaining-subscription-reads": "11967", + "x-ms-request-id": "6321fdb6-8a84-45ae-bf47-1f41ed3368b3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085346Z:9d0fdf66-6837-4244-85d8-b17320833e0a" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48c3c74e-02b0-4d04-ae5e-6dda23727225?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "d4e7406e4b0cfabbbe9ee05bc7161673", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:53:46 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48c3c74e-02b0-4d04-ae5e-6dda23727225?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d4e7406e4b0cfabbbe9ee05bc7161673", + "x-ms-correlation-request-id": "f6b335e3-31b6-4f76-91b0-ae05634378e3", + "x-ms-ratelimit-remaining-subscription-reads": "11966", + "x-ms-request-id": "45b3974e-a11d-49a3-aef9-e59e685e438a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085346Z:f6b335e3-31b6-4f76-91b0-ae05634378e3" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48c3c74e-02b0-4d04-ae5e-6dda23727225?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "af907a85f9bdefa166c714f9dda8ef99", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:53:47 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48c3c74e-02b0-4d04-ae5e-6dda23727225?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "af907a85f9bdefa166c714f9dda8ef99", + "x-ms-correlation-request-id": "b636b0f6-2195-4a03-b42b-7466ebfdbfd3", + "x-ms-ratelimit-remaining-subscription-reads": "11965", + "x-ms-request-id": "e933ddf9-ad80-4b15-80b2-4f0174f78d67", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085347Z:b636b0f6-2195-4a03-b42b-7466ebfdbfd3" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48c3c74e-02b0-4d04-ae5e-6dda23727225?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "eacf42a7dd6b7c2f3ad04f931b7f1372", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:53:47 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48c3c74e-02b0-4d04-ae5e-6dda23727225?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "eacf42a7dd6b7c2f3ad04f931b7f1372", + "x-ms-correlation-request-id": "c7d51f72-04bd-4cd9-82b5-35af89df7683", + "x-ms-ratelimit-remaining-subscription-reads": "11964", + "x-ms-request-id": "f1167107-8349-46c1-a2d9-bd1a5e5353ed", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085347Z:c7d51f72-04bd-4cd9-82b5-35af89df7683" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48c3c74e-02b0-4d04-ae5e-6dda23727225?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "8e1d7b35d42275119ff76d4437c11c15", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:53:47 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48c3c74e-02b0-4d04-ae5e-6dda23727225?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "8e1d7b35d42275119ff76d4437c11c15", + "x-ms-correlation-request-id": "4aeb4241-20d4-4b1c-8793-5d1c292ddc8e", + "x-ms-ratelimit-remaining-subscription-reads": "11963", + "x-ms-request-id": "ce76538f-8ae7-40ef-8c48-f0ddfcf7e776", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085347Z:4aeb4241-20d4-4b1c-8793-5d1c292ddc8e" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48c3c74e-02b0-4d04-ae5e-6dda23727225?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "85b446af2c46a7084b1475eca90ed4e7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:53:48 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48c3c74e-02b0-4d04-ae5e-6dda23727225?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "85b446af2c46a7084b1475eca90ed4e7", + "x-ms-correlation-request-id": "8dceadfb-b203-44fe-a638-ce24dea3d0a5", + "x-ms-ratelimit-remaining-subscription-reads": "11962", + "x-ms-request-id": "e5f4376f-e115-48c9-9be5-d1c82bee1816", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085348Z:8dceadfb-b203-44fe-a638-ce24dea3d0a5" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48c3c74e-02b0-4d04-ae5e-6dda23727225?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "62c4a2b4618ad27731594b736fea4478", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:53:48 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48c3c74e-02b0-4d04-ae5e-6dda23727225?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "62c4a2b4618ad27731594b736fea4478", + "x-ms-correlation-request-id": "c588cf01-ee78-48c6-bff9-7a1cc80a34cb", + "x-ms-ratelimit-remaining-subscription-reads": "11961", + "x-ms-request-id": "dbd5956b-969e-47e0-bbef-2e44d451e747", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085348Z:c588cf01-ee78-48c6-bff9-7a1cc80a34cb" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48c3c74e-02b0-4d04-ae5e-6dda23727225?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "d4e43ab48dca082b7375420e5f24cc90", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:53:48 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48c3c74e-02b0-4d04-ae5e-6dda23727225?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d4e43ab48dca082b7375420e5f24cc90", + "x-ms-correlation-request-id": "2c276e65-fd9b-47a6-be2f-0c8614fbc5bf", + "x-ms-ratelimit-remaining-subscription-reads": "11960", + "x-ms-request-id": "b4cad0a9-9b5f-45ae-a91f-eb088006bb0c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085348Z:2c276e65-fd9b-47a6-be2f-0c8614fbc5bf" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48c3c74e-02b0-4d04-ae5e-6dda23727225?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "94908523bafd4d8acfe153ede1943860", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:53:49 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48c3c74e-02b0-4d04-ae5e-6dda23727225?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "94908523bafd4d8acfe153ede1943860", + "x-ms-correlation-request-id": "b4465efb-bf4c-46d4-a5f8-bec02eca52e1", + "x-ms-ratelimit-remaining-subscription-reads": "11959", + "x-ms-request-id": "0fee1612-8d89-41aa-87ac-d3175ae7096e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085349Z:b4465efb-bf4c-46d4-a5f8-bec02eca52e1" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48c3c74e-02b0-4d04-ae5e-6dda23727225?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "6f38fccfff2a261d77bbef151f69720d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:53:49 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48c3c74e-02b0-4d04-ae5e-6dda23727225?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6f38fccfff2a261d77bbef151f69720d", + "x-ms-correlation-request-id": "ccc6016a-262f-4bda-8721-95ea5006781b", + "x-ms-ratelimit-remaining-subscription-reads": "11958", + "x-ms-request-id": "2c8408c2-d16c-472d-bb36-339ff861e6ba", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085349Z:ccc6016a-262f-4bda-8721-95ea5006781b" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48c3c74e-02b0-4d04-ae5e-6dda23727225?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "e94fba8db05af97baf9605e83a3d27de", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:53:49 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48c3c74e-02b0-4d04-ae5e-6dda23727225?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e94fba8db05af97baf9605e83a3d27de", + "x-ms-correlation-request-id": "abcf605f-b26f-4835-84c2-dbffed85a4e3", + "x-ms-ratelimit-remaining-subscription-reads": "11957", + "x-ms-request-id": "87afe3d8-efec-47c9-808f-5ad78b0c6161", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085349Z:abcf605f-b26f-4835-84c2-dbffed85a4e3" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48c3c74e-02b0-4d04-ae5e-6dda23727225?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "633ee13d5cec236668691d41cb752e65", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:53:50 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48c3c74e-02b0-4d04-ae5e-6dda23727225?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "633ee13d5cec236668691d41cb752e65", + "x-ms-correlation-request-id": "116b1abd-a052-455d-999c-7018adc1828a", + "x-ms-ratelimit-remaining-subscription-reads": "11956", + "x-ms-request-id": "56990ce8-b133-46dc-a6c7-7f1f8774fa52", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085350Z:116b1abd-a052-455d-999c-7018adc1828a" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48c3c74e-02b0-4d04-ae5e-6dda23727225?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "275f466f4e451f06803ec093fa34ec39", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:53:50 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48c3c74e-02b0-4d04-ae5e-6dda23727225?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "275f466f4e451f06803ec093fa34ec39", + "x-ms-correlation-request-id": "ccd86d39-b1b7-443b-9d2c-c46123c04034", + "x-ms-ratelimit-remaining-subscription-reads": "11955", + "x-ms-request-id": "f86cac30-e212-4e66-92f3-0ae27e256621", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085350Z:ccd86d39-b1b7-443b-9d2c-c46123c04034" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48c3c74e-02b0-4d04-ae5e-6dda23727225?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "3dd710930f2a3021532b81f192392e39", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:53:50 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48c3c74e-02b0-4d04-ae5e-6dda23727225?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "3dd710930f2a3021532b81f192392e39", + "x-ms-correlation-request-id": "9515cd07-fc05-41a6-acc9-46c5c98b9a46", + "x-ms-ratelimit-remaining-subscription-reads": "11954", + "x-ms-request-id": "7b8f6f02-cba2-4f47-908f-02156241aaa0", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085350Z:9515cd07-fc05-41a6-acc9-46c5c98b9a46" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48c3c74e-02b0-4d04-ae5e-6dda23727225?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "f3799f6700deef98db1ee2ad9cd22934", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:53:50 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48c3c74e-02b0-4d04-ae5e-6dda23727225?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f3799f6700deef98db1ee2ad9cd22934", + "x-ms-correlation-request-id": "a83f7deb-230b-4909-94e3-d305128ae9be", + "x-ms-ratelimit-remaining-subscription-reads": "11953", + "x-ms-request-id": "72f13b33-71ab-4529-bd33-b66c35865d0a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085351Z:a83f7deb-230b-4909-94e3-d305128ae9be" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48c3c74e-02b0-4d04-ae5e-6dda23727225?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "baaee37cf19e5f3b252ed319cc148c46", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:53:51 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48c3c74e-02b0-4d04-ae5e-6dda23727225?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "baaee37cf19e5f3b252ed319cc148c46", + "x-ms-correlation-request-id": "db867a76-2579-41bc-8c2b-829de7563d2f", + "x-ms-ratelimit-remaining-subscription-reads": "11952", + "x-ms-request-id": "d2a32024-8fbe-4827-9e7c-22bef87e5e3b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085351Z:db867a76-2579-41bc-8c2b-829de7563d2f" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48c3c74e-02b0-4d04-ae5e-6dda23727225?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "5a2b860ff9ba935a78e7620c2c739480", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:53:51 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48c3c74e-02b0-4d04-ae5e-6dda23727225?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5a2b860ff9ba935a78e7620c2c739480", + "x-ms-correlation-request-id": "fbe246e9-96d6-4232-999a-f18be5c3f342", + "x-ms-ratelimit-remaining-subscription-reads": "11951", + "x-ms-request-id": "ba1b5d27-efb3-4972-96bf-d50a19e6db9a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085351Z:fbe246e9-96d6-4232-999a-f18be5c3f342" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48c3c74e-02b0-4d04-ae5e-6dda23727225?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "af744c01748b769b641acdb02c7f22c6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:53:51 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48c3c74e-02b0-4d04-ae5e-6dda23727225?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "af744c01748b769b641acdb02c7f22c6", + "x-ms-correlation-request-id": "871e9bcf-7f0b-4929-bfac-085769e71b6c", + "x-ms-ratelimit-remaining-subscription-reads": "11950", + "x-ms-request-id": "05c97425-a402-4b6a-9918-ee2459da8053", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085351Z:871e9bcf-7f0b-4929-bfac-085769e71b6c" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/48c3c74e-02b0-4d04-ae5e-6dda23727225?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "169e9b91cfa68379881a42b68e2e32b2", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1282", + "Content-Type": "application/json", + "Date": "Tue, 16 Nov 2021 08:53:52 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "169e9b91cfa68379881a42b68e2e32b2", + "x-ms-correlation-request-id": "7f6755a2-63d0-4afe-9969-c5f1e410f7d9", + "x-ms-ratelimit-remaining-subscription-reads": "11949", + "x-ms-request-id": "f57fef32-5af4-4c57-96dd-d2bcdac208ed", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085352Z:7f6755a2-63d0-4afe-9969-c5f1e410f7d9" + }, + "ResponseBody": { + "sku": { + "name": "Standard_LRS", + "tier": "Standard" + }, + "kind": "Storage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-6426/providers/Microsoft.Storage/storageAccounts/teststoragemgmt3148", + "name": "teststoragemgmt3148", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-11-16T08:53:34.8824608Z", + "key2": "2021-11-16T08:53:34.8824608Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-16T08:53:34.8824608Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-16T08:53:34.8824608Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "provisioningState": "Succeeded", + "creationTime": "2021-11-16T08:53:34.7887010Z", + "primaryEndpoints": { + "blob": "https://teststoragemgmt3148.blob.core.windows.net/", + "queue": "https://teststoragemgmt3148.queue.core.windows.net/", + "table": "https://teststoragemgmt3148.table.core.windows.net/", + "file": "https://teststoragemgmt3148.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/checkNameAvailability?api-version=2021-04-01", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "73", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211116.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "a0801752bbddeb9bb4f5a02caa66f8c5", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "name": "teststoragemgmt3104", + "type": "Microsoft.Storage/storageAccounts" + }, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "22", + "Content-Type": "application/json", + "Date": "Tue, 16 Nov 2021 08:53:53 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a0801752bbddeb9bb4f5a02caa66f8c5", + "x-ms-correlation-request-id": "f5d801db-9d22-4162-9d49-cc18ca76c704", + "x-ms-ratelimit-remaining-subscription-reads": "11948", + "x-ms-request-id": "8d9d9e3e-2830-4a1f-853c-53c399ba30d8", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085353Z:f5d801db-9d22-4162-9d49-cc18ca76c704" + }, + "ResponseBody": { + "nameAvailable": true + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-6426/providers/Microsoft.Storage/storageAccounts/teststoragemgmt3104?api-version=2021-04-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "126", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211116.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "d5907a9bd97ed332f1267031e4e735e7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "sku": { + "name": "Standard_GRS" + }, + "kind": "Storage", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": {} + }, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:53:57 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/784d4c29-1953-419c-9c8b-fc10957f2c96?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d5907a9bd97ed332f1267031e4e735e7", + "x-ms-correlation-request-id": "1d6d5785-e946-46b9-b7f7-51b0d5bb3f19", + "x-ms-ratelimit-remaining-subscription-writes": "1197", + "x-ms-request-id": "784d4c29-1953-419c-9c8b-fc10957f2c96", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085357Z:1d6d5785-e946-46b9-b7f7-51b0d5bb3f19" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/784d4c29-1953-419c-9c8b-fc10957f2c96?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "b3f3f149dda1781ce4acaeb74b6907cd", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:53:57 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/784d4c29-1953-419c-9c8b-fc10957f2c96?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b3f3f149dda1781ce4acaeb74b6907cd", + "x-ms-correlation-request-id": "7a61c69b-8f5c-439e-868f-244654a071d4", + "x-ms-ratelimit-remaining-subscription-reads": "11947", + "x-ms-request-id": "283be37f-36e1-4044-94fd-0194115206d1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085358Z:7a61c69b-8f5c-439e-868f-244654a071d4" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/784d4c29-1953-419c-9c8b-fc10957f2c96?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "9411b9bf908b7522c6b0d253e759fa9a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:53:58 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/784d4c29-1953-419c-9c8b-fc10957f2c96?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "9411b9bf908b7522c6b0d253e759fa9a", + "x-ms-correlation-request-id": "3cd05383-ca32-4f0c-acd4-866af3e02256", + "x-ms-ratelimit-remaining-subscription-reads": "11946", + "x-ms-request-id": "ab52af0e-20dd-47c4-a7ab-5f6111594958", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085358Z:3cd05383-ca32-4f0c-acd4-866af3e02256" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/784d4c29-1953-419c-9c8b-fc10957f2c96?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "f2e8bb4782f43d45f96283f577fc9599", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:53:58 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/784d4c29-1953-419c-9c8b-fc10957f2c96?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f2e8bb4782f43d45f96283f577fc9599", + "x-ms-correlation-request-id": "d154c6e0-4cc6-48e0-8d34-aa51b160e69a", + "x-ms-ratelimit-remaining-subscription-reads": "11945", + "x-ms-request-id": "5aee0d03-47d2-42c7-9f44-0fc1d0390977", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085358Z:d154c6e0-4cc6-48e0-8d34-aa51b160e69a" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/784d4c29-1953-419c-9c8b-fc10957f2c96?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "1f1924234945b928ce7dedf10ac8908b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:53:58 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/784d4c29-1953-419c-9c8b-fc10957f2c96?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1f1924234945b928ce7dedf10ac8908b", + "x-ms-correlation-request-id": "2fc99f26-b352-415a-a47d-73da5e522249", + "x-ms-ratelimit-remaining-subscription-reads": "11944", + "x-ms-request-id": "7e19cc70-9386-4f73-b164-ad182e1b30ab", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085359Z:2fc99f26-b352-415a-a47d-73da5e522249" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/784d4c29-1953-419c-9c8b-fc10957f2c96?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "8f6f14b214813dd873d39a290d2dfec9", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:53:59 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/784d4c29-1953-419c-9c8b-fc10957f2c96?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "8f6f14b214813dd873d39a290d2dfec9", + "x-ms-correlation-request-id": "4cab22f3-b87f-4bac-84ce-154c7541ab5b", + "x-ms-ratelimit-remaining-subscription-reads": "11943", + "x-ms-request-id": "84a4c7e1-9e17-4ebc-b8b3-9df4bf7ecca9", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085359Z:4cab22f3-b87f-4bac-84ce-154c7541ab5b" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/784d4c29-1953-419c-9c8b-fc10957f2c96?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "c230391bda3ffe54922e247794543230", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:53:59 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/784d4c29-1953-419c-9c8b-fc10957f2c96?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c230391bda3ffe54922e247794543230", + "x-ms-correlation-request-id": "675f0051-864b-46d3-bbab-68912a8eaf12", + "x-ms-ratelimit-remaining-subscription-reads": "11942", + "x-ms-request-id": "17fe8343-6539-44fe-b746-f117b67270b6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085359Z:675f0051-864b-46d3-bbab-68912a8eaf12" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/784d4c29-1953-419c-9c8b-fc10957f2c96?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "6343f7d1058d0e174cdbac72aeffaba1", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:53:59 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/784d4c29-1953-419c-9c8b-fc10957f2c96?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6343f7d1058d0e174cdbac72aeffaba1", + "x-ms-correlation-request-id": "467ff356-c07f-4ba7-9554-1f1e556c66e0", + "x-ms-ratelimit-remaining-subscription-reads": "11941", + "x-ms-request-id": "3e08c758-1ff1-4cb1-b19c-0ec1d21fc45a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085359Z:467ff356-c07f-4ba7-9554-1f1e556c66e0" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/784d4c29-1953-419c-9c8b-fc10957f2c96?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "d1d6237fcd98d84cbf71fc52f061a91f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:54:00 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/784d4c29-1953-419c-9c8b-fc10957f2c96?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d1d6237fcd98d84cbf71fc52f061a91f", + "x-ms-correlation-request-id": "21db08fd-2f71-4482-a798-c96d4c99f8e9", + "x-ms-ratelimit-remaining-subscription-reads": "11940", + "x-ms-request-id": "77c1fb3b-4d7e-4224-b7cd-07384a7c9ce2", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085400Z:21db08fd-2f71-4482-a798-c96d4c99f8e9" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/784d4c29-1953-419c-9c8b-fc10957f2c96?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "15586aa19bea153c212176632ee24f93", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:54:00 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/784d4c29-1953-419c-9c8b-fc10957f2c96?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "15586aa19bea153c212176632ee24f93", + "x-ms-correlation-request-id": "a9a96923-99a6-4bdd-9f34-5358aa2eccdc", + "x-ms-ratelimit-remaining-subscription-reads": "11939", + "x-ms-request-id": "0499e163-a8fb-4254-b73e-fe70aea9fb95", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085400Z:a9a96923-99a6-4bdd-9f34-5358aa2eccdc" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/784d4c29-1953-419c-9c8b-fc10957f2c96?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "71f78282617d0398ab6aa31b09c41eeb", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:54:00 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/784d4c29-1953-419c-9c8b-fc10957f2c96?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "71f78282617d0398ab6aa31b09c41eeb", + "x-ms-correlation-request-id": "b74fdaab-8737-4f29-bd56-dd66cac9ddea", + "x-ms-ratelimit-remaining-subscription-reads": "11938", + "x-ms-request-id": "1e45a12e-170e-4c24-a60b-f783c1ff9f66", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085400Z:b74fdaab-8737-4f29-bd56-dd66cac9ddea" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/784d4c29-1953-419c-9c8b-fc10957f2c96?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "44d18c3296a6e4b7e6c0af7757e8a9dc", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:54:01 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/784d4c29-1953-419c-9c8b-fc10957f2c96?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "44d18c3296a6e4b7e6c0af7757e8a9dc", + "x-ms-correlation-request-id": "5b3c9657-bd40-4a4e-b89a-9523bcc481aa", + "x-ms-ratelimit-remaining-subscription-reads": "11937", + "x-ms-request-id": "d5ed34ee-4949-4f09-889b-df4aafa6d793", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085401Z:5b3c9657-bd40-4a4e-b89a-9523bcc481aa" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/784d4c29-1953-419c-9c8b-fc10957f2c96?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "6dd06922386940a1d1546a7ff7210c5c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:54:01 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/784d4c29-1953-419c-9c8b-fc10957f2c96?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6dd06922386940a1d1546a7ff7210c5c", + "x-ms-correlation-request-id": "a0a35f54-3cc6-4e35-ae91-32f910b19db6", + "x-ms-ratelimit-remaining-subscription-reads": "11936", + "x-ms-request-id": "52be4a19-6f33-43fc-a985-2f53449ffb83", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085401Z:a0a35f54-3cc6-4e35-ae91-32f910b19db6" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/784d4c29-1953-419c-9c8b-fc10957f2c96?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "a1318b020a11ececca138abdb120acc2", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:54:01 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/784d4c29-1953-419c-9c8b-fc10957f2c96?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a1318b020a11ececca138abdb120acc2", + "x-ms-correlation-request-id": "caafb7b4-dd9b-45b8-8a7e-32f61f1445ca", + "x-ms-ratelimit-remaining-subscription-reads": "11935", + "x-ms-request-id": "3f9a92b1-cf2b-407b-89ac-f4e9db1808c5", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085402Z:caafb7b4-dd9b-45b8-8a7e-32f61f1445ca" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/784d4c29-1953-419c-9c8b-fc10957f2c96?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "9ff9c7c1b1f4fa81ea9072522b38ecc5", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:54:02 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/784d4c29-1953-419c-9c8b-fc10957f2c96?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "9ff9c7c1b1f4fa81ea9072522b38ecc5", + "x-ms-correlation-request-id": "cf0bc381-fd60-4c94-9d87-22c20005e5e5", + "x-ms-ratelimit-remaining-subscription-reads": "11934", + "x-ms-request-id": "ac35d432-ce24-46e1-8418-862e289b3657", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085402Z:cf0bc381-fd60-4c94-9d87-22c20005e5e5" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/784d4c29-1953-419c-9c8b-fc10957f2c96?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "cb7453b408b617ca7ce3a256ade48eb1", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:54:02 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/784d4c29-1953-419c-9c8b-fc10957f2c96?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "cb7453b408b617ca7ce3a256ade48eb1", + "x-ms-correlation-request-id": "9e3da3be-887d-467c-b6cb-d63d8412af2e", + "x-ms-ratelimit-remaining-subscription-reads": "11933", + "x-ms-request-id": "854ad67a-1c64-4176-92fd-26d8eaa70b9d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085402Z:9e3da3be-887d-467c-b6cb-d63d8412af2e" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/784d4c29-1953-419c-9c8b-fc10957f2c96?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "30bea7a76c2751670937b780989ac192", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:54:02 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/784d4c29-1953-419c-9c8b-fc10957f2c96?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "30bea7a76c2751670937b780989ac192", + "x-ms-correlation-request-id": "cdd62f88-3ac8-4060-9ce5-6bc7c9505616", + "x-ms-ratelimit-remaining-subscription-reads": "11932", + "x-ms-request-id": "a27e021f-1c52-4bfc-86cc-e5e62f05e887", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085403Z:cdd62f88-3ac8-4060-9ce5-6bc7c9505616" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/784d4c29-1953-419c-9c8b-fc10957f2c96?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "5d08c526e0abb90cfce223110e2b4c05", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:54:03 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/784d4c29-1953-419c-9c8b-fc10957f2c96?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5d08c526e0abb90cfce223110e2b4c05", + "x-ms-correlation-request-id": "56ad86a4-e2b1-4686-a0a9-40fb28c3e84e", + "x-ms-ratelimit-remaining-subscription-reads": "11931", + "x-ms-request-id": "8c00e378-833e-409c-9140-c210707a51f8", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085403Z:56ad86a4-e2b1-4686-a0a9-40fb28c3e84e" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/784d4c29-1953-419c-9c8b-fc10957f2c96?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "83aac102bc7a489deb23c27f504a7ee2", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:54:03 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/784d4c29-1953-419c-9c8b-fc10957f2c96?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "83aac102bc7a489deb23c27f504a7ee2", + "x-ms-correlation-request-id": "c95689aa-8589-4476-9c31-a522c58f5437", + "x-ms-ratelimit-remaining-subscription-reads": "11930", + "x-ms-request-id": "811ed691-25d3-4ef4-b2cb-64629ab08d6b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085403Z:c95689aa-8589-4476-9c31-a522c58f5437" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/784d4c29-1953-419c-9c8b-fc10957f2c96?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "e72f102131dcc7059b053345495643de", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:54:03 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/784d4c29-1953-419c-9c8b-fc10957f2c96?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e72f102131dcc7059b053345495643de", + "x-ms-correlation-request-id": "c4a5a944-9ea0-4905-902c-08162148d43c", + "x-ms-ratelimit-remaining-subscription-reads": "11929", + "x-ms-request-id": "ec8e199d-8484-45d1-9880-863757c15246", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085404Z:c4a5a944-9ea0-4905-902c-08162148d43c" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/784d4c29-1953-419c-9c8b-fc10957f2c96?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "d67eb1ea3eef691727c072881e8c68b2", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:54:04 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/784d4c29-1953-419c-9c8b-fc10957f2c96?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d67eb1ea3eef691727c072881e8c68b2", + "x-ms-correlation-request-id": "4573e1d6-34b9-43f2-8d29-2e44b6812cf0", + "x-ms-ratelimit-remaining-subscription-reads": "11928", + "x-ms-request-id": "9530e699-09ba-4940-b92b-c02908c4ea0a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085404Z:4573e1d6-34b9-43f2-8d29-2e44b6812cf0" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/784d4c29-1953-419c-9c8b-fc10957f2c96?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "fdef406364fcd029bbe3e7758858fe94", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:54:04 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/784d4c29-1953-419c-9c8b-fc10957f2c96?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "fdef406364fcd029bbe3e7758858fe94", + "x-ms-correlation-request-id": "e8f9ec66-2925-407c-bb45-434e19a1584a", + "x-ms-ratelimit-remaining-subscription-reads": "11927", + "x-ms-request-id": "4b94164a-8910-46ad-9411-de6951996c44", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085404Z:e8f9ec66-2925-407c-bb45-434e19a1584a" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/784d4c29-1953-419c-9c8b-fc10957f2c96?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "9e95e3e0a8cbe3f3f8c5c01bbe7da90e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:54:04 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/784d4c29-1953-419c-9c8b-fc10957f2c96?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "9e95e3e0a8cbe3f3f8c5c01bbe7da90e", + "x-ms-correlation-request-id": "adfacda0-b83c-484c-8c8c-e76f25350384", + "x-ms-ratelimit-remaining-subscription-reads": "11926", + "x-ms-request-id": "18e41d3f-0e56-41bc-986c-74965e905f63", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085405Z:adfacda0-b83c-484c-8c8c-e76f25350384" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/784d4c29-1953-419c-9c8b-fc10957f2c96?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "08e1819c456785e288ad1a0c56a2e1cf", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:54:05 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/784d4c29-1953-419c-9c8b-fc10957f2c96?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "08e1819c456785e288ad1a0c56a2e1cf", + "x-ms-correlation-request-id": "449c5213-5cf3-4b77-937a-ed3a86bfd0d1", + "x-ms-ratelimit-remaining-subscription-reads": "11925", + "x-ms-request-id": "c900ca27-380b-4c01-a280-1c6510357003", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085405Z:449c5213-5cf3-4b77-937a-ed3a86bfd0d1" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/784d4c29-1953-419c-9c8b-fc10957f2c96?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "3aa7ddc1c9f7bbe64d0b0536a40d123e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:54:05 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/784d4c29-1953-419c-9c8b-fc10957f2c96?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "3aa7ddc1c9f7bbe64d0b0536a40d123e", + "x-ms-correlation-request-id": "106e9698-3f28-465d-9a8b-8f575051e93c", + "x-ms-ratelimit-remaining-subscription-reads": "11924", + "x-ms-request-id": "4563fea7-5430-49eb-8786-e2729189c152", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085405Z:106e9698-3f28-465d-9a8b-8f575051e93c" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/784d4c29-1953-419c-9c8b-fc10957f2c96?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "07d8d83af5769b2d010f161d8de68d55", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:54:05 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/784d4c29-1953-419c-9c8b-fc10957f2c96?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "07d8d83af5769b2d010f161d8de68d55", + "x-ms-correlation-request-id": "c88af456-f1d1-4e5f-ae58-30e5a2d31e7d", + "x-ms-ratelimit-remaining-subscription-reads": "11923", + "x-ms-request-id": "6e810ccd-10fa-4d17-acf1-775df4e7a16b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085406Z:c88af456-f1d1-4e5f-ae58-30e5a2d31e7d" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/784d4c29-1953-419c-9c8b-fc10957f2c96?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "e05af1e46ed5d3169b26bb5b3fabe07a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:54:06 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/784d4c29-1953-419c-9c8b-fc10957f2c96?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e05af1e46ed5d3169b26bb5b3fabe07a", + "x-ms-correlation-request-id": "0cea2c46-b57a-4efc-bff8-73f87fb226d8", + "x-ms-ratelimit-remaining-subscription-reads": "11922", + "x-ms-request-id": "b8885235-19d0-4564-96fe-d43e866e656f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085406Z:0cea2c46-b57a-4efc-bff8-73f87fb226d8" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/784d4c29-1953-419c-9c8b-fc10957f2c96?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "7dd2dc9bd9c9cb58b00c38e8b2c82e66", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:54:06 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/784d4c29-1953-419c-9c8b-fc10957f2c96?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "7dd2dc9bd9c9cb58b00c38e8b2c82e66", + "x-ms-correlation-request-id": "5d22a219-5ecd-4d94-9e58-0c0c75347ff3", + "x-ms-ratelimit-remaining-subscription-reads": "11921", + "x-ms-request-id": "1cd06b64-8a73-429f-b04d-335f2bae5d29", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085406Z:5d22a219-5ecd-4d94-9e58-0c0c75347ff3" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/784d4c29-1953-419c-9c8b-fc10957f2c96?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "b352af7d31b3cb69c2056b503ad25b56", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:54:06 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/784d4c29-1953-419c-9c8b-fc10957f2c96?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b352af7d31b3cb69c2056b503ad25b56", + "x-ms-correlation-request-id": "47d3a756-0c7e-4425-808d-75056a385d86", + "x-ms-ratelimit-remaining-subscription-reads": "11920", + "x-ms-request-id": "344b0003-fd67-44b6-8ae4-40841a057d7a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085407Z:47d3a756-0c7e-4425-808d-75056a385d86" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/784d4c29-1953-419c-9c8b-fc10957f2c96?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "b1829b2e10140a8c998e30c8352e20d2", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:54:07 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/784d4c29-1953-419c-9c8b-fc10957f2c96?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b1829b2e10140a8c998e30c8352e20d2", + "x-ms-correlation-request-id": "260ea717-3c28-4019-addf-dd140205b65d", + "x-ms-ratelimit-remaining-subscription-reads": "11919", + "x-ms-request-id": "f87aac40-64df-4ef4-9b67-1a7ae20af2a0", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085407Z:260ea717-3c28-4019-addf-dd140205b65d" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/784d4c29-1953-419c-9c8b-fc10957f2c96?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "90dd55f72d5869c77206bbc46e0791dd", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:54:07 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/784d4c29-1953-419c-9c8b-fc10957f2c96?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "90dd55f72d5869c77206bbc46e0791dd", + "x-ms-correlation-request-id": "0984b8a0-cece-402b-9fad-3a270ba9d689", + "x-ms-ratelimit-remaining-subscription-reads": "11918", + "x-ms-request-id": "49d4ee15-f620-4b00-a154-64635c5e57f4", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085407Z:0984b8a0-cece-402b-9fad-3a270ba9d689" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/784d4c29-1953-419c-9c8b-fc10957f2c96?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "17b9e1b17d466d5123481a2401a19593", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:54:07 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/784d4c29-1953-419c-9c8b-fc10957f2c96?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "17b9e1b17d466d5123481a2401a19593", + "x-ms-correlation-request-id": "a88b954e-a380-4134-a889-68e745bcd4ef", + "x-ms-ratelimit-remaining-subscription-reads": "11917", + "x-ms-request-id": "6e64b261-5107-4384-a00a-8e2767cbdf9a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085408Z:a88b954e-a380-4134-a889-68e745bcd4ef" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/784d4c29-1953-419c-9c8b-fc10957f2c96?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "e55999e5caf401fed4183e0e55c89c91", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:54:08 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/784d4c29-1953-419c-9c8b-fc10957f2c96?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e55999e5caf401fed4183e0e55c89c91", + "x-ms-correlation-request-id": "d9a2cb9f-4469-4ace-9b4a-339de55ffe22", + "x-ms-ratelimit-remaining-subscription-reads": "11916", + "x-ms-request-id": "81d30c19-aa87-4192-8607-9f9deaf49279", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085408Z:d9a2cb9f-4469-4ace-9b4a-339de55ffe22" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/784d4c29-1953-419c-9c8b-fc10957f2c96?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "541652fd09757a8c03706d0f12a268d1", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:54:08 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/784d4c29-1953-419c-9c8b-fc10957f2c96?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "541652fd09757a8c03706d0f12a268d1", + "x-ms-correlation-request-id": "c46d0ff9-c13a-44e7-9b6e-c10832363beb", + "x-ms-ratelimit-remaining-subscription-reads": "11915", + "x-ms-request-id": "3148a02a-b860-4a8a-ab61-d25cfec6755a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085408Z:c46d0ff9-c13a-44e7-9b6e-c10832363beb" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/784d4c29-1953-419c-9c8b-fc10957f2c96?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "d4de2770abaee6e9e3b8432d3e43185a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:54:09 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/784d4c29-1953-419c-9c8b-fc10957f2c96?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d4de2770abaee6e9e3b8432d3e43185a", + "x-ms-correlation-request-id": "4306c4e0-4ccb-4bd9-b13a-81dda35266e1", + "x-ms-ratelimit-remaining-subscription-reads": "11914", + "x-ms-request-id": "7a684b7c-b15f-4db8-8d6b-4f6a9af1d42c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085409Z:4306c4e0-4ccb-4bd9-b13a-81dda35266e1" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/784d4c29-1953-419c-9c8b-fc10957f2c96?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "ae2788ac418adb1e0cdee1845deeee31", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:54:09 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/784d4c29-1953-419c-9c8b-fc10957f2c96?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ae2788ac418adb1e0cdee1845deeee31", + "x-ms-correlation-request-id": "fedec898-f167-4d2e-beb7-06a53340336b", + "x-ms-ratelimit-remaining-subscription-reads": "11913", + "x-ms-request-id": "dc36e099-c6a2-489d-a7d1-a783a56e1fb0", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085409Z:fedec898-f167-4d2e-beb7-06a53340336b" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/784d4c29-1953-419c-9c8b-fc10957f2c96?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "2d9d6db0c7e951e3692f70bdc65f3cc0", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:54:09 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/784d4c29-1953-419c-9c8b-fc10957f2c96?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "2d9d6db0c7e951e3692f70bdc65f3cc0", + "x-ms-correlation-request-id": "b8ef198e-d9b7-4a47-bfec-080179aa6227", + "x-ms-ratelimit-remaining-subscription-reads": "11912", + "x-ms-request-id": "9c366973-278b-4c73-ab01-311356fd5520", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085409Z:b8ef198e-d9b7-4a47-bfec-080179aa6227" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/784d4c29-1953-419c-9c8b-fc10957f2c96?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "8a631257b97b2f460903c8cfca6589f4", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:54:10 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/784d4c29-1953-419c-9c8b-fc10957f2c96?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "8a631257b97b2f460903c8cfca6589f4", + "x-ms-correlation-request-id": "726a7fb7-c739-4b7d-8825-7b88d4c886b2", + "x-ms-ratelimit-remaining-subscription-reads": "11911", + "x-ms-request-id": "1dd2bfbf-65ed-4e1f-b855-c1ca899412f7", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085410Z:726a7fb7-c739-4b7d-8825-7b88d4c886b2" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/784d4c29-1953-419c-9c8b-fc10957f2c96?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "d17c11c9eaa5e571a5d6455bd16015ad", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:54:10 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/784d4c29-1953-419c-9c8b-fc10957f2c96?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d17c11c9eaa5e571a5d6455bd16015ad", + "x-ms-correlation-request-id": "0b6be91a-bc8e-4c4c-935f-7c73ac250c87", + "x-ms-ratelimit-remaining-subscription-reads": "11910", + "x-ms-request-id": "2bc4846a-f71c-47a9-bdb0-79b6a2c8af5a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085410Z:0b6be91a-bc8e-4c4c-935f-7c73ac250c87" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/784d4c29-1953-419c-9c8b-fc10957f2c96?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "4a2c21a2648bf6b5266e23e6ff138704", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:54:10 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/784d4c29-1953-419c-9c8b-fc10957f2c96?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4a2c21a2648bf6b5266e23e6ff138704", + "x-ms-correlation-request-id": "ab39934a-daec-46e3-9b7b-6d50321ca5ce", + "x-ms-ratelimit-remaining-subscription-reads": "11909", + "x-ms-request-id": "bd700486-2fbf-4814-afdc-2065ff403b44", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085410Z:ab39934a-daec-46e3-9b7b-6d50321ca5ce" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/784d4c29-1953-419c-9c8b-fc10957f2c96?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "b4f37ba66ae26c1aa17ee4a574eb5ea8", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:54:10 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/784d4c29-1953-419c-9c8b-fc10957f2c96?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b4f37ba66ae26c1aa17ee4a574eb5ea8", + "x-ms-correlation-request-id": "b256c273-32ba-4c7f-ba17-bde52b60ed3f", + "x-ms-ratelimit-remaining-subscription-reads": "11908", + "x-ms-request-id": "3a99931c-649f-4b60-91be-41c14aa1bab1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085411Z:b256c273-32ba-4c7f-ba17-bde52b60ed3f" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/784d4c29-1953-419c-9c8b-fc10957f2c96?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "a82d1aed3e3865695b85aa37c78be691", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:54:11 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/784d4c29-1953-419c-9c8b-fc10957f2c96?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a82d1aed3e3865695b85aa37c78be691", + "x-ms-correlation-request-id": "11b31145-0e9f-4f87-ba73-72e5beb4c709", + "x-ms-ratelimit-remaining-subscription-reads": "11907", + "x-ms-request-id": "302e5e64-a103-479d-a0db-a1b06104b4bc", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085411Z:11b31145-0e9f-4f87-ba73-72e5beb4c709" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/784d4c29-1953-419c-9c8b-fc10957f2c96?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "55b5414e606d37cb07bfa90d7f10823b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:54:11 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/784d4c29-1953-419c-9c8b-fc10957f2c96?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "55b5414e606d37cb07bfa90d7f10823b", + "x-ms-correlation-request-id": "76fdcc82-3589-464a-b965-fb6c7222a41f", + "x-ms-ratelimit-remaining-subscription-reads": "11906", + "x-ms-request-id": "aca5f9c4-3d17-4d4a-937b-c65e3a8e4803", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085411Z:76fdcc82-3589-464a-b965-fb6c7222a41f" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/784d4c29-1953-419c-9c8b-fc10957f2c96?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "e4f87a10dee567cb128e585cc0e2a515", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:54:11 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/784d4c29-1953-419c-9c8b-fc10957f2c96?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e4f87a10dee567cb128e585cc0e2a515", + "x-ms-correlation-request-id": "412d86f3-069d-40c6-ae90-26f56bb14206", + "x-ms-ratelimit-remaining-subscription-reads": "11905", + "x-ms-request-id": "001793b6-97dd-45e5-9721-60c0b63cfda0", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085412Z:412d86f3-069d-40c6-ae90-26f56bb14206" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/784d4c29-1953-419c-9c8b-fc10957f2c96?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "3256529808368c3b4ef6a178945ce54b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:54:12 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/784d4c29-1953-419c-9c8b-fc10957f2c96?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "3256529808368c3b4ef6a178945ce54b", + "x-ms-correlation-request-id": "9a03ac3e-bbe7-4f1d-883c-6dabee2aca97", + "x-ms-ratelimit-remaining-subscription-reads": "11904", + "x-ms-request-id": "b850982e-e8cb-419e-b869-20195eef9e6b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085412Z:9a03ac3e-bbe7-4f1d-883c-6dabee2aca97" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/784d4c29-1953-419c-9c8b-fc10957f2c96?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "4c276e0301926fac754d43de086e7624", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:54:12 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/784d4c29-1953-419c-9c8b-fc10957f2c96?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4c276e0301926fac754d43de086e7624", + "x-ms-correlation-request-id": "ba5bfbe1-e9b4-4760-b230-3928c995d1e8", + "x-ms-ratelimit-remaining-subscription-reads": "11903", + "x-ms-request-id": "76fbdd34-fcf7-48f6-b9c8-e7cb2fc0f60a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085412Z:ba5bfbe1-e9b4-4760-b230-3928c995d1e8" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/784d4c29-1953-419c-9c8b-fc10957f2c96?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "2c74931a50ba07053e6b95ef3d52d2b5", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:54:12 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/784d4c29-1953-419c-9c8b-fc10957f2c96?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "2c74931a50ba07053e6b95ef3d52d2b5", + "x-ms-correlation-request-id": "de231a3d-c5c1-4c97-8e98-abe66905651b", + "x-ms-ratelimit-remaining-subscription-reads": "11902", + "x-ms-request-id": "ebdf47a4-058b-427b-b41b-0f1b21fb6639", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085413Z:de231a3d-c5c1-4c97-8e98-abe66905651b" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/784d4c29-1953-419c-9c8b-fc10957f2c96?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "51590da958bb9683a6e6bde8c55d84e0", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1346", + "Content-Type": "application/json", + "Date": "Tue, 16 Nov 2021 08:54:13 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "51590da958bb9683a6e6bde8c55d84e0", + "x-ms-correlation-request-id": "f75e289f-60e6-4a8a-a957-c80196e7d917", + "x-ms-ratelimit-remaining-subscription-reads": "11901", + "x-ms-request-id": "2ca49d29-8ea6-42fa-985a-e14887c7323a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085413Z:f75e289f-60e6-4a8a-a957-c80196e7d917" + }, + "ResponseBody": { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "Storage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-6426/providers/Microsoft.Storage/storageAccounts/teststoragemgmt3104", + "name": "teststoragemgmt3104", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-11-16T08:53:56.0863221Z", + "key2": "2021-11-16T08:53:56.0863221Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-16T08:53:56.0863221Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-16T08:53:56.0863221Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "provisioningState": "Succeeded", + "creationTime": "2021-11-16T08:53:55.9925640Z", + "primaryEndpoints": { + "blob": "https://teststoragemgmt3104.blob.core.windows.net/", + "queue": "https://teststoragemgmt3104.queue.core.windows.net/", + "table": "https://teststoragemgmt3104.table.core.windows.net/", + "file": "https://teststoragemgmt3104.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/checkNameAvailability?api-version=2021-04-01", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "73", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211116.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "e7015e7c90b869b3200d276bbc32237b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "name": "teststoragemgmt6479", + "type": "Microsoft.Storage/storageAccounts" + }, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "22", + "Content-Type": "application/json", + "Date": "Tue, 16 Nov 2021 08:54:14 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e7015e7c90b869b3200d276bbc32237b", + "x-ms-correlation-request-id": "d831ea3e-35b3-468e-9015-e649dc7394b7", + "x-ms-ratelimit-remaining-subscription-reads": "11900", + "x-ms-request-id": "c44ed241-fc83-402d-8907-02bdfe905c4e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085414Z:d831ea3e-35b3-468e-9015-e649dc7394b7" + }, + "ResponseBody": { + "nameAvailable": true + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-6426/providers/Microsoft.Storage/storageAccounts/teststoragemgmt6479?api-version=2021-04-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "128", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211116.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "15fa358d692410c1de86d3931d41e1e6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "sku": { + "name": "Standard_RAGRS" + }, + "kind": "Storage", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": {} + }, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:54:18 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/762fec6c-b93c-446f-a2b3-0e6e88241c76?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "15fa358d692410c1de86d3931d41e1e6", + "x-ms-correlation-request-id": "617c53e4-58cd-48e7-ae01-f30562a94adb", + "x-ms-ratelimit-remaining-subscription-writes": "1196", + "x-ms-request-id": "762fec6c-b93c-446f-a2b3-0e6e88241c76", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085418Z:617c53e4-58cd-48e7-ae01-f30562a94adb" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/762fec6c-b93c-446f-a2b3-0e6e88241c76?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "27376c99ca8a135a9df00932bd1f4bde", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:54:18 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/762fec6c-b93c-446f-a2b3-0e6e88241c76?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "27376c99ca8a135a9df00932bd1f4bde", + "x-ms-correlation-request-id": "bc895201-0a1f-4bb0-bc0d-29c1146dff9b", + "x-ms-ratelimit-remaining-subscription-reads": "11899", + "x-ms-request-id": "966fa58c-1195-4da9-a738-057019be0882", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085418Z:bc895201-0a1f-4bb0-bc0d-29c1146dff9b" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/762fec6c-b93c-446f-a2b3-0e6e88241c76?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "4db5402c2f71bfaa447d6e3bce76b5b2", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:54:18 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/762fec6c-b93c-446f-a2b3-0e6e88241c76?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4db5402c2f71bfaa447d6e3bce76b5b2", + "x-ms-correlation-request-id": "aa280007-0e5f-4a4a-9def-cb89764ab362", + "x-ms-ratelimit-remaining-subscription-reads": "11898", + "x-ms-request-id": "448c1a51-6ad7-4c4b-9d6c-0fff4bfd976e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085419Z:aa280007-0e5f-4a4a-9def-cb89764ab362" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/762fec6c-b93c-446f-a2b3-0e6e88241c76?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "b0f91f9cb90aea5b14ad56e0c4bebf86", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:54:19 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/762fec6c-b93c-446f-a2b3-0e6e88241c76?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b0f91f9cb90aea5b14ad56e0c4bebf86", + "x-ms-correlation-request-id": "ced63867-e0b3-4cf6-aee8-f8ff34de329e", + "x-ms-ratelimit-remaining-subscription-reads": "11897", + "x-ms-request-id": "3501d7e4-c580-413e-b9de-7ca3f4003c4a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085419Z:ced63867-e0b3-4cf6-aee8-f8ff34de329e" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/762fec6c-b93c-446f-a2b3-0e6e88241c76?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "1a1ebc9c9c756a42c278e30c5c1e4427", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:54:19 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/762fec6c-b93c-446f-a2b3-0e6e88241c76?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1a1ebc9c9c756a42c278e30c5c1e4427", + "x-ms-correlation-request-id": "3fb50dc3-6592-4686-9f12-a7bf9dc03d87", + "x-ms-ratelimit-remaining-subscription-reads": "11896", + "x-ms-request-id": "ea4fa5ce-f7ea-4537-81d4-b7bc9cb53f64", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085419Z:3fb50dc3-6592-4686-9f12-a7bf9dc03d87" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/762fec6c-b93c-446f-a2b3-0e6e88241c76?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "9d95563b9b2672d4e5ca38c3d8c9fa86", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:54:19 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/762fec6c-b93c-446f-a2b3-0e6e88241c76?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "9d95563b9b2672d4e5ca38c3d8c9fa86", + "x-ms-correlation-request-id": "e92c22ff-50a9-41df-8262-01fa708d7762", + "x-ms-ratelimit-remaining-subscription-reads": "11895", + "x-ms-request-id": "01b91e52-83d7-4f00-9d95-b8882b38c7f7", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085420Z:e92c22ff-50a9-41df-8262-01fa708d7762" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/762fec6c-b93c-446f-a2b3-0e6e88241c76?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "129fe8be9a57003cdc8eed91d64f8ef5", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:54:20 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/762fec6c-b93c-446f-a2b3-0e6e88241c76?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "129fe8be9a57003cdc8eed91d64f8ef5", + "x-ms-correlation-request-id": "8835b079-ec93-46a3-9157-a33b9c6f629a", + "x-ms-ratelimit-remaining-subscription-reads": "11894", + "x-ms-request-id": "3abeabcd-ac1b-4be0-9817-f881faa03633", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085420Z:8835b079-ec93-46a3-9157-a33b9c6f629a" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/762fec6c-b93c-446f-a2b3-0e6e88241c76?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "6da52f692128015fe8ac35aa647f91f9", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:54:20 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/762fec6c-b93c-446f-a2b3-0e6e88241c76?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6da52f692128015fe8ac35aa647f91f9", + "x-ms-correlation-request-id": "a4b35b94-13de-4295-a5b6-3420b7b83e31", + "x-ms-ratelimit-remaining-subscription-reads": "11893", + "x-ms-request-id": "63983b68-56a8-4ce3-ae52-599d60a33be5", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085420Z:a4b35b94-13de-4295-a5b6-3420b7b83e31" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/762fec6c-b93c-446f-a2b3-0e6e88241c76?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "744e5c7d327fa0cf1a95c198ae429b95", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:54:20 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/762fec6c-b93c-446f-a2b3-0e6e88241c76?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "744e5c7d327fa0cf1a95c198ae429b95", + "x-ms-correlation-request-id": "5346e4c8-fdf9-4b3b-a329-101eb401ab1e", + "x-ms-ratelimit-remaining-subscription-reads": "11892", + "x-ms-request-id": "2ac1e896-5a48-44cc-a683-a0a5ab91f396", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085421Z:5346e4c8-fdf9-4b3b-a329-101eb401ab1e" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/762fec6c-b93c-446f-a2b3-0e6e88241c76?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "a959423c8c239c5d889e29ab64919c5d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:54:20 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/762fec6c-b93c-446f-a2b3-0e6e88241c76?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a959423c8c239c5d889e29ab64919c5d", + "x-ms-correlation-request-id": "b47c8bb9-a648-4d26-9140-8db87f41a8ad", + "x-ms-ratelimit-remaining-subscription-reads": "11891", + "x-ms-request-id": "2a088f74-73f5-4919-9067-c059acf0cb10", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085421Z:b47c8bb9-a648-4d26-9140-8db87f41a8ad" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/762fec6c-b93c-446f-a2b3-0e6e88241c76?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "7a13f3fc1a0037765f04539360c752a6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:54:21 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/762fec6c-b93c-446f-a2b3-0e6e88241c76?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "7a13f3fc1a0037765f04539360c752a6", + "x-ms-correlation-request-id": "24270bed-061e-4868-98da-66adeca58a01", + "x-ms-ratelimit-remaining-subscription-reads": "11890", + "x-ms-request-id": "882b47c2-ca1e-4027-9061-74cd2b5ec57b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085421Z:24270bed-061e-4868-98da-66adeca58a01" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/762fec6c-b93c-446f-a2b3-0e6e88241c76?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "216e9f10e725f1d6feb1ebe108233b88", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:54:21 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/762fec6c-b93c-446f-a2b3-0e6e88241c76?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "216e9f10e725f1d6feb1ebe108233b88", + "x-ms-correlation-request-id": "27d1bd8d-eeca-49f0-a45b-4cde5138dc86", + "x-ms-ratelimit-remaining-subscription-reads": "11889", + "x-ms-request-id": "0a8a8958-d986-49bc-ad25-867cd72a0bfd", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085422Z:27d1bd8d-eeca-49f0-a45b-4cde5138dc86" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/762fec6c-b93c-446f-a2b3-0e6e88241c76?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "ba9b63f9212e2294cc224a1e39ca3cc1", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:54:22 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/762fec6c-b93c-446f-a2b3-0e6e88241c76?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ba9b63f9212e2294cc224a1e39ca3cc1", + "x-ms-correlation-request-id": "2d4f34a8-6083-42b5-81bf-8e6870243cea", + "x-ms-ratelimit-remaining-subscription-reads": "11888", + "x-ms-request-id": "43cda5e2-3259-449a-b189-20aaef79d42e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085422Z:2d4f34a8-6083-42b5-81bf-8e6870243cea" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/762fec6c-b93c-446f-a2b3-0e6e88241c76?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "c49a834b7a2314371c227b4f2e942e3b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:54:22 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/762fec6c-b93c-446f-a2b3-0e6e88241c76?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c49a834b7a2314371c227b4f2e942e3b", + "x-ms-correlation-request-id": "c062768a-25f0-4a90-8a5b-5a818c3abf88", + "x-ms-ratelimit-remaining-subscription-reads": "11887", + "x-ms-request-id": "4c09bbec-a786-4110-9be3-15a8d64dd9a3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085422Z:c062768a-25f0-4a90-8a5b-5a818c3abf88" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/762fec6c-b93c-446f-a2b3-0e6e88241c76?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "fc99cac9972bee770b4b55039db8b734", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:54:22 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/762fec6c-b93c-446f-a2b3-0e6e88241c76?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "fc99cac9972bee770b4b55039db8b734", + "x-ms-correlation-request-id": "4af1d64d-a352-4824-bd0a-99ff1ed7a93e", + "x-ms-ratelimit-remaining-subscription-reads": "11886", + "x-ms-request-id": "fb39e643-d030-4489-84b4-25e95c91b30c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085423Z:4af1d64d-a352-4824-bd0a-99ff1ed7a93e" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/762fec6c-b93c-446f-a2b3-0e6e88241c76?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "85962a7576897e652b879d0ba645f337", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:54:22 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/762fec6c-b93c-446f-a2b3-0e6e88241c76?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "85962a7576897e652b879d0ba645f337", + "x-ms-correlation-request-id": "efb96433-2f13-40b8-bcd7-d60900e8d63c", + "x-ms-ratelimit-remaining-subscription-reads": "11885", + "x-ms-request-id": "5ccf9490-f51f-48f1-9f83-7429d7947db4", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085423Z:efb96433-2f13-40b8-bcd7-d60900e8d63c" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/762fec6c-b93c-446f-a2b3-0e6e88241c76?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "6e550ef33f30b3960cacb9d725347764", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:54:23 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/762fec6c-b93c-446f-a2b3-0e6e88241c76?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6e550ef33f30b3960cacb9d725347764", + "x-ms-correlation-request-id": "e7f72418-c6ea-45e1-8015-dd756e110b2c", + "x-ms-ratelimit-remaining-subscription-reads": "11884", + "x-ms-request-id": "39506db5-d0e5-4e91-aed3-298fd761a9a4", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085423Z:e7f72418-c6ea-45e1-8015-dd756e110b2c" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/762fec6c-b93c-446f-a2b3-0e6e88241c76?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "04d9466aa9fe52b2651bd1a3f96b48c5", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:54:23 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/762fec6c-b93c-446f-a2b3-0e6e88241c76?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "04d9466aa9fe52b2651bd1a3f96b48c5", + "x-ms-correlation-request-id": "d538eeac-1930-4627-9c29-ba252c5639d3", + "x-ms-ratelimit-remaining-subscription-reads": "11883", + "x-ms-request-id": "20eb13e3-5bb2-47c6-bd94-571423da82c5", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085424Z:d538eeac-1930-4627-9c29-ba252c5639d3" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/762fec6c-b93c-446f-a2b3-0e6e88241c76?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "8e0f1d584962360393e278ddbd8d59f7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:54:23 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/762fec6c-b93c-446f-a2b3-0e6e88241c76?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "8e0f1d584962360393e278ddbd8d59f7", + "x-ms-correlation-request-id": "86ccbde7-aaec-4ee2-8f0a-a0c1b4865114", + "x-ms-ratelimit-remaining-subscription-reads": "11882", + "x-ms-request-id": "5b64ea20-b43a-472c-a542-f16b7a7f25b1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085424Z:86ccbde7-aaec-4ee2-8f0a-a0c1b4865114" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/762fec6c-b93c-446f-a2b3-0e6e88241c76?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "5fa1390fef6b49395c0308156ef2b9a0", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:54:24 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/762fec6c-b93c-446f-a2b3-0e6e88241c76?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5fa1390fef6b49395c0308156ef2b9a0", + "x-ms-correlation-request-id": "a3e80b5a-2f95-4a2f-a2c5-930004360feb", + "x-ms-ratelimit-remaining-subscription-reads": "11881", + "x-ms-request-id": "e7226bfe-9b83-41a6-93c4-c5f5b78b2ba6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085424Z:a3e80b5a-2f95-4a2f-a2c5-930004360feb" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/762fec6c-b93c-446f-a2b3-0e6e88241c76?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "077ff463e825210243a3701b30d595d7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:54:24 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/762fec6c-b93c-446f-a2b3-0e6e88241c76?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "077ff463e825210243a3701b30d595d7", + "x-ms-correlation-request-id": "bbbae6f6-5f8a-4e65-8cd9-4b08eefe28bc", + "x-ms-ratelimit-remaining-subscription-reads": "11880", + "x-ms-request-id": "48f6fb3a-44d2-4386-b768-366ea4638224", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085424Z:bbbae6f6-5f8a-4e65-8cd9-4b08eefe28bc" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/762fec6c-b93c-446f-a2b3-0e6e88241c76?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "c094d9c1e8ca685ae3c5325f40eec7a1", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:54:24 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/762fec6c-b93c-446f-a2b3-0e6e88241c76?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c094d9c1e8ca685ae3c5325f40eec7a1", + "x-ms-correlation-request-id": "d37f282f-1418-43c8-9540-2990c48e9dba", + "x-ms-ratelimit-remaining-subscription-reads": "11879", + "x-ms-request-id": "b261eb2f-72ce-4643-bd06-065b38995a94", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085425Z:d37f282f-1418-43c8-9540-2990c48e9dba" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/762fec6c-b93c-446f-a2b3-0e6e88241c76?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "c879d829510e27d2367f1cc77f1e1986", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:54:25 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/762fec6c-b93c-446f-a2b3-0e6e88241c76?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c879d829510e27d2367f1cc77f1e1986", + "x-ms-correlation-request-id": "571cb097-5b51-442b-96da-34a39ea61973", + "x-ms-ratelimit-remaining-subscription-reads": "11878", + "x-ms-request-id": "96dafe0f-1ca6-4def-9a8f-dddc1a8d82c6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085425Z:571cb097-5b51-442b-96da-34a39ea61973" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/762fec6c-b93c-446f-a2b3-0e6e88241c76?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "9453306ef85e7ad69917245fb6a2e055", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:54:25 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/762fec6c-b93c-446f-a2b3-0e6e88241c76?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "9453306ef85e7ad69917245fb6a2e055", + "x-ms-correlation-request-id": "bbed4fa0-52c5-4e14-aac6-00db8d0f0c76", + "x-ms-ratelimit-remaining-subscription-reads": "11877", + "x-ms-request-id": "51f68c78-2aae-4b86-a5ae-9bf65ddf7b29", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085425Z:bbed4fa0-52c5-4e14-aac6-00db8d0f0c76" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/762fec6c-b93c-446f-a2b3-0e6e88241c76?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "58f2cedbcc5c70c9076c8a4acc92e8c5", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:54:25 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/762fec6c-b93c-446f-a2b3-0e6e88241c76?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "58f2cedbcc5c70c9076c8a4acc92e8c5", + "x-ms-correlation-request-id": "bc6027c8-d9ee-4e09-881a-cbe1887cbec4", + "x-ms-ratelimit-remaining-subscription-reads": "11876", + "x-ms-request-id": "75a369de-6e97-46d7-8dac-4dd4c102fd85", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085426Z:bc6027c8-d9ee-4e09-881a-cbe1887cbec4" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/762fec6c-b93c-446f-a2b3-0e6e88241c76?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "0ff1abac339a304301fe2ef72d727094", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:54:26 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/762fec6c-b93c-446f-a2b3-0e6e88241c76?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "0ff1abac339a304301fe2ef72d727094", + "x-ms-correlation-request-id": "033445dc-8649-4086-95eb-a70976e2b497", + "x-ms-ratelimit-remaining-subscription-reads": "11875", + "x-ms-request-id": "5ebb3100-beed-4b58-bbcb-1e6db34c5fc8", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085426Z:033445dc-8649-4086-95eb-a70976e2b497" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/762fec6c-b93c-446f-a2b3-0e6e88241c76?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "b1ebc79ec02ca12a67e38cf16e8bae07", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:54:26 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/762fec6c-b93c-446f-a2b3-0e6e88241c76?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b1ebc79ec02ca12a67e38cf16e8bae07", + "x-ms-correlation-request-id": "340f0e27-d8bb-4787-8c87-ca773965f9f9", + "x-ms-ratelimit-remaining-subscription-reads": "11874", + "x-ms-request-id": "ee6a4093-7734-46ca-b57f-50d7fdcbd64c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085426Z:340f0e27-d8bb-4787-8c87-ca773965f9f9" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/762fec6c-b93c-446f-a2b3-0e6e88241c76?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "0ab35e2ed1b1a8ba8bc1565d9dd24395", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:54:26 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/762fec6c-b93c-446f-a2b3-0e6e88241c76?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "0ab35e2ed1b1a8ba8bc1565d9dd24395", + "x-ms-correlation-request-id": "6ffdf20a-3fbc-4bee-981a-01c80890324a", + "x-ms-ratelimit-remaining-subscription-reads": "11873", + "x-ms-request-id": "861d0880-a973-4cd5-ae1c-826838739f9f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085427Z:6ffdf20a-3fbc-4bee-981a-01c80890324a" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/762fec6c-b93c-446f-a2b3-0e6e88241c76?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "05abf5fc37a6eb99814fa8b7a651c176", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:54:27 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/762fec6c-b93c-446f-a2b3-0e6e88241c76?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "05abf5fc37a6eb99814fa8b7a651c176", + "x-ms-correlation-request-id": "27876cad-3983-4182-959e-338ad40c4d38", + "x-ms-ratelimit-remaining-subscription-reads": "11872", + "x-ms-request-id": "2fad4c29-d503-4e46-9259-93591adab3cc", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085427Z:27876cad-3983-4182-959e-338ad40c4d38" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/762fec6c-b93c-446f-a2b3-0e6e88241c76?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "cec8275066bfcde20c43256a6acd0494", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:54:27 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/762fec6c-b93c-446f-a2b3-0e6e88241c76?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "cec8275066bfcde20c43256a6acd0494", + "x-ms-correlation-request-id": "57f31d86-be26-4250-bd74-c643860edefd", + "x-ms-ratelimit-remaining-subscription-reads": "11871", + "x-ms-request-id": "383544b0-b258-48d9-904d-566dc28ba2fb", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085427Z:57f31d86-be26-4250-bd74-c643860edefd" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/762fec6c-b93c-446f-a2b3-0e6e88241c76?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "78f5f79fa8dff760c5c889622802023a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:54:27 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/762fec6c-b93c-446f-a2b3-0e6e88241c76?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "78f5f79fa8dff760c5c889622802023a", + "x-ms-correlation-request-id": "aa2c6c19-806f-416c-9519-7a14784622d2", + "x-ms-ratelimit-remaining-subscription-reads": "11870", + "x-ms-request-id": "74ede4c4-0dab-4725-a37e-70b65bb3c7a9", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085428Z:aa2c6c19-806f-416c-9519-7a14784622d2" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/762fec6c-b93c-446f-a2b3-0e6e88241c76?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "750ce0ff750a95d512def863112e80b3", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:54:28 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/762fec6c-b93c-446f-a2b3-0e6e88241c76?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "750ce0ff750a95d512def863112e80b3", + "x-ms-correlation-request-id": "87d67b0a-4fc7-4a2c-9d5e-02e98c2920ba", + "x-ms-ratelimit-remaining-subscription-reads": "11869", + "x-ms-request-id": "37306eef-94f2-4fb1-9630-8213c9d7d33d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085428Z:87d67b0a-4fc7-4a2c-9d5e-02e98c2920ba" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/762fec6c-b93c-446f-a2b3-0e6e88241c76?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "ae18134a485ca796c7d008f7dd80a50a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:54:28 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/762fec6c-b93c-446f-a2b3-0e6e88241c76?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ae18134a485ca796c7d008f7dd80a50a", + "x-ms-correlation-request-id": "9232e5b6-91ac-4d4d-8018-35bf8b00cb2f", + "x-ms-ratelimit-remaining-subscription-reads": "11868", + "x-ms-request-id": "a30bf148-3123-4e22-8601-ef3e530149fa", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085428Z:9232e5b6-91ac-4d4d-8018-35bf8b00cb2f" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/762fec6c-b93c-446f-a2b3-0e6e88241c76?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "8a6aeb418ec02a8a22606501b0fce697", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:54:28 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/762fec6c-b93c-446f-a2b3-0e6e88241c76?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "8a6aeb418ec02a8a22606501b0fce697", + "x-ms-correlation-request-id": "4a8bf22f-ecb6-4373-b6b6-603a8e56537d", + "x-ms-ratelimit-remaining-subscription-reads": "11867", + "x-ms-request-id": "76356c42-be92-4267-b2d4-6f1a3c5aeb1c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085429Z:4a8bf22f-ecb6-4373-b6b6-603a8e56537d" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/762fec6c-b93c-446f-a2b3-0e6e88241c76?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "1417d54753eab7dd4965ae3a6cdeb792", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:54:28 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/762fec6c-b93c-446f-a2b3-0e6e88241c76?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1417d54753eab7dd4965ae3a6cdeb792", + "x-ms-correlation-request-id": "a0f0417a-2f5c-4a24-8956-38c313d472fc", + "x-ms-ratelimit-remaining-subscription-reads": "11866", + "x-ms-request-id": "aba6ecc3-7519-41b3-bd36-99a05d9f8638", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085429Z:a0f0417a-2f5c-4a24-8956-38c313d472fc" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/762fec6c-b93c-446f-a2b3-0e6e88241c76?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "2522ee39f6c4bbf389ed8cfce294f7ca", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:54:29 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/762fec6c-b93c-446f-a2b3-0e6e88241c76?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "2522ee39f6c4bbf389ed8cfce294f7ca", + "x-ms-correlation-request-id": "032a7b49-941c-4f1a-94c5-6f0b5f6116de", + "x-ms-ratelimit-remaining-subscription-reads": "11865", + "x-ms-request-id": "9c90fd86-c1cc-4097-b0d0-1d386d34257f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085429Z:032a7b49-941c-4f1a-94c5-6f0b5f6116de" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/762fec6c-b93c-446f-a2b3-0e6e88241c76?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "08af71ea9069ed1f0db3405bdf50bd43", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:54:29 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/762fec6c-b93c-446f-a2b3-0e6e88241c76?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "08af71ea9069ed1f0db3405bdf50bd43", + "x-ms-correlation-request-id": "de024eb8-8d3b-49f1-84f4-dd0233065866", + "x-ms-ratelimit-remaining-subscription-reads": "11864", + "x-ms-request-id": "f8347f19-5669-4a8b-8b89-7419d35d87e4", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085430Z:de024eb8-8d3b-49f1-84f4-dd0233065866" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/762fec6c-b93c-446f-a2b3-0e6e88241c76?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "c1c8d3a8c0d950d2e15b8bfdc6e1d4b4", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:54:30 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/762fec6c-b93c-446f-a2b3-0e6e88241c76?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c1c8d3a8c0d950d2e15b8bfdc6e1d4b4", + "x-ms-correlation-request-id": "be1892c8-7366-49af-9919-3368bde5046e", + "x-ms-ratelimit-remaining-subscription-reads": "11863", + "x-ms-request-id": "1f441cf9-d4b7-430b-9bfb-f58a5c460d48", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085430Z:be1892c8-7366-49af-9919-3368bde5046e" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/762fec6c-b93c-446f-a2b3-0e6e88241c76?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "fb50e46daf2fa829cf341810b598db38", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:54:30 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/762fec6c-b93c-446f-a2b3-0e6e88241c76?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "fb50e46daf2fa829cf341810b598db38", + "x-ms-correlation-request-id": "8f3bb7bc-69d1-4603-94e3-e1454e19f94d", + "x-ms-ratelimit-remaining-subscription-reads": "11862", + "x-ms-request-id": "8fd864c6-22de-4f10-80ae-a2ad8a6b5c21", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085430Z:8f3bb7bc-69d1-4603-94e3-e1454e19f94d" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/762fec6c-b93c-446f-a2b3-0e6e88241c76?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "0f53492f35cc29f09e5e260d0422262b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:54:30 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/762fec6c-b93c-446f-a2b3-0e6e88241c76?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "0f53492f35cc29f09e5e260d0422262b", + "x-ms-correlation-request-id": "1b0fb388-6972-4a87-8007-1d8d80b259ce", + "x-ms-ratelimit-remaining-subscription-reads": "11861", + "x-ms-request-id": "17df45e1-ff26-49bb-b8b3-f4cb0e896747", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085431Z:1b0fb388-6972-4a87-8007-1d8d80b259ce" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/762fec6c-b93c-446f-a2b3-0e6e88241c76?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "fbed8bdfc200f813aa1ff2a4a8c29b49", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:54:30 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/762fec6c-b93c-446f-a2b3-0e6e88241c76?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "fbed8bdfc200f813aa1ff2a4a8c29b49", + "x-ms-correlation-request-id": "bdcf156b-cef8-4122-9cd4-b6b2faa15979", + "x-ms-ratelimit-remaining-subscription-reads": "11860", + "x-ms-request-id": "4626ea63-44b5-43d0-abe9-e1726ded1ab3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085431Z:bdcf156b-cef8-4122-9cd4-b6b2faa15979" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/762fec6c-b93c-446f-a2b3-0e6e88241c76?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "7dcd527fc58d37e8f3265dd0891ba4ac", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:54:31 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/762fec6c-b93c-446f-a2b3-0e6e88241c76?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "7dcd527fc58d37e8f3265dd0891ba4ac", + "x-ms-correlation-request-id": "a3c50a56-ad63-4401-b046-b4e30e2783e3", + "x-ms-ratelimit-remaining-subscription-reads": "11859", + "x-ms-request-id": "c38b19c9-0d3c-4797-9e2b-fc280a2ff1a1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085431Z:a3c50a56-ad63-4401-b046-b4e30e2783e3" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/762fec6c-b93c-446f-a2b3-0e6e88241c76?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "2a31ec0ee0ab6d38355b64ac434b81dc", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:54:31 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/762fec6c-b93c-446f-a2b3-0e6e88241c76?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "2a31ec0ee0ab6d38355b64ac434b81dc", + "x-ms-correlation-request-id": "982db421-ca8d-41c1-a299-c13245430d51", + "x-ms-ratelimit-remaining-subscription-reads": "11858", + "x-ms-request-id": "d739a5f8-30f4-4dd4-9f6c-8c48b270d488", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085432Z:982db421-ca8d-41c1-a299-c13245430d51" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/762fec6c-b93c-446f-a2b3-0e6e88241c76?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "b18dddc3a9551a9da2b507d964436e8f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:54:31 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/762fec6c-b93c-446f-a2b3-0e6e88241c76?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b18dddc3a9551a9da2b507d964436e8f", + "x-ms-correlation-request-id": "970efa80-706d-4045-ad5a-a158f2de1870", + "x-ms-ratelimit-remaining-subscription-reads": "11857", + "x-ms-request-id": "53009f91-c4ad-4c7c-8072-8728dec78deb", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085432Z:970efa80-706d-4045-ad5a-a158f2de1870" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/762fec6c-b93c-446f-a2b3-0e6e88241c76?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "bb96457b71909f9d1a5f4832603cf4a8", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:54:32 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/762fec6c-b93c-446f-a2b3-0e6e88241c76?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "bb96457b71909f9d1a5f4832603cf4a8", + "x-ms-correlation-request-id": "7b086607-254c-4d85-8eda-1b674e0b6e1a", + "x-ms-ratelimit-remaining-subscription-reads": "11856", + "x-ms-request-id": "b6c0b618-f735-4b7c-8cf1-724febecd422", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085432Z:7b086607-254c-4d85-8eda-1b674e0b6e1a" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/762fec6c-b93c-446f-a2b3-0e6e88241c76?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "ab0d81a5f28d64574e1787f5d85e08f1", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:54:32 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/762fec6c-b93c-446f-a2b3-0e6e88241c76?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ab0d81a5f28d64574e1787f5d85e08f1", + "x-ms-correlation-request-id": "0925a997-0e6d-4aac-b983-9fd1ffb8fc8c", + "x-ms-ratelimit-remaining-subscription-reads": "11855", + "x-ms-request-id": "5b0bb653-2e90-496d-bfdc-1ac660416373", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085433Z:0925a997-0e6d-4aac-b983-9fd1ffb8fc8c" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/762fec6c-b93c-446f-a2b3-0e6e88241c76?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "fd30d5ecc5b4524b3fee97f5616bb965", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:54:32 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/762fec6c-b93c-446f-a2b3-0e6e88241c76?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "fd30d5ecc5b4524b3fee97f5616bb965", + "x-ms-correlation-request-id": "9526e3bb-aa69-443e-86f1-69f71d67d840", + "x-ms-ratelimit-remaining-subscription-reads": "11854", + "x-ms-request-id": "c9d8ad0b-b34e-4df2-939f-3ce0af1c70cf", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085433Z:9526e3bb-aa69-443e-86f1-69f71d67d840" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/762fec6c-b93c-446f-a2b3-0e6e88241c76?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "e3345fc0c3368801ee316d79e9a7c7bc", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:54:33 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/762fec6c-b93c-446f-a2b3-0e6e88241c76?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e3345fc0c3368801ee316d79e9a7c7bc", + "x-ms-correlation-request-id": "a86649d5-f4cd-4077-8c3a-902e4f2fec63", + "x-ms-ratelimit-remaining-subscription-reads": "11853", + "x-ms-request-id": "2917d584-d660-4ac9-a5d0-8d0652b4d49c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085433Z:a86649d5-f4cd-4077-8c3a-902e4f2fec63" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/762fec6c-b93c-446f-a2b3-0e6e88241c76?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "8b455656f70bdff335ba6c9e5b6103e2", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:54:33 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/762fec6c-b93c-446f-a2b3-0e6e88241c76?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "8b455656f70bdff335ba6c9e5b6103e2", + "x-ms-correlation-request-id": "189bd015-67da-4bb8-878c-fd8b3ec67b8e", + "x-ms-ratelimit-remaining-subscription-reads": "11852", + "x-ms-request-id": "04a74e8e-1e68-4b96-9d7e-db3df9507aab", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085434Z:189bd015-67da-4bb8-878c-fd8b3ec67b8e" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/762fec6c-b93c-446f-a2b3-0e6e88241c76?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "7834215d242929bbd3a80e8257d26897", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:54:33 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/762fec6c-b93c-446f-a2b3-0e6e88241c76?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "7834215d242929bbd3a80e8257d26897", + "x-ms-correlation-request-id": "e85ec765-f4ad-40e5-b804-1194e2493f00", + "x-ms-ratelimit-remaining-subscription-reads": "11851", + "x-ms-request-id": "7739094d-56e5-47a2-94ad-4ddcac8608dc", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085434Z:e85ec765-f4ad-40e5-b804-1194e2493f00" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/762fec6c-b93c-446f-a2b3-0e6e88241c76?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "0b9edb272e25c9596c55ae7b56622c8c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1585", + "Content-Type": "application/json", + "Date": "Tue, 16 Nov 2021 08:54:34 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "0b9edb272e25c9596c55ae7b56622c8c", + "x-ms-correlation-request-id": "31a7a277-cb8e-45ca-9771-3cdc7834eb50", + "x-ms-ratelimit-remaining-subscription-reads": "11850", + "x-ms-request-id": "008f2379-7d63-42f6-9a92-e01498d97269", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085434Z:31a7a277-cb8e-45ca-9771-3cdc7834eb50" + }, + "ResponseBody": { + "sku": { + "name": "Standard_RAGRS", + "tier": "Standard" + }, + "kind": "Storage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-6426/providers/Microsoft.Storage/storageAccounts/teststoragemgmt6479", + "name": "teststoragemgmt6479", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-11-16T08:54:16.9307985Z", + "key2": "2021-11-16T08:54:16.9307985Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-16T08:54:16.9307985Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-16T08:54:16.9307985Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "provisioningState": "Succeeded", + "creationTime": "2021-11-16T08:54:16.8370470Z", + "primaryEndpoints": { + "blob": "https://teststoragemgmt6479.blob.core.windows.net/", + "queue": "https://teststoragemgmt6479.queue.core.windows.net/", + "table": "https://teststoragemgmt6479.table.core.windows.net/", + "file": "https://teststoragemgmt6479.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available", + "secondaryEndpoints": { + "blob": "https://teststoragemgmt6479-secondary.blob.core.windows.net/", + "queue": "https://teststoragemgmt6479-secondary.queue.core.windows.net/", + "table": "https://teststoragemgmt6479-secondary.table.core.windows.net/" + } + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/checkNameAvailability?api-version=2021-04-01", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "73", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211116.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "73c81b8a924e9a311cb763e870876352", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "name": "teststoragemgmt2081", + "type": "Microsoft.Storage/storageAccounts" + }, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "22", + "Content-Type": "application/json", + "Date": "Tue, 16 Nov 2021 08:54:35 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "73c81b8a924e9a311cb763e870876352", + "x-ms-correlation-request-id": "ed4a2589-7b7a-4544-9651-d156c57d2a05", + "x-ms-ratelimit-remaining-subscription-reads": "11849", + "x-ms-request-id": "a9255068-76da-4f07-acc0-4bfc8fbbdf9c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085435Z:ed4a2589-7b7a-4544-9651-d156c57d2a05" + }, + "ResponseBody": { + "nameAvailable": true + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-6426/providers/Microsoft.Storage/storageAccounts/teststoragemgmt2081?api-version=2021-04-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "126", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211116.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "c28077d4bcf8c72f6b0bd47640d2707b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "sku": { + "name": "Standard_ZRS" + }, + "kind": "Storage", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": {} + }, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:54:40 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0a72e7e5-a8e8-4f23-92db-516f533f1b25?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c28077d4bcf8c72f6b0bd47640d2707b", + "x-ms-correlation-request-id": "13deb0c0-8de0-4c35-a6c0-f2272486b416", + "x-ms-ratelimit-remaining-subscription-writes": "1195", + "x-ms-request-id": "0a72e7e5-a8e8-4f23-92db-516f533f1b25", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085440Z:13deb0c0-8de0-4c35-a6c0-f2272486b416" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0a72e7e5-a8e8-4f23-92db-516f533f1b25?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "eb82284ac9acce35ec000743bebb5a49", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:54:40 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0a72e7e5-a8e8-4f23-92db-516f533f1b25?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "eb82284ac9acce35ec000743bebb5a49", + "x-ms-correlation-request-id": "a6be54bf-e700-4f06-b5bc-e477a5beb039", + "x-ms-ratelimit-remaining-subscription-reads": "11848", + "x-ms-request-id": "19a93f2e-0a0f-4f1a-b6df-e845a1ae5353", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085441Z:a6be54bf-e700-4f06-b5bc-e477a5beb039" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0a72e7e5-a8e8-4f23-92db-516f533f1b25?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "1b66e846acbaafb29e385688b2b7d189", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:54:41 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0a72e7e5-a8e8-4f23-92db-516f533f1b25?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1b66e846acbaafb29e385688b2b7d189", + "x-ms-correlation-request-id": "54f9e46f-fb60-4e7b-a87b-148e66fa9897", + "x-ms-ratelimit-remaining-subscription-reads": "11847", + "x-ms-request-id": "b003f514-2668-4ac3-b4a5-ca0b5ecbe488", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085441Z:54f9e46f-fb60-4e7b-a87b-148e66fa9897" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0a72e7e5-a8e8-4f23-92db-516f533f1b25?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "172b060f8550b8cf1ffeca9f1c958ab1", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:54:41 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0a72e7e5-a8e8-4f23-92db-516f533f1b25?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "172b060f8550b8cf1ffeca9f1c958ab1", + "x-ms-correlation-request-id": "9371ab5d-d205-45a4-ad0e-c4e8b0a111bf", + "x-ms-ratelimit-remaining-subscription-reads": "11846", + "x-ms-request-id": "2f2d6022-aeab-4c43-b0dc-6fcb411eb4a8", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085441Z:9371ab5d-d205-45a4-ad0e-c4e8b0a111bf" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0a72e7e5-a8e8-4f23-92db-516f533f1b25?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "0e31c016e17a9d1276d24d7473ad1b34", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:54:41 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0a72e7e5-a8e8-4f23-92db-516f533f1b25?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "0e31c016e17a9d1276d24d7473ad1b34", + "x-ms-correlation-request-id": "98eab186-6974-4c90-941e-5d38ccc6f4c8", + "x-ms-ratelimit-remaining-subscription-reads": "11845", + "x-ms-request-id": "b080689c-ea8f-4482-96f6-e35f7067d99e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085442Z:98eab186-6974-4c90-941e-5d38ccc6f4c8" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0a72e7e5-a8e8-4f23-92db-516f533f1b25?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "b7347e2f428fc0f818aefcbbe2139208", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:54:42 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0a72e7e5-a8e8-4f23-92db-516f533f1b25?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b7347e2f428fc0f818aefcbbe2139208", + "x-ms-correlation-request-id": "c561f047-bac6-4199-8f91-3fab19d8e645", + "x-ms-ratelimit-remaining-subscription-reads": "11844", + "x-ms-request-id": "27241006-c586-40b2-9376-73e31af028fb", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085442Z:c561f047-bac6-4199-8f91-3fab19d8e645" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0a72e7e5-a8e8-4f23-92db-516f533f1b25?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "f271a4adc3862d0ef38da17d375b4471", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:54:42 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0a72e7e5-a8e8-4f23-92db-516f533f1b25?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f271a4adc3862d0ef38da17d375b4471", + "x-ms-correlation-request-id": "37114381-3ae7-4349-bbfd-b959240b154f", + "x-ms-ratelimit-remaining-subscription-reads": "11843", + "x-ms-request-id": "6f3d94e3-209f-4ab3-8d3a-0ec083884f0d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085442Z:37114381-3ae7-4349-bbfd-b959240b154f" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0a72e7e5-a8e8-4f23-92db-516f533f1b25?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "9e6f96e3d261d321c770f5cce456bb62", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:54:42 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0a72e7e5-a8e8-4f23-92db-516f533f1b25?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "9e6f96e3d261d321c770f5cce456bb62", + "x-ms-correlation-request-id": "c9a0cf01-ad38-4913-955f-b6e420ce0f2b", + "x-ms-ratelimit-remaining-subscription-reads": "11842", + "x-ms-request-id": "387a5e7b-67cb-4e10-aff1-a97dea76d78c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085443Z:c9a0cf01-ad38-4913-955f-b6e420ce0f2b" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0a72e7e5-a8e8-4f23-92db-516f533f1b25?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "cfc6453f283b6cad6f06c301a17b88bd", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:54:42 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0a72e7e5-a8e8-4f23-92db-516f533f1b25?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "cfc6453f283b6cad6f06c301a17b88bd", + "x-ms-correlation-request-id": "a59a3f3a-284b-4377-ad81-4ccdb2434d4f", + "x-ms-ratelimit-remaining-subscription-reads": "11841", + "x-ms-request-id": "93282363-5e2d-4dbe-93c8-f67e68d70748", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085443Z:a59a3f3a-284b-4377-ad81-4ccdb2434d4f" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0a72e7e5-a8e8-4f23-92db-516f533f1b25?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "4cd88a69f4a4dba6829e2b16cd42499d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:54:43 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0a72e7e5-a8e8-4f23-92db-516f533f1b25?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4cd88a69f4a4dba6829e2b16cd42499d", + "x-ms-correlation-request-id": "47b02044-a2a7-4cc4-abbb-9904684e445d", + "x-ms-ratelimit-remaining-subscription-reads": "11840", + "x-ms-request-id": "927bc6d2-6a83-4e9f-8ac3-c03c41d84758", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085443Z:47b02044-a2a7-4cc4-abbb-9904684e445d" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0a72e7e5-a8e8-4f23-92db-516f533f1b25?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "f23e3ed27595bb35e8022f5b0e1f314c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:54:43 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0a72e7e5-a8e8-4f23-92db-516f533f1b25?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f23e3ed27595bb35e8022f5b0e1f314c", + "x-ms-correlation-request-id": "92a1e3b1-d130-44a9-8d7f-d622fbeb679f", + "x-ms-ratelimit-remaining-subscription-reads": "11839", + "x-ms-request-id": "75dab83a-876f-4017-8243-6d5fff860671", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085444Z:92a1e3b1-d130-44a9-8d7f-d622fbeb679f" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0a72e7e5-a8e8-4f23-92db-516f533f1b25?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "5a6337e76f7e4bbe9eea4c9dfd969e2d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:54:43 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0a72e7e5-a8e8-4f23-92db-516f533f1b25?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5a6337e76f7e4bbe9eea4c9dfd969e2d", + "x-ms-correlation-request-id": "914683d4-776e-47a8-89af-a08c092ff5f1", + "x-ms-ratelimit-remaining-subscription-reads": "11838", + "x-ms-request-id": "004eea51-0313-49bd-a947-b76b7150f536", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085444Z:914683d4-776e-47a8-89af-a08c092ff5f1" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0a72e7e5-a8e8-4f23-92db-516f533f1b25?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "622f26bc953df428541c63a1c44acc62", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:54:44 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0a72e7e5-a8e8-4f23-92db-516f533f1b25?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "622f26bc953df428541c63a1c44acc62", + "x-ms-correlation-request-id": "e53e7359-790f-45d8-bcce-e57be601f4a4", + "x-ms-ratelimit-remaining-subscription-reads": "11837", + "x-ms-request-id": "7faf42ae-2ffa-46eb-a918-0226e4b91804", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085444Z:e53e7359-790f-45d8-bcce-e57be601f4a4" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0a72e7e5-a8e8-4f23-92db-516f533f1b25?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "962fde6ceede621e80f254aa2898bd52", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:54:44 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0a72e7e5-a8e8-4f23-92db-516f533f1b25?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "962fde6ceede621e80f254aa2898bd52", + "x-ms-correlation-request-id": "4d6b9929-9c9c-4e12-a1d7-3acb27851ba3", + "x-ms-ratelimit-remaining-subscription-reads": "11836", + "x-ms-request-id": "6429750b-82d5-414f-84f5-42a829a7fea3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085445Z:4d6b9929-9c9c-4e12-a1d7-3acb27851ba3" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0a72e7e5-a8e8-4f23-92db-516f533f1b25?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "e89e0264cef0510f0e6e05610c1d8753", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:54:44 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0a72e7e5-a8e8-4f23-92db-516f533f1b25?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e89e0264cef0510f0e6e05610c1d8753", + "x-ms-correlation-request-id": "8641fc75-d87e-44b3-8f14-abbb48ce028c", + "x-ms-ratelimit-remaining-subscription-reads": "11835", + "x-ms-request-id": "25eb4aa3-d8b0-4563-976a-9f4291a4dd2f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085445Z:8641fc75-d87e-44b3-8f14-abbb48ce028c" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0a72e7e5-a8e8-4f23-92db-516f533f1b25?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "1e31e91d0867ce4e07cde24a417ecbbc", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:54:45 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0a72e7e5-a8e8-4f23-92db-516f533f1b25?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1e31e91d0867ce4e07cde24a417ecbbc", + "x-ms-correlation-request-id": "9e27bd19-706b-4888-a9fc-a46bae34d84e", + "x-ms-ratelimit-remaining-subscription-reads": "11834", + "x-ms-request-id": "183ab761-bdfa-4a85-97d0-d7d6d21eecd7", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085445Z:9e27bd19-706b-4888-a9fc-a46bae34d84e" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0a72e7e5-a8e8-4f23-92db-516f533f1b25?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "c13d115fe4ab9d72cfde8770e9bc5562", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:54:45 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0a72e7e5-a8e8-4f23-92db-516f533f1b25?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c13d115fe4ab9d72cfde8770e9bc5562", + "x-ms-correlation-request-id": "41fac935-052d-42fb-88b4-4a721f30bf01", + "x-ms-ratelimit-remaining-subscription-reads": "11833", + "x-ms-request-id": "fd00ee3b-f14d-40f3-88f4-389e3f2d97e2", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085446Z:41fac935-052d-42fb-88b4-4a721f30bf01" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0a72e7e5-a8e8-4f23-92db-516f533f1b25?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "3f8c006b9f675beab4d0e022ecc40f90", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:54:45 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0a72e7e5-a8e8-4f23-92db-516f533f1b25?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "3f8c006b9f675beab4d0e022ecc40f90", + "x-ms-correlation-request-id": "7d120e65-620c-4c8d-998b-a30a8124108f", + "x-ms-ratelimit-remaining-subscription-reads": "11832", + "x-ms-request-id": "4ff359f7-a3d6-4cd2-bd6e-e70bb7ac3462", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085446Z:7d120e65-620c-4c8d-998b-a30a8124108f" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0a72e7e5-a8e8-4f23-92db-516f533f1b25?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "fb0248a3c5df39a877934e8980dee44b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:54:46 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0a72e7e5-a8e8-4f23-92db-516f533f1b25?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "fb0248a3c5df39a877934e8980dee44b", + "x-ms-correlation-request-id": "88de8c4d-bf5a-4b34-82af-19e97b246caa", + "x-ms-ratelimit-remaining-subscription-reads": "11831", + "x-ms-request-id": "1f95301c-9c69-4a11-ae29-45af828c21de", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085446Z:88de8c4d-bf5a-4b34-82af-19e97b246caa" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0a72e7e5-a8e8-4f23-92db-516f533f1b25?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "41df7f778cf2c05526e10dda044fb10b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:54:46 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0a72e7e5-a8e8-4f23-92db-516f533f1b25?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "41df7f778cf2c05526e10dda044fb10b", + "x-ms-correlation-request-id": "78697669-b6a2-4b51-93c2-8ee1820c260b", + "x-ms-ratelimit-remaining-subscription-reads": "11830", + "x-ms-request-id": "632b7796-bf48-468f-aebe-79ee4c8bffd7", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085446Z:78697669-b6a2-4b51-93c2-8ee1820c260b" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0a72e7e5-a8e8-4f23-92db-516f533f1b25?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "a1ccf7ce5abaa5835852c7d35061dbd6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:54:46 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0a72e7e5-a8e8-4f23-92db-516f533f1b25?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a1ccf7ce5abaa5835852c7d35061dbd6", + "x-ms-correlation-request-id": "d5106195-b3ae-4f7f-acfb-613ed177c938", + "x-ms-ratelimit-remaining-subscription-reads": "11829", + "x-ms-request-id": "b9a005a0-b7ea-402a-8880-c19974f39525", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085447Z:d5106195-b3ae-4f7f-acfb-613ed177c938" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0a72e7e5-a8e8-4f23-92db-516f533f1b25?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "6cab95eccee4169ef242d5feb8cd3427", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:54:47 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0a72e7e5-a8e8-4f23-92db-516f533f1b25?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6cab95eccee4169ef242d5feb8cd3427", + "x-ms-correlation-request-id": "8f5fe6df-0bfc-4353-a232-e9995bf32efe", + "x-ms-ratelimit-remaining-subscription-reads": "11828", + "x-ms-request-id": "ebda366a-a8ce-45c3-acb7-2f81bbef9889", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085447Z:8f5fe6df-0bfc-4353-a232-e9995bf32efe" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0a72e7e5-a8e8-4f23-92db-516f533f1b25?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "88ba43e243111d90fc3ae89fc4826fc4", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:54:47 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0a72e7e5-a8e8-4f23-92db-516f533f1b25?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "88ba43e243111d90fc3ae89fc4826fc4", + "x-ms-correlation-request-id": "b99e6303-ab89-48df-a604-55a1ae730ac2", + "x-ms-ratelimit-remaining-subscription-reads": "11827", + "x-ms-request-id": "a8a097f5-518c-43f2-84a3-894fdbb3ffe8", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085447Z:b99e6303-ab89-48df-a604-55a1ae730ac2" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0a72e7e5-a8e8-4f23-92db-516f533f1b25?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "6fee370544a4ff2759b6ae778584ed8b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:54:47 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0a72e7e5-a8e8-4f23-92db-516f533f1b25?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6fee370544a4ff2759b6ae778584ed8b", + "x-ms-correlation-request-id": "d5140889-4354-4e53-b9d9-ebd7cc1fc0ac", + "x-ms-ratelimit-remaining-subscription-reads": "11826", + "x-ms-request-id": "174e17a7-87f2-4e03-943f-c3af71990a0b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085448Z:d5140889-4354-4e53-b9d9-ebd7cc1fc0ac" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0a72e7e5-a8e8-4f23-92db-516f533f1b25?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "0df0a01d52a6a9c4048e6faae5fe5170", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:54:48 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0a72e7e5-a8e8-4f23-92db-516f533f1b25?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "0df0a01d52a6a9c4048e6faae5fe5170", + "x-ms-correlation-request-id": "d944e74c-6a9f-4c06-b053-f342c32185d4", + "x-ms-ratelimit-remaining-subscription-reads": "11825", + "x-ms-request-id": "3fdfcbfa-ebb6-4fca-b054-45d3066db7cb", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085448Z:d944e74c-6a9f-4c06-b053-f342c32185d4" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0a72e7e5-a8e8-4f23-92db-516f533f1b25?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "81f810d2c5de9d821cba2f5b94189778", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:54:48 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0a72e7e5-a8e8-4f23-92db-516f533f1b25?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "81f810d2c5de9d821cba2f5b94189778", + "x-ms-correlation-request-id": "0d56f114-f9ad-4e37-a370-a5639669ac71", + "x-ms-ratelimit-remaining-subscription-reads": "11824", + "x-ms-request-id": "16eb3cdc-5099-4cb7-a64d-4ebf04e5becd", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085448Z:0d56f114-f9ad-4e37-a370-a5639669ac71" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0a72e7e5-a8e8-4f23-92db-516f533f1b25?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "24815d4c6291b31e72456a16d57c1a5a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:54:48 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0a72e7e5-a8e8-4f23-92db-516f533f1b25?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "24815d4c6291b31e72456a16d57c1a5a", + "x-ms-correlation-request-id": "140d262e-74fe-4b08-9735-9b44bcd0e2cb", + "x-ms-ratelimit-remaining-subscription-reads": "11823", + "x-ms-request-id": "1b719b9f-1cdd-4470-8ba3-782004e8aabc", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085449Z:140d262e-74fe-4b08-9735-9b44bcd0e2cb" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0a72e7e5-a8e8-4f23-92db-516f533f1b25?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "75a53e646c8b58ac1d52f0eb236914eb", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:54:49 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0a72e7e5-a8e8-4f23-92db-516f533f1b25?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "75a53e646c8b58ac1d52f0eb236914eb", + "x-ms-correlation-request-id": "ff605310-1720-4295-a393-55f6d8650af0", + "x-ms-ratelimit-remaining-subscription-reads": "11822", + "x-ms-request-id": "5377e720-d08c-4fc7-9e15-e92d8e5c0ecf", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085449Z:ff605310-1720-4295-a393-55f6d8650af0" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0a72e7e5-a8e8-4f23-92db-516f533f1b25?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "885df7f62d7d6fdef1450f995a6cc89f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:54:49 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0a72e7e5-a8e8-4f23-92db-516f533f1b25?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "885df7f62d7d6fdef1450f995a6cc89f", + "x-ms-correlation-request-id": "e7416654-d684-424f-9791-f7255df2ec68", + "x-ms-ratelimit-remaining-subscription-reads": "11821", + "x-ms-request-id": "7270847f-f6be-40d1-82dd-d228462412ba", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085449Z:e7416654-d684-424f-9791-f7255df2ec68" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0a72e7e5-a8e8-4f23-92db-516f533f1b25?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "56f6d5a02273e0ecb029063f71329008", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:54:49 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0a72e7e5-a8e8-4f23-92db-516f533f1b25?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "56f6d5a02273e0ecb029063f71329008", + "x-ms-correlation-request-id": "fdaa01bb-2f2e-4f49-af77-a0c0032b8f8c", + "x-ms-ratelimit-remaining-subscription-reads": "11820", + "x-ms-request-id": "5b724cde-274d-42bd-9681-44c2876bcfab", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085450Z:fdaa01bb-2f2e-4f49-af77-a0c0032b8f8c" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0a72e7e5-a8e8-4f23-92db-516f533f1b25?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "de1f7f30911f36dd5f3583465d13fdb1", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:54:50 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0a72e7e5-a8e8-4f23-92db-516f533f1b25?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "de1f7f30911f36dd5f3583465d13fdb1", + "x-ms-correlation-request-id": "ee4b24ae-78a8-442c-9dd7-d43a24be269e", + "x-ms-ratelimit-remaining-subscription-reads": "11819", + "x-ms-request-id": "e2ff52cf-31ae-4e5d-94c2-acede1019253", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085450Z:ee4b24ae-78a8-442c-9dd7-d43a24be269e" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0a72e7e5-a8e8-4f23-92db-516f533f1b25?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "4d4b518abd73d4770b7cd754279ffebf", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:54:50 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0a72e7e5-a8e8-4f23-92db-516f533f1b25?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4d4b518abd73d4770b7cd754279ffebf", + "x-ms-correlation-request-id": "f644620d-5ac5-4d50-a6ae-cfa44f1758a0", + "x-ms-ratelimit-remaining-subscription-reads": "11818", + "x-ms-request-id": "e5413eb0-2687-47c4-9a9b-a2550ed6b848", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085450Z:f644620d-5ac5-4d50-a6ae-cfa44f1758a0" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0a72e7e5-a8e8-4f23-92db-516f533f1b25?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "db6806b5e94c0e7ff8bff63e9ea5839d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:54:50 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0a72e7e5-a8e8-4f23-92db-516f533f1b25?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "db6806b5e94c0e7ff8bff63e9ea5839d", + "x-ms-correlation-request-id": "bd5bfe36-703b-44ab-8e3c-ba1aacb00e39", + "x-ms-ratelimit-remaining-subscription-reads": "11817", + "x-ms-request-id": "1d77a5dd-cf93-45bc-9e89-56b4817c853c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085451Z:bd5bfe36-703b-44ab-8e3c-ba1aacb00e39" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0a72e7e5-a8e8-4f23-92db-516f533f1b25?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "1fb4542b42e67294074bd3a3ba880fc0", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:54:50 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0a72e7e5-a8e8-4f23-92db-516f533f1b25?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1fb4542b42e67294074bd3a3ba880fc0", + "x-ms-correlation-request-id": "b2736188-067c-4ddd-93d2-d31ec9f08f24", + "x-ms-ratelimit-remaining-subscription-reads": "11816", + "x-ms-request-id": "9d7255ca-b4aa-410c-9d3a-9b398af3ca74", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085451Z:b2736188-067c-4ddd-93d2-d31ec9f08f24" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0a72e7e5-a8e8-4f23-92db-516f533f1b25?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "5691c33721aaa065d23c55b3c6393565", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:54:51 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0a72e7e5-a8e8-4f23-92db-516f533f1b25?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5691c33721aaa065d23c55b3c6393565", + "x-ms-correlation-request-id": "9e0b2a89-51a8-4c37-addd-e7fa778727da", + "x-ms-ratelimit-remaining-subscription-reads": "11815", + "x-ms-request-id": "4e376f9d-0e04-4089-9d58-36fd71a8adb7", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085451Z:9e0b2a89-51a8-4c37-addd-e7fa778727da" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0a72e7e5-a8e8-4f23-92db-516f533f1b25?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "d22839f8deeb73d872f6d40016dc546f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:54:51 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0a72e7e5-a8e8-4f23-92db-516f533f1b25?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d22839f8deeb73d872f6d40016dc546f", + "x-ms-correlation-request-id": "ba668c1b-6850-4655-af5f-d71ce9458ded", + "x-ms-ratelimit-remaining-subscription-reads": "11814", + "x-ms-request-id": "6fd4edba-6544-4848-9dea-780d1811b508", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085452Z:ba668c1b-6850-4655-af5f-d71ce9458ded" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0a72e7e5-a8e8-4f23-92db-516f533f1b25?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "db0736b02d1409f3ef134daaece1abcd", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:54:51 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0a72e7e5-a8e8-4f23-92db-516f533f1b25?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "db0736b02d1409f3ef134daaece1abcd", + "x-ms-correlation-request-id": "c0a9c178-4976-4508-8ed6-3c9ad0bad587", + "x-ms-ratelimit-remaining-subscription-reads": "11813", + "x-ms-request-id": "6ab97c7b-df61-40d7-bdc8-20d302ef1aa3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085452Z:c0a9c178-4976-4508-8ed6-3c9ad0bad587" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0a72e7e5-a8e8-4f23-92db-516f533f1b25?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "80aa6d163c5f58d5eb1ee4b44d648af5", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:54:52 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0a72e7e5-a8e8-4f23-92db-516f533f1b25?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "80aa6d163c5f58d5eb1ee4b44d648af5", + "x-ms-correlation-request-id": "5a89e29a-6315-4133-9cf9-82fb1eeb2ebc", + "x-ms-ratelimit-remaining-subscription-reads": "11812", + "x-ms-request-id": "c2f0303f-3923-4c2a-8279-6621aed3ee68", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085452Z:5a89e29a-6315-4133-9cf9-82fb1eeb2ebc" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0a72e7e5-a8e8-4f23-92db-516f533f1b25?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "9003e6e85a32cb50461fe3d7902e8690", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:54:52 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0a72e7e5-a8e8-4f23-92db-516f533f1b25?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "9003e6e85a32cb50461fe3d7902e8690", + "x-ms-correlation-request-id": "f92f1f3f-f3d8-46c8-a21a-f3908b043009", + "x-ms-ratelimit-remaining-subscription-reads": "11811", + "x-ms-request-id": "093de2d4-015c-4172-a9e7-5c4234365a5e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085453Z:f92f1f3f-f3d8-46c8-a21a-f3908b043009" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0a72e7e5-a8e8-4f23-92db-516f533f1b25?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "a9ea064ad332730f60aeeff6493fbb8b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:54:52 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0a72e7e5-a8e8-4f23-92db-516f533f1b25?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a9ea064ad332730f60aeeff6493fbb8b", + "x-ms-correlation-request-id": "96b3ea81-3647-4781-812a-4f212948f3b9", + "x-ms-ratelimit-remaining-subscription-reads": "11810", + "x-ms-request-id": "f6135358-00d8-46c3-8055-9801c81b7724", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085453Z:96b3ea81-3647-4781-812a-4f212948f3b9" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0a72e7e5-a8e8-4f23-92db-516f533f1b25?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "05c257891bdebb9b1cde3a4059fdc8bc", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:54:53 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0a72e7e5-a8e8-4f23-92db-516f533f1b25?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "05c257891bdebb9b1cde3a4059fdc8bc", + "x-ms-correlation-request-id": "b798ffc0-d118-4ee4-a761-cde16bbc26c7", + "x-ms-ratelimit-remaining-subscription-reads": "11809", + "x-ms-request-id": "ede2032b-86f1-431b-b9eb-4d6acdec4af6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085453Z:b798ffc0-d118-4ee4-a761-cde16bbc26c7" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0a72e7e5-a8e8-4f23-92db-516f533f1b25?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "476a5397e17914c3d78f2f836a5a8207", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:54:53 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0a72e7e5-a8e8-4f23-92db-516f533f1b25?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "476a5397e17914c3d78f2f836a5a8207", + "x-ms-correlation-request-id": "82a7dbd3-c305-4343-9a5e-678d5b6b22f5", + "x-ms-ratelimit-remaining-subscription-reads": "11808", + "x-ms-request-id": "ae02651a-8609-4d00-a209-073a04cab5d2", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085454Z:82a7dbd3-c305-4343-9a5e-678d5b6b22f5" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0a72e7e5-a8e8-4f23-92db-516f533f1b25?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "394e5763816c2eb26a2f8c5399ce1a62", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:54:53 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0a72e7e5-a8e8-4f23-92db-516f533f1b25?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "394e5763816c2eb26a2f8c5399ce1a62", + "x-ms-correlation-request-id": "c59bcf50-f06c-43ce-9ba4-394fdaa172f8", + "x-ms-ratelimit-remaining-subscription-reads": "11807", + "x-ms-request-id": "5215c078-4033-4f92-96d2-5ac294a19a39", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085454Z:c59bcf50-f06c-43ce-9ba4-394fdaa172f8" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0a72e7e5-a8e8-4f23-92db-516f533f1b25?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "f55f33e674d4a81294ad2e4feb1751c2", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:54:54 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0a72e7e5-a8e8-4f23-92db-516f533f1b25?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f55f33e674d4a81294ad2e4feb1751c2", + "x-ms-correlation-request-id": "3c0a983e-9dce-47ed-b7b0-d61e5910b636", + "x-ms-ratelimit-remaining-subscription-reads": "11806", + "x-ms-request-id": "94b2a05e-5b52-4706-9ae5-2edfc61d20b6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085454Z:3c0a983e-9dce-47ed-b7b0-d61e5910b636" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0a72e7e5-a8e8-4f23-92db-516f533f1b25?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "01dd335b8eaf1550a13bdc4a546f7b08", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:54:54 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0a72e7e5-a8e8-4f23-92db-516f533f1b25?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "01dd335b8eaf1550a13bdc4a546f7b08", + "x-ms-correlation-request-id": "0f11759e-0e91-4666-b8f1-935f36d3a759", + "x-ms-ratelimit-remaining-subscription-reads": "11805", + "x-ms-request-id": "131d459f-a1bb-4c9d-b056-8f37bc3acb64", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085455Z:0f11759e-0e91-4666-b8f1-935f36d3a759" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0a72e7e5-a8e8-4f23-92db-516f533f1b25?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "379dcd748cfbef3245a6a5be52634353", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:54:54 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0a72e7e5-a8e8-4f23-92db-516f533f1b25?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "379dcd748cfbef3245a6a5be52634353", + "x-ms-correlation-request-id": "1e55983c-f2fa-48ff-9e6b-b2e9894ca543", + "x-ms-ratelimit-remaining-subscription-reads": "11804", + "x-ms-request-id": "6472142f-3b04-4ed4-a07d-52c4f8ccbbad", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085455Z:1e55983c-f2fa-48ff-9e6b-b2e9894ca543" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0a72e7e5-a8e8-4f23-92db-516f533f1b25?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "66f7c9de18f157b3e249549997c85324", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:54:55 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0a72e7e5-a8e8-4f23-92db-516f533f1b25?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "66f7c9de18f157b3e249549997c85324", + "x-ms-correlation-request-id": "89162355-5fe4-48fb-ae45-1c4e09a410db", + "x-ms-ratelimit-remaining-subscription-reads": "11803", + "x-ms-request-id": "1940409d-22e9-4ed1-bc61-a9bd68ab12ac", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085455Z:89162355-5fe4-48fb-ae45-1c4e09a410db" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0a72e7e5-a8e8-4f23-92db-516f533f1b25?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "1eda2632197acfc700eebc09e991c33d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:54:55 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0a72e7e5-a8e8-4f23-92db-516f533f1b25?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1eda2632197acfc700eebc09e991c33d", + "x-ms-correlation-request-id": "21ce1f98-e855-4dd7-8a92-33099814c84b", + "x-ms-ratelimit-remaining-subscription-reads": "11802", + "x-ms-request-id": "27555470-fdb4-46f1-9b52-6e623cecc93a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085455Z:21ce1f98-e855-4dd7-8a92-33099814c84b" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0a72e7e5-a8e8-4f23-92db-516f533f1b25?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "8b6b89f715775b17194554b13898577d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:54:55 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0a72e7e5-a8e8-4f23-92db-516f533f1b25?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "8b6b89f715775b17194554b13898577d", + "x-ms-correlation-request-id": "2b145a59-3d33-49dd-ad00-0b86c2fe90ff", + "x-ms-ratelimit-remaining-subscription-reads": "11801", + "x-ms-request-id": "8a6477d7-61d0-4d36-a55a-873814d1fcd6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085456Z:2b145a59-3d33-49dd-ad00-0b86c2fe90ff" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0a72e7e5-a8e8-4f23-92db-516f533f1b25?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "2c8c80532588c4d8022865025caa6d51", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1098", + "Content-Type": "application/json", + "Date": "Tue, 16 Nov 2021 08:54:56 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "2c8c80532588c4d8022865025caa6d51", + "x-ms-correlation-request-id": "0e93fc1f-ffbe-497c-a933-3b0ed8862be9", + "x-ms-ratelimit-remaining-subscription-reads": "11800", + "x-ms-request-id": "3c37cd52-e5f0-406b-bdef-59c8385631dd", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085456Z:0e93fc1f-ffbe-497c-a933-3b0ed8862be9" + }, + "ResponseBody": { + "sku": { + "name": "Standard_ZRS", + "tier": "Standard" + }, + "kind": "Storage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-6426/providers/Microsoft.Storage/storageAccounts/teststoragemgmt2081", + "name": "teststoragemgmt2081", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-11-16T08:54:38.1190673Z", + "key2": "2021-11-16T08:54:38.1190673Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-16T08:54:38.1346924Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-16T08:54:38.1346924Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "provisioningState": "Succeeded", + "creationTime": "2021-11-16T08:54:38.0253147Z", + "primaryEndpoints": { + "blob": "https://teststoragemgmt2081.blob.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-6426/providers/Microsoft.Storage/storageAccounts?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211116.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "0ea11686c75c1cac0f7e0434c5159668", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "5326", + "Content-Type": "application/json", + "Date": "Tue, 16 Nov 2021 08:54:56 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "0ea11686c75c1cac0f7e0434c5159668", + "x-ms-correlation-request-id": "863d7d41-a73b-4b73-af9a-15c38cf3cdf7", + "x-ms-ratelimit-remaining-subscription-reads": "11799", + "x-ms-request-id": "0a4857d1-1dfe-4c0c-b13c-7eb2a63e0eee", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085456Z:863d7d41-a73b-4b73-af9a-15c38cf3cdf7" + }, + "ResponseBody": { + "value": [ + { + "sku": { + "name": "Standard_ZRS", + "tier": "Standard" + }, + "kind": "Storage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-6426/providers/Microsoft.Storage/storageAccounts/teststoragemgmt2081", + "name": "teststoragemgmt2081", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-11-16T08:54:38.1190673Z", + "key2": "2021-11-16T08:54:38.1190673Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-16T08:54:38.1346924Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-16T08:54:38.1346924Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "provisioningState": "Succeeded", + "creationTime": "2021-11-16T08:54:38.0253147Z", + "primaryEndpoints": { + "blob": "https://teststoragemgmt2081.blob.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available" + } + }, + { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "Storage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-6426/providers/Microsoft.Storage/storageAccounts/teststoragemgmt3104", + "name": "teststoragemgmt3104", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-11-16T08:53:56.0863221Z", + "key2": "2021-11-16T08:53:56.0863221Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-16T08:53:56.0863221Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-16T08:53:56.0863221Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "provisioningState": "Succeeded", + "creationTime": "2021-11-16T08:53:55.9925640Z", + "primaryEndpoints": { + "blob": "https://teststoragemgmt3104.blob.core.windows.net/", + "queue": "https://teststoragemgmt3104.queue.core.windows.net/", + "table": "https://teststoragemgmt3104.table.core.windows.net/", + "file": "https://teststoragemgmt3104.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + }, + { + "sku": { + "name": "Standard_LRS", + "tier": "Standard" + }, + "kind": "Storage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-6426/providers/Microsoft.Storage/storageAccounts/teststoragemgmt3148", + "name": "teststoragemgmt3148", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-11-16T08:53:34.8824608Z", + "key2": "2021-11-16T08:53:34.8824608Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-16T08:53:34.8824608Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-16T08:53:34.8824608Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "provisioningState": "Succeeded", + "creationTime": "2021-11-16T08:53:34.7887010Z", + "primaryEndpoints": { + "blob": "https://teststoragemgmt3148.blob.core.windows.net/", + "queue": "https://teststoragemgmt3148.queue.core.windows.net/", + "table": "https://teststoragemgmt3148.table.core.windows.net/", + "file": "https://teststoragemgmt3148.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available" + } + }, + { + "sku": { + "name": "Standard_RAGRS", + "tier": "Standard" + }, + "kind": "Storage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-6426/providers/Microsoft.Storage/storageAccounts/teststoragemgmt6479", + "name": "teststoragemgmt6479", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-11-16T08:54:16.9307985Z", + "key2": "2021-11-16T08:54:16.9307985Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-16T08:54:16.9307985Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-16T08:54:16.9307985Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "provisioningState": "Succeeded", + "creationTime": "2021-11-16T08:54:16.8370470Z", + "primaryEndpoints": { + "blob": "https://teststoragemgmt6479.blob.core.windows.net/", + "queue": "https://teststoragemgmt6479.queue.core.windows.net/", + "table": "https://teststoragemgmt6479.table.core.windows.net/", + "file": "https://teststoragemgmt6479.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available", + "secondaryEndpoints": { + "blob": "https://teststoragemgmt6479-secondary.blob.core.windows.net/", + "queue": "https://teststoragemgmt6479-secondary.queue.core.windows.net/", + "table": "https://teststoragemgmt6479-secondary.table.core.windows.net/" + } + } + } + ] + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-6426/providers/Microsoft.Storage/storageAccounts/teststoragemgmt2081?api-version=2021-04-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211116.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "69b63e979604d2b4b0a7894eaf14ff6f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:55:04 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "69b63e979604d2b4b0a7894eaf14ff6f", + "x-ms-correlation-request-id": "4f387d3b-f157-4864-b983-9ab7f846cf13", + "x-ms-ratelimit-remaining-subscription-deletes": "14999", + "x-ms-request-id": "113913fb-ada6-4b33-8d10-5c852c21caf9", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085505Z:4f387d3b-f157-4864-b983-9ab7f846cf13" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-6426/providers/Microsoft.Storage/storageAccounts/teststoragemgmt3104?api-version=2021-04-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211116.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "212b03d748f68b21d46f1d0a20a3feec", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:55:09 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "212b03d748f68b21d46f1d0a20a3feec", + "x-ms-correlation-request-id": "1ace07f0-b93b-40c3-8cf5-9a26a079bdb3", + "x-ms-ratelimit-remaining-subscription-deletes": "14998", + "x-ms-request-id": "c619aee6-d63c-4bef-8c13-14166eb8d800", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085510Z:1ace07f0-b93b-40c3-8cf5-9a26a079bdb3" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-6426/providers/Microsoft.Storage/storageAccounts/teststoragemgmt3148?api-version=2021-04-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211116.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "1d6bfd9104f4ef4c62cf5db43e5d6cfa", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:55:14 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1d6bfd9104f4ef4c62cf5db43e5d6cfa", + "x-ms-correlation-request-id": "b0164634-67cc-401d-bcb4-c9af989598ab", + "x-ms-ratelimit-remaining-subscription-deletes": "14997", + "x-ms-request-id": "82d0b92d-f5e0-45ad-948b-2a6586c3ae8d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085514Z:b0164634-67cc-401d-bcb4-c9af989598ab" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-6426/providers/Microsoft.Storage/storageAccounts/teststoragemgmt6479?api-version=2021-04-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211116.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "c25d957f75ea4e711d2a949478aab10c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:55:18 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c25d957f75ea4e711d2a949478aab10c", + "x-ms-correlation-request-id": "864e15ab-f61c-443a-ba79-84c087c861a4", + "x-ms-ratelimit-remaining-subscription-deletes": "14996", + "x-ms-request-id": "b6620db0-a182-4bd4-a67b-edc013da6bc6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085519Z:864e15ab-f61c-443a-ba79-84c087c861a4" + }, + "ResponseBody": [] + } + ], + "Variables": { + "RandomSeed": "689978505", + "RESOURCE_MANAGER_URL": null, + "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" + } +} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/CreateStandardAccountAsync.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/CreateStandardAccountAsync.json new file mode 100644 index 0000000000000..4936f2510a070 --- /dev/null +++ b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/CreateStandardAccountAsync.json @@ -0,0 +1,7148 @@ +{ + "Entries": [ + { + "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-b46e913832cfc841a766145a89ff7678-f36e246905265d48-00", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "d0ebcefc70c6768c0cfa37e362f24000", + "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": "Tue, 16 Nov 2021 08:55:26 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "36dde5ac-4490-4f04-932a-15b644ff6107", + "x-ms-ratelimit-remaining-subscription-reads": "11796", + "x-ms-request-id": "36dde5ac-4490-4f04-932a-15b644ff6107", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085527Z:36dde5ac-4490-4f04-932a-15b644ff6107" + }, + "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/teststorageRG-1232?api-version=2019-10-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "44", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "ceb9949fb3ded78960636aa3368dc382", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "location": "eastus2", + "tags": { + "test": "env" + } + }, + "StatusCode": 201, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "256", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:55:27 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "6ee7686b-9168-4f8b-910d-6bbaca79f21e", + "x-ms-ratelimit-remaining-subscription-writes": "1194", + "x-ms-request-id": "6ee7686b-9168-4f8b-910d-6bbaca79f21e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085528Z:6ee7686b-9168-4f8b-910d-6bbaca79f21e" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1232", + "name": "teststorageRG-1232", + "type": "Microsoft.Resources/resourceGroups", + "location": "eastus2", + "tags": { + "test": "env" + }, + "properties": { + "provisioningState": "Succeeded" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/checkNameAvailability?api-version=2021-04-01", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "72", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211116.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "69b23cda748c797c795ccb763630ee45", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "name": "teststoragemgmt512", + "type": "Microsoft.Storage/storageAccounts" + }, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "22", + "Content-Type": "application/json", + "Date": "Tue, 16 Nov 2021 08:55:28 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "69b23cda748c797c795ccb763630ee45", + "x-ms-correlation-request-id": "848c4d16-9d4b-429a-af09-edf5d735dcfc", + "x-ms-ratelimit-remaining-subscription-reads": "11795", + "x-ms-request-id": "2038762c-9f5e-4549-926b-48523d4dd345", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085529Z:848c4d16-9d4b-429a-af09-edf5d735dcfc" + }, + "ResponseBody": { + "nameAvailable": true + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1232/providers/Microsoft.Storage/storageAccounts/teststoragemgmt512?api-version=2021-04-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "126", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211116.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "736da8ec1d2f611af8650c21d3d56c73", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "sku": { + "name": "Standard_LRS" + }, + "kind": "Storage", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": {} + }, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:55:33 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c5a2da09-2195-4d5e-8272-5259374668ce?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "736da8ec1d2f611af8650c21d3d56c73", + "x-ms-correlation-request-id": "aa568d21-3211-4367-9efa-bf98ce9d4b41", + "x-ms-ratelimit-remaining-subscription-writes": "1193", + "x-ms-request-id": "c5a2da09-2195-4d5e-8272-5259374668ce", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085534Z:aa568d21-3211-4367-9efa-bf98ce9d4b41" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c5a2da09-2195-4d5e-8272-5259374668ce?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "e44a5e7c0e56bd6921517126675aa6a3", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:55:34 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c5a2da09-2195-4d5e-8272-5259374668ce?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e44a5e7c0e56bd6921517126675aa6a3", + "x-ms-correlation-request-id": "5289e40d-5ac7-49d0-9214-a711b7cdfb95", + "x-ms-ratelimit-remaining-subscription-reads": "11794", + "x-ms-request-id": "fbee3002-f3a6-4bf4-8c96-b75a1a3530b5", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085535Z:5289e40d-5ac7-49d0-9214-a711b7cdfb95" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c5a2da09-2195-4d5e-8272-5259374668ce?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "6c1458efea184ef7954d36dab7c2a397", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:55:34 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c5a2da09-2195-4d5e-8272-5259374668ce?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6c1458efea184ef7954d36dab7c2a397", + "x-ms-correlation-request-id": "7c255004-77d6-4c58-a9af-06d05f3ab7ec", + "x-ms-ratelimit-remaining-subscription-reads": "11793", + "x-ms-request-id": "aebb6dab-414a-403d-aca4-e297a2f5b97e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085535Z:7c255004-77d6-4c58-a9af-06d05f3ab7ec" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c5a2da09-2195-4d5e-8272-5259374668ce?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "74a5d93b888b531d605ae2fc2cecb8e2", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:55:34 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c5a2da09-2195-4d5e-8272-5259374668ce?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "74a5d93b888b531d605ae2fc2cecb8e2", + "x-ms-correlation-request-id": "6b582489-b513-4c05-91f5-2ec860d35624", + "x-ms-ratelimit-remaining-subscription-reads": "11792", + "x-ms-request-id": "96865f93-bd04-4eda-88b0-cc62dafd3539", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085535Z:6b582489-b513-4c05-91f5-2ec860d35624" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c5a2da09-2195-4d5e-8272-5259374668ce?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "6568c1aebe4c921b67fb4f09d88e055e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:55:35 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c5a2da09-2195-4d5e-8272-5259374668ce?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6568c1aebe4c921b67fb4f09d88e055e", + "x-ms-correlation-request-id": "065761cc-6f94-4acc-b078-10fb1bede6c5", + "x-ms-ratelimit-remaining-subscription-reads": "11791", + "x-ms-request-id": "7260ba3a-0064-45b6-98fd-fb9d17009b18", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085536Z:065761cc-6f94-4acc-b078-10fb1bede6c5" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c5a2da09-2195-4d5e-8272-5259374668ce?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "8eebd9ae31b567183bc10cbe08fa22a8", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:55:35 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c5a2da09-2195-4d5e-8272-5259374668ce?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "8eebd9ae31b567183bc10cbe08fa22a8", + "x-ms-correlation-request-id": "927736a3-46ab-4623-815d-e26f0cf7b9ee", + "x-ms-ratelimit-remaining-subscription-reads": "11790", + "x-ms-request-id": "fc5a89df-225a-4da8-af9c-4aa9894d764e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085536Z:927736a3-46ab-4623-815d-e26f0cf7b9ee" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c5a2da09-2195-4d5e-8272-5259374668ce?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "f62c53943d5a7d4bbd130d8f39137bd1", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:55:35 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c5a2da09-2195-4d5e-8272-5259374668ce?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f62c53943d5a7d4bbd130d8f39137bd1", + "x-ms-correlation-request-id": "bbde2e0f-783e-4fa2-8f1e-7f046971f131", + "x-ms-ratelimit-remaining-subscription-reads": "11789", + "x-ms-request-id": "f461a16b-bcba-4349-b117-71602c3a0061", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085536Z:bbde2e0f-783e-4fa2-8f1e-7f046971f131" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c5a2da09-2195-4d5e-8272-5259374668ce?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "524e835429017c2da8002a8ab15c8a6d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:55:36 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c5a2da09-2195-4d5e-8272-5259374668ce?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "524e835429017c2da8002a8ab15c8a6d", + "x-ms-correlation-request-id": "34484dd9-87ee-4b93-aac0-10c73f97bc97", + "x-ms-ratelimit-remaining-subscription-reads": "11788", + "x-ms-request-id": "c1c58ddc-7d48-457f-afc4-cc5eb769f85e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085536Z:34484dd9-87ee-4b93-aac0-10c73f97bc97" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c5a2da09-2195-4d5e-8272-5259374668ce?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "8474a6d80f6270048e6ed0a224882d27", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:55:36 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c5a2da09-2195-4d5e-8272-5259374668ce?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "8474a6d80f6270048e6ed0a224882d27", + "x-ms-correlation-request-id": "293ed3c9-0abd-467f-ab92-17a671851408", + "x-ms-ratelimit-remaining-subscription-reads": "11787", + "x-ms-request-id": "78634ca1-efe3-460e-b8b6-ea6b19aa7641", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085537Z:293ed3c9-0abd-467f-ab92-17a671851408" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c5a2da09-2195-4d5e-8272-5259374668ce?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "84693b46cfac6ba726b04d5913c0cb60", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:55:36 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c5a2da09-2195-4d5e-8272-5259374668ce?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "84693b46cfac6ba726b04d5913c0cb60", + "x-ms-correlation-request-id": "1da5480e-e5d9-4ce4-8351-e6e25a71ef4f", + "x-ms-ratelimit-remaining-subscription-reads": "11786", + "x-ms-request-id": "efa091b2-4e2f-4d2b-a290-2bb8eeb50fdf", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085537Z:1da5480e-e5d9-4ce4-8351-e6e25a71ef4f" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c5a2da09-2195-4d5e-8272-5259374668ce?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "92b6a089f69f456f7fddc392588b5720", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:55:37 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c5a2da09-2195-4d5e-8272-5259374668ce?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "92b6a089f69f456f7fddc392588b5720", + "x-ms-correlation-request-id": "da4535d8-9a52-4602-b018-c29da357c2dd", + "x-ms-ratelimit-remaining-subscription-reads": "11785", + "x-ms-request-id": "a165494a-ca77-4623-a41f-4bc3941336b2", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085537Z:da4535d8-9a52-4602-b018-c29da357c2dd" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c5a2da09-2195-4d5e-8272-5259374668ce?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "764303d305f309c0ff085db1c1aa5dce", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:55:37 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c5a2da09-2195-4d5e-8272-5259374668ce?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "764303d305f309c0ff085db1c1aa5dce", + "x-ms-correlation-request-id": "b154d4c9-420a-403d-9709-640a919db224", + "x-ms-ratelimit-remaining-subscription-reads": "11784", + "x-ms-request-id": "495fba70-07c3-4547-b155-557bb068edf2", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085538Z:b154d4c9-420a-403d-9709-640a919db224" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c5a2da09-2195-4d5e-8272-5259374668ce?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "841970a39ad14f87cc2405ce0b14129b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:55:37 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c5a2da09-2195-4d5e-8272-5259374668ce?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "841970a39ad14f87cc2405ce0b14129b", + "x-ms-correlation-request-id": "57fbfe36-ee44-4c52-85e5-a157e0e6ba1b", + "x-ms-ratelimit-remaining-subscription-reads": "11783", + "x-ms-request-id": "78f2f7e0-139d-4afb-8faa-3090d6b6e921", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085538Z:57fbfe36-ee44-4c52-85e5-a157e0e6ba1b" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c5a2da09-2195-4d5e-8272-5259374668ce?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "0f862d58547c836ddfad939699bd83d4", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:55:37 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c5a2da09-2195-4d5e-8272-5259374668ce?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "0f862d58547c836ddfad939699bd83d4", + "x-ms-correlation-request-id": "b51b495a-be93-4d43-81b9-fa62268a48c5", + "x-ms-ratelimit-remaining-subscription-reads": "11782", + "x-ms-request-id": "2f43dd6f-7eec-4d9e-9bae-7d2689f9d199", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085538Z:b51b495a-be93-4d43-81b9-fa62268a48c5" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c5a2da09-2195-4d5e-8272-5259374668ce?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "e8eff57fd372384e7bf4aacefff2fdea", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:55:38 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c5a2da09-2195-4d5e-8272-5259374668ce?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e8eff57fd372384e7bf4aacefff2fdea", + "x-ms-correlation-request-id": "30de4269-713d-41d2-83da-626dc99a62b4", + "x-ms-ratelimit-remaining-subscription-reads": "11781", + "x-ms-request-id": "56b16dd3-6049-47fe-aade-0708da21a33c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085539Z:30de4269-713d-41d2-83da-626dc99a62b4" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c5a2da09-2195-4d5e-8272-5259374668ce?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "9459c2f64d234e510295a52407f0b60e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:55:38 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c5a2da09-2195-4d5e-8272-5259374668ce?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "9459c2f64d234e510295a52407f0b60e", + "x-ms-correlation-request-id": "4fe90342-e4db-4e03-9440-83652da99265", + "x-ms-ratelimit-remaining-subscription-reads": "11780", + "x-ms-request-id": "9bcb798e-21b1-4622-8681-cb2071dc40ad", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085539Z:4fe90342-e4db-4e03-9440-83652da99265" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c5a2da09-2195-4d5e-8272-5259374668ce?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "164e30a12a248529de4e9488aa9e84ed", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:55:38 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c5a2da09-2195-4d5e-8272-5259374668ce?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "164e30a12a248529de4e9488aa9e84ed", + "x-ms-correlation-request-id": "f5286100-5b29-4484-9653-54a34529f049", + "x-ms-ratelimit-remaining-subscription-reads": "11779", + "x-ms-request-id": "353189d8-721b-49d5-8ef9-97db08b3828e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085539Z:f5286100-5b29-4484-9653-54a34529f049" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c5a2da09-2195-4d5e-8272-5259374668ce?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "d6a0a9afee6432b1a3a1e6dc2d29318b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:55:39 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c5a2da09-2195-4d5e-8272-5259374668ce?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d6a0a9afee6432b1a3a1e6dc2d29318b", + "x-ms-correlation-request-id": "fb74d5aa-fda0-48cc-b443-42d3956d3b78", + "x-ms-ratelimit-remaining-subscription-reads": "11778", + "x-ms-request-id": "b5157824-85d1-4bf6-a40b-8676f79e2819", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085540Z:fb74d5aa-fda0-48cc-b443-42d3956d3b78" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c5a2da09-2195-4d5e-8272-5259374668ce?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "ce2d9b3de7a3cbc699d3b5d4b9c9a363", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:55:39 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c5a2da09-2195-4d5e-8272-5259374668ce?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ce2d9b3de7a3cbc699d3b5d4b9c9a363", + "x-ms-correlation-request-id": "edef4429-d689-485f-b356-2780e36bbda2", + "x-ms-ratelimit-remaining-subscription-reads": "11777", + "x-ms-request-id": "3fdb7cab-a21f-4711-b73f-92d6d065748e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085540Z:edef4429-d689-485f-b356-2780e36bbda2" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c5a2da09-2195-4d5e-8272-5259374668ce?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "5d74b810e04fb2aa7f1c7282444c57b5", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:55:39 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c5a2da09-2195-4d5e-8272-5259374668ce?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5d74b810e04fb2aa7f1c7282444c57b5", + "x-ms-correlation-request-id": "eb554be1-2aef-4d3f-8d7a-c805abc19e47", + "x-ms-ratelimit-remaining-subscription-reads": "11776", + "x-ms-request-id": "04046d3f-f130-4f32-a85a-7de2f31b5e0b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085540Z:eb554be1-2aef-4d3f-8d7a-c805abc19e47" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c5a2da09-2195-4d5e-8272-5259374668ce?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "0f4a091db570c749e2d53d9038dc78da", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:55:40 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c5a2da09-2195-4d5e-8272-5259374668ce?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "0f4a091db570c749e2d53d9038dc78da", + "x-ms-correlation-request-id": "e52996db-fa03-4c16-afb3-5e41c10e2df0", + "x-ms-ratelimit-remaining-subscription-reads": "11775", + "x-ms-request-id": "2bcd2924-5e53-423b-84a2-19f45a4b7f13", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085541Z:e52996db-fa03-4c16-afb3-5e41c10e2df0" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c5a2da09-2195-4d5e-8272-5259374668ce?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "75cc82fed3b45d3bf07b4f867543874c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:55:40 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c5a2da09-2195-4d5e-8272-5259374668ce?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "75cc82fed3b45d3bf07b4f867543874c", + "x-ms-correlation-request-id": "aa1b2d7e-e3d4-4009-a795-9f0c6f36b038", + "x-ms-ratelimit-remaining-subscription-reads": "11774", + "x-ms-request-id": "932eb3c6-146c-47fd-8acb-b9ac93909d10", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085541Z:aa1b2d7e-e3d4-4009-a795-9f0c6f36b038" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c5a2da09-2195-4d5e-8272-5259374668ce?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "b0b7007c947e5bf26eac7b7aa21a79a2", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:55:40 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c5a2da09-2195-4d5e-8272-5259374668ce?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b0b7007c947e5bf26eac7b7aa21a79a2", + "x-ms-correlation-request-id": "dcb29e57-40e0-44f7-8e14-b165443b399c", + "x-ms-ratelimit-remaining-subscription-reads": "11773", + "x-ms-request-id": "96d6a3fb-203c-41ff-827f-359486987f56", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085541Z:dcb29e57-40e0-44f7-8e14-b165443b399c" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c5a2da09-2195-4d5e-8272-5259374668ce?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "c18497a3e27f4900cded1ef565c3529f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:55:41 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c5a2da09-2195-4d5e-8272-5259374668ce?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c18497a3e27f4900cded1ef565c3529f", + "x-ms-correlation-request-id": "edf4e4d5-ef0f-4042-8aac-19f6754df753", + "x-ms-ratelimit-remaining-subscription-reads": "11772", + "x-ms-request-id": "7433086e-8fca-4fe6-b6fb-ab3421bf378c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085542Z:edf4e4d5-ef0f-4042-8aac-19f6754df753" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c5a2da09-2195-4d5e-8272-5259374668ce?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "3814f04dc8246a5c8f71060858c1bad6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:55:41 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c5a2da09-2195-4d5e-8272-5259374668ce?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "3814f04dc8246a5c8f71060858c1bad6", + "x-ms-correlation-request-id": "7df0b8ce-dc04-44a7-9efe-ad32f1bbe4a7", + "x-ms-ratelimit-remaining-subscription-reads": "11771", + "x-ms-request-id": "440af53b-7079-45a4-8217-36868014483b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085542Z:7df0b8ce-dc04-44a7-9efe-ad32f1bbe4a7" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c5a2da09-2195-4d5e-8272-5259374668ce?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "dee2ad01c5bf9acc006de29075fdf5ab", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:55:41 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c5a2da09-2195-4d5e-8272-5259374668ce?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "dee2ad01c5bf9acc006de29075fdf5ab", + "x-ms-correlation-request-id": "06ce2151-ad67-4dd5-9b18-7c6ebc01a46d", + "x-ms-ratelimit-remaining-subscription-reads": "11770", + "x-ms-request-id": "d232c8a5-77bf-42a5-ba88-c9113402a687", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085542Z:06ce2151-ad67-4dd5-9b18-7c6ebc01a46d" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c5a2da09-2195-4d5e-8272-5259374668ce?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "b22ddb5a4105db7d3a1a320edbf8f10c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:55:42 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c5a2da09-2195-4d5e-8272-5259374668ce?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b22ddb5a4105db7d3a1a320edbf8f10c", + "x-ms-correlation-request-id": "8c4fec12-3fc7-40b0-8acf-fb10bf114a4a", + "x-ms-ratelimit-remaining-subscription-reads": "11769", + "x-ms-request-id": "7161655f-e95f-48c2-8364-6c982780853f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085543Z:8c4fec12-3fc7-40b0-8acf-fb10bf114a4a" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c5a2da09-2195-4d5e-8272-5259374668ce?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "b8f3483274e087df237a37b7e6cbf491", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:55:42 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c5a2da09-2195-4d5e-8272-5259374668ce?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b8f3483274e087df237a37b7e6cbf491", + "x-ms-correlation-request-id": "099da6f5-9453-41d9-9727-9821adc496a3", + "x-ms-ratelimit-remaining-subscription-reads": "11768", + "x-ms-request-id": "e9e537dd-8652-42a0-b486-c4fa9d0587ee", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085543Z:099da6f5-9453-41d9-9727-9821adc496a3" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c5a2da09-2195-4d5e-8272-5259374668ce?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "7cad5b7c0893bfd02f07a3a593bebe08", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:55:42 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c5a2da09-2195-4d5e-8272-5259374668ce?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "7cad5b7c0893bfd02f07a3a593bebe08", + "x-ms-correlation-request-id": "10466d66-9466-4ad5-a8e3-fa782dbb4fc2", + "x-ms-ratelimit-remaining-subscription-reads": "11767", + "x-ms-request-id": "4de0733f-9d41-40b9-bf6b-a4efb0a0718d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085543Z:10466d66-9466-4ad5-a8e3-fa782dbb4fc2" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c5a2da09-2195-4d5e-8272-5259374668ce?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "2d5ed57c3c09e6cafca68e8b09c6f46f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:55:43 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c5a2da09-2195-4d5e-8272-5259374668ce?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "2d5ed57c3c09e6cafca68e8b09c6f46f", + "x-ms-correlation-request-id": "65204726-870f-4af9-906d-6a136723b820", + "x-ms-ratelimit-remaining-subscription-reads": "11766", + "x-ms-request-id": "2d2b6d54-94ed-42fc-8461-ceba2d0d135d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085543Z:65204726-870f-4af9-906d-6a136723b820" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c5a2da09-2195-4d5e-8272-5259374668ce?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "7f92a025754a2978773389d9d03af365", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:55:43 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c5a2da09-2195-4d5e-8272-5259374668ce?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "7f92a025754a2978773389d9d03af365", + "x-ms-correlation-request-id": "24385ba6-e890-49ac-97e6-ab4b1888ead2", + "x-ms-ratelimit-remaining-subscription-reads": "11765", + "x-ms-request-id": "e0780b66-35fb-4bb4-8bab-f01cac436ec6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085544Z:24385ba6-e890-49ac-97e6-ab4b1888ead2" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c5a2da09-2195-4d5e-8272-5259374668ce?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "103b2fbbc66d3f8890c780ed7a45b569", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:55:43 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c5a2da09-2195-4d5e-8272-5259374668ce?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "103b2fbbc66d3f8890c780ed7a45b569", + "x-ms-correlation-request-id": "55e21666-a1b9-447d-821a-c740f87ff262", + "x-ms-ratelimit-remaining-subscription-reads": "11764", + "x-ms-request-id": "3ed591e1-3aa9-4818-a89f-e8744b4da04c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085544Z:55e21666-a1b9-447d-821a-c740f87ff262" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c5a2da09-2195-4d5e-8272-5259374668ce?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "f27f34123f2b06bd5d34b6d5b3f115c1", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:55:43 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c5a2da09-2195-4d5e-8272-5259374668ce?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f27f34123f2b06bd5d34b6d5b3f115c1", + "x-ms-correlation-request-id": "16cf3c4b-e52b-463a-878c-82dc569d35d0", + "x-ms-ratelimit-remaining-subscription-reads": "11763", + "x-ms-request-id": "69d54871-fd55-426e-839f-425ec7e5386e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085544Z:16cf3c4b-e52b-463a-878c-82dc569d35d0" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c5a2da09-2195-4d5e-8272-5259374668ce?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "dacf28b2e48b5e011852ee83f58baf32", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:55:44 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c5a2da09-2195-4d5e-8272-5259374668ce?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "dacf28b2e48b5e011852ee83f58baf32", + "x-ms-correlation-request-id": "f23be57f-9a00-49ac-8cc0-9f7d6518f93a", + "x-ms-ratelimit-remaining-subscription-reads": "11762", + "x-ms-request-id": "775fc80d-bb77-4a74-aa08-303e5b39630d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085545Z:f23be57f-9a00-49ac-8cc0-9f7d6518f93a" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c5a2da09-2195-4d5e-8272-5259374668ce?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "9cc61f7d01bb7c397134b33910b28c9f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:55:44 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c5a2da09-2195-4d5e-8272-5259374668ce?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "9cc61f7d01bb7c397134b33910b28c9f", + "x-ms-correlation-request-id": "29e6a6ff-b9cf-4cc1-a69e-590d346b05c9", + "x-ms-ratelimit-remaining-subscription-reads": "11761", + "x-ms-request-id": "9d1c2c0e-bbe4-4943-80e3-c74c6c19876d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085545Z:29e6a6ff-b9cf-4cc1-a69e-590d346b05c9" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c5a2da09-2195-4d5e-8272-5259374668ce?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "513bbeb1db752ddd3220dad9503a11d1", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:55:44 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c5a2da09-2195-4d5e-8272-5259374668ce?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "513bbeb1db752ddd3220dad9503a11d1", + "x-ms-correlation-request-id": "5af8e539-1d1d-4c81-8a6b-042da4952dd6", + "x-ms-ratelimit-remaining-subscription-reads": "11760", + "x-ms-request-id": "1a39ce48-9279-4432-8ecd-bad1e2488665", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085545Z:5af8e539-1d1d-4c81-8a6b-042da4952dd6" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c5a2da09-2195-4d5e-8272-5259374668ce?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "93578485782ab105ee53685631c74e66", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:55:45 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c5a2da09-2195-4d5e-8272-5259374668ce?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "93578485782ab105ee53685631c74e66", + "x-ms-correlation-request-id": "a5392d58-3e59-4413-8403-8fc87a3a195a", + "x-ms-ratelimit-remaining-subscription-reads": "11759", + "x-ms-request-id": "90e3e277-65e1-4522-abef-11315ec923b2", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085546Z:a5392d58-3e59-4413-8403-8fc87a3a195a" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c5a2da09-2195-4d5e-8272-5259374668ce?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "36d14fc55d50a2bc4198699b27602c37", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:55:49 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c5a2da09-2195-4d5e-8272-5259374668ce?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "36d14fc55d50a2bc4198699b27602c37", + "x-ms-correlation-request-id": "863baf78-5da5-4b29-9ce2-d105d2165dfb", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-request-id": "29251703-c3de-4f79-a20d-7c712c50f1df", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085549Z:863baf78-5da5-4b29-9ce2-d105d2165dfb" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c5a2da09-2195-4d5e-8272-5259374668ce?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "8cb4e122f95a3874b98a62227287fc6b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:55:49 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c5a2da09-2195-4d5e-8272-5259374668ce?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "8cb4e122f95a3874b98a62227287fc6b", + "x-ms-correlation-request-id": "250a4a64-c6cb-4ea6-bb0f-29f7b975f31c", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-request-id": "1caf1cbd-e371-4471-9a78-7cc3a5d23b66", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085550Z:250a4a64-c6cb-4ea6-bb0f-29f7b975f31c" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c5a2da09-2195-4d5e-8272-5259374668ce?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "011373d2db682781c7b551920e6a898e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1276", + "Content-Type": "application/json", + "Date": "Tue, 16 Nov 2021 08:55:50 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "011373d2db682781c7b551920e6a898e", + "x-ms-correlation-request-id": "159a1efa-33b9-4658-9847-833b998e29e6", + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-request-id": "32cf0631-c05a-4c9d-921b-b57b35fe7992", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085550Z:159a1efa-33b9-4658-9847-833b998e29e6" + }, + "ResponseBody": { + "sku": { + "name": "Standard_LRS", + "tier": "Standard" + }, + "kind": "Storage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1232/providers/Microsoft.Storage/storageAccounts/teststoragemgmt512", + "name": "teststoragemgmt512", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-11-16T08:55:32.5290027Z", + "key2": "2021-11-16T08:55:32.5290027Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-16T08:55:32.5290027Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-16T08:55:32.5290027Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "provisioningState": "Succeeded", + "creationTime": "2021-11-16T08:55:32.4352682Z", + "primaryEndpoints": { + "blob": "https://teststoragemgmt512.blob.core.windows.net/", + "queue": "https://teststoragemgmt512.queue.core.windows.net/", + "table": "https://teststoragemgmt512.table.core.windows.net/", + "file": "https://teststoragemgmt512.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/checkNameAvailability?api-version=2021-04-01", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "73", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211116.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "134f34310bc1dacc987dc5fa9a2fba9c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "name": "teststoragemgmt2113", + "type": "Microsoft.Storage/storageAccounts" + }, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "22", + "Content-Type": "application/json", + "Date": "Tue, 16 Nov 2021 08:55:51 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "134f34310bc1dacc987dc5fa9a2fba9c", + "x-ms-correlation-request-id": "d48bcbc5-a5cb-4d0c-866f-5bbccd2e4606", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-request-id": "0451e728-d38d-4d9f-9c96-cf65969d41a2", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085551Z:d48bcbc5-a5cb-4d0c-866f-5bbccd2e4606" + }, + "ResponseBody": { + "nameAvailable": true + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1232/providers/Microsoft.Storage/storageAccounts/teststoragemgmt2113?api-version=2021-04-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "126", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211116.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "4db3c8fece2b5f478cc5a5a7e2294e00", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "sku": { + "name": "Standard_GRS" + }, + "kind": "Storage", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": {} + }, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:55:57 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4c262dc3-f794-497c-ad88-c6f4ae097ff8?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4db3c8fece2b5f478cc5a5a7e2294e00", + "x-ms-correlation-request-id": "c0073e1e-4688-426e-a9ef-c5029ddd6c7a", + "x-ms-ratelimit-remaining-subscription-writes": "1199", + "x-ms-request-id": "4c262dc3-f794-497c-ad88-c6f4ae097ff8", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085557Z:c0073e1e-4688-426e-a9ef-c5029ddd6c7a" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4c262dc3-f794-497c-ad88-c6f4ae097ff8?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "a110f59641d663fcecf086fc6624f86e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:55:57 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4c262dc3-f794-497c-ad88-c6f4ae097ff8?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a110f59641d663fcecf086fc6624f86e", + "x-ms-correlation-request-id": "ece029d8-cb45-4701-9433-dfc944499b20", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-request-id": "c8902b92-8b06-48b5-9828-9c0ddbc695f0", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085558Z:ece029d8-cb45-4701-9433-dfc944499b20" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4c262dc3-f794-497c-ad88-c6f4ae097ff8?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "9f26c52e67efa6efb74b0604fde9a45f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:55:58 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4c262dc3-f794-497c-ad88-c6f4ae097ff8?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "9f26c52e67efa6efb74b0604fde9a45f", + "x-ms-correlation-request-id": "ad3bedf1-8200-415c-83bd-6bb833606a26", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-request-id": "0caf65cb-bfa6-420c-94b7-1087be21b0ce", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085558Z:ad3bedf1-8200-415c-83bd-6bb833606a26" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4c262dc3-f794-497c-ad88-c6f4ae097ff8?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "ec101f97ad199329fedd66bcd1150122", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:55:58 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4c262dc3-f794-497c-ad88-c6f4ae097ff8?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ec101f97ad199329fedd66bcd1150122", + "x-ms-correlation-request-id": "6d78af21-fc72-44b0-80aa-facfd73477b2", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-request-id": "8bcfd7bd-15da-4518-a6e3-99cc46e6b361", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085558Z:6d78af21-fc72-44b0-80aa-facfd73477b2" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4c262dc3-f794-497c-ad88-c6f4ae097ff8?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "f52f612e8e062f960669e98b3af76503", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:55:58 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4c262dc3-f794-497c-ad88-c6f4ae097ff8?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f52f612e8e062f960669e98b3af76503", + "x-ms-correlation-request-id": "12ce460c-d045-4652-9c09-ffbdae074c0b", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-request-id": "be6d205a-2db4-484c-a4fc-dfa684b5ffc1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085559Z:12ce460c-d045-4652-9c09-ffbdae074c0b" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4c262dc3-f794-497c-ad88-c6f4ae097ff8?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "4664264b0b1381559b92a0110133d5a2", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:55:58 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4c262dc3-f794-497c-ad88-c6f4ae097ff8?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4664264b0b1381559b92a0110133d5a2", + "x-ms-correlation-request-id": "afc96432-2d0e-4362-9304-8aa6091df9f8", + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-request-id": "17e73cab-7c6b-4be4-a987-998739f54b34", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085559Z:afc96432-2d0e-4362-9304-8aa6091df9f8" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4c262dc3-f794-497c-ad88-c6f4ae097ff8?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "9cd6e449aeb9095989e1e6afc39e5807", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:55:59 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4c262dc3-f794-497c-ad88-c6f4ae097ff8?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "9cd6e449aeb9095989e1e6afc39e5807", + "x-ms-correlation-request-id": "a873d634-f954-4ff9-a202-01466cac82ae", + "x-ms-ratelimit-remaining-subscription-reads": "11988", + "x-ms-request-id": "4b6f9e88-2e0d-405c-b62a-49f4055f2012", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085559Z:a873d634-f954-4ff9-a202-01466cac82ae" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4c262dc3-f794-497c-ad88-c6f4ae097ff8?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "aa706377bbb0230e0cae5974ee842dd2", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:55:59 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4c262dc3-f794-497c-ad88-c6f4ae097ff8?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "aa706377bbb0230e0cae5974ee842dd2", + "x-ms-correlation-request-id": "fe4c9224-d1aa-43dd-b98b-435ac0f07c6b", + "x-ms-ratelimit-remaining-subscription-reads": "11987", + "x-ms-request-id": "ad2ff073-c7a7-4c52-b4c6-06984fa5597b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085559Z:fe4c9224-d1aa-43dd-b98b-435ac0f07c6b" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4c262dc3-f794-497c-ad88-c6f4ae097ff8?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "56414694c9219d49cd5abd3124a5bdfd", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:55:59 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4c262dc3-f794-497c-ad88-c6f4ae097ff8?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "56414694c9219d49cd5abd3124a5bdfd", + "x-ms-correlation-request-id": "05b9d6f6-5be6-46c6-8291-a7dfb79d7fd4", + "x-ms-ratelimit-remaining-subscription-reads": "11986", + "x-ms-request-id": "d08f455a-f9c3-4c62-b17a-f2803f1724a0", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085600Z:05b9d6f6-5be6-46c6-8291-a7dfb79d7fd4" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4c262dc3-f794-497c-ad88-c6f4ae097ff8?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "9e9a98392ac28ef2d6b28f0a54e41b05", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:56:00 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4c262dc3-f794-497c-ad88-c6f4ae097ff8?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "9e9a98392ac28ef2d6b28f0a54e41b05", + "x-ms-correlation-request-id": "f2a7b80b-1495-48fa-802b-2365263389bd", + "x-ms-ratelimit-remaining-subscription-reads": "11985", + "x-ms-request-id": "a139f7fd-1c91-4360-b4bd-52e886d91902", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085600Z:f2a7b80b-1495-48fa-802b-2365263389bd" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4c262dc3-f794-497c-ad88-c6f4ae097ff8?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "7c1b14b4025cade519d3dd55fedcfe67", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:56:00 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4c262dc3-f794-497c-ad88-c6f4ae097ff8?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "7c1b14b4025cade519d3dd55fedcfe67", + "x-ms-correlation-request-id": "1cadb461-5cfe-4b3d-b090-6c5449eb9edf", + "x-ms-ratelimit-remaining-subscription-reads": "11984", + "x-ms-request-id": "474578ed-230d-45ef-ae21-405120e7b29d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085600Z:1cadb461-5cfe-4b3d-b090-6c5449eb9edf" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4c262dc3-f794-497c-ad88-c6f4ae097ff8?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "553a5cf08fe96a1054b3806e3a3f48e8", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:56:00 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4c262dc3-f794-497c-ad88-c6f4ae097ff8?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "553a5cf08fe96a1054b3806e3a3f48e8", + "x-ms-correlation-request-id": "063d3086-2e0d-4704-8c88-7316a950a4af", + "x-ms-ratelimit-remaining-subscription-reads": "11983", + "x-ms-request-id": "78941bd0-7c82-4914-8d06-f7a8a814cd92", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085601Z:063d3086-2e0d-4704-8c88-7316a950a4af" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4c262dc3-f794-497c-ad88-c6f4ae097ff8?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "107db73f418937a1b3ec85ef4c9c90f9", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:56:01 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4c262dc3-f794-497c-ad88-c6f4ae097ff8?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "107db73f418937a1b3ec85ef4c9c90f9", + "x-ms-correlation-request-id": "370ad11d-0316-4b03-9d2c-c5aec6f59464", + "x-ms-ratelimit-remaining-subscription-reads": "11982", + "x-ms-request-id": "abdeaca1-2b1b-4511-b575-961b1e8c12d3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085601Z:370ad11d-0316-4b03-9d2c-c5aec6f59464" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4c262dc3-f794-497c-ad88-c6f4ae097ff8?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "f81927b4c6aa241b03b127a8827773d9", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:56:01 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4c262dc3-f794-497c-ad88-c6f4ae097ff8?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f81927b4c6aa241b03b127a8827773d9", + "x-ms-correlation-request-id": "b61bb701-822e-4a95-81a1-e7da5d0be0e9", + "x-ms-ratelimit-remaining-subscription-reads": "11981", + "x-ms-request-id": "2d30299e-3f1f-4ea3-80ba-e8d1744811f6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085601Z:b61bb701-822e-4a95-81a1-e7da5d0be0e9" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4c262dc3-f794-497c-ad88-c6f4ae097ff8?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "4616f48aee5eafdeba03a1fd0a211db8", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:56:01 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4c262dc3-f794-497c-ad88-c6f4ae097ff8?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4616f48aee5eafdeba03a1fd0a211db8", + "x-ms-correlation-request-id": "81b20daf-5f4e-44f4-861b-3d37049f0edf", + "x-ms-ratelimit-remaining-subscription-reads": "11980", + "x-ms-request-id": "7e08ee82-3742-487e-93f0-654bea35dcdb", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085602Z:81b20daf-5f4e-44f4-861b-3d37049f0edf" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4c262dc3-f794-497c-ad88-c6f4ae097ff8?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "12ba86235025793e9c580cd719f8b43c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:56:01 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4c262dc3-f794-497c-ad88-c6f4ae097ff8?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "12ba86235025793e9c580cd719f8b43c", + "x-ms-correlation-request-id": "adb0c31e-e518-480d-97f1-c36443889185", + "x-ms-ratelimit-remaining-subscription-reads": "11979", + "x-ms-request-id": "30e51bdd-e512-41ec-ba23-8319933bf2ff", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085602Z:adb0c31e-e518-480d-97f1-c36443889185" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4c262dc3-f794-497c-ad88-c6f4ae097ff8?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "5764ab794a85c69b496a3da6241e1ae2", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:56:02 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4c262dc3-f794-497c-ad88-c6f4ae097ff8?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5764ab794a85c69b496a3da6241e1ae2", + "x-ms-correlation-request-id": "e1a5be57-bb0b-4fd9-a192-e2e7f74ad0a5", + "x-ms-ratelimit-remaining-subscription-reads": "11978", + "x-ms-request-id": "ca0d91fe-0726-471a-aaa8-cde92c1a1d68", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085602Z:e1a5be57-bb0b-4fd9-a192-e2e7f74ad0a5" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4c262dc3-f794-497c-ad88-c6f4ae097ff8?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "fc856f9460bc3ab4b69ca905e10695c2", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:56:02 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4c262dc3-f794-497c-ad88-c6f4ae097ff8?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "fc856f9460bc3ab4b69ca905e10695c2", + "x-ms-correlation-request-id": "c7af6fbf-2f5f-4c1a-b81a-c73fb96e1e91", + "x-ms-ratelimit-remaining-subscription-reads": "11977", + "x-ms-request-id": "3a96b124-9557-43b7-b2de-6a8d5b10c811", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085603Z:c7af6fbf-2f5f-4c1a-b81a-c73fb96e1e91" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4c262dc3-f794-497c-ad88-c6f4ae097ff8?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "5e83654ec5bcd932eaf3c9ba1397557e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:56:02 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4c262dc3-f794-497c-ad88-c6f4ae097ff8?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5e83654ec5bcd932eaf3c9ba1397557e", + "x-ms-correlation-request-id": "3078eef5-e23f-4236-b88a-b499fefcca7c", + "x-ms-ratelimit-remaining-subscription-reads": "11976", + "x-ms-request-id": "cda97c2c-25cb-4bac-bd53-2a9bb0411220", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085603Z:3078eef5-e23f-4236-b88a-b499fefcca7c" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4c262dc3-f794-497c-ad88-c6f4ae097ff8?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "aa43293db873187ff62aa1e8a095e442", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:56:03 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4c262dc3-f794-497c-ad88-c6f4ae097ff8?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "aa43293db873187ff62aa1e8a095e442", + "x-ms-correlation-request-id": "1d8a1741-c7b5-43c1-9722-f00bf4332d86", + "x-ms-ratelimit-remaining-subscription-reads": "11975", + "x-ms-request-id": "d09a40e5-1f86-438b-8c1b-c2eaf22bb16a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085603Z:1d8a1741-c7b5-43c1-9722-f00bf4332d86" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4c262dc3-f794-497c-ad88-c6f4ae097ff8?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "be587bd4bc9ace253cab11c897f9261e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:56:03 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4c262dc3-f794-497c-ad88-c6f4ae097ff8?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "be587bd4bc9ace253cab11c897f9261e", + "x-ms-correlation-request-id": "607e299d-270d-4735-b051-1ebfc48fcc01", + "x-ms-ratelimit-remaining-subscription-reads": "11974", + "x-ms-request-id": "f92e2d03-1c4c-4dcd-afd4-1535fbcef546", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085603Z:607e299d-270d-4735-b051-1ebfc48fcc01" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4c262dc3-f794-497c-ad88-c6f4ae097ff8?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "b7c72b47ebc3964ee66b6792234a3955", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:56:03 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4c262dc3-f794-497c-ad88-c6f4ae097ff8?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b7c72b47ebc3964ee66b6792234a3955", + "x-ms-correlation-request-id": "fefdbdf1-ef10-441f-941b-5a20ec07638d", + "x-ms-ratelimit-remaining-subscription-reads": "11973", + "x-ms-request-id": "94e73be5-e03f-4c16-b4f3-4125d5dfbee1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085604Z:fefdbdf1-ef10-441f-941b-5a20ec07638d" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4c262dc3-f794-497c-ad88-c6f4ae097ff8?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "97e6860f963f81e304746ec7a6b681fd", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:56:04 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4c262dc3-f794-497c-ad88-c6f4ae097ff8?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "97e6860f963f81e304746ec7a6b681fd", + "x-ms-correlation-request-id": "4f54d93a-15ec-41f9-8e06-6b4dfd3c6298", + "x-ms-ratelimit-remaining-subscription-reads": "11972", + "x-ms-request-id": "fd1f1ff4-c793-4d85-985f-2b1fd5ce4e0f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085604Z:4f54d93a-15ec-41f9-8e06-6b4dfd3c6298" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4c262dc3-f794-497c-ad88-c6f4ae097ff8?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "74a182032dcde97f2cc1d82e5493abf2", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:56:04 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4c262dc3-f794-497c-ad88-c6f4ae097ff8?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "74a182032dcde97f2cc1d82e5493abf2", + "x-ms-correlation-request-id": "c160d1df-604a-4386-8a5c-17e6773192f6", + "x-ms-ratelimit-remaining-subscription-reads": "11971", + "x-ms-request-id": "b18db170-f334-4866-8632-1e1811385cc4", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085604Z:c160d1df-604a-4386-8a5c-17e6773192f6" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4c262dc3-f794-497c-ad88-c6f4ae097ff8?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "10b9bc728f13b0df4846b34e7c86ef2f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:56:04 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4c262dc3-f794-497c-ad88-c6f4ae097ff8?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "10b9bc728f13b0df4846b34e7c86ef2f", + "x-ms-correlation-request-id": "1e86c981-9348-470f-8234-930abef8cc0d", + "x-ms-ratelimit-remaining-subscription-reads": "11970", + "x-ms-request-id": "2b828a09-0a02-4eaf-9605-839c0a75f703", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085605Z:1e86c981-9348-470f-8234-930abef8cc0d" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4c262dc3-f794-497c-ad88-c6f4ae097ff8?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "a08f6aeac4a8e28707fd6b7dbeb42c71", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:56:05 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4c262dc3-f794-497c-ad88-c6f4ae097ff8?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a08f6aeac4a8e28707fd6b7dbeb42c71", + "x-ms-correlation-request-id": "2487ecbe-a4be-4ece-8512-7d696173760c", + "x-ms-ratelimit-remaining-subscription-reads": "11969", + "x-ms-request-id": "42d3a069-a5ca-4a5b-b5b3-67a968005a4c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085605Z:2487ecbe-a4be-4ece-8512-7d696173760c" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4c262dc3-f794-497c-ad88-c6f4ae097ff8?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "ea557cc970fc74e9a3f02b8779306ca5", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:56:05 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4c262dc3-f794-497c-ad88-c6f4ae097ff8?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ea557cc970fc74e9a3f02b8779306ca5", + "x-ms-correlation-request-id": "fc5400d0-f7be-4376-860f-58bdd415ccac", + "x-ms-ratelimit-remaining-subscription-reads": "11968", + "x-ms-request-id": "8770a8dd-65e0-4ace-8b7b-eca21964cda7", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085605Z:fc5400d0-f7be-4376-860f-58bdd415ccac" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4c262dc3-f794-497c-ad88-c6f4ae097ff8?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "ea44a8d20a03ad4934d708162362f293", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:56:05 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4c262dc3-f794-497c-ad88-c6f4ae097ff8?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ea44a8d20a03ad4934d708162362f293", + "x-ms-correlation-request-id": "6d387963-fdd3-49cf-8213-f5bbd85f0c5f", + "x-ms-ratelimit-remaining-subscription-reads": "11967", + "x-ms-request-id": "bf389013-1ee6-499f-9e9a-2624db4506b0", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085606Z:6d387963-fdd3-49cf-8213-f5bbd85f0c5f" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4c262dc3-f794-497c-ad88-c6f4ae097ff8?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "0085421904317933801bfdb8990068d6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:56:06 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4c262dc3-f794-497c-ad88-c6f4ae097ff8?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "0085421904317933801bfdb8990068d6", + "x-ms-correlation-request-id": "a39b63e1-65a3-4f78-9891-ab75958eb5c0", + "x-ms-ratelimit-remaining-subscription-reads": "11966", + "x-ms-request-id": "c4577e18-95bf-420c-a02d-7782a9fad2df", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085606Z:a39b63e1-65a3-4f78-9891-ab75958eb5c0" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4c262dc3-f794-497c-ad88-c6f4ae097ff8?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "16aac5914270be6d33a7b62467d35041", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:56:06 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4c262dc3-f794-497c-ad88-c6f4ae097ff8?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "16aac5914270be6d33a7b62467d35041", + "x-ms-correlation-request-id": "beb03c7b-4103-41e4-9902-94885df11ddb", + "x-ms-ratelimit-remaining-subscription-reads": "11965", + "x-ms-request-id": "528a6f0d-8608-41c2-a277-22837cea65b4", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085606Z:beb03c7b-4103-41e4-9902-94885df11ddb" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4c262dc3-f794-497c-ad88-c6f4ae097ff8?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "376e98fe6babce7474ca69e70c911434", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:56:06 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4c262dc3-f794-497c-ad88-c6f4ae097ff8?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "376e98fe6babce7474ca69e70c911434", + "x-ms-correlation-request-id": "85555195-9dd1-4819-a63b-559b0afad268", + "x-ms-ratelimit-remaining-subscription-reads": "11964", + "x-ms-request-id": "e83e1cc7-34ea-4add-b717-38a3ac2d78e6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085607Z:85555195-9dd1-4819-a63b-559b0afad268" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4c262dc3-f794-497c-ad88-c6f4ae097ff8?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "5e85326fdcb7d622d4c6cd8a4e0e11ac", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:56:06 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4c262dc3-f794-497c-ad88-c6f4ae097ff8?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5e85326fdcb7d622d4c6cd8a4e0e11ac", + "x-ms-correlation-request-id": "7e5ad70a-1ec6-4a2b-a4a0-79f93c0ca2b9", + "x-ms-ratelimit-remaining-subscription-reads": "11963", + "x-ms-request-id": "162c7326-3bd7-43ac-9135-aad233afca9d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085607Z:7e5ad70a-1ec6-4a2b-a4a0-79f93c0ca2b9" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4c262dc3-f794-497c-ad88-c6f4ae097ff8?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "00babccb3091252b51dca1a5d985b2a1", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:56:07 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4c262dc3-f794-497c-ad88-c6f4ae097ff8?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "00babccb3091252b51dca1a5d985b2a1", + "x-ms-correlation-request-id": "46bbd3ef-ddab-40a5-a05a-672c8da515c4", + "x-ms-ratelimit-remaining-subscription-reads": "11962", + "x-ms-request-id": "c8a8f0eb-5311-47a8-9c7a-6578a79e7cce", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085607Z:46bbd3ef-ddab-40a5-a05a-672c8da515c4" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4c262dc3-f794-497c-ad88-c6f4ae097ff8?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "35b58192f14e218a759763e49ee98066", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:56:07 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4c262dc3-f794-497c-ad88-c6f4ae097ff8?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "35b58192f14e218a759763e49ee98066", + "x-ms-correlation-request-id": "b32784bf-864d-4dbd-9ebb-ffdf7c283bd6", + "x-ms-ratelimit-remaining-subscription-reads": "11961", + "x-ms-request-id": "13e288d1-2b84-4cbf-8bd3-30bcd1a2b520", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085608Z:b32784bf-864d-4dbd-9ebb-ffdf7c283bd6" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4c262dc3-f794-497c-ad88-c6f4ae097ff8?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "501cbcb914d73ea2065f0dda3b7dfd4e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:56:07 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4c262dc3-f794-497c-ad88-c6f4ae097ff8?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "501cbcb914d73ea2065f0dda3b7dfd4e", + "x-ms-correlation-request-id": "acba3141-de95-4c1b-904e-97a31c899a62", + "x-ms-ratelimit-remaining-subscription-reads": "11960", + "x-ms-request-id": "074a783a-7a2b-4188-8108-70222ce8d4ec", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085608Z:acba3141-de95-4c1b-904e-97a31c899a62" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4c262dc3-f794-497c-ad88-c6f4ae097ff8?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "ccf72b14db58d95e32988afacd468767", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:56:08 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4c262dc3-f794-497c-ad88-c6f4ae097ff8?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ccf72b14db58d95e32988afacd468767", + "x-ms-correlation-request-id": "5767d942-9c71-448b-92e2-900c3bfb923c", + "x-ms-ratelimit-remaining-subscription-reads": "11959", + "x-ms-request-id": "bf2c339a-1e8d-4ba6-af6c-7095d84e5731", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085608Z:5767d942-9c71-448b-92e2-900c3bfb923c" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4c262dc3-f794-497c-ad88-c6f4ae097ff8?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "1cec3a5c61687ecadf762eeee4afe6f8", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:56:08 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4c262dc3-f794-497c-ad88-c6f4ae097ff8?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1cec3a5c61687ecadf762eeee4afe6f8", + "x-ms-correlation-request-id": "d956e776-68b9-404d-a22a-9442126dfda8", + "x-ms-ratelimit-remaining-subscription-reads": "11958", + "x-ms-request-id": "61695fb6-c553-40fd-aef8-823373efedaf", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085609Z:d956e776-68b9-404d-a22a-9442126dfda8" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4c262dc3-f794-497c-ad88-c6f4ae097ff8?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "72cf149ab4f2dd0d5e431e3e89a871c0", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:56:09 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4c262dc3-f794-497c-ad88-c6f4ae097ff8?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "72cf149ab4f2dd0d5e431e3e89a871c0", + "x-ms-correlation-request-id": "7893105b-07e5-4695-aeed-320e3a9c92c6", + "x-ms-ratelimit-remaining-subscription-reads": "11957", + "x-ms-request-id": "e5476ebf-526e-42c0-99b7-3eeb9c745bf2", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085609Z:7893105b-07e5-4695-aeed-320e3a9c92c6" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4c262dc3-f794-497c-ad88-c6f4ae097ff8?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "007da6d8e091b3e56078ece2ac6ff482", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:56:09 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4c262dc3-f794-497c-ad88-c6f4ae097ff8?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "007da6d8e091b3e56078ece2ac6ff482", + "x-ms-correlation-request-id": "573907f8-e33f-4b6d-8407-35a8da7ccabb", + "x-ms-ratelimit-remaining-subscription-reads": "11956", + "x-ms-request-id": "e95833b6-4089-4522-928b-863edd74772e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085609Z:573907f8-e33f-4b6d-8407-35a8da7ccabb" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4c262dc3-f794-497c-ad88-c6f4ae097ff8?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "b96092b11576a8742c0ebd25438bf537", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:56:09 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4c262dc3-f794-497c-ad88-c6f4ae097ff8?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b96092b11576a8742c0ebd25438bf537", + "x-ms-correlation-request-id": "2c101373-b07d-43c7-9a15-a805a6eff935", + "x-ms-ratelimit-remaining-subscription-reads": "11955", + "x-ms-request-id": "8ab4540b-7af1-4a64-93a7-4487fc8b8496", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085610Z:2c101373-b07d-43c7-9a15-a805a6eff935" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4c262dc3-f794-497c-ad88-c6f4ae097ff8?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "3e166e05e631b9672e1c1179c72b30ee", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:56:10 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4c262dc3-f794-497c-ad88-c6f4ae097ff8?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "3e166e05e631b9672e1c1179c72b30ee", + "x-ms-correlation-request-id": "3f8d687b-73c0-456c-abdb-89dcfd6df037", + "x-ms-ratelimit-remaining-subscription-reads": "11954", + "x-ms-request-id": "e028b692-85aa-4d9c-8105-14ecf0b0e705", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085610Z:3f8d687b-73c0-456c-abdb-89dcfd6df037" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4c262dc3-f794-497c-ad88-c6f4ae097ff8?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "f78d9b4eb848c34931d5d38223c06fd5", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:56:10 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4c262dc3-f794-497c-ad88-c6f4ae097ff8?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f78d9b4eb848c34931d5d38223c06fd5", + "x-ms-correlation-request-id": "85f124ad-f1f4-4da5-84f0-ba38e457a391", + "x-ms-ratelimit-remaining-subscription-reads": "11953", + "x-ms-request-id": "db569e1d-c00d-4614-ad66-cfcd4bfe16a1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085610Z:85f124ad-f1f4-4da5-84f0-ba38e457a391" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4c262dc3-f794-497c-ad88-c6f4ae097ff8?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "3edcb583b658ca502aa68a5a03fae101", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:56:10 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4c262dc3-f794-497c-ad88-c6f4ae097ff8?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "3edcb583b658ca502aa68a5a03fae101", + "x-ms-correlation-request-id": "b3175bea-241f-418b-bedc-665fb508bb57", + "x-ms-ratelimit-remaining-subscription-reads": "11952", + "x-ms-request-id": "af1865c1-c128-4f9e-9c9f-7a43b2201cc4", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085611Z:b3175bea-241f-418b-bedc-665fb508bb57" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4c262dc3-f794-497c-ad88-c6f4ae097ff8?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "a7d6cfddfdfe4cef25530c5c13e5966e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:56:10 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4c262dc3-f794-497c-ad88-c6f4ae097ff8?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a7d6cfddfdfe4cef25530c5c13e5966e", + "x-ms-correlation-request-id": "bd1f216d-fd58-43b0-bd81-e900146ad088", + "x-ms-ratelimit-remaining-subscription-reads": "11951", + "x-ms-request-id": "749b7b59-2a63-4847-bd01-92057e3a07c3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085611Z:bd1f216d-fd58-43b0-bd81-e900146ad088" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4c262dc3-f794-497c-ad88-c6f4ae097ff8?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "12f63cacf24e98954ac2cca12eeebf36", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:56:11 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4c262dc3-f794-497c-ad88-c6f4ae097ff8?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "12f63cacf24e98954ac2cca12eeebf36", + "x-ms-correlation-request-id": "787b4691-acfe-4eb2-b6b8-72503b1646aa", + "x-ms-ratelimit-remaining-subscription-reads": "11950", + "x-ms-request-id": "09508c89-9367-4ddd-931c-f0c531aacee2", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085611Z:787b4691-acfe-4eb2-b6b8-72503b1646aa" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4c262dc3-f794-497c-ad88-c6f4ae097ff8?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "53a4d1f4c8e985d7c58f1805a9f3b745", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:56:11 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4c262dc3-f794-497c-ad88-c6f4ae097ff8?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "53a4d1f4c8e985d7c58f1805a9f3b745", + "x-ms-correlation-request-id": "f7c7be3b-ac03-47db-bc12-29c5eaaf054f", + "x-ms-ratelimit-remaining-subscription-reads": "11949", + "x-ms-request-id": "7bbbb74e-b452-444c-9edc-c47c02394f01", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085612Z:f7c7be3b-ac03-47db-bc12-29c5eaaf054f" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4c262dc3-f794-497c-ad88-c6f4ae097ff8?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "c7ad1b10ce04ebb2393d5c3b304e1e36", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:56:11 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4c262dc3-f794-497c-ad88-c6f4ae097ff8?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c7ad1b10ce04ebb2393d5c3b304e1e36", + "x-ms-correlation-request-id": "c04d7f3a-036b-4b21-9116-fef6b64c1566", + "x-ms-ratelimit-remaining-subscription-reads": "11948", + "x-ms-request-id": "53fa7a8a-e3d7-4871-8981-9e8e876b9fba", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085612Z:c04d7f3a-036b-4b21-9116-fef6b64c1566" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4c262dc3-f794-497c-ad88-c6f4ae097ff8?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "4168d5934240e48465704cbeda90ef57", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:56:12 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4c262dc3-f794-497c-ad88-c6f4ae097ff8?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4168d5934240e48465704cbeda90ef57", + "x-ms-correlation-request-id": "c1ff3a46-a2bf-4f2a-a827-a00b97765ba1", + "x-ms-ratelimit-remaining-subscription-reads": "11947", + "x-ms-request-id": "bf1cc4b0-7323-41ec-9b68-73e555bb1d97", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085612Z:c1ff3a46-a2bf-4f2a-a827-a00b97765ba1" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4c262dc3-f794-497c-ad88-c6f4ae097ff8?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "1290870af84125321eb91aac6b9b5477", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:56:12 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4c262dc3-f794-497c-ad88-c6f4ae097ff8?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1290870af84125321eb91aac6b9b5477", + "x-ms-correlation-request-id": "0546d3f5-48a3-4974-99c3-ca27d3cea382", + "x-ms-ratelimit-remaining-subscription-reads": "11946", + "x-ms-request-id": "4fd228f1-cd88-4b89-9f26-41b72a0cebc5", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085613Z:0546d3f5-48a3-4974-99c3-ca27d3cea382" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4c262dc3-f794-497c-ad88-c6f4ae097ff8?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "d371e170768bcd0497c8629381f410a8", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:56:12 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4c262dc3-f794-497c-ad88-c6f4ae097ff8?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d371e170768bcd0497c8629381f410a8", + "x-ms-correlation-request-id": "b8c60274-973a-4c22-af57-6a0621260f25", + "x-ms-ratelimit-remaining-subscription-reads": "11945", + "x-ms-request-id": "a94ab8f0-0778-4d95-8167-020fd8247423", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085613Z:b8c60274-973a-4c22-af57-6a0621260f25" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4c262dc3-f794-497c-ad88-c6f4ae097ff8?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "a930054e0cbd9bf5a343228727d878c9", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1346", + "Content-Type": "application/json", + "Date": "Tue, 16 Nov 2021 08:56:13 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a930054e0cbd9bf5a343228727d878c9", + "x-ms-correlation-request-id": "422e1071-8220-48b9-a486-98afd65f5c04", + "x-ms-ratelimit-remaining-subscription-reads": "11944", + "x-ms-request-id": "ce113a6a-c09a-46a0-afcc-0add79ed0ee0", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085613Z:422e1071-8220-48b9-a486-98afd65f5c04" + }, + "ResponseBody": { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "Storage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1232/providers/Microsoft.Storage/storageAccounts/teststoragemgmt2113", + "name": "teststoragemgmt2113", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-11-16T08:55:55.9829942Z", + "key2": "2021-11-16T08:55:55.9829942Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-16T08:55:55.9829942Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-16T08:55:55.9829942Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "provisioningState": "Succeeded", + "creationTime": "2021-11-16T08:55:55.8736048Z", + "primaryEndpoints": { + "blob": "https://teststoragemgmt2113.blob.core.windows.net/", + "queue": "https://teststoragemgmt2113.queue.core.windows.net/", + "table": "https://teststoragemgmt2113.table.core.windows.net/", + "file": "https://teststoragemgmt2113.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/checkNameAvailability?api-version=2021-04-01", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "73", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211116.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "1ef94dd5cb1b8294c27a78959ea32aa8", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "name": "teststoragemgmt5756", + "type": "Microsoft.Storage/storageAccounts" + }, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "22", + "Content-Type": "application/json", + "Date": "Tue, 16 Nov 2021 08:56:14 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1ef94dd5cb1b8294c27a78959ea32aa8", + "x-ms-correlation-request-id": "5232a2ae-ef7f-4b72-b742-9c1552e18e36", + "x-ms-ratelimit-remaining-subscription-reads": "11943", + "x-ms-request-id": "4f33cbc7-5c97-41f8-8c1f-518a30cd692b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085614Z:5232a2ae-ef7f-4b72-b742-9c1552e18e36" + }, + "ResponseBody": { + "nameAvailable": true + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1232/providers/Microsoft.Storage/storageAccounts/teststoragemgmt5756?api-version=2021-04-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "128", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211116.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "6a655d72baabeb64d53047547da6be4f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "sku": { + "name": "Standard_RAGRS" + }, + "kind": "Storage", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": {} + }, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:56:20 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bb8607c8-b8d1-4b81-bd49-f966cd3052cc?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6a655d72baabeb64d53047547da6be4f", + "x-ms-correlation-request-id": "dcf9edfd-e377-49c3-8a21-7f0f90372afd", + "x-ms-ratelimit-remaining-subscription-writes": "1198", + "x-ms-request-id": "bb8607c8-b8d1-4b81-bd49-f966cd3052cc", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085620Z:dcf9edfd-e377-49c3-8a21-7f0f90372afd" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bb8607c8-b8d1-4b81-bd49-f966cd3052cc?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "7ab5dff75f121a70e90d49eb833f041c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:56:20 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bb8607c8-b8d1-4b81-bd49-f966cd3052cc?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "7ab5dff75f121a70e90d49eb833f041c", + "x-ms-correlation-request-id": "507eeaf2-5fc8-4f2b-9f05-df00bdfeb967", + "x-ms-ratelimit-remaining-subscription-reads": "11942", + "x-ms-request-id": "c15824e3-2d4c-48a3-bdd7-1ea152d80ebe", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085621Z:507eeaf2-5fc8-4f2b-9f05-df00bdfeb967" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bb8607c8-b8d1-4b81-bd49-f966cd3052cc?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "26fd28bb84f6e8902b2ccd83c0d26ecf", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:56:20 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bb8607c8-b8d1-4b81-bd49-f966cd3052cc?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "26fd28bb84f6e8902b2ccd83c0d26ecf", + "x-ms-correlation-request-id": "fef4d9be-3881-43f1-968f-b80d4e4a9b9a", + "x-ms-ratelimit-remaining-subscription-reads": "11941", + "x-ms-request-id": "8a1ffe7f-d7e4-4d28-a3cf-c22a5ecc818c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085621Z:fef4d9be-3881-43f1-968f-b80d4e4a9b9a" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bb8607c8-b8d1-4b81-bd49-f966cd3052cc?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "9d5ca82b44f0393c0792bd0a4046b65d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:56:21 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bb8607c8-b8d1-4b81-bd49-f966cd3052cc?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "9d5ca82b44f0393c0792bd0a4046b65d", + "x-ms-correlation-request-id": "6cd94b0d-043d-4097-965d-7fb4da78b733", + "x-ms-ratelimit-remaining-subscription-reads": "11940", + "x-ms-request-id": "d0519125-4c2c-443c-9142-bfc2aa350dbc", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085621Z:6cd94b0d-043d-4097-965d-7fb4da78b733" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bb8607c8-b8d1-4b81-bd49-f966cd3052cc?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "54d5dd22dd0973a84ecc4ee691ed5916", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:56:21 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bb8607c8-b8d1-4b81-bd49-f966cd3052cc?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "54d5dd22dd0973a84ecc4ee691ed5916", + "x-ms-correlation-request-id": "12d11872-4404-44f8-a293-9358e486c726", + "x-ms-ratelimit-remaining-subscription-reads": "11939", + "x-ms-request-id": "9fb5cc43-4233-420d-b8e3-21d4943624ab", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085622Z:12d11872-4404-44f8-a293-9358e486c726" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bb8607c8-b8d1-4b81-bd49-f966cd3052cc?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "dbc0799f66e2772bebc31f64c786a8e4", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:56:21 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bb8607c8-b8d1-4b81-bd49-f966cd3052cc?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "dbc0799f66e2772bebc31f64c786a8e4", + "x-ms-correlation-request-id": "b16bbc89-52cd-404e-941b-9680c4449812", + "x-ms-ratelimit-remaining-subscription-reads": "11938", + "x-ms-request-id": "6b2b5605-342c-42f6-a25f-5203558fa94d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085622Z:b16bbc89-52cd-404e-941b-9680c4449812" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bb8607c8-b8d1-4b81-bd49-f966cd3052cc?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "e360707619fc4ec6ffe94f23f556a81a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:56:22 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bb8607c8-b8d1-4b81-bd49-f966cd3052cc?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e360707619fc4ec6ffe94f23f556a81a", + "x-ms-correlation-request-id": "2fddb09d-4444-4be5-bc2b-75a8480113c0", + "x-ms-ratelimit-remaining-subscription-reads": "11937", + "x-ms-request-id": "12001974-b5d4-457b-a690-1f578f403722", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085622Z:2fddb09d-4444-4be5-bc2b-75a8480113c0" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bb8607c8-b8d1-4b81-bd49-f966cd3052cc?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "c66aa638da86bb7ab15e6945be44acc8", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:56:22 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bb8607c8-b8d1-4b81-bd49-f966cd3052cc?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c66aa638da86bb7ab15e6945be44acc8", + "x-ms-correlation-request-id": "f0ef09d8-0c8a-49a0-aa62-4479adc9261b", + "x-ms-ratelimit-remaining-subscription-reads": "11936", + "x-ms-request-id": "1d1e6ac7-b2b0-49a8-842e-55191ee383cf", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085623Z:f0ef09d8-0c8a-49a0-aa62-4479adc9261b" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bb8607c8-b8d1-4b81-bd49-f966cd3052cc?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "20706a24768c851ab371dcf917078195", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:56:22 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bb8607c8-b8d1-4b81-bd49-f966cd3052cc?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "20706a24768c851ab371dcf917078195", + "x-ms-correlation-request-id": "c1611205-c743-4a45-b9fd-2ee0dd15282b", + "x-ms-ratelimit-remaining-subscription-reads": "11935", + "x-ms-request-id": "bb0a0c61-9d8a-48e1-ada2-a6c1aab1cc4d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085623Z:c1611205-c743-4a45-b9fd-2ee0dd15282b" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bb8607c8-b8d1-4b81-bd49-f966cd3052cc?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "202c041be11b9b5ef6a4319eb08090bb", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:56:23 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bb8607c8-b8d1-4b81-bd49-f966cd3052cc?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "202c041be11b9b5ef6a4319eb08090bb", + "x-ms-correlation-request-id": "e0c55c25-1a88-482b-98df-aff1498f073f", + "x-ms-ratelimit-remaining-subscription-reads": "11934", + "x-ms-request-id": "fdee0b36-1d73-4915-ac96-c2506547c23c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085623Z:e0c55c25-1a88-482b-98df-aff1498f073f" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bb8607c8-b8d1-4b81-bd49-f966cd3052cc?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "8bff873d87e5c18d8ce41214fe80a4aa", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:56:23 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bb8607c8-b8d1-4b81-bd49-f966cd3052cc?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "8bff873d87e5c18d8ce41214fe80a4aa", + "x-ms-correlation-request-id": "3932532a-2c24-4b40-8ce2-7856b74a5846", + "x-ms-ratelimit-remaining-subscription-reads": "11933", + "x-ms-request-id": "79582f9f-6cb5-4c39-89ad-cc45cf91088d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085624Z:3932532a-2c24-4b40-8ce2-7856b74a5846" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bb8607c8-b8d1-4b81-bd49-f966cd3052cc?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "b92ad4dc8b1742ac0bd42ae8457bd533", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:56:23 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bb8607c8-b8d1-4b81-bd49-f966cd3052cc?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b92ad4dc8b1742ac0bd42ae8457bd533", + "x-ms-correlation-request-id": "cc57538d-c942-43a7-abcd-21c750c292b1", + "x-ms-ratelimit-remaining-subscription-reads": "11932", + "x-ms-request-id": "6d1d8e95-51f4-4d61-83d1-f19d5e1ae804", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085624Z:cc57538d-c942-43a7-abcd-21c750c292b1" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bb8607c8-b8d1-4b81-bd49-f966cd3052cc?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "90bc20e1f60894af776a9436cf499d75", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:56:24 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bb8607c8-b8d1-4b81-bd49-f966cd3052cc?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "90bc20e1f60894af776a9436cf499d75", + "x-ms-correlation-request-id": "42f9f672-89eb-4b55-9935-f2682f0e23e6", + "x-ms-ratelimit-remaining-subscription-reads": "11931", + "x-ms-request-id": "db72f89b-d9d4-4ac5-a9f4-05e1d9278ccc", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085624Z:42f9f672-89eb-4b55-9935-f2682f0e23e6" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bb8607c8-b8d1-4b81-bd49-f966cd3052cc?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "dcc18700d656b1a3dabc80105ca57c10", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:56:24 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bb8607c8-b8d1-4b81-bd49-f966cd3052cc?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "dcc18700d656b1a3dabc80105ca57c10", + "x-ms-correlation-request-id": "7c84741f-f9fe-4e7b-a350-cb54b1a1bee1", + "x-ms-ratelimit-remaining-subscription-reads": "11930", + "x-ms-request-id": "f360453c-75bf-4801-8fa4-672655d294cc", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085624Z:7c84741f-f9fe-4e7b-a350-cb54b1a1bee1" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bb8607c8-b8d1-4b81-bd49-f966cd3052cc?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "dd33df0f13c4e6a1249542adf77573c1", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:56:24 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bb8607c8-b8d1-4b81-bd49-f966cd3052cc?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "dd33df0f13c4e6a1249542adf77573c1", + "x-ms-correlation-request-id": "4e13a2eb-7126-4bbf-8fe2-290452fa81aa", + "x-ms-ratelimit-remaining-subscription-reads": "11929", + "x-ms-request-id": "5a109a73-f2ee-4aea-89de-de1d15a3c298", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085625Z:4e13a2eb-7126-4bbf-8fe2-290452fa81aa" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bb8607c8-b8d1-4b81-bd49-f966cd3052cc?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "bee7b437f9b90adc7d0ab54b769f37d1", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:56:24 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bb8607c8-b8d1-4b81-bd49-f966cd3052cc?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "bee7b437f9b90adc7d0ab54b769f37d1", + "x-ms-correlation-request-id": "5158d8e5-a720-4c53-8281-38387b02a5e9", + "x-ms-ratelimit-remaining-subscription-reads": "11928", + "x-ms-request-id": "48f80eb6-31cd-4428-8710-bde91b960c1b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085625Z:5158d8e5-a720-4c53-8281-38387b02a5e9" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bb8607c8-b8d1-4b81-bd49-f966cd3052cc?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "ef2783eebf16ecb1e5dbb7c094f6ba65", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:56:25 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bb8607c8-b8d1-4b81-bd49-f966cd3052cc?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ef2783eebf16ecb1e5dbb7c094f6ba65", + "x-ms-correlation-request-id": "a59c3c6f-9ebe-4316-88af-2ec652fc1616", + "x-ms-ratelimit-remaining-subscription-reads": "11927", + "x-ms-request-id": "b41bba4d-9be2-4c5e-81ee-4b524a774db5", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085625Z:a59c3c6f-9ebe-4316-88af-2ec652fc1616" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bb8607c8-b8d1-4b81-bd49-f966cd3052cc?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "a8d8be49bebd1556022860b95d556f85", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:56:25 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bb8607c8-b8d1-4b81-bd49-f966cd3052cc?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a8d8be49bebd1556022860b95d556f85", + "x-ms-correlation-request-id": "7b850858-5eeb-4870-9608-a6adb398fb69", + "x-ms-ratelimit-remaining-subscription-reads": "11926", + "x-ms-request-id": "cabf29a8-734b-4755-a81c-adc144ca30e7", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085626Z:7b850858-5eeb-4870-9608-a6adb398fb69" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bb8607c8-b8d1-4b81-bd49-f966cd3052cc?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "73be705e834e78ab02fbd8de411c7587", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:56:25 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bb8607c8-b8d1-4b81-bd49-f966cd3052cc?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "73be705e834e78ab02fbd8de411c7587", + "x-ms-correlation-request-id": "ff0c5ba5-700a-4706-8273-6cfe473bdc5a", + "x-ms-ratelimit-remaining-subscription-reads": "11925", + "x-ms-request-id": "835d42bd-38dc-4c7c-8bfc-e9aa9b7a7066", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085626Z:ff0c5ba5-700a-4706-8273-6cfe473bdc5a" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bb8607c8-b8d1-4b81-bd49-f966cd3052cc?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "b80250508fc630142c11eded5ef88e8f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:56:26 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bb8607c8-b8d1-4b81-bd49-f966cd3052cc?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b80250508fc630142c11eded5ef88e8f", + "x-ms-correlation-request-id": "f8526881-cc7b-4dca-8185-1ac0b2f40ab3", + "x-ms-ratelimit-remaining-subscription-reads": "11924", + "x-ms-request-id": "107e0853-adfc-4954-84a2-dcd563aae7a2", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085626Z:f8526881-cc7b-4dca-8185-1ac0b2f40ab3" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bb8607c8-b8d1-4b81-bd49-f966cd3052cc?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "2462326b4637c5171260a5c2e578d4e6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:56:26 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bb8607c8-b8d1-4b81-bd49-f966cd3052cc?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "2462326b4637c5171260a5c2e578d4e6", + "x-ms-correlation-request-id": "63e79002-d214-4709-aa85-5a907b422be4", + "x-ms-ratelimit-remaining-subscription-reads": "11923", + "x-ms-request-id": "2d260558-260f-449d-a096-f75d9d9f6b43", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085627Z:63e79002-d214-4709-aa85-5a907b422be4" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bb8607c8-b8d1-4b81-bd49-f966cd3052cc?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "0c68d9b3b753cfbe5c8e463c96be1909", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:56:26 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bb8607c8-b8d1-4b81-bd49-f966cd3052cc?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "0c68d9b3b753cfbe5c8e463c96be1909", + "x-ms-correlation-request-id": "d5a4bef9-f74e-4810-861e-28a0f411ef16", + "x-ms-ratelimit-remaining-subscription-reads": "11922", + "x-ms-request-id": "8f701965-c77f-4af9-829d-090e215afd09", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085627Z:d5a4bef9-f74e-4810-861e-28a0f411ef16" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bb8607c8-b8d1-4b81-bd49-f966cd3052cc?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "0e72486c51ba0a50393ca565e9524ab4", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:56:27 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bb8607c8-b8d1-4b81-bd49-f966cd3052cc?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "0e72486c51ba0a50393ca565e9524ab4", + "x-ms-correlation-request-id": "5f9718bf-10ba-4bb1-9231-b02af444f2df", + "x-ms-ratelimit-remaining-subscription-reads": "11921", + "x-ms-request-id": "484f498a-2674-4ea5-b324-e4c68abfd424", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085627Z:5f9718bf-10ba-4bb1-9231-b02af444f2df" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bb8607c8-b8d1-4b81-bd49-f966cd3052cc?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "8539073d8190b43c7392c7a800da2f54", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:56:27 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bb8607c8-b8d1-4b81-bd49-f966cd3052cc?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "8539073d8190b43c7392c7a800da2f54", + "x-ms-correlation-request-id": "c9144d7d-2ed7-41df-9003-69addd2a58df", + "x-ms-ratelimit-remaining-subscription-reads": "11920", + "x-ms-request-id": "e5dc0b44-4859-461f-9c44-5085ef268c9a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085628Z:c9144d7d-2ed7-41df-9003-69addd2a58df" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bb8607c8-b8d1-4b81-bd49-f966cd3052cc?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "9d559b46c506612c885ed3161259e50a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:56:27 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bb8607c8-b8d1-4b81-bd49-f966cd3052cc?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "9d559b46c506612c885ed3161259e50a", + "x-ms-correlation-request-id": "7b21628b-690b-467a-8b43-0d8d54638bf9", + "x-ms-ratelimit-remaining-subscription-reads": "11919", + "x-ms-request-id": "93db16af-0915-4701-8c8d-79ccfb6e700c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085628Z:7b21628b-690b-467a-8b43-0d8d54638bf9" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bb8607c8-b8d1-4b81-bd49-f966cd3052cc?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "8eff92449384ea790bbd9a2789a70a5f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:56:27 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bb8607c8-b8d1-4b81-bd49-f966cd3052cc?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "8eff92449384ea790bbd9a2789a70a5f", + "x-ms-correlation-request-id": "499bd134-bbd8-42c8-a6ac-af50cfb9faf2", + "x-ms-ratelimit-remaining-subscription-reads": "11918", + "x-ms-request-id": "ed26e75f-360e-4178-ad0c-47433d804582", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085628Z:499bd134-bbd8-42c8-a6ac-af50cfb9faf2" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bb8607c8-b8d1-4b81-bd49-f966cd3052cc?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "4d1e500dacfc77addbd8fc32ae26a11a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:56:28 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bb8607c8-b8d1-4b81-bd49-f966cd3052cc?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4d1e500dacfc77addbd8fc32ae26a11a", + "x-ms-correlation-request-id": "9b4ce944-0940-46e1-9e8e-1f73180acf29", + "x-ms-ratelimit-remaining-subscription-reads": "11917", + "x-ms-request-id": "5d22ca7d-e0fa-48dd-a1d8-b50af837da45", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085628Z:9b4ce944-0940-46e1-9e8e-1f73180acf29" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bb8607c8-b8d1-4b81-bd49-f966cd3052cc?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "6d63bdada0dab3d0226a91482a04d8e1", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:56:28 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bb8607c8-b8d1-4b81-bd49-f966cd3052cc?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6d63bdada0dab3d0226a91482a04d8e1", + "x-ms-correlation-request-id": "7128fa27-950d-410a-8b6a-d0c091d04479", + "x-ms-ratelimit-remaining-subscription-reads": "11916", + "x-ms-request-id": "8be3c1af-86db-4d94-ae9f-a45d42c1e992", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085629Z:7128fa27-950d-410a-8b6a-d0c091d04479" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bb8607c8-b8d1-4b81-bd49-f966cd3052cc?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "c1097354983a970de588b3ac96473ce5", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:56:28 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bb8607c8-b8d1-4b81-bd49-f966cd3052cc?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c1097354983a970de588b3ac96473ce5", + "x-ms-correlation-request-id": "3f3f41ae-3126-41d3-b3e9-5ffd09d32f90", + "x-ms-ratelimit-remaining-subscription-reads": "11915", + "x-ms-request-id": "3f396a76-baca-4c0e-8de5-e73a460d381f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085629Z:3f3f41ae-3126-41d3-b3e9-5ffd09d32f90" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bb8607c8-b8d1-4b81-bd49-f966cd3052cc?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "cb7a801c9c436c84806b2b921b644cd6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:56:29 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bb8607c8-b8d1-4b81-bd49-f966cd3052cc?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "cb7a801c9c436c84806b2b921b644cd6", + "x-ms-correlation-request-id": "3cd84b1c-4eba-4ad4-998f-0f0feb6578ad", + "x-ms-ratelimit-remaining-subscription-reads": "11914", + "x-ms-request-id": "72633797-3334-40f4-9910-b5199b0817ee", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085629Z:3cd84b1c-4eba-4ad4-998f-0f0feb6578ad" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bb8607c8-b8d1-4b81-bd49-f966cd3052cc?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "3add1bffe01c14e0b0cc8852ed231cda", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:56:29 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bb8607c8-b8d1-4b81-bd49-f966cd3052cc?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "3add1bffe01c14e0b0cc8852ed231cda", + "x-ms-correlation-request-id": "bb248dcd-52fd-461f-8e50-baaf7fe4cc24", + "x-ms-ratelimit-remaining-subscription-reads": "11913", + "x-ms-request-id": "2728b6f9-63d5-4d0a-bc63-6c4c674e5669", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085630Z:bb248dcd-52fd-461f-8e50-baaf7fe4cc24" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bb8607c8-b8d1-4b81-bd49-f966cd3052cc?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "aa2cab2d0c8ab79def9d40ce6d7a7c80", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:56:29 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bb8607c8-b8d1-4b81-bd49-f966cd3052cc?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "aa2cab2d0c8ab79def9d40ce6d7a7c80", + "x-ms-correlation-request-id": "fa9acfc0-7e17-4a04-9eeb-1b5bd07e8754", + "x-ms-ratelimit-remaining-subscription-reads": "11912", + "x-ms-request-id": "3065b838-2fcf-4f2a-a108-2d0322b8ba06", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085630Z:fa9acfc0-7e17-4a04-9eeb-1b5bd07e8754" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bb8607c8-b8d1-4b81-bd49-f966cd3052cc?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "7aacdd3b01693cc99f651b7714317f5c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:56:30 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bb8607c8-b8d1-4b81-bd49-f966cd3052cc?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "7aacdd3b01693cc99f651b7714317f5c", + "x-ms-correlation-request-id": "3dfeaea0-ddc7-4174-978f-c755e4bb1810", + "x-ms-ratelimit-remaining-subscription-reads": "11911", + "x-ms-request-id": "799a1dc9-8a72-4ccc-9881-3cccf9e84b8a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085630Z:3dfeaea0-ddc7-4174-978f-c755e4bb1810" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bb8607c8-b8d1-4b81-bd49-f966cd3052cc?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "6f64504ea237f34b7e264b7f9f11a735", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:56:30 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bb8607c8-b8d1-4b81-bd49-f966cd3052cc?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6f64504ea237f34b7e264b7f9f11a735", + "x-ms-correlation-request-id": "aeb146f1-1f4a-4b41-a38c-df9b0051616b", + "x-ms-ratelimit-remaining-subscription-reads": "11910", + "x-ms-request-id": "a745c3d4-ee7b-4975-a349-a08f4f83ad03", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085631Z:aeb146f1-1f4a-4b41-a38c-df9b0051616b" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bb8607c8-b8d1-4b81-bd49-f966cd3052cc?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "0f17074fa1772c70e2f00a25f026a3bd", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:56:30 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bb8607c8-b8d1-4b81-bd49-f966cd3052cc?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "0f17074fa1772c70e2f00a25f026a3bd", + "x-ms-correlation-request-id": "4b561c99-d91e-4d4a-9f46-63263d953028", + "x-ms-ratelimit-remaining-subscription-reads": "11909", + "x-ms-request-id": "42914f2a-189d-4691-a86e-3e0b10b0be3d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085631Z:4b561c99-d91e-4d4a-9f46-63263d953028" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bb8607c8-b8d1-4b81-bd49-f966cd3052cc?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "1c7fe41e0c16984891b8fc43b64a9c8d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:56:31 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bb8607c8-b8d1-4b81-bd49-f966cd3052cc?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1c7fe41e0c16984891b8fc43b64a9c8d", + "x-ms-correlation-request-id": "f2eb53c2-a51e-4aa3-956d-891dd3ef43ef", + "x-ms-ratelimit-remaining-subscription-reads": "11908", + "x-ms-request-id": "34a3ad80-8767-44ab-a851-b4dcd36b936d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085631Z:f2eb53c2-a51e-4aa3-956d-891dd3ef43ef" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bb8607c8-b8d1-4b81-bd49-f966cd3052cc?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "0c27e6be6f1aade5e0388d4797260258", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:56:31 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bb8607c8-b8d1-4b81-bd49-f966cd3052cc?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "0c27e6be6f1aade5e0388d4797260258", + "x-ms-correlation-request-id": "bf21e41c-3f57-4a18-b2a4-95cba9abcf18", + "x-ms-ratelimit-remaining-subscription-reads": "11907", + "x-ms-request-id": "32667d94-73c4-4a7f-a4f4-77afc355095c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085631Z:bf21e41c-3f57-4a18-b2a4-95cba9abcf18" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bb8607c8-b8d1-4b81-bd49-f966cd3052cc?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "bb618d828a92431fbe7e7dbea42c7598", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:56:31 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bb8607c8-b8d1-4b81-bd49-f966cd3052cc?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "bb618d828a92431fbe7e7dbea42c7598", + "x-ms-correlation-request-id": "d049278a-0c5f-471b-9c52-86c2a4149600", + "x-ms-ratelimit-remaining-subscription-reads": "11906", + "x-ms-request-id": "91b9825c-1c79-4a2f-8a70-1bd443539e23", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085632Z:d049278a-0c5f-471b-9c52-86c2a4149600" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bb8607c8-b8d1-4b81-bd49-f966cd3052cc?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "0a667c5397feaea3fed23cdd7f01016b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:56:31 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bb8607c8-b8d1-4b81-bd49-f966cd3052cc?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "0a667c5397feaea3fed23cdd7f01016b", + "x-ms-correlation-request-id": "67c37034-4b4c-4c84-b298-db7be62984ee", + "x-ms-ratelimit-remaining-subscription-reads": "11905", + "x-ms-request-id": "6219fe03-9871-4fe4-86d4-bb8711da6108", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085632Z:67c37034-4b4c-4c84-b298-db7be62984ee" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bb8607c8-b8d1-4b81-bd49-f966cd3052cc?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "28c1a4b6e1e833fbc7e44d9cf12608b3", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:56:32 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bb8607c8-b8d1-4b81-bd49-f966cd3052cc?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "28c1a4b6e1e833fbc7e44d9cf12608b3", + "x-ms-correlation-request-id": "34bb0724-f698-48fd-87fb-bbaba88df401", + "x-ms-ratelimit-remaining-subscription-reads": "11904", + "x-ms-request-id": "87c75dc1-b243-4d73-89a1-a084b646f3a6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085632Z:34bb0724-f698-48fd-87fb-bbaba88df401" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bb8607c8-b8d1-4b81-bd49-f966cd3052cc?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "1bf3f5c3f8c0eb59eab2bcbf4e41c3bd", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:56:32 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bb8607c8-b8d1-4b81-bd49-f966cd3052cc?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1bf3f5c3f8c0eb59eab2bcbf4e41c3bd", + "x-ms-correlation-request-id": "fc61036d-7819-40b5-8e11-2c2f6b011192", + "x-ms-ratelimit-remaining-subscription-reads": "11903", + "x-ms-request-id": "5665b573-6f11-4f2e-b24d-63c43553bc16", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085633Z:fc61036d-7819-40b5-8e11-2c2f6b011192" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bb8607c8-b8d1-4b81-bd49-f966cd3052cc?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "0008127d4c6b72af8032431a4906bdd8", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:56:32 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bb8607c8-b8d1-4b81-bd49-f966cd3052cc?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "0008127d4c6b72af8032431a4906bdd8", + "x-ms-correlation-request-id": "2dac835c-bb14-4841-a1bc-49a983d2c569", + "x-ms-ratelimit-remaining-subscription-reads": "11902", + "x-ms-request-id": "5c6dcd0c-0a3a-4c57-bdf8-36ce274406f7", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085633Z:2dac835c-bb14-4841-a1bc-49a983d2c569" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bb8607c8-b8d1-4b81-bd49-f966cd3052cc?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "891a88cae50ebeab4bd53d36253ce585", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:56:33 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bb8607c8-b8d1-4b81-bd49-f966cd3052cc?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "891a88cae50ebeab4bd53d36253ce585", + "x-ms-correlation-request-id": "dbc6fd36-2a0d-4486-b9f9-8d9d6373c3d4", + "x-ms-ratelimit-remaining-subscription-reads": "11901", + "x-ms-request-id": "1d5b3c95-85bc-4123-9fac-899c5d26a481", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085633Z:dbc6fd36-2a0d-4486-b9f9-8d9d6373c3d4" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bb8607c8-b8d1-4b81-bd49-f966cd3052cc?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "df1e9020081d764745809a8db43fa1e3", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:56:33 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bb8607c8-b8d1-4b81-bd49-f966cd3052cc?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "df1e9020081d764745809a8db43fa1e3", + "x-ms-correlation-request-id": "0993618e-e767-4c12-8daf-d232ccf0692c", + "x-ms-ratelimit-remaining-subscription-reads": "11900", + "x-ms-request-id": "b5dd057e-f5ba-40f2-9ee6-8bedb09e1bd9", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085634Z:0993618e-e767-4c12-8daf-d232ccf0692c" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bb8607c8-b8d1-4b81-bd49-f966cd3052cc?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "c5f5e3f5392797ae674ab4950e784d44", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:56:33 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bb8607c8-b8d1-4b81-bd49-f966cd3052cc?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c5f5e3f5392797ae674ab4950e784d44", + "x-ms-correlation-request-id": "a6ea3e8d-18f3-4087-b7c3-0b18ed6f676b", + "x-ms-ratelimit-remaining-subscription-reads": "11899", + "x-ms-request-id": "cfd08f40-24f2-46fe-84b8-37f2b28e1301", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085634Z:a6ea3e8d-18f3-4087-b7c3-0b18ed6f676b" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bb8607c8-b8d1-4b81-bd49-f966cd3052cc?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "b9f9be4ddde8c1ba41a4438d4b1d090b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:56:34 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bb8607c8-b8d1-4b81-bd49-f966cd3052cc?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b9f9be4ddde8c1ba41a4438d4b1d090b", + "x-ms-correlation-request-id": "226fff99-fe52-47a6-be2d-251b52fb34ee", + "x-ms-ratelimit-remaining-subscription-reads": "11898", + "x-ms-request-id": "5e26a7fe-0c27-4693-bdf7-1963e6fc0095", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085634Z:226fff99-fe52-47a6-be2d-251b52fb34ee" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bb8607c8-b8d1-4b81-bd49-f966cd3052cc?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "41405a341f46e65ee18777d353b167cc", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:56:34 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bb8607c8-b8d1-4b81-bd49-f966cd3052cc?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "41405a341f46e65ee18777d353b167cc", + "x-ms-correlation-request-id": "1ae171c4-02c5-4b3d-ba9c-522cf60299e9", + "x-ms-ratelimit-remaining-subscription-reads": "11897", + "x-ms-request-id": "7e1a31c1-f446-4ad0-9c99-aa7e1bdd7447", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085635Z:1ae171c4-02c5-4b3d-ba9c-522cf60299e9" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bb8607c8-b8d1-4b81-bd49-f966cd3052cc?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "f63f5533e74617fb29338483f5214c49", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:56:34 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bb8607c8-b8d1-4b81-bd49-f966cd3052cc?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f63f5533e74617fb29338483f5214c49", + "x-ms-correlation-request-id": "8b70121d-3925-41c2-a003-bf5b3afeadf6", + "x-ms-ratelimit-remaining-subscription-reads": "11896", + "x-ms-request-id": "5736f5d8-6cf4-4692-a4d2-9c94a765d8be", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085635Z:8b70121d-3925-41c2-a003-bf5b3afeadf6" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bb8607c8-b8d1-4b81-bd49-f966cd3052cc?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "b461a8400c382efd6012d86165e76e8f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:56:34 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bb8607c8-b8d1-4b81-bd49-f966cd3052cc?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b461a8400c382efd6012d86165e76e8f", + "x-ms-correlation-request-id": "ed346ea5-ea9f-409e-a28a-cf74b2d640ba", + "x-ms-ratelimit-remaining-subscription-reads": "11895", + "x-ms-request-id": "18f99408-28e7-4e0a-bb68-62c8e5b1e25f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085635Z:ed346ea5-ea9f-409e-a28a-cf74b2d640ba" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bb8607c8-b8d1-4b81-bd49-f966cd3052cc?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "f55a773c13de4cc55e2917139bdbf0c0", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:56:35 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bb8607c8-b8d1-4b81-bd49-f966cd3052cc?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f55a773c13de4cc55e2917139bdbf0c0", + "x-ms-correlation-request-id": "881f92cc-03a4-47d0-b6d9-a4108727c901", + "x-ms-ratelimit-remaining-subscription-reads": "11894", + "x-ms-request-id": "31491a0d-316b-4891-839e-0643c39bca1d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085635Z:881f92cc-03a4-47d0-b6d9-a4108727c901" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bb8607c8-b8d1-4b81-bd49-f966cd3052cc?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "aa922e3ab24f2794581196330f9ab142", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:56:35 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bb8607c8-b8d1-4b81-bd49-f966cd3052cc?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "aa922e3ab24f2794581196330f9ab142", + "x-ms-correlation-request-id": "8a907779-b10c-4c7e-97a1-ba5bbcdf8dc1", + "x-ms-ratelimit-remaining-subscription-reads": "11893", + "x-ms-request-id": "3cf40d5b-ee91-43a4-b79f-b91db0d29c7f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085636Z:8a907779-b10c-4c7e-97a1-ba5bbcdf8dc1" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bb8607c8-b8d1-4b81-bd49-f966cd3052cc?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "7e46f4c556c62d6ae314560ef4ea9285", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:56:35 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bb8607c8-b8d1-4b81-bd49-f966cd3052cc?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "7e46f4c556c62d6ae314560ef4ea9285", + "x-ms-correlation-request-id": "59a31b24-1c7b-4011-9eaa-95ddc1d8ea75", + "x-ms-ratelimit-remaining-subscription-reads": "11892", + "x-ms-request-id": "b2e424d3-228b-4684-b4bf-8afe0e694dc9", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085636Z:59a31b24-1c7b-4011-9eaa-95ddc1d8ea75" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bb8607c8-b8d1-4b81-bd49-f966cd3052cc?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "37261822c3548a3fe2339dcc7d923dc3", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:56:36 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bb8607c8-b8d1-4b81-bd49-f966cd3052cc?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "37261822c3548a3fe2339dcc7d923dc3", + "x-ms-correlation-request-id": "3ac4e2ea-43de-4c9b-a073-2fdfa2369ef3", + "x-ms-ratelimit-remaining-subscription-reads": "11891", + "x-ms-request-id": "4d0adfd6-f58e-465e-af05-7e3e796e5a2a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085636Z:3ac4e2ea-43de-4c9b-a073-2fdfa2369ef3" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bb8607c8-b8d1-4b81-bd49-f966cd3052cc?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "a64ed5777194e4f9c365c73b5b86326e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1585", + "Content-Type": "application/json", + "Date": "Tue, 16 Nov 2021 08:56:36 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a64ed5777194e4f9c365c73b5b86326e", + "x-ms-correlation-request-id": "8abd5179-9408-44cc-b2c9-e70cdec2bc18", + "x-ms-ratelimit-remaining-subscription-reads": "11890", + "x-ms-request-id": "9a77b513-7153-4f5b-9a92-47375e23c75d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085637Z:8abd5179-9408-44cc-b2c9-e70cdec2bc18" + }, + "ResponseBody": { + "sku": { + "name": "Standard_RAGRS", + "tier": "Standard" + }, + "kind": "Storage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1232/providers/Microsoft.Storage/storageAccounts/teststoragemgmt5756", + "name": "teststoragemgmt5756", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-11-16T08:56:18.2025305Z", + "key2": "2021-11-16T08:56:18.2025305Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-16T08:56:18.2025305Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-16T08:56:18.2025305Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "provisioningState": "Succeeded", + "creationTime": "2021-11-16T08:56:18.1087660Z", + "primaryEndpoints": { + "blob": "https://teststoragemgmt5756.blob.core.windows.net/", + "queue": "https://teststoragemgmt5756.queue.core.windows.net/", + "table": "https://teststoragemgmt5756.table.core.windows.net/", + "file": "https://teststoragemgmt5756.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available", + "secondaryEndpoints": { + "blob": "https://teststoragemgmt5756-secondary.blob.core.windows.net/", + "queue": "https://teststoragemgmt5756-secondary.queue.core.windows.net/", + "table": "https://teststoragemgmt5756-secondary.table.core.windows.net/" + } + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/checkNameAvailability?api-version=2021-04-01", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "73", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211116.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "74f71111ee7ab401bc9c93b99eb050d7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "name": "teststoragemgmt6897", + "type": "Microsoft.Storage/storageAccounts" + }, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "22", + "Content-Type": "application/json", + "Date": "Tue, 16 Nov 2021 08:56:37 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "74f71111ee7ab401bc9c93b99eb050d7", + "x-ms-correlation-request-id": "569b6c10-2115-479f-98b0-62765af19a4a", + "x-ms-ratelimit-remaining-subscription-reads": "11889", + "x-ms-request-id": "95eeaa00-a843-4971-bdfb-a784cc29a06f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085638Z:569b6c10-2115-479f-98b0-62765af19a4a" + }, + "ResponseBody": { + "nameAvailable": true + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1232/providers/Microsoft.Storage/storageAccounts/teststoragemgmt6897?api-version=2021-04-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "126", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211116.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "9b1f9692f0ec1eb04273effc042e5b00", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "sku": { + "name": "Standard_ZRS" + }, + "kind": "Storage", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": {} + }, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:56:42 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3c86b6cb-70e1-4c0e-bea6-6261dfe6b0b0?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "9b1f9692f0ec1eb04273effc042e5b00", + "x-ms-correlation-request-id": "f06212b8-8c6d-425f-ac52-c41c75cec781", + "x-ms-ratelimit-remaining-subscription-writes": "1197", + "x-ms-request-id": "3c86b6cb-70e1-4c0e-bea6-6261dfe6b0b0", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085643Z:f06212b8-8c6d-425f-ac52-c41c75cec781" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3c86b6cb-70e1-4c0e-bea6-6261dfe6b0b0?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "efc96376d212209261d83206fe04b08d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:56:42 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3c86b6cb-70e1-4c0e-bea6-6261dfe6b0b0?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "efc96376d212209261d83206fe04b08d", + "x-ms-correlation-request-id": "865b466d-3c5c-491a-8bbe-bc24eeeeb980", + "x-ms-ratelimit-remaining-subscription-reads": "11888", + "x-ms-request-id": "03a769e8-56c6-4d18-9e8a-6f58852cf986", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085643Z:865b466d-3c5c-491a-8bbe-bc24eeeeb980" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3c86b6cb-70e1-4c0e-bea6-6261dfe6b0b0?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "508a9241cf44439099384efb17dbb817", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:56:43 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3c86b6cb-70e1-4c0e-bea6-6261dfe6b0b0?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "508a9241cf44439099384efb17dbb817", + "x-ms-correlation-request-id": "7cf86197-3606-4286-b6bd-994f94f67956", + "x-ms-ratelimit-remaining-subscription-reads": "11887", + "x-ms-request-id": "be2053ce-7b7d-4f0d-aa3e-dacac9cb115c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085643Z:7cf86197-3606-4286-b6bd-994f94f67956" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3c86b6cb-70e1-4c0e-bea6-6261dfe6b0b0?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "a085394e6c655cedbb4b206e1cf6e848", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:56:43 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3c86b6cb-70e1-4c0e-bea6-6261dfe6b0b0?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a085394e6c655cedbb4b206e1cf6e848", + "x-ms-correlation-request-id": "a8792c33-1f86-49d6-820c-2813d43bd4b1", + "x-ms-ratelimit-remaining-subscription-reads": "11886", + "x-ms-request-id": "68a0374b-2a66-4d84-b1f5-0fcba825fdc6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085644Z:a8792c33-1f86-49d6-820c-2813d43bd4b1" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3c86b6cb-70e1-4c0e-bea6-6261dfe6b0b0?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "d3934a41d49fa771d28556da83970985", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:56:43 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3c86b6cb-70e1-4c0e-bea6-6261dfe6b0b0?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d3934a41d49fa771d28556da83970985", + "x-ms-correlation-request-id": "492b0a35-8c4f-4c1f-8d01-bbec26f7d0d3", + "x-ms-ratelimit-remaining-subscription-reads": "11885", + "x-ms-request-id": "9bc5cda7-89f4-4e41-ba79-483acba3e7d7", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085644Z:492b0a35-8c4f-4c1f-8d01-bbec26f7d0d3" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3c86b6cb-70e1-4c0e-bea6-6261dfe6b0b0?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "c5b81a1f0f7fd428a42d94f8ae2226a2", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:56:43 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3c86b6cb-70e1-4c0e-bea6-6261dfe6b0b0?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c5b81a1f0f7fd428a42d94f8ae2226a2", + "x-ms-correlation-request-id": "e710b110-df94-4dbd-9711-4847ccac704a", + "x-ms-ratelimit-remaining-subscription-reads": "11884", + "x-ms-request-id": "88b290e2-6e2e-4b0a-b353-90ec3c5be19f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085644Z:e710b110-df94-4dbd-9711-4847ccac704a" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3c86b6cb-70e1-4c0e-bea6-6261dfe6b0b0?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "ccb90650e5477978c8ddcee01513d924", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:56:44 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3c86b6cb-70e1-4c0e-bea6-6261dfe6b0b0?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ccb90650e5477978c8ddcee01513d924", + "x-ms-correlation-request-id": "00f784d7-8340-49a6-bcbe-01c70f23aef5", + "x-ms-ratelimit-remaining-subscription-reads": "11883", + "x-ms-request-id": "89eb0f3e-8510-4ffc-b837-ec9311bf29c6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085644Z:00f784d7-8340-49a6-bcbe-01c70f23aef5" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3c86b6cb-70e1-4c0e-bea6-6261dfe6b0b0?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "024e9a42233d32c822bf2e714078f8b0", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:56:44 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3c86b6cb-70e1-4c0e-bea6-6261dfe6b0b0?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "024e9a42233d32c822bf2e714078f8b0", + "x-ms-correlation-request-id": "ac2ae6ce-8aa7-440f-b2cf-5cd30ba27dca", + "x-ms-ratelimit-remaining-subscription-reads": "11882", + "x-ms-request-id": "1dd73eb7-93a7-42c3-8821-f73ba522d911", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085645Z:ac2ae6ce-8aa7-440f-b2cf-5cd30ba27dca" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3c86b6cb-70e1-4c0e-bea6-6261dfe6b0b0?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "7c8ab35e3cdd393ea23ffca14148bf91", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:56:44 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3c86b6cb-70e1-4c0e-bea6-6261dfe6b0b0?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "7c8ab35e3cdd393ea23ffca14148bf91", + "x-ms-correlation-request-id": "540163af-a5bc-4331-b56f-56bdde15783d", + "x-ms-ratelimit-remaining-subscription-reads": "11881", + "x-ms-request-id": "712ebd22-0de5-481c-8db6-f0ca470e67e6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085645Z:540163af-a5bc-4331-b56f-56bdde15783d" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3c86b6cb-70e1-4c0e-bea6-6261dfe6b0b0?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "14b66f5424d32d643e87a988b6063950", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:56:45 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3c86b6cb-70e1-4c0e-bea6-6261dfe6b0b0?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "14b66f5424d32d643e87a988b6063950", + "x-ms-correlation-request-id": "ef2a632f-45a3-4fb6-94be-f95526f7b3ec", + "x-ms-ratelimit-remaining-subscription-reads": "11880", + "x-ms-request-id": "07d76f20-64bc-4646-abcc-6bec2581aa29", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085645Z:ef2a632f-45a3-4fb6-94be-f95526f7b3ec" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3c86b6cb-70e1-4c0e-bea6-6261dfe6b0b0?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "61811ee55c8905475b155ffe2626f1da", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:56:45 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3c86b6cb-70e1-4c0e-bea6-6261dfe6b0b0?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "61811ee55c8905475b155ffe2626f1da", + "x-ms-correlation-request-id": "31d504cf-a683-48a1-8015-163747a72cc9", + "x-ms-ratelimit-remaining-subscription-reads": "11879", + "x-ms-request-id": "e96338b3-d79e-4720-a0d2-47a1b6a4eefe", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085646Z:31d504cf-a683-48a1-8015-163747a72cc9" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3c86b6cb-70e1-4c0e-bea6-6261dfe6b0b0?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "d01d9dffe4c139dc4f5d3e5592b6829b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:56:45 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3c86b6cb-70e1-4c0e-bea6-6261dfe6b0b0?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d01d9dffe4c139dc4f5d3e5592b6829b", + "x-ms-correlation-request-id": "69ab4dcb-8447-4078-b58e-7e7d1b28ff33", + "x-ms-ratelimit-remaining-subscription-reads": "11878", + "x-ms-request-id": "3c4c158c-7baa-49db-a863-5f467f2d8bf8", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085646Z:69ab4dcb-8447-4078-b58e-7e7d1b28ff33" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3c86b6cb-70e1-4c0e-bea6-6261dfe6b0b0?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "22bcab065dc6f70828b1b9bec4660617", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:56:46 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3c86b6cb-70e1-4c0e-bea6-6261dfe6b0b0?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "22bcab065dc6f70828b1b9bec4660617", + "x-ms-correlation-request-id": "40f9e684-a067-467c-88eb-c1a419917c48", + "x-ms-ratelimit-remaining-subscription-reads": "11877", + "x-ms-request-id": "848049bb-cd2b-40e8-bab2-a65a6ea94faf", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085646Z:40f9e684-a067-467c-88eb-c1a419917c48" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3c86b6cb-70e1-4c0e-bea6-6261dfe6b0b0?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "1988cf9668e9018e4147122b1ef172a4", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:56:46 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3c86b6cb-70e1-4c0e-bea6-6261dfe6b0b0?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1988cf9668e9018e4147122b1ef172a4", + "x-ms-correlation-request-id": "be39312c-3b56-40f4-ab1c-0607228eb4b5", + "x-ms-ratelimit-remaining-subscription-reads": "11876", + "x-ms-request-id": "bb5d5b31-12c1-4ca3-93fe-647931e578a7", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085647Z:be39312c-3b56-40f4-ab1c-0607228eb4b5" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3c86b6cb-70e1-4c0e-bea6-6261dfe6b0b0?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "7af7c492ce6aa2139525a7102a1d75e9", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:56:46 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3c86b6cb-70e1-4c0e-bea6-6261dfe6b0b0?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "7af7c492ce6aa2139525a7102a1d75e9", + "x-ms-correlation-request-id": "dd631e16-a773-4eaa-8523-16faee856311", + "x-ms-ratelimit-remaining-subscription-reads": "11875", + "x-ms-request-id": "a18bad0d-544c-4d5f-be93-9184bc9d88b4", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085647Z:dd631e16-a773-4eaa-8523-16faee856311" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3c86b6cb-70e1-4c0e-bea6-6261dfe6b0b0?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "c3bf2756692e9db21dbbe17e4adcd936", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:56:47 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3c86b6cb-70e1-4c0e-bea6-6261dfe6b0b0?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c3bf2756692e9db21dbbe17e4adcd936", + "x-ms-correlation-request-id": "0f1a1afa-b4bf-46ee-b141-7afb6311f315", + "x-ms-ratelimit-remaining-subscription-reads": "11874", + "x-ms-request-id": "b1b48b98-23e2-4db9-ab3c-35bce8fd55a9", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085647Z:0f1a1afa-b4bf-46ee-b141-7afb6311f315" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3c86b6cb-70e1-4c0e-bea6-6261dfe6b0b0?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "002c143e8b6ec8acbbe584c3c17ed623", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:56:47 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3c86b6cb-70e1-4c0e-bea6-6261dfe6b0b0?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "002c143e8b6ec8acbbe584c3c17ed623", + "x-ms-correlation-request-id": "993e24b5-d2be-48f1-86c6-7079cecf68f3", + "x-ms-ratelimit-remaining-subscription-reads": "11873", + "x-ms-request-id": "b5099d69-5328-47e5-9308-5eaedfc175c5", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085648Z:993e24b5-d2be-48f1-86c6-7079cecf68f3" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3c86b6cb-70e1-4c0e-bea6-6261dfe6b0b0?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "f6d529d2af322976115a5daeec9558b9", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:56:47 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3c86b6cb-70e1-4c0e-bea6-6261dfe6b0b0?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f6d529d2af322976115a5daeec9558b9", + "x-ms-correlation-request-id": "8f1ad944-7a35-471b-b3ac-82712e0cf93f", + "x-ms-ratelimit-remaining-subscription-reads": "11872", + "x-ms-request-id": "e5262504-3c84-4426-bbdf-3bfbf578e638", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085648Z:8f1ad944-7a35-471b-b3ac-82712e0cf93f" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3c86b6cb-70e1-4c0e-bea6-6261dfe6b0b0?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "16d2704c74f1ca7a7af60749e5eedc9e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:56:47 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3c86b6cb-70e1-4c0e-bea6-6261dfe6b0b0?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "16d2704c74f1ca7a7af60749e5eedc9e", + "x-ms-correlation-request-id": "02d29f1e-a3ef-455a-a890-c2e09dfe39bb", + "x-ms-ratelimit-remaining-subscription-reads": "11871", + "x-ms-request-id": "e0cb6583-256d-4514-87c3-6cdf4134de6a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085648Z:02d29f1e-a3ef-455a-a890-c2e09dfe39bb" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3c86b6cb-70e1-4c0e-bea6-6261dfe6b0b0?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "21acbde5e3068e049d03ee142efddb26", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:56:48 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3c86b6cb-70e1-4c0e-bea6-6261dfe6b0b0?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "21acbde5e3068e049d03ee142efddb26", + "x-ms-correlation-request-id": "7074c228-e33f-4419-83cb-3d6b80f25637", + "x-ms-ratelimit-remaining-subscription-reads": "11870", + "x-ms-request-id": "68a1a4c4-9ab2-4044-b859-6e733d65b1af", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085649Z:7074c228-e33f-4419-83cb-3d6b80f25637" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3c86b6cb-70e1-4c0e-bea6-6261dfe6b0b0?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "5077cb8dbfac5e32ae0a7b3ba72d4322", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:56:48 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3c86b6cb-70e1-4c0e-bea6-6261dfe6b0b0?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5077cb8dbfac5e32ae0a7b3ba72d4322", + "x-ms-correlation-request-id": "62d91d7e-b5b0-4b6b-af3d-4c5db59f19db", + "x-ms-ratelimit-remaining-subscription-reads": "11869", + "x-ms-request-id": "dab4cf9e-f5fa-4802-8954-7078402c8a26", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085649Z:62d91d7e-b5b0-4b6b-af3d-4c5db59f19db" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3c86b6cb-70e1-4c0e-bea6-6261dfe6b0b0?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "2fc9be7d36e969b26c4378ee85669c7d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:56:48 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3c86b6cb-70e1-4c0e-bea6-6261dfe6b0b0?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "2fc9be7d36e969b26c4378ee85669c7d", + "x-ms-correlation-request-id": "215471b2-2e72-4683-a43a-83d1d653a135", + "x-ms-ratelimit-remaining-subscription-reads": "11868", + "x-ms-request-id": "abcd3a68-00c1-4e8f-95a9-a0ccfa138901", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085649Z:215471b2-2e72-4683-a43a-83d1d653a135" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3c86b6cb-70e1-4c0e-bea6-6261dfe6b0b0?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "19bbe11b8c7725f28b4d72fc67c8e670", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:56:49 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3c86b6cb-70e1-4c0e-bea6-6261dfe6b0b0?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "19bbe11b8c7725f28b4d72fc67c8e670", + "x-ms-correlation-request-id": "9c9d817e-bd7b-4e50-9b1d-c82f27311903", + "x-ms-ratelimit-remaining-subscription-reads": "11867", + "x-ms-request-id": "adc91ca2-67fb-4aea-a5ee-5482019524cf", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085649Z:9c9d817e-bd7b-4e50-9b1d-c82f27311903" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3c86b6cb-70e1-4c0e-bea6-6261dfe6b0b0?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "6f96cbbfac34563d180ee3684643d847", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:56:49 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3c86b6cb-70e1-4c0e-bea6-6261dfe6b0b0?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6f96cbbfac34563d180ee3684643d847", + "x-ms-correlation-request-id": "e04c788e-ece0-4802-b401-9a23d0bb9080", + "x-ms-ratelimit-remaining-subscription-reads": "11866", + "x-ms-request-id": "6f9dadd0-4ffa-4116-ae69-b35d8273f9c7", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085650Z:e04c788e-ece0-4802-b401-9a23d0bb9080" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3c86b6cb-70e1-4c0e-bea6-6261dfe6b0b0?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "c520fe6e2a71f1abcca4a39bc3b601a4", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:56:49 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3c86b6cb-70e1-4c0e-bea6-6261dfe6b0b0?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c520fe6e2a71f1abcca4a39bc3b601a4", + "x-ms-correlation-request-id": "6cbe3c3d-6b71-43ba-b286-52c2627379e4", + "x-ms-ratelimit-remaining-subscription-reads": "11865", + "x-ms-request-id": "4b2ae895-16e6-4421-9a0c-8d55a6acba71", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085650Z:6cbe3c3d-6b71-43ba-b286-52c2627379e4" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3c86b6cb-70e1-4c0e-bea6-6261dfe6b0b0?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "ba2f085d2dd06e48a4650069a88ade48", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:56:50 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3c86b6cb-70e1-4c0e-bea6-6261dfe6b0b0?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ba2f085d2dd06e48a4650069a88ade48", + "x-ms-correlation-request-id": "e56c5306-df1f-4d66-9d9e-122866a460ac", + "x-ms-ratelimit-remaining-subscription-reads": "11864", + "x-ms-request-id": "59bd651b-d329-47f0-8c24-5d4a5bfc7895", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085650Z:e56c5306-df1f-4d66-9d9e-122866a460ac" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3c86b6cb-70e1-4c0e-bea6-6261dfe6b0b0?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "688e2b7520a795ff20a4a39008a29262", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:56:50 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3c86b6cb-70e1-4c0e-bea6-6261dfe6b0b0?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "688e2b7520a795ff20a4a39008a29262", + "x-ms-correlation-request-id": "78c1ffeb-ce65-43a2-802f-6b0856e1dba0", + "x-ms-ratelimit-remaining-subscription-reads": "11863", + "x-ms-request-id": "aa679478-20ff-486a-b3c8-35033a5e4772", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085651Z:78c1ffeb-ce65-43a2-802f-6b0856e1dba0" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3c86b6cb-70e1-4c0e-bea6-6261dfe6b0b0?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "3e0b3e0c1d134077b5b1210b29414941", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:56:50 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3c86b6cb-70e1-4c0e-bea6-6261dfe6b0b0?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "3e0b3e0c1d134077b5b1210b29414941", + "x-ms-correlation-request-id": "227d0e1b-300f-4388-90a3-89d015f888fd", + "x-ms-ratelimit-remaining-subscription-reads": "11862", + "x-ms-request-id": "ebcdcfa5-c547-424d-9aff-a5cbddd1d37f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085651Z:227d0e1b-300f-4388-90a3-89d015f888fd" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3c86b6cb-70e1-4c0e-bea6-6261dfe6b0b0?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "98255bc598283cfd089a992b8ab86602", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:56:51 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3c86b6cb-70e1-4c0e-bea6-6261dfe6b0b0?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "98255bc598283cfd089a992b8ab86602", + "x-ms-correlation-request-id": "6fd93a1f-1956-429f-81d6-645645e733b2", + "x-ms-ratelimit-remaining-subscription-reads": "11861", + "x-ms-request-id": "9b9509ce-a42b-401c-9453-f869559e8db0", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085651Z:6fd93a1f-1956-429f-81d6-645645e733b2" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3c86b6cb-70e1-4c0e-bea6-6261dfe6b0b0?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "695d9ed29f7f5834b34db2f5fff36bdf", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:56:51 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3c86b6cb-70e1-4c0e-bea6-6261dfe6b0b0?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "695d9ed29f7f5834b34db2f5fff36bdf", + "x-ms-correlation-request-id": "990059d0-d5ca-4260-8b15-b7e3cb4f51e1", + "x-ms-ratelimit-remaining-subscription-reads": "11860", + "x-ms-request-id": "fab2017f-4c4c-4d68-a7a6-6e2aefa7f6ad", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085652Z:990059d0-d5ca-4260-8b15-b7e3cb4f51e1" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3c86b6cb-70e1-4c0e-bea6-6261dfe6b0b0?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "adca615bfa7c733a41cf3679844bb6fd", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:56:51 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3c86b6cb-70e1-4c0e-bea6-6261dfe6b0b0?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "adca615bfa7c733a41cf3679844bb6fd", + "x-ms-correlation-request-id": "042599d4-d492-4af0-97b1-01318a2859a0", + "x-ms-ratelimit-remaining-subscription-reads": "11859", + "x-ms-request-id": "a3080672-a47f-41b4-8484-e31166b89552", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085652Z:042599d4-d492-4af0-97b1-01318a2859a0" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3c86b6cb-70e1-4c0e-bea6-6261dfe6b0b0?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "8a391e4bdfe325c227cde5dae5073c14", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:56:51 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3c86b6cb-70e1-4c0e-bea6-6261dfe6b0b0?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "8a391e4bdfe325c227cde5dae5073c14", + "x-ms-correlation-request-id": "18863c92-f789-42b6-9e23-820f19d0e693", + "x-ms-ratelimit-remaining-subscription-reads": "11858", + "x-ms-request-id": "f196b329-c597-461b-b03b-d2155c7649fa", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085652Z:18863c92-f789-42b6-9e23-820f19d0e693" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3c86b6cb-70e1-4c0e-bea6-6261dfe6b0b0?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "28d0ba2eb8eed88563ea28af69bad367", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:56:52 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3c86b6cb-70e1-4c0e-bea6-6261dfe6b0b0?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "28d0ba2eb8eed88563ea28af69bad367", + "x-ms-correlation-request-id": "9f2057f3-e7ab-47d1-8ce0-12b1a12c3198", + "x-ms-ratelimit-remaining-subscription-reads": "11857", + "x-ms-request-id": "1d5c9e93-bded-48b0-be68-9c102adae8f6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085653Z:9f2057f3-e7ab-47d1-8ce0-12b1a12c3198" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3c86b6cb-70e1-4c0e-bea6-6261dfe6b0b0?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "e1a9b596e1ba7bfb9ea485af145f8d3a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:56:52 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3c86b6cb-70e1-4c0e-bea6-6261dfe6b0b0?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e1a9b596e1ba7bfb9ea485af145f8d3a", + "x-ms-correlation-request-id": "bdd99046-ba38-4e51-a3da-a7740c25cba8", + "x-ms-ratelimit-remaining-subscription-reads": "11856", + "x-ms-request-id": "a140e47e-bedd-4e41-8ddb-597ff64e3b2b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085653Z:bdd99046-ba38-4e51-a3da-a7740c25cba8" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3c86b6cb-70e1-4c0e-bea6-6261dfe6b0b0?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "c94b21928d7a930f986026f9b612bc6c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:56:52 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3c86b6cb-70e1-4c0e-bea6-6261dfe6b0b0?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c94b21928d7a930f986026f9b612bc6c", + "x-ms-correlation-request-id": "077c6e77-c7de-4386-ba55-dedcc1f53516", + "x-ms-ratelimit-remaining-subscription-reads": "11855", + "x-ms-request-id": "a76bf395-4f8e-4634-9a7f-f7c0a4d9d2f9", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085653Z:077c6e77-c7de-4386-ba55-dedcc1f53516" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3c86b6cb-70e1-4c0e-bea6-6261dfe6b0b0?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "30437df95b5d4d5abf548a4932d6c304", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:56:53 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3c86b6cb-70e1-4c0e-bea6-6261dfe6b0b0?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "30437df95b5d4d5abf548a4932d6c304", + "x-ms-correlation-request-id": "77bb41dc-ce4c-43fa-adf0-0000e3822f20", + "x-ms-ratelimit-remaining-subscription-reads": "11854", + "x-ms-request-id": "48426508-f6e6-4101-ac7e-340c413838dc", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085654Z:77bb41dc-ce4c-43fa-adf0-0000e3822f20" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3c86b6cb-70e1-4c0e-bea6-6261dfe6b0b0?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "471dee5c0a6f09eca6164859ba01c58c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:56:53 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3c86b6cb-70e1-4c0e-bea6-6261dfe6b0b0?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "471dee5c0a6f09eca6164859ba01c58c", + "x-ms-correlation-request-id": "131dd964-2368-411b-936d-25f4c6ffeee7", + "x-ms-ratelimit-remaining-subscription-reads": "11853", + "x-ms-request-id": "2d52f9a5-2fa7-4a17-8fd3-5d151147d160", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085654Z:131dd964-2368-411b-936d-25f4c6ffeee7" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3c86b6cb-70e1-4c0e-bea6-6261dfe6b0b0?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "97b619e85d1b36dcc7fd0a2603c560c2", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:56:53 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3c86b6cb-70e1-4c0e-bea6-6261dfe6b0b0?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "97b619e85d1b36dcc7fd0a2603c560c2", + "x-ms-correlation-request-id": "5fa96bf8-1371-4d02-a1f4-941fdc68bac5", + "x-ms-ratelimit-remaining-subscription-reads": "11852", + "x-ms-request-id": "eac059ea-f597-4ca6-a477-d44979d1f8be", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085654Z:5fa96bf8-1371-4d02-a1f4-941fdc68bac5" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3c86b6cb-70e1-4c0e-bea6-6261dfe6b0b0?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "c89c229c74f5effc903a8946130092bd", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:56:54 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3c86b6cb-70e1-4c0e-bea6-6261dfe6b0b0?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c89c229c74f5effc903a8946130092bd", + "x-ms-correlation-request-id": "75f18944-1b72-431c-a15a-480fc5bbd939", + "x-ms-ratelimit-remaining-subscription-reads": "11851", + "x-ms-request-id": "4961a294-2781-415e-86ce-557b03da9eb2", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085655Z:75f18944-1b72-431c-a15a-480fc5bbd939" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3c86b6cb-70e1-4c0e-bea6-6261dfe6b0b0?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "1960fe8f2c1fffe811e68071ffc606e0", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:56:54 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3c86b6cb-70e1-4c0e-bea6-6261dfe6b0b0?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1960fe8f2c1fffe811e68071ffc606e0", + "x-ms-correlation-request-id": "a8b147f1-26e4-49ca-b50e-3d866212f62a", + "x-ms-ratelimit-remaining-subscription-reads": "11850", + "x-ms-request-id": "7ed94682-2e35-4377-8459-9d17c4e154f3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085655Z:a8b147f1-26e4-49ca-b50e-3d866212f62a" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3c86b6cb-70e1-4c0e-bea6-6261dfe6b0b0?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "97bd85b6fc6473961cc606e0d39523c6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:56:54 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3c86b6cb-70e1-4c0e-bea6-6261dfe6b0b0?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "97bd85b6fc6473961cc606e0d39523c6", + "x-ms-correlation-request-id": "077fbbf1-9661-4b06-98d3-c5e6c570c946", + "x-ms-ratelimit-remaining-subscription-reads": "11849", + "x-ms-request-id": "28ddf888-f3a7-4207-8296-dbb03b39adf4", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085655Z:077fbbf1-9661-4b06-98d3-c5e6c570c946" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3c86b6cb-70e1-4c0e-bea6-6261dfe6b0b0?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "05964d6a466570a2399db70ef38af0c9", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:56:55 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3c86b6cb-70e1-4c0e-bea6-6261dfe6b0b0?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "05964d6a466570a2399db70ef38af0c9", + "x-ms-correlation-request-id": "8890847f-828e-4a8e-89b5-02a30f277d13", + "x-ms-ratelimit-remaining-subscription-reads": "11848", + "x-ms-request-id": "e37b7884-15c1-44e9-a181-530d3e4f7fa7", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085656Z:8890847f-828e-4a8e-89b5-02a30f277d13" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3c86b6cb-70e1-4c0e-bea6-6261dfe6b0b0?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "8d8fa834fb43935867ecfc5825072b7b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:56:55 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3c86b6cb-70e1-4c0e-bea6-6261dfe6b0b0?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "8d8fa834fb43935867ecfc5825072b7b", + "x-ms-correlation-request-id": "9859bcd7-4d89-4110-ab99-e3c49018e401", + "x-ms-ratelimit-remaining-subscription-reads": "11847", + "x-ms-request-id": "3f2cf45d-f08c-45b6-8941-295a1d7ecad6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085656Z:9859bcd7-4d89-4110-ab99-e3c49018e401" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3c86b6cb-70e1-4c0e-bea6-6261dfe6b0b0?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "b207bac20030707be24c5ec744888091", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:56:56 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3c86b6cb-70e1-4c0e-bea6-6261dfe6b0b0?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b207bac20030707be24c5ec744888091", + "x-ms-correlation-request-id": "b0cfc702-6165-47bd-be2a-d299ebf52635", + "x-ms-ratelimit-remaining-subscription-reads": "11846", + "x-ms-request-id": "93771300-17c6-47f3-a274-87451954df85", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085656Z:b0cfc702-6165-47bd-be2a-d299ebf52635" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3c86b6cb-70e1-4c0e-bea6-6261dfe6b0b0?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "2bac3cd696056f82f4039d78494a4a31", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:56:56 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3c86b6cb-70e1-4c0e-bea6-6261dfe6b0b0?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "2bac3cd696056f82f4039d78494a4a31", + "x-ms-correlation-request-id": "769c7852-a8c9-47b7-a722-ab117fe767f9", + "x-ms-ratelimit-remaining-subscription-reads": "11845", + "x-ms-request-id": "6f1d422e-a91a-4d83-9fa4-f68bbcd06ec2", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085657Z:769c7852-a8c9-47b7-a722-ab117fe767f9" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3c86b6cb-70e1-4c0e-bea6-6261dfe6b0b0?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "394c3c713d8333992d1faaf69d914edf", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:56:56 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3c86b6cb-70e1-4c0e-bea6-6261dfe6b0b0?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "394c3c713d8333992d1faaf69d914edf", + "x-ms-correlation-request-id": "f69fe244-dc89-4fc1-9a28-2763957d933d", + "x-ms-ratelimit-remaining-subscription-reads": "11844", + "x-ms-request-id": "8edf3c71-754c-44e7-b0a5-fa44879935f2", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085657Z:f69fe244-dc89-4fc1-9a28-2763957d933d" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3c86b6cb-70e1-4c0e-bea6-6261dfe6b0b0?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "e8816b6c005b2c753797be2c62022698", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:56:57 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3c86b6cb-70e1-4c0e-bea6-6261dfe6b0b0?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e8816b6c005b2c753797be2c62022698", + "x-ms-correlation-request-id": "9850cc98-2a27-460d-8ac3-4c5bfba1b8e6", + "x-ms-ratelimit-remaining-subscription-reads": "11843", + "x-ms-request-id": "29609e84-e6ea-41d0-8ad0-f88fe174190a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085657Z:9850cc98-2a27-460d-8ac3-4c5bfba1b8e6" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3c86b6cb-70e1-4c0e-bea6-6261dfe6b0b0?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "08552c02463c990da378fee6eb8cd262", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:56:57 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3c86b6cb-70e1-4c0e-bea6-6261dfe6b0b0?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "08552c02463c990da378fee6eb8cd262", + "x-ms-correlation-request-id": "75019a43-9df3-4b34-a064-aeffc6693095", + "x-ms-ratelimit-remaining-subscription-reads": "11842", + "x-ms-request-id": "e13e6b7a-5924-447f-8933-fca255b6ed07", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085658Z:75019a43-9df3-4b34-a064-aeffc6693095" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3c86b6cb-70e1-4c0e-bea6-6261dfe6b0b0?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "de0cbeb461c871d6c61f01ec7f6cd02a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:56:57 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3c86b6cb-70e1-4c0e-bea6-6261dfe6b0b0?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "de0cbeb461c871d6c61f01ec7f6cd02a", + "x-ms-correlation-request-id": "8cb195f3-a942-43d4-8500-aa6fa5ed1dd9", + "x-ms-ratelimit-remaining-subscription-reads": "11841", + "x-ms-request-id": "0540f38e-04d2-4265-85b9-fbcd4c41e577", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085658Z:8cb195f3-a942-43d4-8500-aa6fa5ed1dd9" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3c86b6cb-70e1-4c0e-bea6-6261dfe6b0b0?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "70f411f9463b25a35de845e2028f41aa", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:56:58 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3c86b6cb-70e1-4c0e-bea6-6261dfe6b0b0?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "70f411f9463b25a35de845e2028f41aa", + "x-ms-correlation-request-id": "761d03a1-213b-40a4-b80e-5db2353415da", + "x-ms-ratelimit-remaining-subscription-reads": "11840", + "x-ms-request-id": "b340d48d-29be-4590-8829-ae336de3e1c0", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085658Z:761d03a1-213b-40a4-b80e-5db2353415da" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3c86b6cb-70e1-4c0e-bea6-6261dfe6b0b0?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "a4785bc448f6a0d055e4411c45211936", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:56:58 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3c86b6cb-70e1-4c0e-bea6-6261dfe6b0b0?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a4785bc448f6a0d055e4411c45211936", + "x-ms-correlation-request-id": "476f439c-b362-4869-9181-a02b859c2c47", + "x-ms-ratelimit-remaining-subscription-reads": "11839", + "x-ms-request-id": "bed4c85c-7acc-4719-bc1f-8d0705d93a54", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085659Z:476f439c-b362-4869-9181-a02b859c2c47" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3c86b6cb-70e1-4c0e-bea6-6261dfe6b0b0?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "d9edd3a761986e271be681df1bf36f37", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:56:58 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3c86b6cb-70e1-4c0e-bea6-6261dfe6b0b0?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d9edd3a761986e271be681df1bf36f37", + "x-ms-correlation-request-id": "ad598ff3-ed2f-4e45-acc2-e9bca05f48f5", + "x-ms-ratelimit-remaining-subscription-reads": "11838", + "x-ms-request-id": "855364dd-e647-4318-bd5c-2dc8b29082fd", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085659Z:ad598ff3-ed2f-4e45-acc2-e9bca05f48f5" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3c86b6cb-70e1-4c0e-bea6-6261dfe6b0b0?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "242756de2cf4b03341531b560486e03b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:56:58 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3c86b6cb-70e1-4c0e-bea6-6261dfe6b0b0?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "242756de2cf4b03341531b560486e03b", + "x-ms-correlation-request-id": "df64f3f5-83d8-45d3-8cbe-79ff762bf938", + "x-ms-ratelimit-remaining-subscription-reads": "11837", + "x-ms-request-id": "3c2fc050-8343-4201-a735-8b61768dfe6d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085659Z:df64f3f5-83d8-45d3-8cbe-79ff762bf938" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3c86b6cb-70e1-4c0e-bea6-6261dfe6b0b0?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "2e3b0fcf67a16212330a890fc6f18462", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:56:59 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3c86b6cb-70e1-4c0e-bea6-6261dfe6b0b0?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "2e3b0fcf67a16212330a890fc6f18462", + "x-ms-correlation-request-id": "b980ea88-8e6a-473b-95af-6015cd8964b5", + "x-ms-ratelimit-remaining-subscription-reads": "11836", + "x-ms-request-id": "8b6d8a41-76c6-45a2-a878-6085b42333f7", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085700Z:b980ea88-8e6a-473b-95af-6015cd8964b5" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3c86b6cb-70e1-4c0e-bea6-6261dfe6b0b0?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "ee3e0a75f4f97b41a03c984446d06994", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:56:59 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3c86b6cb-70e1-4c0e-bea6-6261dfe6b0b0?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ee3e0a75f4f97b41a03c984446d06994", + "x-ms-correlation-request-id": "7364ee47-5315-4046-8ed5-a4e22e722a92", + "x-ms-ratelimit-remaining-subscription-reads": "11835", + "x-ms-request-id": "7a7d55f4-89e6-4269-933e-48262dc9776d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085700Z:7364ee47-5315-4046-8ed5-a4e22e722a92" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3c86b6cb-70e1-4c0e-bea6-6261dfe6b0b0?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "0c10450640b8779544c5f0eaa323ea50", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:56:59 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3c86b6cb-70e1-4c0e-bea6-6261dfe6b0b0?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "0c10450640b8779544c5f0eaa323ea50", + "x-ms-correlation-request-id": "1b12b22f-5889-427d-9045-1c3c4add9605", + "x-ms-ratelimit-remaining-subscription-reads": "11834", + "x-ms-request-id": "e07e23c5-e9b4-4ddb-bb22-2fa51f6115ef", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085700Z:1b12b22f-5889-427d-9045-1c3c4add9605" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3c86b6cb-70e1-4c0e-bea6-6261dfe6b0b0?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "f9e0b9cef248da42cdbf8d65cfce1c63", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1098", + "Content-Type": "application/json", + "Date": "Tue, 16 Nov 2021 08:57:00 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f9e0b9cef248da42cdbf8d65cfce1c63", + "x-ms-correlation-request-id": "6ab6a083-b1f5-451a-ba3d-c17a4c0aeaff", + "x-ms-ratelimit-remaining-subscription-reads": "11833", + "x-ms-request-id": "81501f79-fe95-42c8-908c-b954f9de6ad0", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085701Z:6ab6a083-b1f5-451a-ba3d-c17a4c0aeaff" + }, + "ResponseBody": { + "sku": { + "name": "Standard_ZRS", + "tier": "Standard" + }, + "kind": "Storage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1232/providers/Microsoft.Storage/storageAccounts/teststoragemgmt6897", + "name": "teststoragemgmt6897", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-11-16T08:56:40.9846426Z", + "key2": "2021-11-16T08:56:40.9846426Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-16T08:56:40.9846426Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-16T08:56:40.9846426Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "provisioningState": "Succeeded", + "creationTime": "2021-11-16T08:56:40.8909246Z", + "primaryEndpoints": { + "blob": "https://teststoragemgmt6897.blob.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1232/providers/Microsoft.Storage/storageAccounts?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211116.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "8109f4a078e034a974c6aa340457d87c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "5320", + "Content-Type": "application/json", + "Date": "Tue, 16 Nov 2021 08:57:00 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "8109f4a078e034a974c6aa340457d87c", + "x-ms-correlation-request-id": "f78216dc-d896-4968-8844-7e43fa25d990", + "x-ms-ratelimit-remaining-subscription-reads": "11832", + "x-ms-request-id": "2cf22e1c-61bf-412d-b31f-ddce209a32a3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085701Z:f78216dc-d896-4968-8844-7e43fa25d990" + }, + "ResponseBody": { + "value": [ + { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "Storage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1232/providers/Microsoft.Storage/storageAccounts/teststoragemgmt2113", + "name": "teststoragemgmt2113", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-11-16T08:55:55.9829942Z", + "key2": "2021-11-16T08:55:55.9829942Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-16T08:55:55.9829942Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-16T08:55:55.9829942Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "provisioningState": "Succeeded", + "creationTime": "2021-11-16T08:55:55.8736048Z", + "primaryEndpoints": { + "blob": "https://teststoragemgmt2113.blob.core.windows.net/", + "queue": "https://teststoragemgmt2113.queue.core.windows.net/", + "table": "https://teststoragemgmt2113.table.core.windows.net/", + "file": "https://teststoragemgmt2113.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + }, + { + "sku": { + "name": "Standard_LRS", + "tier": "Standard" + }, + "kind": "Storage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1232/providers/Microsoft.Storage/storageAccounts/teststoragemgmt512", + "name": "teststoragemgmt512", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-11-16T08:55:32.5290027Z", + "key2": "2021-11-16T08:55:32.5290027Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-16T08:55:32.5290027Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-16T08:55:32.5290027Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "provisioningState": "Succeeded", + "creationTime": "2021-11-16T08:55:32.4352682Z", + "primaryEndpoints": { + "blob": "https://teststoragemgmt512.blob.core.windows.net/", + "queue": "https://teststoragemgmt512.queue.core.windows.net/", + "table": "https://teststoragemgmt512.table.core.windows.net/", + "file": "https://teststoragemgmt512.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available" + } + }, + { + "sku": { + "name": "Standard_RAGRS", + "tier": "Standard" + }, + "kind": "Storage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1232/providers/Microsoft.Storage/storageAccounts/teststoragemgmt5756", + "name": "teststoragemgmt5756", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-11-16T08:56:18.2025305Z", + "key2": "2021-11-16T08:56:18.2025305Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-16T08:56:18.2025305Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-16T08:56:18.2025305Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "provisioningState": "Succeeded", + "creationTime": "2021-11-16T08:56:18.1087660Z", + "primaryEndpoints": { + "blob": "https://teststoragemgmt5756.blob.core.windows.net/", + "queue": "https://teststoragemgmt5756.queue.core.windows.net/", + "table": "https://teststoragemgmt5756.table.core.windows.net/", + "file": "https://teststoragemgmt5756.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available", + "secondaryEndpoints": { + "blob": "https://teststoragemgmt5756-secondary.blob.core.windows.net/", + "queue": "https://teststoragemgmt5756-secondary.queue.core.windows.net/", + "table": "https://teststoragemgmt5756-secondary.table.core.windows.net/" + } + } + }, + { + "sku": { + "name": "Standard_ZRS", + "tier": "Standard" + }, + "kind": "Storage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1232/providers/Microsoft.Storage/storageAccounts/teststoragemgmt6897", + "name": "teststoragemgmt6897", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-11-16T08:56:40.9846426Z", + "key2": "2021-11-16T08:56:40.9846426Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-16T08:56:40.9846426Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-16T08:56:40.9846426Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "provisioningState": "Succeeded", + "creationTime": "2021-11-16T08:56:40.8909246Z", + "primaryEndpoints": { + "blob": "https://teststoragemgmt6897.blob.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available" + } + } + ] + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1232/providers/Microsoft.Storage/storageAccounts/teststoragemgmt2113?api-version=2021-04-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211116.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "8d75485270ef134b03353ef8b230a775", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:57:07 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "8d75485270ef134b03353ef8b230a775", + "x-ms-correlation-request-id": "a3ee5ddc-24d0-4477-b339-47fba098505f", + "x-ms-ratelimit-remaining-subscription-deletes": "14998", + "x-ms-request-id": "98bd5d1a-1500-4063-9b40-505eea566c9c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085708Z:a3ee5ddc-24d0-4477-b339-47fba098505f" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1232/providers/Microsoft.Storage/storageAccounts/teststoragemgmt512?api-version=2021-04-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211116.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "ae498da8691a566f0fab8581480ed675", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:57:12 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ae498da8691a566f0fab8581480ed675", + "x-ms-correlation-request-id": "2c0bef80-87b1-41c3-b767-35bb437d9ca0", + "x-ms-ratelimit-remaining-subscription-deletes": "14997", + "x-ms-request-id": "ca143d23-30cc-4d1d-a592-c0807364ef70", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085713Z:2c0bef80-87b1-41c3-b767-35bb437d9ca0" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1232/providers/Microsoft.Storage/storageAccounts/teststoragemgmt5756?api-version=2021-04-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211116.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "861311e78f583073a8f57dab39b08244", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:57:17 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "861311e78f583073a8f57dab39b08244", + "x-ms-correlation-request-id": "eeae457c-c6f7-4ff5-b24e-6474853abf10", + "x-ms-ratelimit-remaining-subscription-deletes": "14996", + "x-ms-request-id": "c1d0045f-0a85-4cf6-9b47-e3f38d88022f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085718Z:eeae457c-c6f7-4ff5-b24e-6474853abf10" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1232/providers/Microsoft.Storage/storageAccounts/teststoragemgmt6897?api-version=2021-04-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211116.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "768b341f290de961d81e7d43eacacbf5", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 16 Nov 2021 08:57:22 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "768b341f290de961d81e7d43eacacbf5", + "x-ms-correlation-request-id": "14d62247-a2da-42d4-910d-a3d33389e47f", + "x-ms-ratelimit-remaining-subscription-deletes": "14995", + "x-ms-request-id": "0d74b0aa-eb59-4b21-9720-db75c53637fa", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211116T085723Z:14d62247-a2da-42d4-910d-a3d33389e47f" + }, + "ResponseBody": [] + } + ], + "Variables": { + "RandomSeed": "1731315380", + "RESOURCE_MANAGER_URL": null, + "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" + } +} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/CreateStorageAccountWithHttpsOnly.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/CreateStorageAccountWithHttpsOnly.json new file mode 100644 index 0000000000000..f90888bcab6e5 --- /dev/null +++ b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/CreateStorageAccountWithHttpsOnly.json @@ -0,0 +1,1515 @@ +{ + "Entries": [ + { + "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-9eba7c7a0eccfe44b1a5768655b285d1-12ac0905e01bf646-00", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "088dc9f3080e18e9ca0293f5332e2fc5", + "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": "Wed, 17 Nov 2021 02:52:25 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "4a0fbc22-35f4-41a6-8bf5-eeb548305546", + "x-ms-ratelimit-remaining-subscription-reads": "11999", + "x-ms-request-id": "4a0fbc22-35f4-41a6-8bf5-eeb548305546", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T025226Z:4a0fbc22-35f4-41a6-8bf5-eeb548305546" + }, + "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.Storage/checkNameAvailability?api-version=2021-04-01", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "73", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "6b81faa5113cba76a3e5a0c5219bf4df", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "name": "teststoragemgmt6895", + "type": "Microsoft.Storage/storageAccounts" + }, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "22", + "Content-Type": "application/json", + "Date": "Wed, 17 Nov 2021 02:52:26 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6b81faa5113cba76a3e5a0c5219bf4df", + "x-ms-correlation-request-id": "75100753-7e8f-446d-8b9b-f123396626a4", + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-request-id": "22e38a94-e21c-487d-8ce5-8c226139fc5b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T025227Z:75100753-7e8f-446d-8b9b-f123396626a4" + }, + "ResponseBody": { + "nameAvailable": true + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/teststorageRG-1501?api-version=2019-10-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "44", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "42215c9987247c60b899030ea0011148", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "location": "eastus2", + "tags": { + "test": "env" + } + }, + "StatusCode": 201, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "256", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 17 Nov 2021 02:52:29 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "09093371-e404-4b75-9e17-0c35546f48f1", + "x-ms-ratelimit-remaining-subscription-writes": "1199", + "x-ms-request-id": "09093371-e404-4b75-9e17-0c35546f48f1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T025230Z:09093371-e404-4b75-9e17-0c35546f48f1" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1501", + "name": "teststorageRG-1501", + "type": "Microsoft.Resources/resourceGroups", + "location": "eastus2", + "tags": { + "test": "env" + }, + "properties": { + "provisioningState": "Succeeded" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1501/providers/Microsoft.Storage/storageAccounts/teststoragemgmt6895?api-version=2021-04-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "157", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "fae1d3afb73e16b74e6b224953a9679e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "sku": { + "name": "Standard_GRS" + }, + "kind": "Storage", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "supportsHttpsTrafficOnly": true + } + }, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 02:52:35 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/70fdbb4b-a9e5-4cac-8acf-1fae0f3caf70?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "fae1d3afb73e16b74e6b224953a9679e", + "x-ms-correlation-request-id": "b6344a5d-8e62-410b-9846-29aefff9e81b", + "x-ms-ratelimit-remaining-subscription-writes": "1198", + "x-ms-request-id": "70fdbb4b-a9e5-4cac-8acf-1fae0f3caf70", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T025236Z:b6344a5d-8e62-410b-9846-29aefff9e81b" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/70fdbb4b-a9e5-4cac-8acf-1fae0f3caf70?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "c8727d8ee513e18ca50bf3b86417290f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 02:52:36 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/70fdbb4b-a9e5-4cac-8acf-1fae0f3caf70?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c8727d8ee513e18ca50bf3b86417290f", + "x-ms-correlation-request-id": "2a5104f3-5d24-4920-9d58-340bc3531cda", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-request-id": "105be856-4f23-4356-85ca-9e51b1c561ca", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T025236Z:2a5104f3-5d24-4920-9d58-340bc3531cda" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/70fdbb4b-a9e5-4cac-8acf-1fae0f3caf70?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "38f964313f6c11a4526ed94f333fa2a3", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 02:52:37 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/70fdbb4b-a9e5-4cac-8acf-1fae0f3caf70?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "38f964313f6c11a4526ed94f333fa2a3", + "x-ms-correlation-request-id": "4f7123a6-8e8a-47e6-bc70-483593fb1dce", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-request-id": "bc7747ad-0785-46c7-9cf0-f48bd8ba8340", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T025238Z:4f7123a6-8e8a-47e6-bc70-483593fb1dce" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/70fdbb4b-a9e5-4cac-8acf-1fae0f3caf70?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "d5ba3e689f362f8adbb32d98a9c80e09", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 02:52:39 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/70fdbb4b-a9e5-4cac-8acf-1fae0f3caf70?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d5ba3e689f362f8adbb32d98a9c80e09", + "x-ms-correlation-request-id": "9e383321-20a3-4275-a807-f5d5c22f1de4", + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-request-id": "01578772-2cdf-47b0-acac-3c81cd1996a8", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T025240Z:9e383321-20a3-4275-a807-f5d5c22f1de4" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/70fdbb4b-a9e5-4cac-8acf-1fae0f3caf70?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "0f4674c4cab14e78d86076a50b3cae65", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 02:52:40 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/70fdbb4b-a9e5-4cac-8acf-1fae0f3caf70?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "0f4674c4cab14e78d86076a50b3cae65", + "x-ms-correlation-request-id": "e3b8de16-9046-4fd7-8315-d19b1e1c61c5", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-request-id": "c68a00c8-19b7-4c29-901f-f5f2190b5ea1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T025241Z:e3b8de16-9046-4fd7-8315-d19b1e1c61c5" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/70fdbb4b-a9e5-4cac-8acf-1fae0f3caf70?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "25505068535c92d8d9c95cb8120c6789", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 02:52:41 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/70fdbb4b-a9e5-4cac-8acf-1fae0f3caf70?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "25505068535c92d8d9c95cb8120c6789", + "x-ms-correlation-request-id": "0945d964-d131-42da-ae7e-b5135409a1a8", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-request-id": "4d3a4d29-5abf-4edf-9739-371547e874cb", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T025242Z:0945d964-d131-42da-ae7e-b5135409a1a8" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/70fdbb4b-a9e5-4cac-8acf-1fae0f3caf70?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "be8ad05f93f89ef1c66bfdd629e5239e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 02:52:43 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/70fdbb4b-a9e5-4cac-8acf-1fae0f3caf70?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "be8ad05f93f89ef1c66bfdd629e5239e", + "x-ms-correlation-request-id": "699e6f2b-239a-4a5a-9bd0-681fc0e347c0", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-request-id": "934812d5-e84b-4480-b160-7e1b178e2e0d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T025244Z:699e6f2b-239a-4a5a-9bd0-681fc0e347c0" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/70fdbb4b-a9e5-4cac-8acf-1fae0f3caf70?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "592fc705e87871ac9cb335e76dbf3ccc", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 02:52:44 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/70fdbb4b-a9e5-4cac-8acf-1fae0f3caf70?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "592fc705e87871ac9cb335e76dbf3ccc", + "x-ms-correlation-request-id": "dd5bce39-4aa4-45ac-9a67-be59c2033add", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-request-id": "0f4446b1-ce6b-45a0-988c-c4ff5aa89857", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T025245Z:dd5bce39-4aa4-45ac-9a67-be59c2033add" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/70fdbb4b-a9e5-4cac-8acf-1fae0f3caf70?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "3b46ecf8f0b1d56c5fb15ff1560169f4", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 02:52:45 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/70fdbb4b-a9e5-4cac-8acf-1fae0f3caf70?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "3b46ecf8f0b1d56c5fb15ff1560169f4", + "x-ms-correlation-request-id": "758ebc0d-f8a2-4fb4-b57b-17d953695c8e", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-request-id": "a9b7f5ad-a3de-4a61-885b-cb6a79e0f2e9", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T025246Z:758ebc0d-f8a2-4fb4-b57b-17d953695c8e" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/70fdbb4b-a9e5-4cac-8acf-1fae0f3caf70?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "4ab3bea60edc7711231921455d093006", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 02:52:46 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/70fdbb4b-a9e5-4cac-8acf-1fae0f3caf70?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4ab3bea60edc7711231921455d093006", + "x-ms-correlation-request-id": "83fb0c75-dec7-4928-acd3-d9878645e295", + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-request-id": "7cf6535a-2cc3-4c73-8971-c98dfb1f0351", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T025247Z:83fb0c75-dec7-4928-acd3-d9878645e295" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/70fdbb4b-a9e5-4cac-8acf-1fae0f3caf70?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "3cdd302ee89e14ed5b5af9c689bb1a9a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 02:52:49 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/70fdbb4b-a9e5-4cac-8acf-1fae0f3caf70?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "3cdd302ee89e14ed5b5af9c689bb1a9a", + "x-ms-correlation-request-id": "a9e12da5-be01-4a08-b0a6-9a8ab9218d41", + "x-ms-ratelimit-remaining-subscription-reads": "11988", + "x-ms-request-id": "58291eb4-269f-4c82-8013-cb9b8201f962", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T025249Z:a9e12da5-be01-4a08-b0a6-9a8ab9218d41" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/70fdbb4b-a9e5-4cac-8acf-1fae0f3caf70?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "af41414af20ceaf0dacf1897ce277755", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 02:52:50 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/70fdbb4b-a9e5-4cac-8acf-1fae0f3caf70?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "af41414af20ceaf0dacf1897ce277755", + "x-ms-correlation-request-id": "40805169-7c5a-48e5-941d-35a45ca8e70e", + "x-ms-ratelimit-remaining-subscription-reads": "11987", + "x-ms-request-id": "871d7837-c14c-415a-af83-264423958587", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T025250Z:40805169-7c5a-48e5-941d-35a45ca8e70e" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/70fdbb4b-a9e5-4cac-8acf-1fae0f3caf70?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "25c258812c24be55d09eef81154bed67", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 02:52:51 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/70fdbb4b-a9e5-4cac-8acf-1fae0f3caf70?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "25c258812c24be55d09eef81154bed67", + "x-ms-correlation-request-id": "96496aa6-d5ef-4760-a666-de74cc0776df", + "x-ms-ratelimit-remaining-subscription-reads": "11986", + "x-ms-request-id": "5d32a0cd-b758-41c5-b443-33b1fbd6096a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T025251Z:96496aa6-d5ef-4760-a666-de74cc0776df" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/70fdbb4b-a9e5-4cac-8acf-1fae0f3caf70?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "1bfa86fe81c83cfa40f361cfcf554633", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1346", + "Content-Type": "application/json", + "Date": "Wed, 17 Nov 2021 02:52:53 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1bfa86fe81c83cfa40f361cfcf554633", + "x-ms-correlation-request-id": "c315fee5-07d8-4595-826b-bec70f9e2b24", + "x-ms-ratelimit-remaining-subscription-reads": "11985", + "x-ms-request-id": "d2f1da4f-486d-432e-9dd8-b6fc470215e2", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T025253Z:c315fee5-07d8-4595-826b-bec70f9e2b24" + }, + "ResponseBody": { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "Storage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1501/providers/Microsoft.Storage/storageAccounts/teststoragemgmt6895", + "name": "teststoragemgmt6895", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-11-17T02:52:35.0891705Z", + "key2": "2021-11-17T02:52:35.0891705Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T02:52:35.0891705Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T02:52:35.0891705Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "provisioningState": "Succeeded", + "creationTime": "2021-11-17T02:52:34.9797744Z", + "primaryEndpoints": { + "blob": "https://teststoragemgmt6895.blob.core.windows.net/", + "queue": "https://teststoragemgmt6895.queue.core.windows.net/", + "table": "https://teststoragemgmt6895.table.core.windows.net/", + "file": "https://teststoragemgmt6895.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1501/providers/Microsoft.Storage/storageAccounts/teststoragemgmt6895?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "3045a3e2f4f81d76ec83de6d026ed48f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1346", + "Content-Type": "application/json", + "Date": "Wed, 17 Nov 2021 02:52:53 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "3045a3e2f4f81d76ec83de6d026ed48f", + "x-ms-correlation-request-id": "20ee263c-f376-4e62-8467-9b8735442301", + "x-ms-ratelimit-remaining-subscription-reads": "11984", + "x-ms-request-id": "7dca020e-3641-4192-92ad-59a124562626", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T025253Z:20ee263c-f376-4e62-8467-9b8735442301" + }, + "ResponseBody": { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "Storage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1501/providers/Microsoft.Storage/storageAccounts/teststoragemgmt6895", + "name": "teststoragemgmt6895", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-11-17T02:52:35.0891705Z", + "key2": "2021-11-17T02:52:35.0891705Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T02:52:35.0891705Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T02:52:35.0891705Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "provisioningState": "Succeeded", + "creationTime": "2021-11-17T02:52:34.9797744Z", + "primaryEndpoints": { + "blob": "https://teststoragemgmt6895.blob.core.windows.net/", + "queue": "https://teststoragemgmt6895.queue.core.windows.net/", + "table": "https://teststoragemgmt6895.table.core.windows.net/", + "file": "https://teststoragemgmt6895.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/checkNameAvailability?api-version=2021-04-01", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "73", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "2c4798b08d5c5eff85e530ca85ee7b58", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "name": "teststoragemgmt2244", + "type": "Microsoft.Storage/storageAccounts" + }, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "22", + "Content-Type": "application/json", + "Date": "Wed, 17 Nov 2021 02:52:54 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "2c4798b08d5c5eff85e530ca85ee7b58", + "x-ms-correlation-request-id": "b31f3ed9-c59d-4217-8251-45c71905a1b4", + "x-ms-ratelimit-remaining-subscription-reads": "11983", + "x-ms-request-id": "7966b66e-89c0-403b-a56a-e584df4bbf6a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T025254Z:b31f3ed9-c59d-4217-8251-45c71905a1b4" + }, + "ResponseBody": { + "nameAvailable": true + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/teststorageRG-6081?api-version=2019-10-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "44", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "bd06719e0a6edd102f44a28c3ad11ed2", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "location": "eastus2", + "tags": { + "test": "env" + } + }, + "StatusCode": 201, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "256", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 17 Nov 2021 02:52:56 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "60d7f25e-6d11-49ce-b880-99286bdbf10f", + "x-ms-ratelimit-remaining-subscription-writes": "1197", + "x-ms-request-id": "60d7f25e-6d11-49ce-b880-99286bdbf10f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T025256Z:60d7f25e-6d11-49ce-b880-99286bdbf10f" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-6081", + "name": "teststorageRG-6081", + "type": "Microsoft.Resources/resourceGroups", + "location": "eastus2", + "tags": { + "test": "env" + }, + "properties": { + "provisioningState": "Succeeded" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-6081/providers/Microsoft.Storage/storageAccounts/teststoragemgmt2244?api-version=2021-04-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "158", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "ffbc1fee86074516d2730f4552669563", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "sku": { + "name": "Standard_GRS" + }, + "kind": "Storage", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "supportsHttpsTrafficOnly": false + } + }, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 02:53:03 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c1ef00d1-20ac-4532-a169-fef6231248de?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ffbc1fee86074516d2730f4552669563", + "x-ms-correlation-request-id": "927532b1-337d-43cd-9173-6b34cec987ef", + "x-ms-ratelimit-remaining-subscription-writes": "1196", + "x-ms-request-id": "c1ef00d1-20ac-4532-a169-fef6231248de", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T025303Z:927532b1-337d-43cd-9173-6b34cec987ef" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c1ef00d1-20ac-4532-a169-fef6231248de?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "cf97f81258be18b45ac1ebfbfaca8ac9", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 02:53:03 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c1ef00d1-20ac-4532-a169-fef6231248de?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "cf97f81258be18b45ac1ebfbfaca8ac9", + "x-ms-correlation-request-id": "3daac788-2a20-4f36-b53c-90ce4d87f789", + "x-ms-ratelimit-remaining-subscription-reads": "11982", + "x-ms-request-id": "8d6ea971-7dcc-45c9-9543-a1c1f3afe2c1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T025303Z:3daac788-2a20-4f36-b53c-90ce4d87f789" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c1ef00d1-20ac-4532-a169-fef6231248de?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "f3773fafba01ca48dd2dc8b859cde800", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 02:53:04 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c1ef00d1-20ac-4532-a169-fef6231248de?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f3773fafba01ca48dd2dc8b859cde800", + "x-ms-correlation-request-id": "cdbacf53-3d4f-407f-b8df-b197bc5c5004", + "x-ms-ratelimit-remaining-subscription-reads": "11981", + "x-ms-request-id": "d4db0ded-0b7c-48c3-ad70-6624ae7e2ff1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T025304Z:cdbacf53-3d4f-407f-b8df-b197bc5c5004" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c1ef00d1-20ac-4532-a169-fef6231248de?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "5a33fa27c6cfbca492b709c83845946b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 02:53:06 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c1ef00d1-20ac-4532-a169-fef6231248de?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5a33fa27c6cfbca492b709c83845946b", + "x-ms-correlation-request-id": "a39fe957-1dbb-4fd3-bbb1-296f446d625b", + "x-ms-ratelimit-remaining-subscription-reads": "11980", + "x-ms-request-id": "386dc043-8439-4a37-a76c-70e7c99c1dea", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T025306Z:a39fe957-1dbb-4fd3-bbb1-296f446d625b" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c1ef00d1-20ac-4532-a169-fef6231248de?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "1d9963c4585a5713afccf19190fcbe8d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 02:53:07 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c1ef00d1-20ac-4532-a169-fef6231248de?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1d9963c4585a5713afccf19190fcbe8d", + "x-ms-correlation-request-id": "ed0680b2-f206-4920-9926-e729cbcb40df", + "x-ms-ratelimit-remaining-subscription-reads": "11979", + "x-ms-request-id": "ae2e0d9b-e309-440c-8313-a2976bb69759", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T025307Z:ed0680b2-f206-4920-9926-e729cbcb40df" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c1ef00d1-20ac-4532-a169-fef6231248de?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "ffd4ead83097e9f99bba6049b1809298", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 02:53:08 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c1ef00d1-20ac-4532-a169-fef6231248de?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ffd4ead83097e9f99bba6049b1809298", + "x-ms-correlation-request-id": "e3b85ce7-b7e2-4ffa-91f2-63065f17ce33", + "x-ms-ratelimit-remaining-subscription-reads": "11978", + "x-ms-request-id": "e9b90d6d-8fa4-42de-a035-2c8780d15ea4", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T025308Z:e3b85ce7-b7e2-4ffa-91f2-63065f17ce33" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c1ef00d1-20ac-4532-a169-fef6231248de?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "f6f35c99ca33cea6e7dbaa03d4122c96", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 02:53:10 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c1ef00d1-20ac-4532-a169-fef6231248de?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f6f35c99ca33cea6e7dbaa03d4122c96", + "x-ms-correlation-request-id": "d74029ef-798d-4251-9c05-68b0febb4d75", + "x-ms-ratelimit-remaining-subscription-reads": "11977", + "x-ms-request-id": "a2661de3-f5b3-43cc-a675-b6daae3b974d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T025310Z:d74029ef-798d-4251-9c05-68b0febb4d75" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c1ef00d1-20ac-4532-a169-fef6231248de?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "4eef7bf9947194d46ab082a0f8caa52f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 02:53:11 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c1ef00d1-20ac-4532-a169-fef6231248de?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4eef7bf9947194d46ab082a0f8caa52f", + "x-ms-correlation-request-id": "449245ed-854a-40f7-ba6a-6d0fb6d11a4c", + "x-ms-ratelimit-remaining-subscription-reads": "11976", + "x-ms-request-id": "d8a10e13-24c0-4766-84e4-d120b67b0db1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T025311Z:449245ed-854a-40f7-ba6a-6d0fb6d11a4c" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c1ef00d1-20ac-4532-a169-fef6231248de?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "34f8593ac8080e5a430518bc85f61488", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 02:53:12 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c1ef00d1-20ac-4532-a169-fef6231248de?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "34f8593ac8080e5a430518bc85f61488", + "x-ms-correlation-request-id": "75263e78-d52f-4218-9046-e8600a7ec667", + "x-ms-ratelimit-remaining-subscription-reads": "11975", + "x-ms-request-id": "09b8960a-3604-42c8-8a7b-5031083740e3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T025312Z:75263e78-d52f-4218-9046-e8600a7ec667" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c1ef00d1-20ac-4532-a169-fef6231248de?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "364fc98e43900526885e8c824806d61d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 02:53:13 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c1ef00d1-20ac-4532-a169-fef6231248de?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "364fc98e43900526885e8c824806d61d", + "x-ms-correlation-request-id": "6546184d-eb87-4aa9-b919-943222f1c751", + "x-ms-ratelimit-remaining-subscription-reads": "11974", + "x-ms-request-id": "6b88bae8-cf30-40fd-9e6b-dd193447c176", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T025314Z:6546184d-eb87-4aa9-b919-943222f1c751" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c1ef00d1-20ac-4532-a169-fef6231248de?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "7bc87b35f71a318d20e10a6c7b180f73", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 02:53:15 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c1ef00d1-20ac-4532-a169-fef6231248de?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "7bc87b35f71a318d20e10a6c7b180f73", + "x-ms-correlation-request-id": "e903eaf0-9da0-44a0-a3f8-7b4210bee50c", + "x-ms-ratelimit-remaining-subscription-reads": "11973", + "x-ms-request-id": "300bf491-1022-4e52-b341-5b758584a1af", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T025315Z:e903eaf0-9da0-44a0-a3f8-7b4210bee50c" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c1ef00d1-20ac-4532-a169-fef6231248de?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "2e11fa9c6f7af69f32f3aca93cd8c63d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 02:53:16 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c1ef00d1-20ac-4532-a169-fef6231248de?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "2e11fa9c6f7af69f32f3aca93cd8c63d", + "x-ms-correlation-request-id": "5fa2bd4c-6b91-4532-8bf9-5d48ff070c9e", + "x-ms-ratelimit-remaining-subscription-reads": "11972", + "x-ms-request-id": "3de598b4-c093-4b30-ac50-920f36fd5bc3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T025316Z:5fa2bd4c-6b91-4532-8bf9-5d48ff070c9e" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c1ef00d1-20ac-4532-a169-fef6231248de?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "0a86fb2e982d966d3b1e15af38b9896f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 02:53:17 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c1ef00d1-20ac-4532-a169-fef6231248de?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "0a86fb2e982d966d3b1e15af38b9896f", + "x-ms-correlation-request-id": "cc68efac-e223-4489-b191-f934a93417c1", + "x-ms-ratelimit-remaining-subscription-reads": "11971", + "x-ms-request-id": "bdacf843-c121-408f-bd1c-e232d966aa66", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T025318Z:cc68efac-e223-4489-b191-f934a93417c1" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c1ef00d1-20ac-4532-a169-fef6231248de?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "4de5184fa7f4c6a2dcd248274be4f448", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1347", + "Content-Type": "application/json", + "Date": "Wed, 17 Nov 2021 02:53:19 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4de5184fa7f4c6a2dcd248274be4f448", + "x-ms-correlation-request-id": "1b4b8802-e734-4155-a733-4a09782a980c", + "x-ms-ratelimit-remaining-subscription-reads": "11970", + "x-ms-request-id": "76a46890-9460-40a9-a606-8087e8e04c7b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T025319Z:1b4b8802-e734-4155-a733-4a09782a980c" + }, + "ResponseBody": { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "Storage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-6081/providers/Microsoft.Storage/storageAccounts/teststoragemgmt2244", + "name": "teststoragemgmt2244", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-11-17T02:53:00.2463445Z", + "key2": "2021-11-17T02:53:00.2463445Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": false, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T02:53:00.2463445Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T02:53:00.2463445Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "provisioningState": "Succeeded", + "creationTime": "2021-11-17T02:52:59.9494590Z", + "primaryEndpoints": { + "blob": "https://teststoragemgmt2244.blob.core.windows.net/", + "queue": "https://teststoragemgmt2244.queue.core.windows.net/", + "table": "https://teststoragemgmt2244.table.core.windows.net/", + "file": "https://teststoragemgmt2244.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-6081/providers/Microsoft.Storage/storageAccounts/teststoragemgmt2244?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "803dcd1a059203468c7bf35c59efbd78", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1347", + "Content-Type": "application/json", + "Date": "Wed, 17 Nov 2021 02:53:19 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "803dcd1a059203468c7bf35c59efbd78", + "x-ms-correlation-request-id": "8a8cbc2e-9109-4e64-83a9-200b498b78c9", + "x-ms-ratelimit-remaining-subscription-reads": "11969", + "x-ms-request-id": "9b69c911-a38b-4087-95d9-718c355fb8a3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T025319Z:8a8cbc2e-9109-4e64-83a9-200b498b78c9" + }, + "ResponseBody": { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "Storage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-6081/providers/Microsoft.Storage/storageAccounts/teststoragemgmt2244", + "name": "teststoragemgmt2244", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-11-17T02:53:00.2463445Z", + "key2": "2021-11-17T02:53:00.2463445Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": false, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T02:53:00.2463445Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T02:53:00.2463445Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "provisioningState": "Succeeded", + "creationTime": "2021-11-17T02:52:59.9494590Z", + "primaryEndpoints": { + "blob": "https://teststoragemgmt2244.blob.core.windows.net/", + "queue": "https://teststoragemgmt2244.queue.core.windows.net/", + "table": "https://teststoragemgmt2244.table.core.windows.net/", + "file": "https://teststoragemgmt2244.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-6081/providers/Microsoft.Storage/storageAccounts?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "235a3c6978f2864859bf2e5b50454a57", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1359", + "Content-Type": "application/json", + "Date": "Wed, 17 Nov 2021 02:53:19 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "235a3c6978f2864859bf2e5b50454a57", + "x-ms-correlation-request-id": "e70350d3-35ab-4cce-a4ce-02bacf343a05", + "x-ms-ratelimit-remaining-subscription-reads": "11968", + "x-ms-request-id": "dd70acf2-5eb1-4001-9d2c-b9674fd43250", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T025320Z:e70350d3-35ab-4cce-a4ce-02bacf343a05" + }, + "ResponseBody": { + "value": [ + { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "Storage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-6081/providers/Microsoft.Storage/storageAccounts/teststoragemgmt2244", + "name": "teststoragemgmt2244", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-11-17T02:53:00.2463445Z", + "key2": "2021-11-17T02:53:00.2463445Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": false, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T02:53:00.2463445Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T02:53:00.2463445Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "provisioningState": "Succeeded", + "creationTime": "2021-11-17T02:52:59.9494590Z", + "primaryEndpoints": { + "blob": "https://teststoragemgmt2244.blob.core.windows.net/", + "queue": "https://teststoragemgmt2244.queue.core.windows.net/", + "table": "https://teststoragemgmt2244.table.core.windows.net/", + "file": "https://teststoragemgmt2244.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + } + ] + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-6081/providers/Microsoft.Storage/storageAccounts/teststoragemgmt2244?api-version=2021-04-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "6b94cd29087c4addd2e1c078b4456dec", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 02:53:25 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6b94cd29087c4addd2e1c078b4456dec", + "x-ms-correlation-request-id": "b4b607e1-e9c3-483c-bcba-0413f301bb5c", + "x-ms-ratelimit-remaining-subscription-deletes": "14999", + "x-ms-request-id": "d36c6fb5-4f00-4a3c-8a5f-42c9ff5eb76b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T025326Z:b4b607e1-e9c3-483c-bcba-0413f301bb5c" + }, + "ResponseBody": [] + } + ], + "Variables": { + "RandomSeed": "603071326", + "RESOURCE_MANAGER_URL": null, + "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" + } +} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/CreateStorageAccountWithHttpsOnlyAsync.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/CreateStorageAccountWithHttpsOnlyAsync.json new file mode 100644 index 0000000000000..5d275bc2afe09 --- /dev/null +++ b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/CreateStorageAccountWithHttpsOnlyAsync.json @@ -0,0 +1,1515 @@ +{ + "Entries": [ + { + "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-382f60573ee8204f98b4d8b15df5175a-f6bce21d8981b549-00", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "5c7e1815416d70183103fcc6ebf5adcb", + "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": "Wed, 17 Nov 2021 02:53:36 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "b0f3ed29-5745-469c-80d8-1f613f7f01b3", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-request-id": "b0f3ed29-5745-469c-80d8-1f613f7f01b3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T025337Z:b0f3ed29-5745-469c-80d8-1f613f7f01b3" + }, + "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.Storage/checkNameAvailability?api-version=2021-04-01", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "73", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "43dea94eda3cce8823f1352bab187e48", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "name": "teststoragemgmt5233", + "type": "Microsoft.Storage/storageAccounts" + }, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "22", + "Content-Type": "application/json", + "Date": "Wed, 17 Nov 2021 02:53:37 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "43dea94eda3cce8823f1352bab187e48", + "x-ms-correlation-request-id": "7d63a89a-350e-461e-87d3-782a234a20ec", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-request-id": "486844f0-e359-4de2-bb36-5d37f4c5a980", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T025338Z:7d63a89a-350e-461e-87d3-782a234a20ec" + }, + "ResponseBody": { + "nameAvailable": true + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/teststorageRG-4204?api-version=2019-10-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "44", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "ff4e246aff277238b72b94d7c2e92589", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "location": "eastus2", + "tags": { + "test": "env" + } + }, + "StatusCode": 201, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "256", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 17 Nov 2021 02:53:38 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "e43389c5-2312-4a96-8e06-7d24fa0ce677", + "x-ms-ratelimit-remaining-subscription-writes": "1199", + "x-ms-request-id": "e43389c5-2312-4a96-8e06-7d24fa0ce677", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T025338Z:e43389c5-2312-4a96-8e06-7d24fa0ce677" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-4204", + "name": "teststorageRG-4204", + "type": "Microsoft.Resources/resourceGroups", + "location": "eastus2", + "tags": { + "test": "env" + }, + "properties": { + "provisioningState": "Succeeded" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-4204/providers/Microsoft.Storage/storageAccounts/teststoragemgmt5233?api-version=2021-04-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "157", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "d81771b4d912f53d8e4950e24586eb7e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "sku": { + "name": "Standard_GRS" + }, + "kind": "Storage", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "supportsHttpsTrafficOnly": true + } + }, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 02:53:45 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8c345a10-de68-431a-8edb-86d0a044ed0e?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d81771b4d912f53d8e4950e24586eb7e", + "x-ms-correlation-request-id": "54e22130-456f-4e10-ab1e-3f902eed1d90", + "x-ms-ratelimit-remaining-subscription-writes": "1198", + "x-ms-request-id": "8c345a10-de68-431a-8edb-86d0a044ed0e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T025346Z:54e22130-456f-4e10-ab1e-3f902eed1d90" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8c345a10-de68-431a-8edb-86d0a044ed0e?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "a6f6a20f6f669156e65870ddaf552d31", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 02:53:46 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8c345a10-de68-431a-8edb-86d0a044ed0e?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a6f6a20f6f669156e65870ddaf552d31", + "x-ms-correlation-request-id": "7f153df8-20e2-444a-98f5-c3c0350d906b", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-request-id": "1329a129-a285-498f-9d74-4167c66d2f6f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T025346Z:7f153df8-20e2-444a-98f5-c3c0350d906b" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8c345a10-de68-431a-8edb-86d0a044ed0e?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "405915409d5ee20c4a6d3241548e0197", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 02:53:47 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8c345a10-de68-431a-8edb-86d0a044ed0e?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "405915409d5ee20c4a6d3241548e0197", + "x-ms-correlation-request-id": "4abc2fc5-7d14-4551-9eae-ae0ab3ceab74", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-request-id": "fa724ca4-8845-4684-bbc9-93e6162e4a37", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T025348Z:4abc2fc5-7d14-4551-9eae-ae0ab3ceab74" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8c345a10-de68-431a-8edb-86d0a044ed0e?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "a3d248e8448f0e172bfaa1236149fa50", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 02:53:48 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8c345a10-de68-431a-8edb-86d0a044ed0e?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a3d248e8448f0e172bfaa1236149fa50", + "x-ms-correlation-request-id": "fa517416-5ad5-4974-afe1-a96db6187029", + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-request-id": "7c06d92f-aad3-44ef-a17d-6360ac7e024d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T025349Z:fa517416-5ad5-4974-afe1-a96db6187029" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8c345a10-de68-431a-8edb-86d0a044ed0e?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "de6e53a4209d72a995145bf93c153c57", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 02:53:50 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8c345a10-de68-431a-8edb-86d0a044ed0e?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "de6e53a4209d72a995145bf93c153c57", + "x-ms-correlation-request-id": "d03c1853-8c65-4ef3-8742-bd373a9bfd36", + "x-ms-ratelimit-remaining-subscription-reads": "11988", + "x-ms-request-id": "b0dde576-f8a8-495f-9705-18a412601223", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T025350Z:d03c1853-8c65-4ef3-8742-bd373a9bfd36" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8c345a10-de68-431a-8edb-86d0a044ed0e?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "66f5d8578a82fba1fe4b1464fbe98001", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 02:53:51 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8c345a10-de68-431a-8edb-86d0a044ed0e?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "66f5d8578a82fba1fe4b1464fbe98001", + "x-ms-correlation-request-id": "f6e69c8a-dd95-4cf2-97be-676cdf44a26d", + "x-ms-ratelimit-remaining-subscription-reads": "11987", + "x-ms-request-id": "7fb75032-64be-4e55-8a2d-3b61eb897f9f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T025352Z:f6e69c8a-dd95-4cf2-97be-676cdf44a26d" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8c345a10-de68-431a-8edb-86d0a044ed0e?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "009de273231fc7fa9f600d7be91ed115", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 02:53:52 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8c345a10-de68-431a-8edb-86d0a044ed0e?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "009de273231fc7fa9f600d7be91ed115", + "x-ms-correlation-request-id": "7e26a788-754a-42b3-a660-42f561e54b40", + "x-ms-ratelimit-remaining-subscription-reads": "11986", + "x-ms-request-id": "789c0e7e-59a2-4e21-9430-ae3046132a35", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T025353Z:7e26a788-754a-42b3-a660-42f561e54b40" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8c345a10-de68-431a-8edb-86d0a044ed0e?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "88cc4abd935419ceb273df520c4477ab", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 02:53:53 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8c345a10-de68-431a-8edb-86d0a044ed0e?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "88cc4abd935419ceb273df520c4477ab", + "x-ms-correlation-request-id": "e5f2b5d0-c0a7-430f-8a22-93969a8006df", + "x-ms-ratelimit-remaining-subscription-reads": "11985", + "x-ms-request-id": "4357ebad-ff62-40c3-bddb-728339b955d8", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T025354Z:e5f2b5d0-c0a7-430f-8a22-93969a8006df" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8c345a10-de68-431a-8edb-86d0a044ed0e?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "5a8559933c783337de2dc7227c2511e0", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 02:53:55 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8c345a10-de68-431a-8edb-86d0a044ed0e?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5a8559933c783337de2dc7227c2511e0", + "x-ms-correlation-request-id": "3cdc7db6-9e76-4d6f-916d-c7a292cc22cd", + "x-ms-ratelimit-remaining-subscription-reads": "11984", + "x-ms-request-id": "a15de1ef-c880-4e56-bbfd-eebc85d1b816", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T025355Z:3cdc7db6-9e76-4d6f-916d-c7a292cc22cd" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8c345a10-de68-431a-8edb-86d0a044ed0e?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "b1a6fe79f81ce0ad13834eac43a7bb5a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 02:53:56 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8c345a10-de68-431a-8edb-86d0a044ed0e?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b1a6fe79f81ce0ad13834eac43a7bb5a", + "x-ms-correlation-request-id": "cf4c9887-4383-4b89-8ccc-85678d8f4b3d", + "x-ms-ratelimit-remaining-subscription-reads": "11983", + "x-ms-request-id": "3735cf06-ff1f-437f-afd9-b634bc937f8b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T025357Z:cf4c9887-4383-4b89-8ccc-85678d8f4b3d" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8c345a10-de68-431a-8edb-86d0a044ed0e?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "8fe862e87698819d1298a926cbac9d8c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 02:53:57 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8c345a10-de68-431a-8edb-86d0a044ed0e?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "8fe862e87698819d1298a926cbac9d8c", + "x-ms-correlation-request-id": "1f9ec0c4-6c26-459f-b114-b93c886e945f", + "x-ms-ratelimit-remaining-subscription-reads": "11982", + "x-ms-request-id": "c6add5c3-95d3-439c-a4dc-e5d8ee424fc3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T025358Z:1f9ec0c4-6c26-459f-b114-b93c886e945f" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8c345a10-de68-431a-8edb-86d0a044ed0e?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "0dd8ff61c69e9b8eaca547f5ed8bf036", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 02:53:59 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8c345a10-de68-431a-8edb-86d0a044ed0e?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "0dd8ff61c69e9b8eaca547f5ed8bf036", + "x-ms-correlation-request-id": "50803278-32cd-4984-8359-9ade17d87d37", + "x-ms-ratelimit-remaining-subscription-reads": "11981", + "x-ms-request-id": "0ecb984f-9fd4-43a2-929d-c1385d8c28af", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T025359Z:50803278-32cd-4984-8359-9ade17d87d37" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8c345a10-de68-431a-8edb-86d0a044ed0e?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "1a396d71823d034761259f844e861467", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 02:54:00 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8c345a10-de68-431a-8edb-86d0a044ed0e?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1a396d71823d034761259f844e861467", + "x-ms-correlation-request-id": "572a8f6a-b8a0-45ef-8413-cda689b60f5b", + "x-ms-ratelimit-remaining-subscription-reads": "11980", + "x-ms-request-id": "9e8992ff-c947-4952-97b1-f371f927552d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T025401Z:572a8f6a-b8a0-45ef-8413-cda689b60f5b" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8c345a10-de68-431a-8edb-86d0a044ed0e?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "444ac1e5aecf22bcd34ce3f32fa79386", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1346", + "Content-Type": "application/json", + "Date": "Wed, 17 Nov 2021 02:54:01 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "444ac1e5aecf22bcd34ce3f32fa79386", + "x-ms-correlation-request-id": "7ed30e5e-a552-468f-934b-e9622e9a6b4a", + "x-ms-ratelimit-remaining-subscription-reads": "11979", + "x-ms-request-id": "f5519ffc-2c58-4c58-9e75-a044ff007f0b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T025402Z:7ed30e5e-a552-468f-934b-e9622e9a6b4a" + }, + "ResponseBody": { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "Storage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-4204/providers/Microsoft.Storage/storageAccounts/teststoragemgmt5233", + "name": "teststoragemgmt5233", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-11-17T02:53:44.9823506Z", + "key2": "2021-11-17T02:53:44.9823506Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T02:53:44.9823506Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T02:53:44.9823506Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "provisioningState": "Succeeded", + "creationTime": "2021-11-17T02:53:44.8729886Z", + "primaryEndpoints": { + "blob": "https://teststoragemgmt5233.blob.core.windows.net/", + "queue": "https://teststoragemgmt5233.queue.core.windows.net/", + "table": "https://teststoragemgmt5233.table.core.windows.net/", + "file": "https://teststoragemgmt5233.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-4204/providers/Microsoft.Storage/storageAccounts/teststoragemgmt5233?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "5eb573a88373df4eb7d5ab79260a4d25", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1346", + "Content-Type": "application/json", + "Date": "Wed, 17 Nov 2021 02:54:02 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5eb573a88373df4eb7d5ab79260a4d25", + "x-ms-correlation-request-id": "fa3d1907-b3dd-4e8b-9f11-5891e4dee4cb", + "x-ms-ratelimit-remaining-subscription-reads": "11978", + "x-ms-request-id": "33dbc782-d342-43cc-8f57-69c2dd122e0a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T025402Z:fa3d1907-b3dd-4e8b-9f11-5891e4dee4cb" + }, + "ResponseBody": { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "Storage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-4204/providers/Microsoft.Storage/storageAccounts/teststoragemgmt5233", + "name": "teststoragemgmt5233", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-11-17T02:53:44.9823506Z", + "key2": "2021-11-17T02:53:44.9823506Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T02:53:44.9823506Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T02:53:44.9823506Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "provisioningState": "Succeeded", + "creationTime": "2021-11-17T02:53:44.8729886Z", + "primaryEndpoints": { + "blob": "https://teststoragemgmt5233.blob.core.windows.net/", + "queue": "https://teststoragemgmt5233.queue.core.windows.net/", + "table": "https://teststoragemgmt5233.table.core.windows.net/", + "file": "https://teststoragemgmt5233.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/checkNameAvailability?api-version=2021-04-01", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "73", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "412b10df67abb1c31647f19f54d4b991", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "name": "teststoragemgmt6458", + "type": "Microsoft.Storage/storageAccounts" + }, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "22", + "Content-Type": "application/json", + "Date": "Wed, 17 Nov 2021 02:54:03 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "412b10df67abb1c31647f19f54d4b991", + "x-ms-correlation-request-id": "0f44f0d4-95d0-4d2b-a1a2-6a0eb5ba1a17", + "x-ms-ratelimit-remaining-subscription-reads": "11977", + "x-ms-request-id": "9f443265-db47-45ec-a894-5c8014d32d8f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T025403Z:0f44f0d4-95d0-4d2b-a1a2-6a0eb5ba1a17" + }, + "ResponseBody": { + "nameAvailable": true + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/teststorageRG-5288?api-version=2019-10-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "44", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "b6d1dbdc61f46b728dfa0243fbc8ffbd", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "location": "eastus2", + "tags": { + "test": "env" + } + }, + "StatusCode": 201, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "256", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 17 Nov 2021 02:54:03 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "3bc96324-2be7-4700-9f6b-e3e829cb7de4", + "x-ms-ratelimit-remaining-subscription-writes": "1197", + "x-ms-request-id": "3bc96324-2be7-4700-9f6b-e3e829cb7de4", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T025404Z:3bc96324-2be7-4700-9f6b-e3e829cb7de4" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-5288", + "name": "teststorageRG-5288", + "type": "Microsoft.Resources/resourceGroups", + "location": "eastus2", + "tags": { + "test": "env" + }, + "properties": { + "provisioningState": "Succeeded" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-5288/providers/Microsoft.Storage/storageAccounts/teststoragemgmt6458?api-version=2021-04-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "158", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "67974f62fc45f10bac5c3c5d3f6200f1", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "sku": { + "name": "Standard_GRS" + }, + "kind": "Storage", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "supportsHttpsTrafficOnly": false + } + }, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 02:54:08 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4766e604-f997-420c-807e-e51f3bbfa76a?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "67974f62fc45f10bac5c3c5d3f6200f1", + "x-ms-correlation-request-id": "fb46e96a-ed50-487e-bf8e-dcb54c1b879d", + "x-ms-ratelimit-remaining-subscription-writes": "1196", + "x-ms-request-id": "4766e604-f997-420c-807e-e51f3bbfa76a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T025409Z:fb46e96a-ed50-487e-bf8e-dcb54c1b879d" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4766e604-f997-420c-807e-e51f3bbfa76a?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "84f1e1f12922dfd3cfe0099725142b2b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 02:54:08 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4766e604-f997-420c-807e-e51f3bbfa76a?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "84f1e1f12922dfd3cfe0099725142b2b", + "x-ms-correlation-request-id": "51732d3d-3f7d-4b80-8808-b26f058647d0", + "x-ms-ratelimit-remaining-subscription-reads": "11976", + "x-ms-request-id": "9e7c44c3-3cc5-43c1-b24b-2667549ae567", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T025409Z:51732d3d-3f7d-4b80-8808-b26f058647d0" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4766e604-f997-420c-807e-e51f3bbfa76a?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "ed5b10f98d9a886964e9ae6fde9f303e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 02:54:10 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4766e604-f997-420c-807e-e51f3bbfa76a?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ed5b10f98d9a886964e9ae6fde9f303e", + "x-ms-correlation-request-id": "c1f5538f-77f2-4e9d-acfe-c723a46d18bb", + "x-ms-ratelimit-remaining-subscription-reads": "11975", + "x-ms-request-id": "ebf0fd76-f080-44f7-9c6b-c7168057005e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T025411Z:c1f5538f-77f2-4e9d-acfe-c723a46d18bb" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4766e604-f997-420c-807e-e51f3bbfa76a?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "5d6cbd427b70becf3b4ea373d05388a4", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 02:54:11 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4766e604-f997-420c-807e-e51f3bbfa76a?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5d6cbd427b70becf3b4ea373d05388a4", + "x-ms-correlation-request-id": "51d5348a-2a2f-47cb-8467-70659a44dfaa", + "x-ms-ratelimit-remaining-subscription-reads": "11974", + "x-ms-request-id": "d7a45ba6-708c-4e43-94b0-24f26f22e42c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T025412Z:51d5348a-2a2f-47cb-8467-70659a44dfaa" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4766e604-f997-420c-807e-e51f3bbfa76a?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "b073f2a92c1264e3786920397a63002f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 02:54:12 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4766e604-f997-420c-807e-e51f3bbfa76a?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b073f2a92c1264e3786920397a63002f", + "x-ms-correlation-request-id": "70dca1a4-5a63-4941-88d7-d9622318f869", + "x-ms-ratelimit-remaining-subscription-reads": "11973", + "x-ms-request-id": "8c91de2b-4f12-43bb-944d-47c9fe53e5a9", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T025413Z:70dca1a4-5a63-4941-88d7-d9622318f869" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4766e604-f997-420c-807e-e51f3bbfa76a?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "6755caafcea87dba409db24ceaf6b710", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 02:54:14 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4766e604-f997-420c-807e-e51f3bbfa76a?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6755caafcea87dba409db24ceaf6b710", + "x-ms-correlation-request-id": "0b900b26-6a84-4931-b4b0-80639c51052b", + "x-ms-ratelimit-remaining-subscription-reads": "11972", + "x-ms-request-id": "f6969db4-0b16-42af-ab08-550ef93d81ca", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T025415Z:0b900b26-6a84-4931-b4b0-80639c51052b" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4766e604-f997-420c-807e-e51f3bbfa76a?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "ecc60a607f2b152bda07e5075b9543d8", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 02:54:15 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4766e604-f997-420c-807e-e51f3bbfa76a?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ecc60a607f2b152bda07e5075b9543d8", + "x-ms-correlation-request-id": "1a294dc7-f65e-43ed-9a3a-faa3de9ef3c2", + "x-ms-ratelimit-remaining-subscription-reads": "11971", + "x-ms-request-id": "9d26786b-bf2e-47d1-9483-d6f7304b0d4f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T025416Z:1a294dc7-f65e-43ed-9a3a-faa3de9ef3c2" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4766e604-f997-420c-807e-e51f3bbfa76a?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "06c3734d20fedbfb38f56f757a977a82", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 02:54:16 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4766e604-f997-420c-807e-e51f3bbfa76a?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "06c3734d20fedbfb38f56f757a977a82", + "x-ms-correlation-request-id": "25c6e58d-7ed9-434c-961b-555bdda0711c", + "x-ms-ratelimit-remaining-subscription-reads": "11970", + "x-ms-request-id": "01c13429-e840-4c73-a459-dd5313ee30ad", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T025417Z:25c6e58d-7ed9-434c-961b-555bdda0711c" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4766e604-f997-420c-807e-e51f3bbfa76a?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "70d80fb1149d30049f3f8da0e8b322ab", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 02:54:18 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4766e604-f997-420c-807e-e51f3bbfa76a?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "70d80fb1149d30049f3f8da0e8b322ab", + "x-ms-correlation-request-id": "c02fb319-20b6-406e-87dc-5e14b9ba8a97", + "x-ms-ratelimit-remaining-subscription-reads": "11969", + "x-ms-request-id": "8fbc0f2a-a8c9-4c9b-8576-6c11e44a0498", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T025419Z:c02fb319-20b6-406e-87dc-5e14b9ba8a97" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4766e604-f997-420c-807e-e51f3bbfa76a?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "76fed959b1323f120eeab3360fb59b43", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 02:54:19 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4766e604-f997-420c-807e-e51f3bbfa76a?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "76fed959b1323f120eeab3360fb59b43", + "x-ms-correlation-request-id": "ffc51d5e-af68-42bd-bf33-8dece18f0e03", + "x-ms-ratelimit-remaining-subscription-reads": "11968", + "x-ms-request-id": "056476bd-70ae-4442-9103-fdc241b28b3f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T025420Z:ffc51d5e-af68-42bd-bf33-8dece18f0e03" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4766e604-f997-420c-807e-e51f3bbfa76a?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "4b55638dd2bd383b6f9366bf935bf284", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 02:54:20 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4766e604-f997-420c-807e-e51f3bbfa76a?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4b55638dd2bd383b6f9366bf935bf284", + "x-ms-correlation-request-id": "27173dc2-dbec-4a37-9d08-49c899d9b5ac", + "x-ms-ratelimit-remaining-subscription-reads": "11967", + "x-ms-request-id": "da5b3e54-dc63-40e9-bda4-fe190d8addc7", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T025421Z:27173dc2-dbec-4a37-9d08-49c899d9b5ac" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4766e604-f997-420c-807e-e51f3bbfa76a?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "a01cc4d30398004ffd9962b260cd20e9", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 02:54:22 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4766e604-f997-420c-807e-e51f3bbfa76a?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a01cc4d30398004ffd9962b260cd20e9", + "x-ms-correlation-request-id": "a407e8a6-5571-44c8-9c0b-598ff2173d7a", + "x-ms-ratelimit-remaining-subscription-reads": "11966", + "x-ms-request-id": "6cb1cea1-4315-4e49-80d9-d55e18e80fcf", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T025422Z:a407e8a6-5571-44c8-9c0b-598ff2173d7a" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4766e604-f997-420c-807e-e51f3bbfa76a?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "851249a4d65e86ee9ec5079e4a53acb2", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 02:54:23 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4766e604-f997-420c-807e-e51f3bbfa76a?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "851249a4d65e86ee9ec5079e4a53acb2", + "x-ms-correlation-request-id": "579a7563-9262-4763-9981-a012ffa9152b", + "x-ms-ratelimit-remaining-subscription-reads": "11965", + "x-ms-request-id": "d9eb59ea-392a-41cd-9349-f76d530b5d84", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T025424Z:579a7563-9262-4763-9981-a012ffa9152b" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4766e604-f997-420c-807e-e51f3bbfa76a?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "4a622ff7fa998aab13544d237088d8a1", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1347", + "Content-Type": "application/json", + "Date": "Wed, 17 Nov 2021 02:54:24 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4a622ff7fa998aab13544d237088d8a1", + "x-ms-correlation-request-id": "dfb7ec25-798d-430a-b641-61937dbe9902", + "x-ms-ratelimit-remaining-subscription-reads": "11964", + "x-ms-request-id": "602a775b-d097-46f9-b6aa-bd3b178feaac", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T025425Z:dfb7ec25-798d-430a-b641-61937dbe9902" + }, + "ResponseBody": { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "Storage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-5288/providers/Microsoft.Storage/storageAccounts/teststoragemgmt6458", + "name": "teststoragemgmt6458", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-11-17T02:54:06.8112649Z", + "key2": "2021-11-17T02:54:06.8112649Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": false, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T02:54:06.8112649Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T02:54:06.8112649Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "provisioningState": "Succeeded", + "creationTime": "2021-11-17T02:54:06.6862790Z", + "primaryEndpoints": { + "blob": "https://teststoragemgmt6458.blob.core.windows.net/", + "queue": "https://teststoragemgmt6458.queue.core.windows.net/", + "table": "https://teststoragemgmt6458.table.core.windows.net/", + "file": "https://teststoragemgmt6458.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-5288/providers/Microsoft.Storage/storageAccounts/teststoragemgmt6458?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "491a7d736d48fc26d69501d2fbb1b5aa", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1347", + "Content-Type": "application/json", + "Date": "Wed, 17 Nov 2021 02:54:24 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "491a7d736d48fc26d69501d2fbb1b5aa", + "x-ms-correlation-request-id": "50a95d47-7268-48db-b586-6e3d4ea5596a", + "x-ms-ratelimit-remaining-subscription-reads": "11963", + "x-ms-request-id": "d7184c6c-928c-4536-8c71-e9104bc1f729", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T025425Z:50a95d47-7268-48db-b586-6e3d4ea5596a" + }, + "ResponseBody": { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "Storage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-5288/providers/Microsoft.Storage/storageAccounts/teststoragemgmt6458", + "name": "teststoragemgmt6458", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-11-17T02:54:06.8112649Z", + "key2": "2021-11-17T02:54:06.8112649Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": false, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T02:54:06.8112649Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T02:54:06.8112649Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "provisioningState": "Succeeded", + "creationTime": "2021-11-17T02:54:06.6862790Z", + "primaryEndpoints": { + "blob": "https://teststoragemgmt6458.blob.core.windows.net/", + "queue": "https://teststoragemgmt6458.queue.core.windows.net/", + "table": "https://teststoragemgmt6458.table.core.windows.net/", + "file": "https://teststoragemgmt6458.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-5288/providers/Microsoft.Storage/storageAccounts?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "31baafedd56aaa4f9e88710988ca1616", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1359", + "Content-Type": "application/json", + "Date": "Wed, 17 Nov 2021 02:54:25 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "31baafedd56aaa4f9e88710988ca1616", + "x-ms-correlation-request-id": "b7b0677b-f4c3-493c-9c2a-ddf0954e3d3d", + "x-ms-ratelimit-remaining-subscription-reads": "11962", + "x-ms-request-id": "35083d01-8461-4eda-bbf2-b77ad923781e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T025426Z:b7b0677b-f4c3-493c-9c2a-ddf0954e3d3d" + }, + "ResponseBody": { + "value": [ + { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "Storage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-5288/providers/Microsoft.Storage/storageAccounts/teststoragemgmt6458", + "name": "teststoragemgmt6458", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-11-17T02:54:06.8112649Z", + "key2": "2021-11-17T02:54:06.8112649Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": false, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T02:54:06.8112649Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T02:54:06.8112649Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "provisioningState": "Succeeded", + "creationTime": "2021-11-17T02:54:06.6862790Z", + "primaryEndpoints": { + "blob": "https://teststoragemgmt6458.blob.core.windows.net/", + "queue": "https://teststoragemgmt6458.queue.core.windows.net/", + "table": "https://teststoragemgmt6458.table.core.windows.net/", + "file": "https://teststoragemgmt6458.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + } + ] + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-5288/providers/Microsoft.Storage/storageAccounts/teststoragemgmt6458?api-version=2021-04-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "cc2b66ed6238896a08667404f8d88f61", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 02:54:32 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "cc2b66ed6238896a08667404f8d88f61", + "x-ms-correlation-request-id": "6faea8d3-9f44-45c0-b292-fc96bc90729c", + "x-ms-ratelimit-remaining-subscription-deletes": "14998", + "x-ms-request-id": "aff163cc-7176-4ff4-a84b-782c9452084b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T025432Z:6faea8d3-9f44-45c0-b292-fc96bc90729c" + }, + "ResponseBody": [] + } + ], + "Variables": { + "RandomSeed": "129847446", + "RESOURCE_MANAGER_URL": null, + "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" + } +} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/CreateStorageAccountWithLargeFileSharesState.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/CreateStorageAccountWithLargeFileSharesState.json new file mode 100644 index 0000000000000..0d15a9ef7a497 --- /dev/null +++ b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/CreateStorageAccountWithLargeFileSharesState.json @@ -0,0 +1,850 @@ +{ + "Entries": [ + { + "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-350750cfdcce1748bae1857939c3e265-bcb9db3faf3d594a-00", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "bf8b7d5ac477529971837b6b99defc8f", + "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": "Wed, 17 Nov 2021 05:43:48 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "0ac90fd8-ed97-4da5-99da-70a8bf3d9143", + "x-ms-ratelimit-remaining-subscription-reads": "11999", + "x-ms-request-id": "0ac90fd8-ed97-4da5-99da-70a8bf3d9143", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T054349Z:0ac90fd8-ed97-4da5-99da-70a8bf3d9143" + }, + "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.Storage/checkNameAvailability?api-version=2021-04-01", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "73", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "fe3795a5f551c38889b9885365758e59", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "name": "teststoragemgmt5851", + "type": "Microsoft.Storage/storageAccounts" + }, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "22", + "Content-Type": "application/json", + "Date": "Wed, 17 Nov 2021 05:43:49 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "fe3795a5f551c38889b9885365758e59", + "x-ms-correlation-request-id": "c3e13c8a-a76d-4549-b8de-7a92e2a90610", + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-request-id": "dbfc7857-83cc-4843-9f70-4dab9c450e64", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T054350Z:c3e13c8a-a76d-4549-b8de-7a92e2a90610" + }, + "ResponseBody": { + "nameAvailable": true + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/teststorageRG-6151?api-version=2019-10-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "44", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "467913c45325b29c2f507498e28bd8e0", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "location": "eastus2", + "tags": { + "test": "env" + } + }, + "StatusCode": 201, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "256", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 17 Nov 2021 05:43:51 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "7b054adc-99b9-4966-b836-525a5f5bf696", + "x-ms-ratelimit-remaining-subscription-writes": "1199", + "x-ms-request-id": "7b054adc-99b9-4966-b836-525a5f5bf696", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T054351Z:7b054adc-99b9-4966-b836-525a5f5bf696" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-6151", + "name": "teststorageRG-6151", + "type": "Microsoft.Resources/resourceGroups", + "location": "eastus2", + "tags": { + "test": "env" + }, + "properties": { + "provisioningState": "Succeeded" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-6151/providers/Microsoft.Storage/storageAccounts/teststoragemgmt5851?api-version=2021-04-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "160", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "6f60e58908280287fbee0b10fe0c0eed", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "sku": { + "name": "Standard_LRS" + }, + "kind": "StorageV2", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "largeFileSharesState": "Enabled" + } + }, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 05:44:03 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5a2d2b99-b75a-4d9f-849f-e77aabdc2b2f?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6f60e58908280287fbee0b10fe0c0eed", + "x-ms-correlation-request-id": "b9a3d150-de6f-42f3-85f1-bb56a4ada5e8", + "x-ms-ratelimit-remaining-subscription-writes": "1198", + "x-ms-request-id": "5a2d2b99-b75a-4d9f-849f-e77aabdc2b2f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T054403Z:b9a3d150-de6f-42f3-85f1-bb56a4ada5e8" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5a2d2b99-b75a-4d9f-849f-e77aabdc2b2f?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "90db73b0e92dbb5e8b774b37488bb422", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 05:44:03 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5a2d2b99-b75a-4d9f-849f-e77aabdc2b2f?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "90db73b0e92dbb5e8b774b37488bb422", + "x-ms-correlation-request-id": "fe6956e9-1acb-4510-a133-122a7da6bf64", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-request-id": "1d83f23b-5619-4876-a3ca-b16a9a4a4a36", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T054403Z:fe6956e9-1acb-4510-a133-122a7da6bf64" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5a2d2b99-b75a-4d9f-849f-e77aabdc2b2f?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "d0868642ef718aca651ed4dde5e2eed0", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 05:44:05 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5a2d2b99-b75a-4d9f-849f-e77aabdc2b2f?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d0868642ef718aca651ed4dde5e2eed0", + "x-ms-correlation-request-id": "650e5f92-7622-4d07-bded-b6fb8fda5a25", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-request-id": "8592254e-d79a-408d-a7a7-96cfd8c71a12", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T054405Z:650e5f92-7622-4d07-bded-b6fb8fda5a25" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5a2d2b99-b75a-4d9f-849f-e77aabdc2b2f?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "8b60dc477d3028c0b25e5d9eb448f90f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 05:44:06 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5a2d2b99-b75a-4d9f-849f-e77aabdc2b2f?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "8b60dc477d3028c0b25e5d9eb448f90f", + "x-ms-correlation-request-id": "2632d1fc-3392-47c2-b29f-b5eb2c95e641", + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-request-id": "3262c176-7972-4ae5-979c-bba3f3d37af9", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T054406Z:2632d1fc-3392-47c2-b29f-b5eb2c95e641" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5a2d2b99-b75a-4d9f-849f-e77aabdc2b2f?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "8d620097d6a4c1bca8512a0e1581d6a8", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 05:44:08 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5a2d2b99-b75a-4d9f-849f-e77aabdc2b2f?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "8d620097d6a4c1bca8512a0e1581d6a8", + "x-ms-correlation-request-id": "e7b059a5-2f52-4d02-a595-6b76186b27fb", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-request-id": "ed55108b-0b35-47a8-8b25-80f7e8e98ee1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T054408Z:e7b059a5-2f52-4d02-a595-6b76186b27fb" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5a2d2b99-b75a-4d9f-849f-e77aabdc2b2f?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "6bf07a89282bc4f1c65e1d12912cd51d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 05:44:09 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5a2d2b99-b75a-4d9f-849f-e77aabdc2b2f?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6bf07a89282bc4f1c65e1d12912cd51d", + "x-ms-correlation-request-id": "c468d1cd-9f49-4302-b07e-be3209b6bffe", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-request-id": "5141ab4c-8bda-42a7-a45c-2eefbad00677", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T054409Z:c468d1cd-9f49-4302-b07e-be3209b6bffe" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5a2d2b99-b75a-4d9f-849f-e77aabdc2b2f?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "e546c4246180702c209fe3df52b11231", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 05:44:11 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5a2d2b99-b75a-4d9f-849f-e77aabdc2b2f?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e546c4246180702c209fe3df52b11231", + "x-ms-correlation-request-id": "7f97e305-ab39-4f8d-bae7-a75260ac22d9", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-request-id": "b14c4dc1-f1b5-4fff-b848-7d31d9610482", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T054411Z:7f97e305-ab39-4f8d-bae7-a75260ac22d9" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5a2d2b99-b75a-4d9f-849f-e77aabdc2b2f?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "3a15b5878e586ee40e9dc646b9a9307b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 05:44:12 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5a2d2b99-b75a-4d9f-849f-e77aabdc2b2f?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "3a15b5878e586ee40e9dc646b9a9307b", + "x-ms-correlation-request-id": "43f64600-dd15-4d94-aa08-5c06197e6543", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-request-id": "91c8da7f-00b0-42c4-8d6e-2e8a7e02fed2", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T054412Z:43f64600-dd15-4d94-aa08-5c06197e6543" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5a2d2b99-b75a-4d9f-849f-e77aabdc2b2f?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "51ea0d7bf13a27284e804b8c45127214", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 05:44:13 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5a2d2b99-b75a-4d9f-849f-e77aabdc2b2f?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "51ea0d7bf13a27284e804b8c45127214", + "x-ms-correlation-request-id": "3a443a0d-14ad-471b-bc75-cf7d505570f0", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-request-id": "2cf90b11-e180-48ea-9c04-0f1931a7eb41", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T054413Z:3a443a0d-14ad-471b-bc75-cf7d505570f0" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5a2d2b99-b75a-4d9f-849f-e77aabdc2b2f?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "dc8aeb4b9b1795c5dfd8d6e29ae5b776", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 05:44:14 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5a2d2b99-b75a-4d9f-849f-e77aabdc2b2f?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "dc8aeb4b9b1795c5dfd8d6e29ae5b776", + "x-ms-correlation-request-id": "4837c9b6-7d1e-48ef-af0c-d94d694240f5", + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-request-id": "b6bd3fda-0cb6-4957-80ba-c84cd7a96aef", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T054415Z:4837c9b6-7d1e-48ef-af0c-d94d694240f5" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5a2d2b99-b75a-4d9f-849f-e77aabdc2b2f?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "4563686ec1c796f78cedecd7435828fc", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 05:44:16 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5a2d2b99-b75a-4d9f-849f-e77aabdc2b2f?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4563686ec1c796f78cedecd7435828fc", + "x-ms-correlation-request-id": "3984e82b-1e1f-4711-9263-b2e3fe83fce8", + "x-ms-ratelimit-remaining-subscription-reads": "11988", + "x-ms-request-id": "cba424cd-d178-4340-a053-be4f02912340", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T054416Z:3984e82b-1e1f-4711-9263-b2e3fe83fce8" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5a2d2b99-b75a-4d9f-849f-e77aabdc2b2f?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "cdfab12b531fe063485471621b468d68", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 05:44:17 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5a2d2b99-b75a-4d9f-849f-e77aabdc2b2f?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "cdfab12b531fe063485471621b468d68", + "x-ms-correlation-request-id": "c96343ee-985c-4636-9fd1-86406b0a2afa", + "x-ms-ratelimit-remaining-subscription-reads": "11987", + "x-ms-request-id": "b762ae4f-dcfb-4bfc-8e20-27f90f821337", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T054417Z:c96343ee-985c-4636-9fd1-86406b0a2afa" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5a2d2b99-b75a-4d9f-849f-e77aabdc2b2f?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "dd1dd4c92cae894df4f44f2aaeed5287", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 05:44:18 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5a2d2b99-b75a-4d9f-849f-e77aabdc2b2f?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "dd1dd4c92cae894df4f44f2aaeed5287", + "x-ms-correlation-request-id": "128b6999-6342-45c0-9a8b-713cf7c26c62", + "x-ms-ratelimit-remaining-subscription-reads": "11986", + "x-ms-request-id": "a615c6c9-d1c7-47c5-8723-39e65fdc11a8", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T054419Z:128b6999-6342-45c0-9a8b-713cf7c26c62" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5a2d2b99-b75a-4d9f-849f-e77aabdc2b2f?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "e8b6d9afe9eb1b570483fc7350947b46", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1456", + "Content-Type": "application/json", + "Date": "Wed, 17 Nov 2021 05:44:20 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e8b6d9afe9eb1b570483fc7350947b46", + "x-ms-correlation-request-id": "b2bbb3ee-5fa9-42b4-ac46-7c0f77b5d7da", + "x-ms-ratelimit-remaining-subscription-reads": "11985", + "x-ms-request-id": "ad049402-8d11-4b3b-bc03-d1dd4dd49223", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T054420Z:b2bbb3ee-5fa9-42b4-ac46-7c0f77b5d7da" + }, + "ResponseBody": { + "sku": { + "name": "Standard_LRS", + "tier": "Standard" + }, + "kind": "StorageV2", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-6151/providers/Microsoft.Storage/storageAccounts/teststoragemgmt5851", + "name": "teststoragemgmt5851", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-11-17T05:44:02.0368246Z", + "key2": "2021-11-17T05:44:02.0368246Z" + }, + "privateEndpointConnections": [], + "largeFileSharesState": "Enabled", + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T05:44:02.0368246Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T05:44:02.0368246Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "accessTier": "Hot", + "provisioningState": "Succeeded", + "creationTime": "2021-11-17T05:44:01.9117962Z", + "primaryEndpoints": { + "dfs": "https://teststoragemgmt5851.dfs.core.windows.net/", + "web": "https://teststoragemgmt5851.z20.web.core.windows.net/", + "blob": "https://teststoragemgmt5851.blob.core.windows.net/", + "queue": "https://teststoragemgmt5851.queue.core.windows.net/", + "table": "https://teststoragemgmt5851.table.core.windows.net/", + "file": "https://teststoragemgmt5851.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-6151/providers/Microsoft.Storage/storageAccounts/teststoragemgmt5851?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "6e0e845f4b3bfe4e6471d82a0439315b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1456", + "Content-Type": "application/json", + "Date": "Wed, 17 Nov 2021 05:44:20 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6e0e845f4b3bfe4e6471d82a0439315b", + "x-ms-correlation-request-id": "050f37c9-67fc-475a-9071-11ee9d88e9ae", + "x-ms-ratelimit-remaining-subscription-reads": "11984", + "x-ms-request-id": "fc875d73-1f4e-4cd7-8ed8-50694bb3c14c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T054420Z:050f37c9-67fc-475a-9071-11ee9d88e9ae" + }, + "ResponseBody": { + "sku": { + "name": "Standard_LRS", + "tier": "Standard" + }, + "kind": "StorageV2", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-6151/providers/Microsoft.Storage/storageAccounts/teststoragemgmt5851", + "name": "teststoragemgmt5851", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-11-17T05:44:02.0368246Z", + "key2": "2021-11-17T05:44:02.0368246Z" + }, + "privateEndpointConnections": [], + "largeFileSharesState": "Enabled", + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T05:44:02.0368246Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T05:44:02.0368246Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "accessTier": "Hot", + "provisioningState": "Succeeded", + "creationTime": "2021-11-17T05:44:01.9117962Z", + "primaryEndpoints": { + "dfs": "https://teststoragemgmt5851.dfs.core.windows.net/", + "web": "https://teststoragemgmt5851.z20.web.core.windows.net/", + "blob": "https://teststoragemgmt5851.blob.core.windows.net/", + "queue": "https://teststoragemgmt5851.queue.core.windows.net/", + "table": "https://teststoragemgmt5851.table.core.windows.net/", + "file": "https://teststoragemgmt5851.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-6151/providers/Microsoft.Storage/storageAccounts?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "41b3e901a48fdf7c7d02d92a30da395f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1468", + "Content-Type": "application/json", + "Date": "Wed, 17 Nov 2021 05:44:20 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "41b3e901a48fdf7c7d02d92a30da395f", + "x-ms-correlation-request-id": "a2157871-5bd9-4f4d-9c9b-1bd0a2d47edf", + "x-ms-ratelimit-remaining-subscription-reads": "11983", + "x-ms-request-id": "c3e152be-229c-4ba6-a061-3ff4d6a7c764", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T054421Z:a2157871-5bd9-4f4d-9c9b-1bd0a2d47edf" + }, + "ResponseBody": { + "value": [ + { + "sku": { + "name": "Standard_LRS", + "tier": "Standard" + }, + "kind": "StorageV2", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-6151/providers/Microsoft.Storage/storageAccounts/teststoragemgmt5851", + "name": "teststoragemgmt5851", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-11-17T05:44:02.0368246Z", + "key2": "2021-11-17T05:44:02.0368246Z" + }, + "privateEndpointConnections": [], + "largeFileSharesState": "Enabled", + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T05:44:02.0368246Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T05:44:02.0368246Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "accessTier": "Hot", + "provisioningState": "Succeeded", + "creationTime": "2021-11-17T05:44:01.9117962Z", + "primaryEndpoints": { + "dfs": "https://teststoragemgmt5851.dfs.core.windows.net/", + "web": "https://teststoragemgmt5851.z20.web.core.windows.net/", + "blob": "https://teststoragemgmt5851.blob.core.windows.net/", + "queue": "https://teststoragemgmt5851.queue.core.windows.net/", + "table": "https://teststoragemgmt5851.table.core.windows.net/", + "file": "https://teststoragemgmt5851.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available" + } + } + ] + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-6151/providers/Microsoft.Storage/storageAccounts/teststoragemgmt5851?api-version=2021-04-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "2aca0979e3de644c8bb78479112c16cb", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 05:44:27 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "2aca0979e3de644c8bb78479112c16cb", + "x-ms-correlation-request-id": "9fce68a5-e680-405e-96d6-726dc8b0b9cb", + "x-ms-ratelimit-remaining-subscription-deletes": "14999", + "x-ms-request-id": "fdc69373-2847-417a-aa2f-cd5613d19f4c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T054427Z:9fce68a5-e680-405e-96d6-726dc8b0b9cb" + }, + "ResponseBody": [] + } + ], + "Variables": { + "RandomSeed": "806358670", + "RESOURCE_MANAGER_URL": null, + "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" + } +} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/CreateStorageAccountWithLargeFileSharesStateAsync.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/CreateStorageAccountWithLargeFileSharesStateAsync.json new file mode 100644 index 0000000000000..9043b51110e5c --- /dev/null +++ b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/CreateStorageAccountWithLargeFileSharesStateAsync.json @@ -0,0 +1,850 @@ +{ + "Entries": [ + { + "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-99fc04881393094ba6016d0f610cfd44-c98eeee8814d4248-00", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "345c975a3912fd01f6d14f929f2bcd57", + "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": "Wed, 17 Nov 2021 05:44:37 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "7f69e41e-a147-4e25-a3f3-699eb7a61cfd", + "x-ms-ratelimit-remaining-subscription-reads": "11980", + "x-ms-request-id": "7f69e41e-a147-4e25-a3f3-699eb7a61cfd", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T054437Z:7f69e41e-a147-4e25-a3f3-699eb7a61cfd" + }, + "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.Storage/checkNameAvailability?api-version=2021-04-01", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "73", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "f5d2daa17f841e03c454774c2971b9dd", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "name": "teststoragemgmt3361", + "type": "Microsoft.Storage/storageAccounts" + }, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "22", + "Content-Type": "application/json", + "Date": "Wed, 17 Nov 2021 05:44:38 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f5d2daa17f841e03c454774c2971b9dd", + "x-ms-correlation-request-id": "69dbaa77-121c-4e6f-af00-817f9163fc10", + "x-ms-ratelimit-remaining-subscription-reads": "11979", + "x-ms-request-id": "1b0b7fe4-05e8-4bff-82be-4800ebf572e5", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T054438Z:69dbaa77-121c-4e6f-af00-817f9163fc10" + }, + "ResponseBody": { + "nameAvailable": true + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/teststorageRG-8252?api-version=2019-10-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "44", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "44912781db65cf959e610e8b4ef1bf0d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "location": "eastus2", + "tags": { + "test": "env" + } + }, + "StatusCode": 201, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "256", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 17 Nov 2021 05:44:38 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "69dd3d06-694a-49de-9f32-ae126eb3721e", + "x-ms-ratelimit-remaining-subscription-writes": "1197", + "x-ms-request-id": "69dd3d06-694a-49de-9f32-ae126eb3721e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T054439Z:69dd3d06-694a-49de-9f32-ae126eb3721e" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-8252", + "name": "teststorageRG-8252", + "type": "Microsoft.Resources/resourceGroups", + "location": "eastus2", + "tags": { + "test": "env" + }, + "properties": { + "provisioningState": "Succeeded" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-8252/providers/Microsoft.Storage/storageAccounts/teststoragemgmt3361?api-version=2021-04-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "160", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "7f522bd0d6735917164de489b1cc5f96", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "sku": { + "name": "Standard_LRS" + }, + "kind": "StorageV2", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "largeFileSharesState": "Enabled" + } + }, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 05:44:42 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d23275d5-066c-4bd1-8180-2bfc9f55b09e?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "7f522bd0d6735917164de489b1cc5f96", + "x-ms-correlation-request-id": "71b972e1-4dce-4b32-a80b-2090d136588c", + "x-ms-ratelimit-remaining-subscription-writes": "1196", + "x-ms-request-id": "d23275d5-066c-4bd1-8180-2bfc9f55b09e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T054442Z:71b972e1-4dce-4b32-a80b-2090d136588c" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d23275d5-066c-4bd1-8180-2bfc9f55b09e?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "46593fb75e66aba50f382d17f70b1dd1", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 05:44:42 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d23275d5-066c-4bd1-8180-2bfc9f55b09e?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "46593fb75e66aba50f382d17f70b1dd1", + "x-ms-correlation-request-id": "f5c69b7d-ad22-4ca7-b727-d6bb6545c1ef", + "x-ms-ratelimit-remaining-subscription-reads": "11978", + "x-ms-request-id": "3e4d0dff-2767-4e45-ab1d-448b33c02544", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T054443Z:f5c69b7d-ad22-4ca7-b727-d6bb6545c1ef" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d23275d5-066c-4bd1-8180-2bfc9f55b09e?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "c7d6780119477047ef54424df0f96483", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 05:44:44 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d23275d5-066c-4bd1-8180-2bfc9f55b09e?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c7d6780119477047ef54424df0f96483", + "x-ms-correlation-request-id": "8e2d4e65-2949-454c-9223-7e781ab47a3c", + "x-ms-ratelimit-remaining-subscription-reads": "11977", + "x-ms-request-id": "f5934439-e464-4000-a1a5-2e17464135f7", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T054444Z:8e2d4e65-2949-454c-9223-7e781ab47a3c" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d23275d5-066c-4bd1-8180-2bfc9f55b09e?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "72d281d71973552fe1fe968c32250630", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 05:44:45 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d23275d5-066c-4bd1-8180-2bfc9f55b09e?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "72d281d71973552fe1fe968c32250630", + "x-ms-correlation-request-id": "1acd5e2d-70e4-4f33-bda3-51ab87fe3085", + "x-ms-ratelimit-remaining-subscription-reads": "11976", + "x-ms-request-id": "d12b9504-3698-4318-b635-94d7e5eb03ad", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T054445Z:1acd5e2d-70e4-4f33-bda3-51ab87fe3085" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d23275d5-066c-4bd1-8180-2bfc9f55b09e?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "7d1c1408aebc9d1bf7e957121c57ba15", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 05:44:46 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d23275d5-066c-4bd1-8180-2bfc9f55b09e?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "7d1c1408aebc9d1bf7e957121c57ba15", + "x-ms-correlation-request-id": "8f315cb2-aa12-43b8-9fdf-886be468ce3c", + "x-ms-ratelimit-remaining-subscription-reads": "11975", + "x-ms-request-id": "b9676a9f-4947-4c2f-9052-53714d51f599", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T054447Z:8f315cb2-aa12-43b8-9fdf-886be468ce3c" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d23275d5-066c-4bd1-8180-2bfc9f55b09e?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "763faad3ab39e75e4880e64983ba3ec9", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 05:44:48 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d23275d5-066c-4bd1-8180-2bfc9f55b09e?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "763faad3ab39e75e4880e64983ba3ec9", + "x-ms-correlation-request-id": "ec8d8cd4-e2ad-433b-866b-229a1e5fb0d2", + "x-ms-ratelimit-remaining-subscription-reads": "11974", + "x-ms-request-id": "3811b926-36a1-4c6f-8194-96b7919c5288", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T054448Z:ec8d8cd4-e2ad-433b-866b-229a1e5fb0d2" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d23275d5-066c-4bd1-8180-2bfc9f55b09e?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "dc45114de7dc29c665347a8ac21c398a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 05:44:49 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d23275d5-066c-4bd1-8180-2bfc9f55b09e?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "dc45114de7dc29c665347a8ac21c398a", + "x-ms-correlation-request-id": "5dfed844-f2f0-4a1a-ac90-9fdd8e503516", + "x-ms-ratelimit-remaining-subscription-reads": "11973", + "x-ms-request-id": "088fa910-b101-49ca-b368-68687c114422", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T054449Z:5dfed844-f2f0-4a1a-ac90-9fdd8e503516" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d23275d5-066c-4bd1-8180-2bfc9f55b09e?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "87b9804390e55cf7b634343bc8d21a3c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 05:44:50 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d23275d5-066c-4bd1-8180-2bfc9f55b09e?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "87b9804390e55cf7b634343bc8d21a3c", + "x-ms-correlation-request-id": "f5273278-9a8a-4cd8-837e-cd2ba99f6972", + "x-ms-ratelimit-remaining-subscription-reads": "11972", + "x-ms-request-id": "86295f47-f1f3-4f09-ae46-5783393e988e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T054451Z:f5273278-9a8a-4cd8-837e-cd2ba99f6972" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d23275d5-066c-4bd1-8180-2bfc9f55b09e?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "0ac58dabde12ec38e416100530d3252c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 05:44:52 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d23275d5-066c-4bd1-8180-2bfc9f55b09e?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "0ac58dabde12ec38e416100530d3252c", + "x-ms-correlation-request-id": "6676a70d-2c50-4d81-a581-6b0209ca0c10", + "x-ms-ratelimit-remaining-subscription-reads": "11971", + "x-ms-request-id": "fb65aa04-6739-4295-b922-713940678396", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T054452Z:6676a70d-2c50-4d81-a581-6b0209ca0c10" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d23275d5-066c-4bd1-8180-2bfc9f55b09e?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "02055b47b601bce41ae826a7b38a6193", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 05:44:53 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d23275d5-066c-4bd1-8180-2bfc9f55b09e?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "02055b47b601bce41ae826a7b38a6193", + "x-ms-correlation-request-id": "62de5477-ec24-4e28-86d6-c70d7fcbb4c4", + "x-ms-ratelimit-remaining-subscription-reads": "11970", + "x-ms-request-id": "fbab8915-942e-4d02-a291-375a9102d747", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T054453Z:62de5477-ec24-4e28-86d6-c70d7fcbb4c4" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d23275d5-066c-4bd1-8180-2bfc9f55b09e?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "34df3e192f57657748cca3cf7ff22ce2", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 05:44:54 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d23275d5-066c-4bd1-8180-2bfc9f55b09e?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "34df3e192f57657748cca3cf7ff22ce2", + "x-ms-correlation-request-id": "51a67665-0923-4f0b-a8cb-41cf979b2e39", + "x-ms-ratelimit-remaining-subscription-reads": "11969", + "x-ms-request-id": "1fe23609-9cf2-4859-b8f8-5a345d19f928", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T054455Z:51a67665-0923-4f0b-a8cb-41cf979b2e39" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d23275d5-066c-4bd1-8180-2bfc9f55b09e?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "6cf4080f18ccf43aa808ef29b8903959", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 05:44:56 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d23275d5-066c-4bd1-8180-2bfc9f55b09e?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6cf4080f18ccf43aa808ef29b8903959", + "x-ms-correlation-request-id": "e28393ec-f73e-4592-978d-c17807b39d6f", + "x-ms-ratelimit-remaining-subscription-reads": "11968", + "x-ms-request-id": "c158f4dd-da9e-4f52-83a3-91236e7f9c28", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T054457Z:e28393ec-f73e-4592-978d-c17807b39d6f" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d23275d5-066c-4bd1-8180-2bfc9f55b09e?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "f2eb7db4f0f418d5e39fba3513153d28", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 05:44:58 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d23275d5-066c-4bd1-8180-2bfc9f55b09e?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f2eb7db4f0f418d5e39fba3513153d28", + "x-ms-correlation-request-id": "874a3c64-7583-48a3-8559-64f7b8e7c23b", + "x-ms-ratelimit-remaining-subscription-reads": "11967", + "x-ms-request-id": "1bfd3db8-bbf1-47dd-9168-9f09613ecffc", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T054458Z:874a3c64-7583-48a3-8559-64f7b8e7c23b" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d23275d5-066c-4bd1-8180-2bfc9f55b09e?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "ab9843bcf49601c603eb8c4e3f4dadb7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1456", + "Content-Type": "application/json", + "Date": "Wed, 17 Nov 2021 05:44:59 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ab9843bcf49601c603eb8c4e3f4dadb7", + "x-ms-correlation-request-id": "8b363487-ed1c-40c4-8cc4-c5c0cbeabbc2", + "x-ms-ratelimit-remaining-subscription-reads": "11966", + "x-ms-request-id": "878430f3-3171-4877-8e6d-58324d00d1d2", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T054459Z:8b363487-ed1c-40c4-8cc4-c5c0cbeabbc2" + }, + "ResponseBody": { + "sku": { + "name": "Standard_LRS", + "tier": "Standard" + }, + "kind": "StorageV2", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-8252/providers/Microsoft.Storage/storageAccounts/teststoragemgmt3361", + "name": "teststoragemgmt3361", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-11-17T05:44:41.4445226Z", + "key2": "2021-11-17T05:44:41.4445226Z" + }, + "privateEndpointConnections": [], + "largeFileSharesState": "Enabled", + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T05:44:41.4445226Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T05:44:41.4445226Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "accessTier": "Hot", + "provisioningState": "Succeeded", + "creationTime": "2021-11-17T05:44:41.3507896Z", + "primaryEndpoints": { + "dfs": "https://teststoragemgmt3361.dfs.core.windows.net/", + "web": "https://teststoragemgmt3361.z20.web.core.windows.net/", + "blob": "https://teststoragemgmt3361.blob.core.windows.net/", + "queue": "https://teststoragemgmt3361.queue.core.windows.net/", + "table": "https://teststoragemgmt3361.table.core.windows.net/", + "file": "https://teststoragemgmt3361.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-8252/providers/Microsoft.Storage/storageAccounts/teststoragemgmt3361?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "011a49923a061eed32dc882c5e05e093", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1456", + "Content-Type": "application/json", + "Date": "Wed, 17 Nov 2021 05:44:59 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "011a49923a061eed32dc882c5e05e093", + "x-ms-correlation-request-id": "a457a5d3-c9d7-4a51-9f18-440b22eb74d0", + "x-ms-ratelimit-remaining-subscription-reads": "11965", + "x-ms-request-id": "23a55fcf-5681-44bd-b956-61edf70b93c6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T054500Z:a457a5d3-c9d7-4a51-9f18-440b22eb74d0" + }, + "ResponseBody": { + "sku": { + "name": "Standard_LRS", + "tier": "Standard" + }, + "kind": "StorageV2", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-8252/providers/Microsoft.Storage/storageAccounts/teststoragemgmt3361", + "name": "teststoragemgmt3361", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-11-17T05:44:41.4445226Z", + "key2": "2021-11-17T05:44:41.4445226Z" + }, + "privateEndpointConnections": [], + "largeFileSharesState": "Enabled", + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T05:44:41.4445226Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T05:44:41.4445226Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "accessTier": "Hot", + "provisioningState": "Succeeded", + "creationTime": "2021-11-17T05:44:41.3507896Z", + "primaryEndpoints": { + "dfs": "https://teststoragemgmt3361.dfs.core.windows.net/", + "web": "https://teststoragemgmt3361.z20.web.core.windows.net/", + "blob": "https://teststoragemgmt3361.blob.core.windows.net/", + "queue": "https://teststoragemgmt3361.queue.core.windows.net/", + "table": "https://teststoragemgmt3361.table.core.windows.net/", + "file": "https://teststoragemgmt3361.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-8252/providers/Microsoft.Storage/storageAccounts?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "746dc7cb8ef7c0c3b6eaee096486d895", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1468", + "Content-Type": "application/json", + "Date": "Wed, 17 Nov 2021 05:45:00 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "746dc7cb8ef7c0c3b6eaee096486d895", + "x-ms-correlation-request-id": "5d1a704f-99f5-48a0-ba84-d3940fb9ace1", + "x-ms-ratelimit-remaining-subscription-reads": "11964", + "x-ms-request-id": "adeb0969-0ff3-4d4b-b8b6-370c4e1fb749", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T054500Z:5d1a704f-99f5-48a0-ba84-d3940fb9ace1" + }, + "ResponseBody": { + "value": [ + { + "sku": { + "name": "Standard_LRS", + "tier": "Standard" + }, + "kind": "StorageV2", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-8252/providers/Microsoft.Storage/storageAccounts/teststoragemgmt3361", + "name": "teststoragemgmt3361", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-11-17T05:44:41.4445226Z", + "key2": "2021-11-17T05:44:41.4445226Z" + }, + "privateEndpointConnections": [], + "largeFileSharesState": "Enabled", + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T05:44:41.4445226Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T05:44:41.4445226Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "accessTier": "Hot", + "provisioningState": "Succeeded", + "creationTime": "2021-11-17T05:44:41.3507896Z", + "primaryEndpoints": { + "dfs": "https://teststoragemgmt3361.dfs.core.windows.net/", + "web": "https://teststoragemgmt3361.z20.web.core.windows.net/", + "blob": "https://teststoragemgmt3361.blob.core.windows.net/", + "queue": "https://teststoragemgmt3361.queue.core.windows.net/", + "table": "https://teststoragemgmt3361.table.core.windows.net/", + "file": "https://teststoragemgmt3361.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available" + } + } + ] + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-8252/providers/Microsoft.Storage/storageAccounts/teststoragemgmt3361?api-version=2021-04-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "caa202f23bfa8221557a78ba6c99a2fe", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 05:45:05 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "caa202f23bfa8221557a78ba6c99a2fe", + "x-ms-correlation-request-id": "f10a807c-edb6-42c6-a516-2e2304a4f57b", + "x-ms-ratelimit-remaining-subscription-deletes": "14997", + "x-ms-request-id": "caf0a616-6a7c-4a93-ae9f-7b467f57bbc9", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T054505Z:f10a807c-edb6-42c6-a516-2e2304a4f57b" + }, + "ResponseBody": [] + } + ], + "Variables": { + "RandomSeed": "718834130", + "RESOURCE_MANAGER_URL": null, + "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" + } +} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/CreateStorageAccountWithStorageV2.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/CreateStorageAccountWithStorageV2.json new file mode 100644 index 0000000000000..83a33b14f842e --- /dev/null +++ b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/CreateStorageAccountWithStorageV2.json @@ -0,0 +1,794 @@ +{ + "Entries": [ + { + "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-17d14a1bcda1ef4cb80f582b796a0eea-648ec96ff802e44c-00", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "ce812af0805c710400564d782883dd1f", + "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": "Wed, 17 Nov 2021 03:45:03 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "ac19be23-c5e1-4d88-91f9-d465bd798f10", + "x-ms-ratelimit-remaining-subscription-reads": "11999", + "x-ms-request-id": "ac19be23-c5e1-4d88-91f9-d465bd798f10", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T034503Z:ac19be23-c5e1-4d88-91f9-d465bd798f10" + }, + "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.Storage/checkNameAvailability?api-version=2021-04-01", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "72", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "57d7865ab5871c50a79b7ee5038d273a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "name": "teststoragemgmt765", + "type": "Microsoft.Storage/storageAccounts" + }, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "22", + "Content-Type": "application/json", + "Date": "Wed, 17 Nov 2021 03:45:04 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "57d7865ab5871c50a79b7ee5038d273a", + "x-ms-correlation-request-id": "3395c25a-83d5-4fdb-8d3d-8310f23f11fd", + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-request-id": "6a5fb7df-c25d-414a-97c6-0df5d9d303e3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T034504Z:3395c25a-83d5-4fdb-8d3d-8310f23f11fd" + }, + "ResponseBody": { + "nameAvailable": true + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/teststorageRG-6007?api-version=2019-10-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "44", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "41f2b827cac4bc70df5bd4529c9faa9b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "location": "eastus2", + "tags": { + "test": "env" + } + }, + "StatusCode": 201, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "256", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 17 Nov 2021 03:45:06 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "1de55966-bfb9-48b5-8f79-74b88fbaf569", + "x-ms-ratelimit-remaining-subscription-writes": "1199", + "x-ms-request-id": "1de55966-bfb9-48b5-8f79-74b88fbaf569", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T034506Z:1de55966-bfb9-48b5-8f79-74b88fbaf569" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-6007", + "name": "teststorageRG-6007", + "type": "Microsoft.Resources/resourceGroups", + "location": "eastus2", + "tags": { + "test": "env" + }, + "properties": { + "provisioningState": "Succeeded" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-6007/providers/Microsoft.Storage/storageAccounts/teststoragemgmt765?api-version=2021-04-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "128", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "ccb1a37b68bd3074b2b5e4868bfcc825", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "sku": { + "name": "Standard_GRS" + }, + "kind": "StorageV2", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": {} + }, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 03:45:15 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a6317aa2-3b1f-45b7-9feb-8f0e8a303167?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ccb1a37b68bd3074b2b5e4868bfcc825", + "x-ms-correlation-request-id": "30da55d0-3e74-4d88-867c-31715bcd8993", + "x-ms-ratelimit-remaining-subscription-writes": "1198", + "x-ms-request-id": "a6317aa2-3b1f-45b7-9feb-8f0e8a303167", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T034515Z:30da55d0-3e74-4d88-867c-31715bcd8993" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a6317aa2-3b1f-45b7-9feb-8f0e8a303167?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "ea8749d46e76befa43c18f0fe5ea30e2", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 03:45:15 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a6317aa2-3b1f-45b7-9feb-8f0e8a303167?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ea8749d46e76befa43c18f0fe5ea30e2", + "x-ms-correlation-request-id": "0293d5dd-c72d-428c-8c73-69b64ab18eac", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-request-id": "d25e082d-5394-4ea7-b83d-4a87f0b0c860", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T034515Z:0293d5dd-c72d-428c-8c73-69b64ab18eac" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a6317aa2-3b1f-45b7-9feb-8f0e8a303167?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "2d14ae938542bf6e0df56423c01bb3e7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 03:45:16 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a6317aa2-3b1f-45b7-9feb-8f0e8a303167?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "2d14ae938542bf6e0df56423c01bb3e7", + "x-ms-correlation-request-id": "19be630b-072c-4e5b-8d08-af18c8aa07ae", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-request-id": "6e0909c1-1c59-45c5-899d-6e605b8accaa", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T034517Z:19be630b-072c-4e5b-8d08-af18c8aa07ae" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a6317aa2-3b1f-45b7-9feb-8f0e8a303167?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "42b1e8aadd74cfae749ee06b2c86d67c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 03:45:18 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a6317aa2-3b1f-45b7-9feb-8f0e8a303167?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "42b1e8aadd74cfae749ee06b2c86d67c", + "x-ms-correlation-request-id": "9314b45a-2300-4535-96db-789bd0999eea", + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-request-id": "6100f9ba-5f36-471d-981b-83ad066f2e89", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T034518Z:9314b45a-2300-4535-96db-789bd0999eea" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a6317aa2-3b1f-45b7-9feb-8f0e8a303167?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "cdc6c569ddb64fb9dbc8dc8009d7fd28", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 03:45:19 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a6317aa2-3b1f-45b7-9feb-8f0e8a303167?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "cdc6c569ddb64fb9dbc8dc8009d7fd28", + "x-ms-correlation-request-id": "31a11a7f-be67-4fab-9f59-779ff87a8e46", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-request-id": "f6123d9e-492f-47ee-a56b-fd732adba624", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T034519Z:31a11a7f-be67-4fab-9f59-779ff87a8e46" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a6317aa2-3b1f-45b7-9feb-8f0e8a303167?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "fd64a80dee39b56d0045b8a4a5039287", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 03:45:20 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a6317aa2-3b1f-45b7-9feb-8f0e8a303167?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "fd64a80dee39b56d0045b8a4a5039287", + "x-ms-correlation-request-id": "b614d861-cacb-48fb-9c27-151ca8e65480", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-request-id": "86af9fee-89d9-437d-9762-189009d53f75", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T034521Z:b614d861-cacb-48fb-9c27-151ca8e65480" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a6317aa2-3b1f-45b7-9feb-8f0e8a303167?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "fbb9e81fe654cd312f6166ac012ec59d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 03:45:21 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a6317aa2-3b1f-45b7-9feb-8f0e8a303167?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "fbb9e81fe654cd312f6166ac012ec59d", + "x-ms-correlation-request-id": "a73763d8-631a-4f72-91ae-0cb7cad389dc", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-request-id": "9ec48058-c04c-4fac-bc7e-875ece162084", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T034522Z:a73763d8-631a-4f72-91ae-0cb7cad389dc" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a6317aa2-3b1f-45b7-9feb-8f0e8a303167?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "845db7a0d8217b425811cd712514aad8", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 03:45:23 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a6317aa2-3b1f-45b7-9feb-8f0e8a303167?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "845db7a0d8217b425811cd712514aad8", + "x-ms-correlation-request-id": "30de636c-c2a3-4adb-b156-7f3e0976a677", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-request-id": "711586f8-4cee-4da9-8ba7-603a7757384b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T034523Z:30de636c-c2a3-4adb-b156-7f3e0976a677" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a6317aa2-3b1f-45b7-9feb-8f0e8a303167?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "21605435021d27d47797cdd787c0b4d1", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 03:45:24 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a6317aa2-3b1f-45b7-9feb-8f0e8a303167?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "21605435021d27d47797cdd787c0b4d1", + "x-ms-correlation-request-id": "392e97dd-d18d-45ca-a6a1-665c549e3189", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-request-id": "e176bd68-9b56-4dab-9fb1-ded461985ec9", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T034525Z:392e97dd-d18d-45ca-a6a1-665c549e3189" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a6317aa2-3b1f-45b7-9feb-8f0e8a303167?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "ed031a7f0ea54666a53ea24318c0a71a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 03:45:25 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a6317aa2-3b1f-45b7-9feb-8f0e8a303167?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ed031a7f0ea54666a53ea24318c0a71a", + "x-ms-correlation-request-id": "81fd503a-8842-438f-bfd4-8436d0496803", + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-request-id": "367e9823-3406-4ea9-aff3-d0af8c4a62ee", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T034526Z:81fd503a-8842-438f-bfd4-8436d0496803" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a6317aa2-3b1f-45b7-9feb-8f0e8a303167?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "ac768eb7a4cd9d7fe3360d8a0b6bf397", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 03:45:27 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a6317aa2-3b1f-45b7-9feb-8f0e8a303167?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ac768eb7a4cd9d7fe3360d8a0b6bf397", + "x-ms-correlation-request-id": "7ec65609-669b-4829-a1d5-cfcb25cc239e", + "x-ms-ratelimit-remaining-subscription-reads": "11988", + "x-ms-request-id": "1fa099a9-77a6-4381-98c2-73ed3f02b2e2", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T034527Z:7ec65609-669b-4829-a1d5-cfcb25cc239e" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a6317aa2-3b1f-45b7-9feb-8f0e8a303167?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "0af1fc5cbc112633ee197bdf5f910eb6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 03:45:28 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a6317aa2-3b1f-45b7-9feb-8f0e8a303167?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "0af1fc5cbc112633ee197bdf5f910eb6", + "x-ms-correlation-request-id": "d3a0ed3d-3bd0-4cf9-b06b-3ec7bf624642", + "x-ms-ratelimit-remaining-subscription-reads": "11987", + "x-ms-request-id": "c7e40297-77d0-4459-8c32-739e0775b328", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T034529Z:d3a0ed3d-3bd0-4cf9-b06b-3ec7bf624642" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a6317aa2-3b1f-45b7-9feb-8f0e8a303167?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "f920b3ef084adb049a660a6e01dc3b3a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 03:45:29 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a6317aa2-3b1f-45b7-9feb-8f0e8a303167?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f920b3ef084adb049a660a6e01dc3b3a", + "x-ms-correlation-request-id": "0c4b0433-9393-44f3-8cd0-155a0686ce44", + "x-ms-ratelimit-remaining-subscription-reads": "11986", + "x-ms-request-id": "47f5bd2a-df3e-4f73-a307-73baf2f52f7c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T034530Z:0c4b0433-9393-44f3-8cd0-155a0686ce44" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a6317aa2-3b1f-45b7-9feb-8f0e8a303167?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "1ce60b4b9ccefb095b4fbdb328a03e52", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 03:45:31 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a6317aa2-3b1f-45b7-9feb-8f0e8a303167?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1ce60b4b9ccefb095b4fbdb328a03e52", + "x-ms-correlation-request-id": "d5d12055-8930-4d4e-bd2c-9dff6f8642bd", + "x-ms-ratelimit-remaining-subscription-reads": "11985", + "x-ms-request-id": "93524012-eb19-4d24-a10a-9dd4f30c5f28", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T034531Z:d5d12055-8930-4d4e-bd2c-9dff6f8642bd" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a6317aa2-3b1f-45b7-9feb-8f0e8a303167?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "579a5627f94b544df71570abb2c42512", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1479", + "Content-Type": "application/json", + "Date": "Wed, 17 Nov 2021 03:45:32 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "579a5627f94b544df71570abb2c42512", + "x-ms-correlation-request-id": "13bfe29a-3a68-43a4-b16a-a17194a0910f", + "x-ms-ratelimit-remaining-subscription-reads": "11984", + "x-ms-request-id": "3ef6404f-05a1-4e92-b953-3ac878b3cada", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T034533Z:13bfe29a-3a68-43a4-b16a-a17194a0910f" + }, + "ResponseBody": { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "StorageV2", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-6007/providers/Microsoft.Storage/storageAccounts/teststoragemgmt765", + "name": "teststoragemgmt765", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-11-17T03:45:13.8832954Z", + "key2": "2021-11-17T03:45:13.8832954Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T03:45:13.8832954Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T03:45:13.8832954Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "accessTier": "Hot", + "provisioningState": "Succeeded", + "creationTime": "2021-11-17T03:45:13.7895771Z", + "primaryEndpoints": { + "dfs": "https://teststoragemgmt765.dfs.core.windows.net/", + "web": "https://teststoragemgmt765.z20.web.core.windows.net/", + "blob": "https://teststoragemgmt765.blob.core.windows.net/", + "queue": "https://teststoragemgmt765.queue.core.windows.net/", + "table": "https://teststoragemgmt765.table.core.windows.net/", + "file": "https://teststoragemgmt765.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-6007/providers/Microsoft.Storage/storageAccounts?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "539441def2aa53e7aa259dfa4a50b3fa", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1491", + "Content-Type": "application/json", + "Date": "Wed, 17 Nov 2021 03:45:32 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "539441def2aa53e7aa259dfa4a50b3fa", + "x-ms-correlation-request-id": "9247b32c-467f-40ea-9968-25f73f30f378", + "x-ms-ratelimit-remaining-subscription-reads": "11983", + "x-ms-request-id": "3c3a09f2-f768-4cc3-9604-a0b8f98e3277", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T034533Z:9247b32c-467f-40ea-9968-25f73f30f378" + }, + "ResponseBody": { + "value": [ + { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "StorageV2", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-6007/providers/Microsoft.Storage/storageAccounts/teststoragemgmt765", + "name": "teststoragemgmt765", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-11-17T03:45:13.8832954Z", + "key2": "2021-11-17T03:45:13.8832954Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T03:45:13.8832954Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T03:45:13.8832954Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "accessTier": "Hot", + "provisioningState": "Succeeded", + "creationTime": "2021-11-17T03:45:13.7895771Z", + "primaryEndpoints": { + "dfs": "https://teststoragemgmt765.dfs.core.windows.net/", + "web": "https://teststoragemgmt765.z20.web.core.windows.net/", + "blob": "https://teststoragemgmt765.blob.core.windows.net/", + "queue": "https://teststoragemgmt765.queue.core.windows.net/", + "table": "https://teststoragemgmt765.table.core.windows.net/", + "file": "https://teststoragemgmt765.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + } + ] + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-6007/providers/Microsoft.Storage/storageAccounts/teststoragemgmt765?api-version=2021-04-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "ab47b827e44151efbe9124b92c5e4897", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 03:45:39 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ab47b827e44151efbe9124b92c5e4897", + "x-ms-correlation-request-id": "19ed6267-daac-4f98-8c51-a99023d977b1", + "x-ms-ratelimit-remaining-subscription-deletes": "14999", + "x-ms-request-id": "d2001fd0-81af-4a39-b47d-a5772b67c837", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T034539Z:19ed6267-daac-4f98-8c51-a99023d977b1" + }, + "ResponseBody": [] + } + ], + "Variables": { + "RandomSeed": "69983246", + "RESOURCE_MANAGER_URL": null, + "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" + } +} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/CreateStorageAccountWithStorageV2Async.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/CreateStorageAccountWithStorageV2Async.json new file mode 100644 index 0000000000000..2bfeb647e1f04 --- /dev/null +++ b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/CreateStorageAccountWithStorageV2Async.json @@ -0,0 +1,794 @@ +{ + "Entries": [ + { + "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-9c4789e5b2ee3647ada7d1db111d2629-f7055536b28d2842-00", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "cd66ea2572f32ac0bc47ce9cf9c49587", + "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": "Wed, 17 Nov 2021 03:45:48 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "8e7e56e5-7175-4d6d-9590-e7e1bf69771d", + "x-ms-ratelimit-remaining-subscription-reads": "11980", + "x-ms-request-id": "8e7e56e5-7175-4d6d-9590-e7e1bf69771d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T034548Z:8e7e56e5-7175-4d6d-9590-e7e1bf69771d" + }, + "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.Storage/checkNameAvailability?api-version=2021-04-01", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "73", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "5f19f42c1be38875447c56075e84c79b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "name": "teststoragemgmt7236", + "type": "Microsoft.Storage/storageAccounts" + }, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "22", + "Content-Type": "application/json", + "Date": "Wed, 17 Nov 2021 03:45:49 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5f19f42c1be38875447c56075e84c79b", + "x-ms-correlation-request-id": "22d6527a-c0f8-482a-ad3e-d5777fc2736a", + "x-ms-ratelimit-remaining-subscription-reads": "11979", + "x-ms-request-id": "b5cbd6ca-c076-4f2e-a72b-d8c871386d0e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T034549Z:22d6527a-c0f8-482a-ad3e-d5777fc2736a" + }, + "ResponseBody": { + "nameAvailable": true + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/teststorageRG-1407?api-version=2019-10-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "44", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "93dba49ddf917fee98861c12d707828e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "location": "eastus2", + "tags": { + "test": "env" + } + }, + "StatusCode": 201, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "256", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 17 Nov 2021 03:45:49 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "ad92f6b9-f34f-4a6c-b1c7-30c59be25396", + "x-ms-ratelimit-remaining-subscription-writes": "1197", + "x-ms-request-id": "ad92f6b9-f34f-4a6c-b1c7-30c59be25396", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T034550Z:ad92f6b9-f34f-4a6c-b1c7-30c59be25396" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1407", + "name": "teststorageRG-1407", + "type": "Microsoft.Resources/resourceGroups", + "location": "eastus2", + "tags": { + "test": "env" + }, + "properties": { + "provisioningState": "Succeeded" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1407/providers/Microsoft.Storage/storageAccounts/teststoragemgmt7236?api-version=2021-04-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "128", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "d336c27b42d8f0ce44aef56a235ec307", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "sku": { + "name": "Standard_GRS" + }, + "kind": "StorageV2", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": {} + }, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 03:45:53 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/cbe91b20-1831-4d93-b4ba-dd5ca073d39f?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d336c27b42d8f0ce44aef56a235ec307", + "x-ms-correlation-request-id": "089b2512-7ed5-4961-8174-58dea88a3165", + "x-ms-ratelimit-remaining-subscription-writes": "1196", + "x-ms-request-id": "cbe91b20-1831-4d93-b4ba-dd5ca073d39f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T034554Z:089b2512-7ed5-4961-8174-58dea88a3165" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/cbe91b20-1831-4d93-b4ba-dd5ca073d39f?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "c1e279d3c7915a51d5ea4ee3e9845c3a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 03:45:53 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/cbe91b20-1831-4d93-b4ba-dd5ca073d39f?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c1e279d3c7915a51d5ea4ee3e9845c3a", + "x-ms-correlation-request-id": "b5496be7-a5fb-49bb-acd6-5cb9d95bf971", + "x-ms-ratelimit-remaining-subscription-reads": "11978", + "x-ms-request-id": "3e0e02cb-4df3-437b-aedd-7ff1a7761a4e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T034554Z:b5496be7-a5fb-49bb-acd6-5cb9d95bf971" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/cbe91b20-1831-4d93-b4ba-dd5ca073d39f?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "071015c391df85e22820a8f9f83a98ce", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 03:45:55 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/cbe91b20-1831-4d93-b4ba-dd5ca073d39f?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "071015c391df85e22820a8f9f83a98ce", + "x-ms-correlation-request-id": "232ee15f-859d-4e88-9fbd-e6d6abbabdac", + "x-ms-ratelimit-remaining-subscription-reads": "11977", + "x-ms-request-id": "64e938ae-3884-4a9d-be2b-dde4f25fd993", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T034555Z:232ee15f-859d-4e88-9fbd-e6d6abbabdac" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/cbe91b20-1831-4d93-b4ba-dd5ca073d39f?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "a9968040017b3a757ecd1cc1a7b72ca6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 03:45:56 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/cbe91b20-1831-4d93-b4ba-dd5ca073d39f?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a9968040017b3a757ecd1cc1a7b72ca6", + "x-ms-correlation-request-id": "cca8bd23-fa59-4367-babd-dbe019adbdd1", + "x-ms-ratelimit-remaining-subscription-reads": "11976", + "x-ms-request-id": "bf71a092-c2ef-492f-803f-c6852aa190a8", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T034557Z:cca8bd23-fa59-4367-babd-dbe019adbdd1" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/cbe91b20-1831-4d93-b4ba-dd5ca073d39f?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "42d1108266654295965d99701f58629b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 03:45:57 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/cbe91b20-1831-4d93-b4ba-dd5ca073d39f?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "42d1108266654295965d99701f58629b", + "x-ms-correlation-request-id": "d10ae712-5d64-4322-b3b0-b265fa14143b", + "x-ms-ratelimit-remaining-subscription-reads": "11975", + "x-ms-request-id": "60992320-0036-4fc7-97c0-470929fa1e6c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T034558Z:d10ae712-5d64-4322-b3b0-b265fa14143b" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/cbe91b20-1831-4d93-b4ba-dd5ca073d39f?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "69a28052b2eec1be9fd689117421dd70", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 03:45:59 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/cbe91b20-1831-4d93-b4ba-dd5ca073d39f?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "69a28052b2eec1be9fd689117421dd70", + "x-ms-correlation-request-id": "aff3c9fd-9b9d-4573-9dc4-ebe98365280e", + "x-ms-ratelimit-remaining-subscription-reads": "11974", + "x-ms-request-id": "b8bb1fa1-1dde-4c94-98a3-3390a4c7a0f7", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T034559Z:aff3c9fd-9b9d-4573-9dc4-ebe98365280e" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/cbe91b20-1831-4d93-b4ba-dd5ca073d39f?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "e77602f45568da69ea54131d68051a25", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 03:46:00 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/cbe91b20-1831-4d93-b4ba-dd5ca073d39f?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e77602f45568da69ea54131d68051a25", + "x-ms-correlation-request-id": "e508f2aa-87a9-4f2b-bf79-f207c8fd4344", + "x-ms-ratelimit-remaining-subscription-reads": "11973", + "x-ms-request-id": "349db0bc-cd9f-4676-9f07-e2bd887e8e6a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T034601Z:e508f2aa-87a9-4f2b-bf79-f207c8fd4344" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/cbe91b20-1831-4d93-b4ba-dd5ca073d39f?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "276e816bc215d0b8510fa28edc83cd75", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 03:46:01 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/cbe91b20-1831-4d93-b4ba-dd5ca073d39f?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "276e816bc215d0b8510fa28edc83cd75", + "x-ms-correlation-request-id": "6cc0adcf-dea1-4734-a37e-b436467a3d74", + "x-ms-ratelimit-remaining-subscription-reads": "11972", + "x-ms-request-id": "5d7cb45d-794c-484e-9cdd-a7d14e82f355", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T034602Z:6cc0adcf-dea1-4734-a37e-b436467a3d74" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/cbe91b20-1831-4d93-b4ba-dd5ca073d39f?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "1c7c287f7ae2fc3216c77e9a9fa1589a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 03:46:02 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/cbe91b20-1831-4d93-b4ba-dd5ca073d39f?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1c7c287f7ae2fc3216c77e9a9fa1589a", + "x-ms-correlation-request-id": "34b31d0f-0f9d-456b-98c8-bb9402f3f40c", + "x-ms-ratelimit-remaining-subscription-reads": "11971", + "x-ms-request-id": "2bd6ca8f-1d4a-4c25-93ca-4d0f009fe384", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T034603Z:34b31d0f-0f9d-456b-98c8-bb9402f3f40c" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/cbe91b20-1831-4d93-b4ba-dd5ca073d39f?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "f3a663bbb6b2315b4aa59559b3dafd66", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 03:46:04 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/cbe91b20-1831-4d93-b4ba-dd5ca073d39f?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f3a663bbb6b2315b4aa59559b3dafd66", + "x-ms-correlation-request-id": "055525f3-fbb1-4847-ac2e-f8253f055563", + "x-ms-ratelimit-remaining-subscription-reads": "11970", + "x-ms-request-id": "81d27001-f145-44fd-b7ca-4e00b511b172", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T034605Z:055525f3-fbb1-4847-ac2e-f8253f055563" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/cbe91b20-1831-4d93-b4ba-dd5ca073d39f?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "409e9d86fe89f0434e72104d441d30b0", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 03:46:05 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/cbe91b20-1831-4d93-b4ba-dd5ca073d39f?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "409e9d86fe89f0434e72104d441d30b0", + "x-ms-correlation-request-id": "ad57847f-4537-43ad-b00e-94177fc634fd", + "x-ms-ratelimit-remaining-subscription-reads": "11969", + "x-ms-request-id": "1ffac02d-72bc-42e3-8750-a098da47d3bd", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T034606Z:ad57847f-4537-43ad-b00e-94177fc634fd" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/cbe91b20-1831-4d93-b4ba-dd5ca073d39f?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "78d208b7d9ddc9c3cd4ad23ce4d9493c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 03:46:06 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/cbe91b20-1831-4d93-b4ba-dd5ca073d39f?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "78d208b7d9ddc9c3cd4ad23ce4d9493c", + "x-ms-correlation-request-id": "1607daf4-0dae-459e-8c0a-4258b4682133", + "x-ms-ratelimit-remaining-subscription-reads": "11968", + "x-ms-request-id": "b213d6e6-c8b1-45f7-b39d-6f35cedff43b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T034607Z:1607daf4-0dae-459e-8c0a-4258b4682133" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/cbe91b20-1831-4d93-b4ba-dd5ca073d39f?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "011317c91802bd1120b5a540a50ded2c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 03:46:08 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/cbe91b20-1831-4d93-b4ba-dd5ca073d39f?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "011317c91802bd1120b5a540a50ded2c", + "x-ms-correlation-request-id": "50eaf062-236d-4009-a417-0dd1e535a8dc", + "x-ms-ratelimit-remaining-subscription-reads": "11967", + "x-ms-request-id": "16174dfa-7758-4e5b-87a7-c9ecdf074f23", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T034609Z:50eaf062-236d-4009-a417-0dd1e535a8dc" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/cbe91b20-1831-4d93-b4ba-dd5ca073d39f?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "aaa2e5758407ad89dad5723e2b060b75", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 03:46:09 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/cbe91b20-1831-4d93-b4ba-dd5ca073d39f?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "aaa2e5758407ad89dad5723e2b060b75", + "x-ms-correlation-request-id": "b67dc09a-aa8c-4983-8759-ecb2a1c8d6a0", + "x-ms-ratelimit-remaining-subscription-reads": "11966", + "x-ms-request-id": "309e26b3-5ab2-4f2a-bc35-979fac8f7758", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T034610Z:b67dc09a-aa8c-4983-8759-ecb2a1c8d6a0" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/cbe91b20-1831-4d93-b4ba-dd5ca073d39f?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "2c83d3282e0a9eadf6155827348223c0", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1487", + "Content-Type": "application/json", + "Date": "Wed, 17 Nov 2021 03:46:10 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "2c83d3282e0a9eadf6155827348223c0", + "x-ms-correlation-request-id": "d295220e-07e2-490c-8a12-8af147868e73", + "x-ms-ratelimit-remaining-subscription-reads": "11965", + "x-ms-request-id": "82b3a464-25fc-4171-bea0-750405375a85", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T034611Z:d295220e-07e2-490c-8a12-8af147868e73" + }, + "ResponseBody": { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "StorageV2", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1407/providers/Microsoft.Storage/storageAccounts/teststoragemgmt7236", + "name": "teststoragemgmt7236", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-11-17T03:45:52.6192222Z", + "key2": "2021-11-17T03:45:52.6192222Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T03:45:52.6192222Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T03:45:52.6192222Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "accessTier": "Hot", + "provisioningState": "Succeeded", + "creationTime": "2021-11-17T03:45:52.5098516Z", + "primaryEndpoints": { + "dfs": "https://teststoragemgmt7236.dfs.core.windows.net/", + "web": "https://teststoragemgmt7236.z20.web.core.windows.net/", + "blob": "https://teststoragemgmt7236.blob.core.windows.net/", + "queue": "https://teststoragemgmt7236.queue.core.windows.net/", + "table": "https://teststoragemgmt7236.table.core.windows.net/", + "file": "https://teststoragemgmt7236.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1407/providers/Microsoft.Storage/storageAccounts?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "ffc7a65d9e3744348e66272da5d39219", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1499", + "Content-Type": "application/json", + "Date": "Wed, 17 Nov 2021 03:46:11 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ffc7a65d9e3744348e66272da5d39219", + "x-ms-correlation-request-id": "fd0e2e6e-e9e3-402e-8ce9-10cea88eb2c2", + "x-ms-ratelimit-remaining-subscription-reads": "11964", + "x-ms-request-id": "2d256245-c5de-4aa7-870d-cb13417c626c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T034612Z:fd0e2e6e-e9e3-402e-8ce9-10cea88eb2c2" + }, + "ResponseBody": { + "value": [ + { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "StorageV2", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1407/providers/Microsoft.Storage/storageAccounts/teststoragemgmt7236", + "name": "teststoragemgmt7236", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-11-17T03:45:52.6192222Z", + "key2": "2021-11-17T03:45:52.6192222Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T03:45:52.6192222Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T03:45:52.6192222Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "accessTier": "Hot", + "provisioningState": "Succeeded", + "creationTime": "2021-11-17T03:45:52.5098516Z", + "primaryEndpoints": { + "dfs": "https://teststoragemgmt7236.dfs.core.windows.net/", + "web": "https://teststoragemgmt7236.z20.web.core.windows.net/", + "blob": "https://teststoragemgmt7236.blob.core.windows.net/", + "queue": "https://teststoragemgmt7236.queue.core.windows.net/", + "table": "https://teststoragemgmt7236.table.core.windows.net/", + "file": "https://teststoragemgmt7236.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + } + ] + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1407/providers/Microsoft.Storage/storageAccounts/teststoragemgmt7236?api-version=2021-04-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "d11730a9c08946223703b4f22c617857", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 03:46:17 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d11730a9c08946223703b4f22c617857", + "x-ms-correlation-request-id": "276f7278-2333-4b97-b408-4ae4b316f691", + "x-ms-ratelimit-remaining-subscription-deletes": "14997", + "x-ms-request-id": "09830626-6a1e-4c70-91ad-680f768938d8", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T034618Z:276f7278-2333-4b97-b408-4ae4b316f691" + }, + "ResponseBody": [] + } + ], + "Variables": { + "RandomSeed": "811444803", + "RESOURCE_MANAGER_URL": null, + "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" + } +} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/CreateStorageAccountWithTableQueueEncrpytion.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/CreateStorageAccountWithTableQueueEncrpytion.json new file mode 100644 index 0000000000000..619726091abc3 --- /dev/null +++ b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/CreateStorageAccountWithTableQueueEncrpytion.json @@ -0,0 +1,795 @@ +{ + "Entries": [ + { + "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-38e1dd46f7e3414e9c89a98a7bfba850-0762e4e5eb7d2c4d-00", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "f0b91c1435557173ec3c98b488e433ad", + "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": "Wed, 17 Nov 2021 05:51:09 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "c7345a27-19c2-4d39-8860-0a6dda32bd44", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-request-id": "c7345a27-19c2-4d39-8860-0a6dda32bd44", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T055110Z:c7345a27-19c2-4d39-8860-0a6dda32bd44" + }, + "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.Storage/checkNameAvailability?api-version=2021-04-01", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "73", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "724de56d3b7ca852d1ae2f2aa975fcdb", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "name": "teststoragemgmt1301", + "type": "Microsoft.Storage/storageAccounts" + }, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "22", + "Content-Type": "application/json", + "Date": "Wed, 17 Nov 2021 05:51:10 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "724de56d3b7ca852d1ae2f2aa975fcdb", + "x-ms-correlation-request-id": "211d5abd-ce19-4cca-84ab-ec9bc52a6db5", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-request-id": "8ec21ad1-fd8c-4b28-867b-ea2437962700", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T055111Z:211d5abd-ce19-4cca-84ab-ec9bc52a6db5" + }, + "ResponseBody": { + "nameAvailable": true + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/teststorageRG-7768?api-version=2019-10-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "44", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "ffb598b42ec166a688113c06d9d7866d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "location": "eastus2", + "tags": { + "test": "env" + } + }, + "StatusCode": 201, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "256", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 17 Nov 2021 05:51:13 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "9615a384-4f0d-4bad-9835-ddaf440635df", + "x-ms-ratelimit-remaining-subscription-writes": "1198", + "x-ms-request-id": "9615a384-4f0d-4bad-9835-ddaf440635df", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T055114Z:9615a384-4f0d-4bad-9835-ddaf440635df" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-7768", + "name": "teststorageRG-7768", + "type": "Microsoft.Resources/resourceGroups", + "location": "eastus2", + "tags": { + "test": "env" + }, + "properties": { + "provisioningState": "Succeeded" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-7768/providers/Microsoft.Storage/storageAccounts/teststoragemgmt1301?api-version=2021-04-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "247", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "d9abdc6b98ac66e1488487444643c69c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "sku": { + "name": "Standard_GRS" + }, + "kind": "StorageV2", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "encryption": { + "services": { + "table": { + "keyType": "Account" + }, + "queue": { + "keyType": "Account" + } + }, + "keySource": "Microsoft.Storage" + } + } + }, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 05:51:22 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/eaffb557-0d16-4d68-90c7-b94f8622a8ec?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d9abdc6b98ac66e1488487444643c69c", + "x-ms-correlation-request-id": "82020410-c742-4d49-98af-71ec3236a1f5", + "x-ms-ratelimit-remaining-subscription-writes": "1197", + "x-ms-request-id": "eaffb557-0d16-4d68-90c7-b94f8622a8ec", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T055123Z:82020410-c742-4d49-98af-71ec3236a1f5" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/eaffb557-0d16-4d68-90c7-b94f8622a8ec?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "993dbda801511c64b74fb73da7621f44", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 05:51:23 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/eaffb557-0d16-4d68-90c7-b94f8622a8ec?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "993dbda801511c64b74fb73da7621f44", + "x-ms-correlation-request-id": "32dc9060-29e9-4502-93dd-8ccecee7a485", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-request-id": "615a2a93-53af-4b2b-9426-14ee260a0479", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T055123Z:32dc9060-29e9-4502-93dd-8ccecee7a485" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/eaffb557-0d16-4d68-90c7-b94f8622a8ec?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "622da04aeba702752ff432a1a4b650a7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 05:51:24 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/eaffb557-0d16-4d68-90c7-b94f8622a8ec?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "622da04aeba702752ff432a1a4b650a7", + "x-ms-correlation-request-id": "1868142f-4865-4831-a662-042c9c04e1b8", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-request-id": "258187b0-f568-4ab3-96d6-8549c6b9e6dc", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T055125Z:1868142f-4865-4831-a662-042c9c04e1b8" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/eaffb557-0d16-4d68-90c7-b94f8622a8ec?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "899bb08d2d05d74b1213e3a9b16e0e44", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 05:51:25 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/eaffb557-0d16-4d68-90c7-b94f8622a8ec?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "899bb08d2d05d74b1213e3a9b16e0e44", + "x-ms-correlation-request-id": "995da466-4165-438d-8271-de6b77ef097b", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-request-id": "177a8ba5-e850-4e10-b013-3902e8392d16", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T055126Z:995da466-4165-438d-8271-de6b77ef097b" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/eaffb557-0d16-4d68-90c7-b94f8622a8ec?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "75dfafeb9473bd2f483a695ccfc37800", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 05:51:27 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/eaffb557-0d16-4d68-90c7-b94f8622a8ec?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "75dfafeb9473bd2f483a695ccfc37800", + "x-ms-correlation-request-id": "cb4e4243-c32c-4d7d-9e92-091faa699486", + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-request-id": "77bc2558-0519-4179-bbcc-70b37cf97125", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T055127Z:cb4e4243-c32c-4d7d-9e92-091faa699486" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/eaffb557-0d16-4d68-90c7-b94f8622a8ec?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "f7b00ffe96c61d3f5555509407cb51c1", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 05:51:28 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/eaffb557-0d16-4d68-90c7-b94f8622a8ec?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f7b00ffe96c61d3f5555509407cb51c1", + "x-ms-correlation-request-id": "a9dd09e7-538e-4c24-9e38-616a68906ff3", + "x-ms-ratelimit-remaining-subscription-reads": "11988", + "x-ms-request-id": "4c976691-0499-4f45-abb2-cd0e9a001ea3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T055129Z:a9dd09e7-538e-4c24-9e38-616a68906ff3" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/eaffb557-0d16-4d68-90c7-b94f8622a8ec?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "f4b5ede6dad7f83380dd40cac3ee074e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 05:51:30 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/eaffb557-0d16-4d68-90c7-b94f8622a8ec?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f4b5ede6dad7f83380dd40cac3ee074e", + "x-ms-correlation-request-id": "acf3c736-975f-46ab-81fb-b33ff9f8941a", + "x-ms-ratelimit-remaining-subscription-reads": "11987", + "x-ms-request-id": "23d2f9c6-899c-4ebf-8b5a-57202630df6b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T055131Z:acf3c736-975f-46ab-81fb-b33ff9f8941a" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/eaffb557-0d16-4d68-90c7-b94f8622a8ec?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "a1aae39b16be557d70c1201e439ab67c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 05:51:31 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/eaffb557-0d16-4d68-90c7-b94f8622a8ec?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a1aae39b16be557d70c1201e439ab67c", + "x-ms-correlation-request-id": "37c483fc-9289-4361-b9ad-8efbcfe8e2dd", + "x-ms-ratelimit-remaining-subscription-reads": "11986", + "x-ms-request-id": "c6b327da-f497-4cf7-8dfe-a11c4e5f3106", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T055132Z:37c483fc-9289-4361-b9ad-8efbcfe8e2dd" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/eaffb557-0d16-4d68-90c7-b94f8622a8ec?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "e275a8e9830e2328dcb776e855745a66", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 05:51:32 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/eaffb557-0d16-4d68-90c7-b94f8622a8ec?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e275a8e9830e2328dcb776e855745a66", + "x-ms-correlation-request-id": "d42ddc65-d710-486b-b0d1-14c4d9967b55", + "x-ms-ratelimit-remaining-subscription-reads": "11985", + "x-ms-request-id": "746c32d9-b85c-4457-aae0-6180098215d1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T055133Z:d42ddc65-d710-486b-b0d1-14c4d9967b55" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/eaffb557-0d16-4d68-90c7-b94f8622a8ec?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "23f8024eb020cf026f608415ba15b5e6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 05:51:34 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/eaffb557-0d16-4d68-90c7-b94f8622a8ec?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "23f8024eb020cf026f608415ba15b5e6", + "x-ms-correlation-request-id": "8eed7abc-d9f9-4bc4-9c4c-e9662c101ed2", + "x-ms-ratelimit-remaining-subscription-reads": "11984", + "x-ms-request-id": "0255d107-d2f8-4495-9edb-635ae8d9e836", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T055135Z:8eed7abc-d9f9-4bc4-9c4c-e9662c101ed2" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/eaffb557-0d16-4d68-90c7-b94f8622a8ec?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "1be1c32725791840ba86c4079f94fffb", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 05:51:35 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/eaffb557-0d16-4d68-90c7-b94f8622a8ec?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1be1c32725791840ba86c4079f94fffb", + "x-ms-correlation-request-id": "3a53c588-7685-49bb-96ff-3b36d7620da7", + "x-ms-ratelimit-remaining-subscription-reads": "11983", + "x-ms-request-id": "b881fbe6-2fef-49d3-b382-0554580ec6b6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T055136Z:3a53c588-7685-49bb-96ff-3b36d7620da7" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/eaffb557-0d16-4d68-90c7-b94f8622a8ec?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "40cfb96792a1385ba5a673adfe1369c7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 05:51:36 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/eaffb557-0d16-4d68-90c7-b94f8622a8ec?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "40cfb96792a1385ba5a673adfe1369c7", + "x-ms-correlation-request-id": "0bde7109-de56-4fde-b680-a3850c4fea8d", + "x-ms-ratelimit-remaining-subscription-reads": "11982", + "x-ms-request-id": "3f9920c6-6f12-4d35-b552-0fb9e2782ace", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T055137Z:0bde7109-de56-4fde-b680-a3850c4fea8d" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/eaffb557-0d16-4d68-90c7-b94f8622a8ec?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "91c190023e9229edc2e0689aebfb2fda", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 05:51:38 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/eaffb557-0d16-4d68-90c7-b94f8622a8ec?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "91c190023e9229edc2e0689aebfb2fda", + "x-ms-correlation-request-id": "5e916323-94c5-4ebd-ad45-41f988ccf7b4", + "x-ms-ratelimit-remaining-subscription-reads": "11981", + "x-ms-request-id": "961447f7-a1d6-4b19-b01f-c80035284d8a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T055139Z:5e916323-94c5-4ebd-ad45-41f988ccf7b4" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/eaffb557-0d16-4d68-90c7-b94f8622a8ec?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "00ad89617445954468a975d2b1921aa7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1675", + "Content-Type": "application/json", + "Date": "Wed, 17 Nov 2021 05:51:39 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "00ad89617445954468a975d2b1921aa7", + "x-ms-correlation-request-id": "5d4202fa-d9b4-424f-8709-ea24e1db4dab", + "x-ms-ratelimit-remaining-subscription-reads": "11980", + "x-ms-request-id": "326fd7ad-2291-4b07-a0e7-11d29b8b98e9", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T055140Z:5d4202fa-d9b4-424f-8709-ea24e1db4dab" + }, + "ResponseBody": { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "StorageV2", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-7768/providers/Microsoft.Storage/storageAccounts/teststoragemgmt1301", + "name": "teststoragemgmt1301", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-11-17T05:51:20.8650866Z", + "key2": "2021-11-17T05:51:20.8650866Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T05:51:20.8650866Z" + }, + "table": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T05:51:20.8650866Z" + }, + "queue": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T05:51:20.8650866Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T05:51:20.8650866Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "accessTier": "Hot", + "provisioningState": "Succeeded", + "creationTime": "2021-11-17T05:51:20.7713535Z", + "primaryEndpoints": { + "dfs": "https://teststoragemgmt1301.dfs.core.windows.net/", + "web": "https://teststoragemgmt1301.z20.web.core.windows.net/", + "blob": "https://teststoragemgmt1301.blob.core.windows.net/", + "queue": "https://teststoragemgmt1301.queue.core.windows.net/", + "table": "https://teststoragemgmt1301.table.core.windows.net/", + "file": "https://teststoragemgmt1301.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-7768/providers/Microsoft.Storage/storageAccounts?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "0f04fc1d6dd32969cca67ec129c14caa", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1687", + "Content-Type": "application/json", + "Date": "Wed, 17 Nov 2021 05:51:39 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "0f04fc1d6dd32969cca67ec129c14caa", + "x-ms-correlation-request-id": "4acf9d7b-05a1-4fbe-acc4-e39c5234363c", + "x-ms-ratelimit-remaining-subscription-reads": "11979", + "x-ms-request-id": "79807fe5-0970-4c17-a284-9df4d52aaef9", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T055140Z:4acf9d7b-05a1-4fbe-acc4-e39c5234363c" + }, + "ResponseBody": { + "value": [ + { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "StorageV2", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-7768/providers/Microsoft.Storage/storageAccounts/teststoragemgmt1301", + "name": "teststoragemgmt1301", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-11-17T05:51:20.8650866Z", + "key2": "2021-11-17T05:51:20.8650866Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T05:51:20.8650866Z" + }, + "table": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T05:51:20.8650866Z" + }, + "queue": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T05:51:20.8650866Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T05:51:20.8650866Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "accessTier": "Hot", + "provisioningState": "Succeeded", + "creationTime": "2021-11-17T05:51:20.7713535Z", + "primaryEndpoints": { + "dfs": "https://teststoragemgmt1301.dfs.core.windows.net/", + "web": "https://teststoragemgmt1301.z20.web.core.windows.net/", + "blob": "https://teststoragemgmt1301.blob.core.windows.net/", + "queue": "https://teststoragemgmt1301.queue.core.windows.net/", + "table": "https://teststoragemgmt1301.table.core.windows.net/", + "file": "https://teststoragemgmt1301.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + } + ] + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-7768/providers/Microsoft.Storage/storageAccounts/teststoragemgmt1301?api-version=2021-04-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "744c987668668d824c2c29e9c91a772f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 05:51:46 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "744c987668668d824c2c29e9c91a772f", + "x-ms-correlation-request-id": "5a5111b5-52a1-4f33-9786-7594c45c9db4", + "x-ms-ratelimit-remaining-subscription-deletes": "14999", + "x-ms-request-id": "cf1b9b03-4eac-419c-9420-6ca0d2c73e36", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T055147Z:5a5111b5-52a1-4f33-9786-7594c45c9db4" + }, + "ResponseBody": [] + } + ], + "Variables": { + "RandomSeed": "1709829625", + "RESOURCE_MANAGER_URL": null, + "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" + } +} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/CreateStorageAccountWithTableQueueEncrpytionAsync.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/CreateStorageAccountWithTableQueueEncrpytionAsync.json new file mode 100644 index 0000000000000..c83dc0750a953 --- /dev/null +++ b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/CreateStorageAccountWithTableQueueEncrpytionAsync.json @@ -0,0 +1,795 @@ +{ + "Entries": [ + { + "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-b55a3aa7d21172478858641827d01174-cc93e6108fc06449-00", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "48e18eb1a9dac9ad592a13d7460ecd82", + "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": "Wed, 17 Nov 2021 05:51:55 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "d0369631-2412-4e3b-963f-832c7ed1d69b", + "x-ms-ratelimit-remaining-subscription-reads": "11976", + "x-ms-request-id": "d0369631-2412-4e3b-963f-832c7ed1d69b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T055156Z:d0369631-2412-4e3b-963f-832c7ed1d69b" + }, + "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.Storage/checkNameAvailability?api-version=2021-04-01", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "73", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "3f5960110552579eabd99ce7583360ce", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "name": "teststoragemgmt4810", + "type": "Microsoft.Storage/storageAccounts" + }, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "22", + "Content-Type": "application/json", + "Date": "Wed, 17 Nov 2021 05:51:57 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "3f5960110552579eabd99ce7583360ce", + "x-ms-correlation-request-id": "028df7ec-bf27-4115-a047-94aab0074571", + "x-ms-ratelimit-remaining-subscription-reads": "11975", + "x-ms-request-id": "4aeb60b4-0ada-40a6-83e2-4c9b68ad763b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T055157Z:028df7ec-bf27-4115-a047-94aab0074571" + }, + "ResponseBody": { + "nameAvailable": true + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/teststorageRG-678?api-version=2019-10-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "44", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "bb3740c8552ea2e8722ecbf81a314d1c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "location": "eastus2", + "tags": { + "test": "env" + } + }, + "StatusCode": 201, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "254", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 17 Nov 2021 05:51:58 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "37bcdc41-6ecf-48cb-b184-fd5796e44c64", + "x-ms-ratelimit-remaining-subscription-writes": "1196", + "x-ms-request-id": "37bcdc41-6ecf-48cb-b184-fd5796e44c64", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T055158Z:37bcdc41-6ecf-48cb-b184-fd5796e44c64" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-678", + "name": "teststorageRG-678", + "type": "Microsoft.Resources/resourceGroups", + "location": "eastus2", + "tags": { + "test": "env" + }, + "properties": { + "provisioningState": "Succeeded" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-678/providers/Microsoft.Storage/storageAccounts/teststoragemgmt4810?api-version=2021-04-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "247", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "20ed83df5e154288f12fd011e201f7b2", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "sku": { + "name": "Standard_GRS" + }, + "kind": "StorageV2", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "encryption": { + "services": { + "table": { + "keyType": "Account" + }, + "queue": { + "keyType": "Account" + } + }, + "keySource": "Microsoft.Storage" + } + } + }, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 05:52:02 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c101aa9f-e099-4254-af2d-079475acbd14?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "20ed83df5e154288f12fd011e201f7b2", + "x-ms-correlation-request-id": "deadb95c-6d85-4390-a995-3772740dc3f1", + "x-ms-ratelimit-remaining-subscription-writes": "1195", + "x-ms-request-id": "c101aa9f-e099-4254-af2d-079475acbd14", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T055202Z:deadb95c-6d85-4390-a995-3772740dc3f1" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c101aa9f-e099-4254-af2d-079475acbd14?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "af78cb4ead7269bcb8f5caff84d7c070", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 05:52:02 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c101aa9f-e099-4254-af2d-079475acbd14?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "af78cb4ead7269bcb8f5caff84d7c070", + "x-ms-correlation-request-id": "1395a23c-64de-429b-8b0a-3de43ad10b7e", + "x-ms-ratelimit-remaining-subscription-reads": "11974", + "x-ms-request-id": "cdb5db19-a119-4ced-b09a-67a85350e3fb", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T055202Z:1395a23c-64de-429b-8b0a-3de43ad10b7e" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c101aa9f-e099-4254-af2d-079475acbd14?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "a4ef1837c1eb72d0a0e2af787eb16e92", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 05:52:03 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c101aa9f-e099-4254-af2d-079475acbd14?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a4ef1837c1eb72d0a0e2af787eb16e92", + "x-ms-correlation-request-id": "1a9cd0d1-0161-47d7-9b96-24523790c9ba", + "x-ms-ratelimit-remaining-subscription-reads": "11973", + "x-ms-request-id": "75276669-308e-4a3e-b43d-71d7c4f5da06", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T055203Z:1a9cd0d1-0161-47d7-9b96-24523790c9ba" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c101aa9f-e099-4254-af2d-079475acbd14?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "17c2289e47885b3fb9dbd455a2e38699", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 05:52:05 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c101aa9f-e099-4254-af2d-079475acbd14?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "17c2289e47885b3fb9dbd455a2e38699", + "x-ms-correlation-request-id": "9d5d1c44-5b88-4d2c-864e-02ed1563cf04", + "x-ms-ratelimit-remaining-subscription-reads": "11972", + "x-ms-request-id": "e38c0b38-c991-4a52-8980-07c257789350", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T055205Z:9d5d1c44-5b88-4d2c-864e-02ed1563cf04" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c101aa9f-e099-4254-af2d-079475acbd14?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "ba9f6fdcec6f8dbbfa060f90fe43eb06", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 05:52:06 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c101aa9f-e099-4254-af2d-079475acbd14?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ba9f6fdcec6f8dbbfa060f90fe43eb06", + "x-ms-correlation-request-id": "4bc97581-d7ec-4c37-a0c8-99e228c82664", + "x-ms-ratelimit-remaining-subscription-reads": "11971", + "x-ms-request-id": "5340053a-ab16-495e-a391-1a740752437b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T055206Z:4bc97581-d7ec-4c37-a0c8-99e228c82664" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c101aa9f-e099-4254-af2d-079475acbd14?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "5c613886a914f0e7d893ea10ed7acfbc", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 05:52:07 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c101aa9f-e099-4254-af2d-079475acbd14?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5c613886a914f0e7d893ea10ed7acfbc", + "x-ms-correlation-request-id": "cd709603-5b25-4c97-9d5a-f7f6d9f56348", + "x-ms-ratelimit-remaining-subscription-reads": "11970", + "x-ms-request-id": "32a7d164-a029-471f-9fd9-f69fccdfe976", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T055207Z:cd709603-5b25-4c97-9d5a-f7f6d9f56348" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c101aa9f-e099-4254-af2d-079475acbd14?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "0e9c155bb411b1226c351c8237af5c76", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 05:52:09 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c101aa9f-e099-4254-af2d-079475acbd14?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "0e9c155bb411b1226c351c8237af5c76", + "x-ms-correlation-request-id": "751997e2-0a69-41bd-93e0-c89c13b7c3ca", + "x-ms-ratelimit-remaining-subscription-reads": "11969", + "x-ms-request-id": "e64b9601-58b0-4d18-bc26-172503573455", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T055209Z:751997e2-0a69-41bd-93e0-c89c13b7c3ca" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c101aa9f-e099-4254-af2d-079475acbd14?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "6acfcdef2a82338488afe1db01aba07f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 05:52:10 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c101aa9f-e099-4254-af2d-079475acbd14?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6acfcdef2a82338488afe1db01aba07f", + "x-ms-correlation-request-id": "24bd036e-3465-4bde-b6e5-08cdb4bd4cb8", + "x-ms-ratelimit-remaining-subscription-reads": "11968", + "x-ms-request-id": "68a4d396-7b46-474e-be01-b9ef3549fbc9", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T055210Z:24bd036e-3465-4bde-b6e5-08cdb4bd4cb8" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c101aa9f-e099-4254-af2d-079475acbd14?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "e9345237dda7d2f515afefdf8c65b829", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 05:52:11 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c101aa9f-e099-4254-af2d-079475acbd14?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e9345237dda7d2f515afefdf8c65b829", + "x-ms-correlation-request-id": "b87ccb32-eb2b-4859-a6e5-c4e66f31ab71", + "x-ms-ratelimit-remaining-subscription-reads": "11967", + "x-ms-request-id": "33ca2578-c7db-43c6-b07f-d62834672ea3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T055212Z:b87ccb32-eb2b-4859-a6e5-c4e66f31ab71" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c101aa9f-e099-4254-af2d-079475acbd14?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "1f20743665ab313a90698662d246b0c1", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 05:52:13 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c101aa9f-e099-4254-af2d-079475acbd14?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1f20743665ab313a90698662d246b0c1", + "x-ms-correlation-request-id": "f310145e-35ec-4c60-bfb2-e075679ff78e", + "x-ms-ratelimit-remaining-subscription-reads": "11966", + "x-ms-request-id": "c66f4d00-e34e-449b-8246-531881f1baee", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T055213Z:f310145e-35ec-4c60-bfb2-e075679ff78e" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c101aa9f-e099-4254-af2d-079475acbd14?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "e44a9d94737b12cfd8fd54d23ba5a622", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 05:52:14 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c101aa9f-e099-4254-af2d-079475acbd14?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e44a9d94737b12cfd8fd54d23ba5a622", + "x-ms-correlation-request-id": "42295bd5-87d8-428f-a76b-df826df63a19", + "x-ms-ratelimit-remaining-subscription-reads": "11965", + "x-ms-request-id": "a8dc69c6-98e2-425f-bf7c-81e98efd7e87", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T055214Z:42295bd5-87d8-428f-a76b-df826df63a19" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c101aa9f-e099-4254-af2d-079475acbd14?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "8da5b8f7808bd1d31702583d5793ffce", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 05:52:15 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c101aa9f-e099-4254-af2d-079475acbd14?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "8da5b8f7808bd1d31702583d5793ffce", + "x-ms-correlation-request-id": "81ef010a-75d3-4c72-84b3-eb87858ab3ba", + "x-ms-ratelimit-remaining-subscription-reads": "11964", + "x-ms-request-id": "fd67ccd0-f373-488c-a07a-dc1e3344f9e5", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T055216Z:81ef010a-75d3-4c72-84b3-eb87858ab3ba" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c101aa9f-e099-4254-af2d-079475acbd14?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "ee4a2efed31ac3aea50d47ad1068f6eb", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 05:52:17 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c101aa9f-e099-4254-af2d-079475acbd14?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ee4a2efed31ac3aea50d47ad1068f6eb", + "x-ms-correlation-request-id": "2f85e9d3-7c7a-4a7d-9f95-a27511639054", + "x-ms-ratelimit-remaining-subscription-reads": "11963", + "x-ms-request-id": "6ece41cb-508c-4890-af62-fc1241ebceca", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T055217Z:2f85e9d3-7c7a-4a7d-9f95-a27511639054" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c101aa9f-e099-4254-af2d-079475acbd14?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "1a6b63c223a11435c979cc781b91bb45", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1674", + "Content-Type": "application/json", + "Date": "Wed, 17 Nov 2021 05:52:18 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1a6b63c223a11435c979cc781b91bb45", + "x-ms-correlation-request-id": "45121e76-d7f6-473e-8278-7fef3045e189", + "x-ms-ratelimit-remaining-subscription-reads": "11962", + "x-ms-request-id": "38eed9b8-18f7-4474-86d1-c82cab63aa77", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T055218Z:45121e76-d7f6-473e-8278-7fef3045e189" + }, + "ResponseBody": { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "StorageV2", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-678/providers/Microsoft.Storage/storageAccounts/teststoragemgmt4810", + "name": "teststoragemgmt4810", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-11-17T05:52:00.7570391Z", + "key2": "2021-11-17T05:52:00.7570391Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T05:52:00.7570391Z" + }, + "table": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T05:52:00.7570391Z" + }, + "queue": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T05:52:00.7570391Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T05:52:00.7570391Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "accessTier": "Hot", + "provisioningState": "Succeeded", + "creationTime": "2021-11-17T05:52:00.6633088Z", + "primaryEndpoints": { + "dfs": "https://teststoragemgmt4810.dfs.core.windows.net/", + "web": "https://teststoragemgmt4810.z20.web.core.windows.net/", + "blob": "https://teststoragemgmt4810.blob.core.windows.net/", + "queue": "https://teststoragemgmt4810.queue.core.windows.net/", + "table": "https://teststoragemgmt4810.table.core.windows.net/", + "file": "https://teststoragemgmt4810.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-678/providers/Microsoft.Storage/storageAccounts?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "0dd385feb75a23070ae2e87e3825c1af", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1686", + "Content-Type": "application/json", + "Date": "Wed, 17 Nov 2021 05:52:18 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "0dd385feb75a23070ae2e87e3825c1af", + "x-ms-correlation-request-id": "68a0fe6a-b965-4e94-94fa-89f90be39a75", + "x-ms-ratelimit-remaining-subscription-reads": "11961", + "x-ms-request-id": "1619243b-f554-4235-b95c-7fa031edf718", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T055219Z:68a0fe6a-b965-4e94-94fa-89f90be39a75" + }, + "ResponseBody": { + "value": [ + { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "StorageV2", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-678/providers/Microsoft.Storage/storageAccounts/teststoragemgmt4810", + "name": "teststoragemgmt4810", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-11-17T05:52:00.7570391Z", + "key2": "2021-11-17T05:52:00.7570391Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T05:52:00.7570391Z" + }, + "table": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T05:52:00.7570391Z" + }, + "queue": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T05:52:00.7570391Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T05:52:00.7570391Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "accessTier": "Hot", + "provisioningState": "Succeeded", + "creationTime": "2021-11-17T05:52:00.6633088Z", + "primaryEndpoints": { + "dfs": "https://teststoragemgmt4810.dfs.core.windows.net/", + "web": "https://teststoragemgmt4810.z20.web.core.windows.net/", + "blob": "https://teststoragemgmt4810.blob.core.windows.net/", + "queue": "https://teststoragemgmt4810.queue.core.windows.net/", + "table": "https://teststoragemgmt4810.table.core.windows.net/", + "file": "https://teststoragemgmt4810.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + } + ] + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-678/providers/Microsoft.Storage/storageAccounts/teststoragemgmt4810?api-version=2021-04-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "f37b6d0ce527db2cf83525a10635a713", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 05:52:22 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f37b6d0ce527db2cf83525a10635a713", + "x-ms-correlation-request-id": "9453fb2a-a49d-4beb-99ed-5412f6fdfd80", + "x-ms-ratelimit-remaining-subscription-deletes": "14997", + "x-ms-request-id": "175ca88e-69a5-49d7-bc99-8091cc090d2d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T055222Z:9453fb2a-a49d-4beb-99ed-5412f6fdfd80" + }, + "ResponseBody": [] + } + ], + "Variables": { + "RandomSeed": "1411525488", + "RESOURCE_MANAGER_URL": null, + "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" + } +} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/CreateUpdateStorageAccountWithMinTlsVersionBlobPublicAccess.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/CreateUpdateStorageAccountWithMinTlsVersionBlobPublicAccess.json new file mode 100644 index 0000000000000..47894b18dbeb9 --- /dev/null +++ b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/CreateUpdateStorageAccountWithMinTlsVersionBlobPublicAccess.json @@ -0,0 +1,1048 @@ +{ + "Entries": [ + { + "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-97b86ff04023844e81dd61f8b3b01f89-4a327d0d3e672842-00", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "9b937a7ab96dffa4dae012604ea371c5", + "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": "Wed, 17 Nov 2021 06:17:56 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "8251d15f-e37e-471d-885c-fd06df77aaf5", + "x-ms-ratelimit-remaining-subscription-reads": "11999", + "x-ms-request-id": "8251d15f-e37e-471d-885c-fd06df77aaf5", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T061756Z:8251d15f-e37e-471d-885c-fd06df77aaf5" + }, + "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.Storage/checkNameAvailability?api-version=2021-04-01", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "72", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "427a90e9e168eeffb689fcb9af1621fb", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "name": "teststoragemgmt283", + "type": "Microsoft.Storage/storageAccounts" + }, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "22", + "Content-Type": "application/json", + "Date": "Wed, 17 Nov 2021 06:17:57 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "427a90e9e168eeffb689fcb9af1621fb", + "x-ms-correlation-request-id": "d017862e-d90c-45cf-b45e-803490520a70", + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-request-id": "e62eedd3-4a4d-490b-94b8-69c01a6897f2", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T061758Z:d017862e-d90c-45cf-b45e-803490520a70" + }, + "ResponseBody": { + "nameAvailable": true + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/teststorageRG-3630?api-version=2019-10-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "44", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "44687caba7404f0a952ae632f1518fce", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "location": "eastus2", + "tags": { + "test": "env" + } + }, + "StatusCode": 201, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "256", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 17 Nov 2021 06:18:01 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "2501d2cb-3c3f-4671-8270-437ca53e85d0", + "x-ms-ratelimit-remaining-subscription-writes": "1199", + "x-ms-request-id": "2501d2cb-3c3f-4671-8270-437ca53e85d0", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T061801Z:2501d2cb-3c3f-4671-8270-437ca53e85d0" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-3630", + "name": "teststorageRG-3630", + "type": "Microsoft.Resources/resourceGroups", + "location": "eastus2", + "tags": { + "test": "env" + }, + "properties": { + "provisioningState": "Succeeded" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-3630/providers/Microsoft.Storage/storageAccounts/teststoragemgmt283?api-version=2021-04-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "186", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "ec75ef2112119499acb72fa8462bcaf1", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "sku": { + "name": "Standard_GRS" + }, + "kind": "StorageV2", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "allowBlobPublicAccess": false, + "minimumTlsVersion": "TLS1_1" + } + }, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 06:18:06 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2ce0ee3d-40f6-42c2-a267-b6b9a68e435f?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ec75ef2112119499acb72fa8462bcaf1", + "x-ms-correlation-request-id": "5dcc2f41-5c9c-469c-8251-d864f150de18", + "x-ms-ratelimit-remaining-subscription-writes": "1198", + "x-ms-request-id": "2ce0ee3d-40f6-42c2-a267-b6b9a68e435f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T061807Z:5dcc2f41-5c9c-469c-8251-d864f150de18" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2ce0ee3d-40f6-42c2-a267-b6b9a68e435f?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "268dea6d0eab99f8e3d4978878620869", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 06:18:06 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2ce0ee3d-40f6-42c2-a267-b6b9a68e435f?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "268dea6d0eab99f8e3d4978878620869", + "x-ms-correlation-request-id": "7ceeffba-7f81-4439-af9d-d4eb1e1c29fa", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-request-id": "528c9e8c-1eb3-4d7d-9bef-9d20f389e7a3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T061807Z:7ceeffba-7f81-4439-af9d-d4eb1e1c29fa" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2ce0ee3d-40f6-42c2-a267-b6b9a68e435f?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "abcdf55f9a59df71468c7d1e3fe17bef", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 06:18:08 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2ce0ee3d-40f6-42c2-a267-b6b9a68e435f?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "abcdf55f9a59df71468c7d1e3fe17bef", + "x-ms-correlation-request-id": "55d8695b-ede4-4964-8193-4791f55157ea", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-request-id": "58b1793d-dd12-4420-918d-45a9671ff306", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T061808Z:55d8695b-ede4-4964-8193-4791f55157ea" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2ce0ee3d-40f6-42c2-a267-b6b9a68e435f?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "5b3af7f2a39e56454d5f1188ab20700c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 06:18:09 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2ce0ee3d-40f6-42c2-a267-b6b9a68e435f?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5b3af7f2a39e56454d5f1188ab20700c", + "x-ms-correlation-request-id": "0ce00db6-f6f5-401d-9aa1-d8ffc54acf24", + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-request-id": "710e6c4e-eb6a-4c25-a6f9-1cdb97b70cdd", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T061810Z:0ce00db6-f6f5-401d-9aa1-d8ffc54acf24" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2ce0ee3d-40f6-42c2-a267-b6b9a68e435f?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "225768ea19efd2df79aee01e91d95901", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 06:18:10 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2ce0ee3d-40f6-42c2-a267-b6b9a68e435f?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "225768ea19efd2df79aee01e91d95901", + "x-ms-correlation-request-id": "9a95cd54-2595-4732-9abf-a446f7f4625e", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-request-id": "8612cbde-511f-4116-9fdd-4df65128056d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T061811Z:9a95cd54-2595-4732-9abf-a446f7f4625e" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2ce0ee3d-40f6-42c2-a267-b6b9a68e435f?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "8096a758ac27bccaaf765efa88e83325", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 06:18:12 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2ce0ee3d-40f6-42c2-a267-b6b9a68e435f?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "8096a758ac27bccaaf765efa88e83325", + "x-ms-correlation-request-id": "c9ba8566-7082-490f-a3d1-70a7c9c1b4c6", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-request-id": "34fe284b-b605-4bfe-9ed3-75e2c610f923", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T061812Z:c9ba8566-7082-490f-a3d1-70a7c9c1b4c6" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2ce0ee3d-40f6-42c2-a267-b6b9a68e435f?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "d633701b598ad8001868e2f0c226c473", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 06:18:13 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2ce0ee3d-40f6-42c2-a267-b6b9a68e435f?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d633701b598ad8001868e2f0c226c473", + "x-ms-correlation-request-id": "94b65051-47b3-46e6-b97a-53f805df7a4b", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-request-id": "f39f0fdc-317d-415b-b305-39751ba610ab", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T061814Z:94b65051-47b3-46e6-b97a-53f805df7a4b" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2ce0ee3d-40f6-42c2-a267-b6b9a68e435f?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "03301005f08a3de59d9b7278bbe44991", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 06:18:14 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2ce0ee3d-40f6-42c2-a267-b6b9a68e435f?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "03301005f08a3de59d9b7278bbe44991", + "x-ms-correlation-request-id": "461752cd-ec9c-453f-9435-9662471c88d8", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-request-id": "c53759cc-7c6d-4d33-b6b1-09db1e379483", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T061815Z:461752cd-ec9c-453f-9435-9662471c88d8" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2ce0ee3d-40f6-42c2-a267-b6b9a68e435f?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "2102bb7a82a5ff77a7bd68bfcadaf989", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 06:18:16 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2ce0ee3d-40f6-42c2-a267-b6b9a68e435f?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "2102bb7a82a5ff77a7bd68bfcadaf989", + "x-ms-correlation-request-id": "832183ad-13bc-4a4d-b9bc-4ae5c779072f", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-request-id": "be9ee544-f5b2-4d69-b985-ea15d67e39a2", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T061816Z:832183ad-13bc-4a4d-b9bc-4ae5c779072f" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2ce0ee3d-40f6-42c2-a267-b6b9a68e435f?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "78f4eab230b72b9b8af638efe6881d33", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 06:18:17 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2ce0ee3d-40f6-42c2-a267-b6b9a68e435f?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "78f4eab230b72b9b8af638efe6881d33", + "x-ms-correlation-request-id": "838bc01e-55b7-4d14-8ffe-640e4f818e06", + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-request-id": "8a5eec77-f061-4133-8dc3-9e64aad6030d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T061818Z:838bc01e-55b7-4d14-8ffe-640e4f818e06" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2ce0ee3d-40f6-42c2-a267-b6b9a68e435f?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "0776511ea22483cd98315ccd872573c3", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 06:18:18 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2ce0ee3d-40f6-42c2-a267-b6b9a68e435f?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "0776511ea22483cd98315ccd872573c3", + "x-ms-correlation-request-id": "e651f875-cf97-4e84-9475-6524280ac8c7", + "x-ms-ratelimit-remaining-subscription-reads": "11988", + "x-ms-request-id": "84e3ec93-67fb-49e6-b3d3-e12896e7fb8e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T061819Z:e651f875-cf97-4e84-9475-6524280ac8c7" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2ce0ee3d-40f6-42c2-a267-b6b9a68e435f?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "d0c5e9a1d0f049d920d696af4988191f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 06:18:20 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2ce0ee3d-40f6-42c2-a267-b6b9a68e435f?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d0c5e9a1d0f049d920d696af4988191f", + "x-ms-correlation-request-id": "ec806815-3368-4103-adc0-18f0497b556c", + "x-ms-ratelimit-remaining-subscription-reads": "11987", + "x-ms-request-id": "3805959d-b359-41b4-8cb9-b5f941b934bd", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T061820Z:ec806815-3368-4103-adc0-18f0497b556c" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2ce0ee3d-40f6-42c2-a267-b6b9a68e435f?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "79a1349ff2640f641d71e086d4cda365", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 06:18:21 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2ce0ee3d-40f6-42c2-a267-b6b9a68e435f?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "79a1349ff2640f641d71e086d4cda365", + "x-ms-correlation-request-id": "b75b3851-5cc5-4106-a568-257d3eb6af00", + "x-ms-ratelimit-remaining-subscription-reads": "11986", + "x-ms-request-id": "329a30ca-fbce-4d7d-b5c5-1c7fdb70509b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T061822Z:b75b3851-5cc5-4106-a568-257d3eb6af00" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2ce0ee3d-40f6-42c2-a267-b6b9a68e435f?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "fc4d75834cc24d42772ce74d0c1d3910", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1538", + "Content-Type": "application/json", + "Date": "Wed, 17 Nov 2021 06:18:22 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "fc4d75834cc24d42772ce74d0c1d3910", + "x-ms-correlation-request-id": "979d3412-023a-422d-81f7-fb4d197af579", + "x-ms-ratelimit-remaining-subscription-reads": "11985", + "x-ms-request-id": "9b2152c1-8514-4368-b262-c5148f30fc8b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T061823Z:979d3412-023a-422d-81f7-fb4d197af579" + }, + "ResponseBody": { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "StorageV2", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-3630/providers/Microsoft.Storage/storageAccounts/teststoragemgmt283", + "name": "teststoragemgmt283", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-11-17T06:18:05.6901518Z", + "key2": "2021-11-17T06:18:05.6901518Z" + }, + "privateEndpointConnections": [], + "minimumTlsVersion": "TLS1_1", + "allowBlobPublicAccess": false, + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T06:18:05.6901518Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T06:18:05.6901518Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "accessTier": "Hot", + "provisioningState": "Succeeded", + "creationTime": "2021-11-17T06:18:05.5807454Z", + "primaryEndpoints": { + "dfs": "https://teststoragemgmt283.dfs.core.windows.net/", + "web": "https://teststoragemgmt283.z20.web.core.windows.net/", + "blob": "https://teststoragemgmt283.blob.core.windows.net/", + "queue": "https://teststoragemgmt283.queue.core.windows.net/", + "table": "https://teststoragemgmt283.table.core.windows.net/", + "file": "https://teststoragemgmt283.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-3630/providers/Microsoft.Storage/storageAccounts/teststoragemgmt283?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "532d3c18f984af5f85b6b37ff0527552", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1538", + "Content-Type": "application/json", + "Date": "Wed, 17 Nov 2021 06:18:22 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "532d3c18f984af5f85b6b37ff0527552", + "x-ms-correlation-request-id": "b8a2ee11-687c-4ebb-8606-66f33775a34f", + "x-ms-ratelimit-remaining-subscription-reads": "11984", + "x-ms-request-id": "5031817f-2533-47b7-a1ff-109a379fd3e9", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T061823Z:b8a2ee11-687c-4ebb-8606-66f33775a34f" + }, + "ResponseBody": { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "StorageV2", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-3630/providers/Microsoft.Storage/storageAccounts/teststoragemgmt283", + "name": "teststoragemgmt283", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-11-17T06:18:05.6901518Z", + "key2": "2021-11-17T06:18:05.6901518Z" + }, + "privateEndpointConnections": [], + "minimumTlsVersion": "TLS1_1", + "allowBlobPublicAccess": false, + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T06:18:05.6901518Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T06:18:05.6901518Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "accessTier": "Hot", + "provisioningState": "Succeeded", + "creationTime": "2021-11-17T06:18:05.5807454Z", + "primaryEndpoints": { + "dfs": "https://teststoragemgmt283.dfs.core.windows.net/", + "web": "https://teststoragemgmt283.z20.web.core.windows.net/", + "blob": "https://teststoragemgmt283.blob.core.windows.net/", + "queue": "https://teststoragemgmt283.queue.core.windows.net/", + "table": "https://teststoragemgmt283.table.core.windows.net/", + "file": "https://teststoragemgmt283.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-3630/providers/Microsoft.Storage/storageAccounts/teststoragemgmt283?api-version=2021-04-01", + "RequestMethod": "PATCH", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "106", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "d42c31331c3a525df25301380b1703ff", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "properties": { + "supportsHttpsTrafficOnly": true, + "allowBlobPublicAccess": true, + "minimumTlsVersion": "TLS1_2" + } + }, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1537", + "Content-Type": "application/json", + "Date": "Wed, 17 Nov 2021 06:18:24 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d42c31331c3a525df25301380b1703ff", + "x-ms-correlation-request-id": "99a59783-cf0f-4502-b028-e3706b3898d8", + "x-ms-ratelimit-remaining-subscription-writes": "1197", + "x-ms-request-id": "42894b02-76f8-43bb-936c-14a6fbc7a664", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T061825Z:99a59783-cf0f-4502-b028-e3706b3898d8" + }, + "ResponseBody": { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "StorageV2", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-3630/providers/Microsoft.Storage/storageAccounts/teststoragemgmt283", + "name": "teststoragemgmt283", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-11-17T06:18:05.6901518Z", + "key2": "2021-11-17T06:18:05.6901518Z" + }, + "privateEndpointConnections": [], + "minimumTlsVersion": "TLS1_2", + "allowBlobPublicAccess": true, + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T06:18:05.6901518Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T06:18:05.6901518Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "accessTier": "Hot", + "provisioningState": "Succeeded", + "creationTime": "2021-11-17T06:18:05.5807454Z", + "primaryEndpoints": { + "dfs": "https://teststoragemgmt283.dfs.core.windows.net/", + "web": "https://teststoragemgmt283.z20.web.core.windows.net/", + "blob": "https://teststoragemgmt283.blob.core.windows.net/", + "queue": "https://teststoragemgmt283.queue.core.windows.net/", + "table": "https://teststoragemgmt283.table.core.windows.net/", + "file": "https://teststoragemgmt283.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-3630/providers/Microsoft.Storage/storageAccounts/teststoragemgmt283?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "976ecf3750a089e0169e770b99c35c25", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1537", + "Content-Type": "application/json", + "Date": "Wed, 17 Nov 2021 06:18:24 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "976ecf3750a089e0169e770b99c35c25", + "x-ms-correlation-request-id": "13145214-e599-4d2f-b642-de989e244ea2", + "x-ms-ratelimit-remaining-subscription-reads": "11983", + "x-ms-request-id": "2251218e-8856-45ae-a093-8160a1ae307e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T061825Z:13145214-e599-4d2f-b642-de989e244ea2" + }, + "ResponseBody": { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "StorageV2", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-3630/providers/Microsoft.Storage/storageAccounts/teststoragemgmt283", + "name": "teststoragemgmt283", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-11-17T06:18:05.6901518Z", + "key2": "2021-11-17T06:18:05.6901518Z" + }, + "privateEndpointConnections": [], + "minimumTlsVersion": "TLS1_2", + "allowBlobPublicAccess": true, + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T06:18:05.6901518Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T06:18:05.6901518Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "accessTier": "Hot", + "provisioningState": "Succeeded", + "creationTime": "2021-11-17T06:18:05.5807454Z", + "primaryEndpoints": { + "dfs": "https://teststoragemgmt283.dfs.core.windows.net/", + "web": "https://teststoragemgmt283.z20.web.core.windows.net/", + "blob": "https://teststoragemgmt283.blob.core.windows.net/", + "queue": "https://teststoragemgmt283.queue.core.windows.net/", + "table": "https://teststoragemgmt283.table.core.windows.net/", + "file": "https://teststoragemgmt283.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-3630/providers/Microsoft.Storage/storageAccounts?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "da1a94b665f1fbd5dfda6030f826a46d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1549", + "Content-Type": "application/json", + "Date": "Wed, 17 Nov 2021 06:18:25 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "da1a94b665f1fbd5dfda6030f826a46d", + "x-ms-correlation-request-id": "8aa360c1-68ac-4d85-a780-80af8a55de11", + "x-ms-ratelimit-remaining-subscription-reads": "11982", + "x-ms-request-id": "d864e8d9-4546-453f-bfa1-d340e0fb1897", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T061826Z:8aa360c1-68ac-4d85-a780-80af8a55de11" + }, + "ResponseBody": { + "value": [ + { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "StorageV2", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-3630/providers/Microsoft.Storage/storageAccounts/teststoragemgmt283", + "name": "teststoragemgmt283", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-11-17T06:18:05.6901518Z", + "key2": "2021-11-17T06:18:05.6901518Z" + }, + "privateEndpointConnections": [], + "minimumTlsVersion": "TLS1_2", + "allowBlobPublicAccess": true, + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T06:18:05.6901518Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T06:18:05.6901518Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "accessTier": "Hot", + "provisioningState": "Succeeded", + "creationTime": "2021-11-17T06:18:05.5807454Z", + "primaryEndpoints": { + "dfs": "https://teststoragemgmt283.dfs.core.windows.net/", + "web": "https://teststoragemgmt283.z20.web.core.windows.net/", + "blob": "https://teststoragemgmt283.blob.core.windows.net/", + "queue": "https://teststoragemgmt283.queue.core.windows.net/", + "table": "https://teststoragemgmt283.table.core.windows.net/", + "file": "https://teststoragemgmt283.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + } + ] + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-3630/providers/Microsoft.Storage/storageAccounts/teststoragemgmt283?api-version=2021-04-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "2047b3b2dee3e2b250a3bd9ca551b82e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 06:18:31 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "2047b3b2dee3e2b250a3bd9ca551b82e", + "x-ms-correlation-request-id": "95261ce9-4d16-444e-b6ee-860285618eaf", + "x-ms-ratelimit-remaining-subscription-deletes": "14999", + "x-ms-request-id": "fc84eb8d-989b-4f49-a658-0da1752f74d3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T061832Z:95261ce9-4d16-444e-b6ee-860285618eaf" + }, + "ResponseBody": [] + } + ], + "Variables": { + "RandomSeed": "480530864", + "RESOURCE_MANAGER_URL": null, + "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" + } +} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/CreateUpdateStorageAccountWithMinTlsVersionBlobPublicAccessAsync.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/CreateUpdateStorageAccountWithMinTlsVersionBlobPublicAccessAsync.json new file mode 100644 index 0000000000000..fee4e32b4a8e8 --- /dev/null +++ b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/CreateUpdateStorageAccountWithMinTlsVersionBlobPublicAccessAsync.json @@ -0,0 +1,1048 @@ +{ + "Entries": [ + { + "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-c9ef16d1062769478868e66a6263b6dc-65057e027b52184f-00", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "dc590197e3a9901635c42329812bc33d", + "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": "Wed, 17 Nov 2021 06:18:38 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "f746d7b2-9820-48c0-a368-40ad07930c2c", + "x-ms-ratelimit-remaining-subscription-reads": "11979", + "x-ms-request-id": "f746d7b2-9820-48c0-a368-40ad07930c2c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T061839Z:f746d7b2-9820-48c0-a368-40ad07930c2c" + }, + "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.Storage/checkNameAvailability?api-version=2021-04-01", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "73", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "c231f8f8d29a45e6f52b22bd9fb5d3d1", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "name": "teststoragemgmt9053", + "type": "Microsoft.Storage/storageAccounts" + }, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "22", + "Content-Type": "application/json", + "Date": "Wed, 17 Nov 2021 06:18:39 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c231f8f8d29a45e6f52b22bd9fb5d3d1", + "x-ms-correlation-request-id": "541b3969-b613-44fe-940b-13f47113b302", + "x-ms-ratelimit-remaining-subscription-reads": "11978", + "x-ms-request-id": "b3e03a69-b6c2-4dd0-909d-bd2e0a27defb", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T061840Z:541b3969-b613-44fe-940b-13f47113b302" + }, + "ResponseBody": { + "nameAvailable": true + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/teststorageRG-648?api-version=2019-10-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "44", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "39405e86252515c2430b645d4324e337", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "location": "eastus2", + "tags": { + "test": "env" + } + }, + "StatusCode": 201, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "254", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 17 Nov 2021 06:18:40 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "429ce762-8e27-44e7-8296-d487ad4e59c4", + "x-ms-ratelimit-remaining-subscription-writes": "1196", + "x-ms-request-id": "429ce762-8e27-44e7-8296-d487ad4e59c4", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T061841Z:429ce762-8e27-44e7-8296-d487ad4e59c4" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-648", + "name": "teststorageRG-648", + "type": "Microsoft.Resources/resourceGroups", + "location": "eastus2", + "tags": { + "test": "env" + }, + "properties": { + "provisioningState": "Succeeded" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-648/providers/Microsoft.Storage/storageAccounts/teststoragemgmt9053?api-version=2021-04-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "186", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "16948ab6fc7e722e97b4b7f3d2950e4f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "sku": { + "name": "Standard_GRS" + }, + "kind": "StorageV2", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "allowBlobPublicAccess": false, + "minimumTlsVersion": "TLS1_1" + } + }, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 06:18:44 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f539f342-97df-420e-ab9f-798afbd2e56b?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "16948ab6fc7e722e97b4b7f3d2950e4f", + "x-ms-correlation-request-id": "5f71ee66-c068-42b0-a80b-83bead5cec8b", + "x-ms-ratelimit-remaining-subscription-writes": "1195", + "x-ms-request-id": "f539f342-97df-420e-ab9f-798afbd2e56b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T061844Z:5f71ee66-c068-42b0-a80b-83bead5cec8b" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f539f342-97df-420e-ab9f-798afbd2e56b?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "2be9853fba3f8a1d2fcda1716dce42ad", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 06:18:44 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f539f342-97df-420e-ab9f-798afbd2e56b?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "2be9853fba3f8a1d2fcda1716dce42ad", + "x-ms-correlation-request-id": "3055ae40-362a-4ac3-83b1-f3366cd661d5", + "x-ms-ratelimit-remaining-subscription-reads": "11977", + "x-ms-request-id": "99ac051f-c947-47f9-bced-b2b97fc7fca1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T061845Z:3055ae40-362a-4ac3-83b1-f3366cd661d5" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f539f342-97df-420e-ab9f-798afbd2e56b?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "5e0514fd7e7f0e3ab7c1a7d2a567f0b0", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 06:18:45 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f539f342-97df-420e-ab9f-798afbd2e56b?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5e0514fd7e7f0e3ab7c1a7d2a567f0b0", + "x-ms-correlation-request-id": "536e38bb-a1f3-49e3-9b54-a18a81d107b2", + "x-ms-ratelimit-remaining-subscription-reads": "11976", + "x-ms-request-id": "bc8cebd3-4322-4dcc-a320-f2c0acea7477", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T061846Z:536e38bb-a1f3-49e3-9b54-a18a81d107b2" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f539f342-97df-420e-ab9f-798afbd2e56b?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "4cb4af02e2ac9c10c81a3430066165a0", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 06:18:46 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f539f342-97df-420e-ab9f-798afbd2e56b?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4cb4af02e2ac9c10c81a3430066165a0", + "x-ms-correlation-request-id": "6894edcb-77a6-4a64-8b1e-620b82da1800", + "x-ms-ratelimit-remaining-subscription-reads": "11975", + "x-ms-request-id": "28b92c42-9206-4415-b0e8-af8ae3acdf0a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T061847Z:6894edcb-77a6-4a64-8b1e-620b82da1800" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f539f342-97df-420e-ab9f-798afbd2e56b?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "6ec9a96a53e2c0874bda747d134ae4c8", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 06:18:48 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f539f342-97df-420e-ab9f-798afbd2e56b?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6ec9a96a53e2c0874bda747d134ae4c8", + "x-ms-correlation-request-id": "e90ef089-b637-47b1-9de0-81eb65a06fd6", + "x-ms-ratelimit-remaining-subscription-reads": "11974", + "x-ms-request-id": "16eeb5a8-23a8-461f-80c5-c41a536da9a3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T061849Z:e90ef089-b637-47b1-9de0-81eb65a06fd6" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f539f342-97df-420e-ab9f-798afbd2e56b?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "be6ef1ddf51a1a01036895654a090756", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 06:18:49 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f539f342-97df-420e-ab9f-798afbd2e56b?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "be6ef1ddf51a1a01036895654a090756", + "x-ms-correlation-request-id": "471deb74-bd4c-4332-9e4c-34d57fd89ef9", + "x-ms-ratelimit-remaining-subscription-reads": "11973", + "x-ms-request-id": "2ba2721a-16d1-45e1-a488-ccb4d45d3376", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T061850Z:471deb74-bd4c-4332-9e4c-34d57fd89ef9" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f539f342-97df-420e-ab9f-798afbd2e56b?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "fc68075c819dafce27f300d16e92897d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 06:18:50 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f539f342-97df-420e-ab9f-798afbd2e56b?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "fc68075c819dafce27f300d16e92897d", + "x-ms-correlation-request-id": "d97729cb-8d4a-47d1-b0d3-e25474685e21", + "x-ms-ratelimit-remaining-subscription-reads": "11972", + "x-ms-request-id": "82539f75-8358-49c0-90c9-aa2eb73ff728", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T061851Z:d97729cb-8d4a-47d1-b0d3-e25474685e21" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f539f342-97df-420e-ab9f-798afbd2e56b?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "14526c36a7f27486a7af6b79bd227641", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 06:18:52 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f539f342-97df-420e-ab9f-798afbd2e56b?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "14526c36a7f27486a7af6b79bd227641", + "x-ms-correlation-request-id": "d6fc016e-b5ea-4e89-9ebf-6774c1f18bd9", + "x-ms-ratelimit-remaining-subscription-reads": "11971", + "x-ms-request-id": "aa81aa11-b9ef-448d-8d80-146aa61afa24", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T061853Z:d6fc016e-b5ea-4e89-9ebf-6774c1f18bd9" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f539f342-97df-420e-ab9f-798afbd2e56b?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "0b211ed2e7e25b2a23bf9626f42fac70", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 06:18:53 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f539f342-97df-420e-ab9f-798afbd2e56b?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "0b211ed2e7e25b2a23bf9626f42fac70", + "x-ms-correlation-request-id": "3de2497f-bc3c-4a0e-ae40-b4ad3ea48f9c", + "x-ms-ratelimit-remaining-subscription-reads": "11970", + "x-ms-request-id": "ccf22bc7-0768-4e59-9233-580ba4866777", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T061854Z:3de2497f-bc3c-4a0e-ae40-b4ad3ea48f9c" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f539f342-97df-420e-ab9f-798afbd2e56b?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "de2f18def3b7b56481f355ee1654f205", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 06:18:54 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f539f342-97df-420e-ab9f-798afbd2e56b?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "de2f18def3b7b56481f355ee1654f205", + "x-ms-correlation-request-id": "13fd2dd2-0d3d-4ac1-b547-94ef4442caab", + "x-ms-ratelimit-remaining-subscription-reads": "11969", + "x-ms-request-id": "3ab96e7c-c321-499e-898c-d7a41404b2d4", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T061855Z:13fd2dd2-0d3d-4ac1-b547-94ef4442caab" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f539f342-97df-420e-ab9f-798afbd2e56b?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "50febf7d7e714f9a41f7f132115f7f77", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 06:18:56 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f539f342-97df-420e-ab9f-798afbd2e56b?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "50febf7d7e714f9a41f7f132115f7f77", + "x-ms-correlation-request-id": "6cf080e9-cfef-4975-847f-65ee9a6c43fb", + "x-ms-ratelimit-remaining-subscription-reads": "11968", + "x-ms-request-id": "5a7041d5-39f9-40f9-bc66-30c81766a612", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T061857Z:6cf080e9-cfef-4975-847f-65ee9a6c43fb" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f539f342-97df-420e-ab9f-798afbd2e56b?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "a49afa0398f3df8aba6c8aef923c45cf", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 06:18:57 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f539f342-97df-420e-ab9f-798afbd2e56b?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a49afa0398f3df8aba6c8aef923c45cf", + "x-ms-correlation-request-id": "d9e5dc83-fe19-40d2-9cb0-dc48d167457f", + "x-ms-ratelimit-remaining-subscription-reads": "11967", + "x-ms-request-id": "f6435b0b-e795-469c-a69a-8fee0d0899c7", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T061858Z:d9e5dc83-fe19-40d2-9cb0-dc48d167457f" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f539f342-97df-420e-ab9f-798afbd2e56b?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "35a890cd5b3060fe7de09cc00231a421", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 06:18:58 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f539f342-97df-420e-ab9f-798afbd2e56b?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "35a890cd5b3060fe7de09cc00231a421", + "x-ms-correlation-request-id": "2eefcbc2-e021-44ea-828c-42c072391793", + "x-ms-ratelimit-remaining-subscription-reads": "11966", + "x-ms-request-id": "ac52e61e-1ab0-4f5e-9af9-5bd415c809ed", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T061859Z:2eefcbc2-e021-44ea-828c-42c072391793" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f539f342-97df-420e-ab9f-798afbd2e56b?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "1ceadd744db9e512341f9605f3abbc05", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1545", + "Content-Type": "application/json", + "Date": "Wed, 17 Nov 2021 06:19:00 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1ceadd744db9e512341f9605f3abbc05", + "x-ms-correlation-request-id": "17e0ea6e-7c3e-4745-bed6-c991e71002ed", + "x-ms-ratelimit-remaining-subscription-reads": "11965", + "x-ms-request-id": "77276f70-9824-43c3-8513-52abffeb62e4", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T061901Z:17e0ea6e-7c3e-4745-bed6-c991e71002ed" + }, + "ResponseBody": { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "StorageV2", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-648/providers/Microsoft.Storage/storageAccounts/teststoragemgmt9053", + "name": "teststoragemgmt9053", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-11-17T06:18:43.3789726Z", + "key2": "2021-11-17T06:18:43.3789726Z" + }, + "privateEndpointConnections": [], + "minimumTlsVersion": "TLS1_1", + "allowBlobPublicAccess": false, + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T06:18:43.3789726Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T06:18:43.3789726Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "accessTier": "Hot", + "provisioningState": "Succeeded", + "creationTime": "2021-11-17T06:18:43.2383696Z", + "primaryEndpoints": { + "dfs": "https://teststoragemgmt9053.dfs.core.windows.net/", + "web": "https://teststoragemgmt9053.z20.web.core.windows.net/", + "blob": "https://teststoragemgmt9053.blob.core.windows.net/", + "queue": "https://teststoragemgmt9053.queue.core.windows.net/", + "table": "https://teststoragemgmt9053.table.core.windows.net/", + "file": "https://teststoragemgmt9053.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-648/providers/Microsoft.Storage/storageAccounts/teststoragemgmt9053?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "806521b249b7a747fb3a2613fbcadd88", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1545", + "Content-Type": "application/json", + "Date": "Wed, 17 Nov 2021 06:19:00 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "806521b249b7a747fb3a2613fbcadd88", + "x-ms-correlation-request-id": "bc1a170c-d5bf-4924-835c-cf0d68bee979", + "x-ms-ratelimit-remaining-subscription-reads": "11964", + "x-ms-request-id": "438ae4e2-cdd7-41ba-a0ce-0fa2269d6139", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T061901Z:bc1a170c-d5bf-4924-835c-cf0d68bee979" + }, + "ResponseBody": { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "StorageV2", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-648/providers/Microsoft.Storage/storageAccounts/teststoragemgmt9053", + "name": "teststoragemgmt9053", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-11-17T06:18:43.3789726Z", + "key2": "2021-11-17T06:18:43.3789726Z" + }, + "privateEndpointConnections": [], + "minimumTlsVersion": "TLS1_1", + "allowBlobPublicAccess": false, + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T06:18:43.3789726Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T06:18:43.3789726Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "accessTier": "Hot", + "provisioningState": "Succeeded", + "creationTime": "2021-11-17T06:18:43.2383696Z", + "primaryEndpoints": { + "dfs": "https://teststoragemgmt9053.dfs.core.windows.net/", + "web": "https://teststoragemgmt9053.z20.web.core.windows.net/", + "blob": "https://teststoragemgmt9053.blob.core.windows.net/", + "queue": "https://teststoragemgmt9053.queue.core.windows.net/", + "table": "https://teststoragemgmt9053.table.core.windows.net/", + "file": "https://teststoragemgmt9053.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-648/providers/Microsoft.Storage/storageAccounts/teststoragemgmt9053?api-version=2021-04-01", + "RequestMethod": "PATCH", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "106", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "b47a68c728517f157ec20111c5f96cd2", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "properties": { + "supportsHttpsTrafficOnly": true, + "allowBlobPublicAccess": true, + "minimumTlsVersion": "TLS1_2" + } + }, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1544", + "Content-Type": "application/json", + "Date": "Wed, 17 Nov 2021 06:19:01 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b47a68c728517f157ec20111c5f96cd2", + "x-ms-correlation-request-id": "19d16e9c-d8eb-4c5c-b9b0-393cba73caeb", + "x-ms-ratelimit-remaining-subscription-writes": "1194", + "x-ms-request-id": "b50fa8eb-46a8-4360-ba13-4036677f96b7", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T061902Z:19d16e9c-d8eb-4c5c-b9b0-393cba73caeb" + }, + "ResponseBody": { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "StorageV2", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-648/providers/Microsoft.Storage/storageAccounts/teststoragemgmt9053", + "name": "teststoragemgmt9053", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-11-17T06:18:43.3789726Z", + "key2": "2021-11-17T06:18:43.3789726Z" + }, + "privateEndpointConnections": [], + "minimumTlsVersion": "TLS1_2", + "allowBlobPublicAccess": true, + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T06:18:43.3789726Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T06:18:43.3789726Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "accessTier": "Hot", + "provisioningState": "Succeeded", + "creationTime": "2021-11-17T06:18:43.2383696Z", + "primaryEndpoints": { + "dfs": "https://teststoragemgmt9053.dfs.core.windows.net/", + "web": "https://teststoragemgmt9053.z20.web.core.windows.net/", + "blob": "https://teststoragemgmt9053.blob.core.windows.net/", + "queue": "https://teststoragemgmt9053.queue.core.windows.net/", + "table": "https://teststoragemgmt9053.table.core.windows.net/", + "file": "https://teststoragemgmt9053.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-648/providers/Microsoft.Storage/storageAccounts/teststoragemgmt9053?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "e00e972323cc2a6a9643207e26ffea69", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1544", + "Content-Type": "application/json", + "Date": "Wed, 17 Nov 2021 06:19:02 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e00e972323cc2a6a9643207e26ffea69", + "x-ms-correlation-request-id": "e4015212-8dea-47f2-ae68-7cafa49fa4ff", + "x-ms-ratelimit-remaining-subscription-reads": "11963", + "x-ms-request-id": "8e38737a-344d-4a46-835e-e081614ef63b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T061903Z:e4015212-8dea-47f2-ae68-7cafa49fa4ff" + }, + "ResponseBody": { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "StorageV2", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-648/providers/Microsoft.Storage/storageAccounts/teststoragemgmt9053", + "name": "teststoragemgmt9053", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-11-17T06:18:43.3789726Z", + "key2": "2021-11-17T06:18:43.3789726Z" + }, + "privateEndpointConnections": [], + "minimumTlsVersion": "TLS1_2", + "allowBlobPublicAccess": true, + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T06:18:43.3789726Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T06:18:43.3789726Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "accessTier": "Hot", + "provisioningState": "Succeeded", + "creationTime": "2021-11-17T06:18:43.2383696Z", + "primaryEndpoints": { + "dfs": "https://teststoragemgmt9053.dfs.core.windows.net/", + "web": "https://teststoragemgmt9053.z20.web.core.windows.net/", + "blob": "https://teststoragemgmt9053.blob.core.windows.net/", + "queue": "https://teststoragemgmt9053.queue.core.windows.net/", + "table": "https://teststoragemgmt9053.table.core.windows.net/", + "file": "https://teststoragemgmt9053.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-648/providers/Microsoft.Storage/storageAccounts?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "8b3d0d41083089b30be502f44835e101", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1556", + "Content-Type": "application/json", + "Date": "Wed, 17 Nov 2021 06:19:02 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "8b3d0d41083089b30be502f44835e101", + "x-ms-correlation-request-id": "807d6ed2-5803-4fad-b58f-7c90263cf57a", + "x-ms-ratelimit-remaining-subscription-reads": "11962", + "x-ms-request-id": "f3546269-f918-41c6-9a29-98ae070db391", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T061903Z:807d6ed2-5803-4fad-b58f-7c90263cf57a" + }, + "ResponseBody": { + "value": [ + { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "StorageV2", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-648/providers/Microsoft.Storage/storageAccounts/teststoragemgmt9053", + "name": "teststoragemgmt9053", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-11-17T06:18:43.3789726Z", + "key2": "2021-11-17T06:18:43.3789726Z" + }, + "privateEndpointConnections": [], + "minimumTlsVersion": "TLS1_2", + "allowBlobPublicAccess": true, + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T06:18:43.3789726Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T06:18:43.3789726Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "accessTier": "Hot", + "provisioningState": "Succeeded", + "creationTime": "2021-11-17T06:18:43.2383696Z", + "primaryEndpoints": { + "dfs": "https://teststoragemgmt9053.dfs.core.windows.net/", + "web": "https://teststoragemgmt9053.z20.web.core.windows.net/", + "blob": "https://teststoragemgmt9053.blob.core.windows.net/", + "queue": "https://teststoragemgmt9053.queue.core.windows.net/", + "table": "https://teststoragemgmt9053.table.core.windows.net/", + "file": "https://teststoragemgmt9053.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + } + ] + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-648/providers/Microsoft.Storage/storageAccounts/teststoragemgmt9053?api-version=2021-04-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "64ef54cdfcbca4bcfe501e0e0896597e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 06:19:08 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "64ef54cdfcbca4bcfe501e0e0896597e", + "x-ms-correlation-request-id": "e9e1e771-0438-43ff-8577-b85d43b7ecb1", + "x-ms-ratelimit-remaining-subscription-deletes": "14997", + "x-ms-request-id": "21b2c252-8b8f-4853-8687-6ba43189bf6b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T061908Z:e9e1e771-0438-43ff-8577-b85d43b7ecb1" + }, + "ResponseBody": [] + } + ], + "Variables": { + "RandomSeed": "509922662", + "RESOURCE_MANAGER_URL": null, + "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" + } +} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/ListServiceSASWithMissingProperties.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/ListServiceSASWithMissingProperties.json new file mode 100644 index 0000000000000..b73721f636833 --- /dev/null +++ b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/ListServiceSASWithMissingProperties.json @@ -0,0 +1,798 @@ +{ + "Entries": [ + { + "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-f9320bd82ef1c144b60a2336b52c850b-e6dfa86de931824f-00", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "d56dfb3fa9fcb37ba1d7c17cf48a692b", + "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": "Wed, 17 Nov 2021 02:36:46 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "e243e36f-b3e3-40ba-a57b-e5a6f2e7ef1c", + "x-ms-ratelimit-remaining-subscription-reads": "11999", + "x-ms-request-id": "e243e36f-b3e3-40ba-a57b-e5a6f2e7ef1c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T023647Z:e243e36f-b3e3-40ba-a57b-e5a6f2e7ef1c" + }, + "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.Storage/checkNameAvailability?api-version=2021-04-01", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "73", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "be5b2ac680a87c037ae2d11f1bcf309c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "name": "teststoragemgmt6886", + "type": "Microsoft.Storage/storageAccounts" + }, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "22", + "Content-Type": "application/json", + "Date": "Wed, 17 Nov 2021 02:36:47 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "be5b2ac680a87c037ae2d11f1bcf309c", + "x-ms-correlation-request-id": "c9b4df68-7a9b-446b-9ea6-0ccd8624bf1a", + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-request-id": "36101575-9b81-4d6c-9204-83a50edae232", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T023648Z:c9b4df68-7a9b-446b-9ea6-0ccd8624bf1a" + }, + "ResponseBody": { + "nameAvailable": true + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/teststorageRG-8012?api-version=2019-10-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "44", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "4a9cfc2784bb38c22c6ede7470bdb0f9", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "location": "eastus2", + "tags": { + "test": "env" + } + }, + "StatusCode": 201, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "256", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 17 Nov 2021 02:36:50 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "e84e7912-d97f-4429-8756-4663dd572b5d", + "x-ms-ratelimit-remaining-subscription-writes": "1199", + "x-ms-request-id": "e84e7912-d97f-4429-8756-4663dd572b5d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T023651Z:e84e7912-d97f-4429-8756-4663dd572b5d" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-8012", + "name": "teststorageRG-8012", + "type": "Microsoft.Resources/resourceGroups", + "location": "eastus2", + "tags": { + "test": "env" + }, + "properties": { + "provisioningState": "Succeeded" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-8012/providers/Microsoft.Storage/storageAccounts/teststoragemgmt6886?api-version=2021-04-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "126", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "b05d086296e86a7b5882c7a994860891", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "sku": { + "name": "Standard_GRS" + }, + "kind": "Storage", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": {} + }, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 02:36:57 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6856add6-def3-4fe7-af41-7198156b9812?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b05d086296e86a7b5882c7a994860891", + "x-ms-correlation-request-id": "876c8ec0-44ba-4a5d-9b70-bf0f25a4f85a", + "x-ms-ratelimit-remaining-subscription-writes": "1198", + "x-ms-request-id": "6856add6-def3-4fe7-af41-7198156b9812", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T023657Z:876c8ec0-44ba-4a5d-9b70-bf0f25a4f85a" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6856add6-def3-4fe7-af41-7198156b9812?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "c7b82520ebd3903b8132f239bc18a3a6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 02:36:57 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6856add6-def3-4fe7-af41-7198156b9812?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c7b82520ebd3903b8132f239bc18a3a6", + "x-ms-correlation-request-id": "a50bf532-a55c-4ac5-afce-d63132ee2153", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-request-id": "765b09ac-1e2d-450c-bf6e-70de1b9e4d59", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T023658Z:a50bf532-a55c-4ac5-afce-d63132ee2153" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6856add6-def3-4fe7-af41-7198156b9812?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "a0944d664359df6bfcb717621a694550", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 02:36:58 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6856add6-def3-4fe7-af41-7198156b9812?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a0944d664359df6bfcb717621a694550", + "x-ms-correlation-request-id": "d36fb2ca-80ae-4a08-858c-b950a6fd6c78", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-request-id": "09a5551b-9537-4454-adb9-78c2548eff46", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T023659Z:d36fb2ca-80ae-4a08-858c-b950a6fd6c78" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6856add6-def3-4fe7-af41-7198156b9812?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "6e89a27840cdf5bd95d2eb5c90d2e981", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 02:37:00 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6856add6-def3-4fe7-af41-7198156b9812?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6e89a27840cdf5bd95d2eb5c90d2e981", + "x-ms-correlation-request-id": "e0301bb1-f669-4b32-80ae-0b25a7167a23", + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-request-id": "5a94695f-25d2-44ab-bb24-2b3cf17d35b4", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T023700Z:e0301bb1-f669-4b32-80ae-0b25a7167a23" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6856add6-def3-4fe7-af41-7198156b9812?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "d7aad6e26973ddcbbad8ca1cd3d87617", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 02:37:02 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6856add6-def3-4fe7-af41-7198156b9812?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d7aad6e26973ddcbbad8ca1cd3d87617", + "x-ms-correlation-request-id": "d4bbcfa3-0da4-4dd9-872a-0b5861c87927", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-request-id": "b41e5374-7544-4ce1-8588-374f50720f21", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T023702Z:d4bbcfa3-0da4-4dd9-872a-0b5861c87927" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6856add6-def3-4fe7-af41-7198156b9812?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "1ac0a1ec358e25d88f9e0a87570f4e29", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 02:37:03 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6856add6-def3-4fe7-af41-7198156b9812?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1ac0a1ec358e25d88f9e0a87570f4e29", + "x-ms-correlation-request-id": "71097bc8-5835-4065-8b6c-d2c06ab03b2f", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-request-id": "b8ffb4fe-8de1-41dd-a90e-20498a3857f3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T023704Z:71097bc8-5835-4065-8b6c-d2c06ab03b2f" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6856add6-def3-4fe7-af41-7198156b9812?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "447f96cd6dbf0edcd7acb4f476a021bc", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 02:37:04 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6856add6-def3-4fe7-af41-7198156b9812?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "447f96cd6dbf0edcd7acb4f476a021bc", + "x-ms-correlation-request-id": "f8aac406-a328-4f95-ba3f-33753149ebb1", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-request-id": "bc03f3f6-831d-4f4a-97cf-12e8f2bb677c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T023705Z:f8aac406-a328-4f95-ba3f-33753149ebb1" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6856add6-def3-4fe7-af41-7198156b9812?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "ef6fd45bcf11adf2fd8447d45e4385ab", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 02:37:06 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6856add6-def3-4fe7-af41-7198156b9812?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ef6fd45bcf11adf2fd8447d45e4385ab", + "x-ms-correlation-request-id": "a532c7e4-27c8-4ad7-8e62-9a2f1c318e4d", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-request-id": "6d5e25fa-459f-45ff-b962-45799359d55b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T023706Z:a532c7e4-27c8-4ad7-8e62-9a2f1c318e4d" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6856add6-def3-4fe7-af41-7198156b9812?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "3d4ea18931597f57c4b142e280e4afef", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 02:37:07 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6856add6-def3-4fe7-af41-7198156b9812?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "3d4ea18931597f57c4b142e280e4afef", + "x-ms-correlation-request-id": "84d718a9-6ba0-4be5-bac4-505b1a9108a0", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-request-id": "45f81aee-2f40-4081-969c-4faf77c355fb", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T023708Z:84d718a9-6ba0-4be5-bac4-505b1a9108a0" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6856add6-def3-4fe7-af41-7198156b9812?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "832b4e7d5f9ffe17a4d2473a2508b094", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 02:37:08 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6856add6-def3-4fe7-af41-7198156b9812?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "832b4e7d5f9ffe17a4d2473a2508b094", + "x-ms-correlation-request-id": "80a8e8c7-4845-4180-8ff6-8c540f99eb46", + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-request-id": "8b349035-796d-4158-a63d-a558a00dd4c0", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T023709Z:80a8e8c7-4845-4180-8ff6-8c540f99eb46" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6856add6-def3-4fe7-af41-7198156b9812?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "d56a0927e4522a637cef2b5f8c0f2c19", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 02:37:10 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6856add6-def3-4fe7-af41-7198156b9812?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d56a0927e4522a637cef2b5f8c0f2c19", + "x-ms-correlation-request-id": "82f5406e-2477-4404-82bd-179dc99fe066", + "x-ms-ratelimit-remaining-subscription-reads": "11988", + "x-ms-request-id": "ebdec5c6-4db9-4d37-ab16-099fe053c2d8", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T023710Z:82f5406e-2477-4404-82bd-179dc99fe066" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6856add6-def3-4fe7-af41-7198156b9812?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "105758d502172a0b894f9986ea1d59bc", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 02:37:11 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6856add6-def3-4fe7-af41-7198156b9812?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "105758d502172a0b894f9986ea1d59bc", + "x-ms-correlation-request-id": "9345e1f7-f92f-40b9-ab92-565043c3431f", + "x-ms-ratelimit-remaining-subscription-reads": "11987", + "x-ms-request-id": "47744b8e-2627-4468-9b67-9e18481281aa", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T023712Z:9345e1f7-f92f-40b9-ab92-565043c3431f" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6856add6-def3-4fe7-af41-7198156b9812?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "77bbae01da79999ceb0106b033b77194", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 02:37:12 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6856add6-def3-4fe7-af41-7198156b9812?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "77bbae01da79999ceb0106b033b77194", + "x-ms-correlation-request-id": "80d6ced2-4c05-4069-80f5-0874a9c4c7b2", + "x-ms-ratelimit-remaining-subscription-reads": "11986", + "x-ms-request-id": "ef9d3dea-2928-4de9-9f20-4ab717873d78", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T023713Z:80d6ced2-4c05-4069-80f5-0874a9c4c7b2" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6856add6-def3-4fe7-af41-7198156b9812?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "cc652da59fb0247dfd3f4b024bdc3f5f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1346", + "Content-Type": "application/json", + "Date": "Wed, 17 Nov 2021 02:37:14 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "cc652da59fb0247dfd3f4b024bdc3f5f", + "x-ms-correlation-request-id": "4cbd1b8b-a84c-45fd-a94a-c7cd3af77645", + "x-ms-ratelimit-remaining-subscription-reads": "11985", + "x-ms-request-id": "993d6e76-e1fa-41c1-bcc6-42dac1793bf6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T023714Z:4cbd1b8b-a84c-45fd-a94a-c7cd3af77645" + }, + "ResponseBody": { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "Storage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-8012/providers/Microsoft.Storage/storageAccounts/teststoragemgmt6886", + "name": "teststoragemgmt6886", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-11-17T02:36:56.2106895Z", + "key2": "2021-11-17T02:36:56.2106895Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T02:36:56.2106895Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T02:36:56.2106895Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "provisioningState": "Succeeded", + "creationTime": "2021-11-17T02:36:56.1012682Z", + "primaryEndpoints": { + "blob": "https://teststoragemgmt6886.blob.core.windows.net/", + "queue": "https://teststoragemgmt6886.queue.core.windows.net/", + "table": "https://teststoragemgmt6886.table.core.windows.net/", + "file": "https://teststoragemgmt6886.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-8012/providers/Microsoft.Storage/storageAccounts/teststoragemgmt6886/ListServiceSas?api-version=2021-04-01", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "104", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "de5e6f95b454fa9fbbbe2515fb5bf7d1", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "canonicalizedResource": "/blob/teststoragemgmt6886/music", + "signedResource": "c", + "signedPermission": "rl" + }, + "StatusCode": 400, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "123", + "Content-Type": "application/json", + "Date": "Wed, 17 Nov 2021 02:37:14 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "de5e6f95b454fa9fbbbe2515fb5bf7d1", + "x-ms-correlation-request-id": "736e500c-e44a-42e9-8077-f1f3ec3c955c", + "x-ms-ratelimit-remaining-subscription-writes": "1199", + "x-ms-request-id": "db27f56d-f775-4f0d-9fae-94792885404b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T023715Z:736e500c-e44a-42e9-8077-f1f3ec3c955c" + }, + "ResponseBody": { + "error": { + "code": "InvalidValuesForRequestParameters", + "message": "Values for request parameters are invalid: signedExpiry." + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-8012/providers/Microsoft.Storage/storageAccounts?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "bce104de8cb7620b30967a398e9a4d0e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1358", + "Content-Type": "application/json", + "Date": "Wed, 17 Nov 2021 02:37:15 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "bce104de8cb7620b30967a398e9a4d0e", + "x-ms-correlation-request-id": "f1f30aaa-797e-4b2d-81d2-eab0214db018", + "x-ms-ratelimit-remaining-subscription-reads": "11984", + "x-ms-request-id": "e84d42d3-ff6e-4897-b947-d010fbc1d5d5", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T023715Z:f1f30aaa-797e-4b2d-81d2-eab0214db018" + }, + "ResponseBody": { + "value": [ + { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "Storage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-8012/providers/Microsoft.Storage/storageAccounts/teststoragemgmt6886", + "name": "teststoragemgmt6886", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-11-17T02:36:56.2106895Z", + "key2": "2021-11-17T02:36:56.2106895Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T02:36:56.2106895Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T02:36:56.2106895Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "provisioningState": "Succeeded", + "creationTime": "2021-11-17T02:36:56.1012682Z", + "primaryEndpoints": { + "blob": "https://teststoragemgmt6886.blob.core.windows.net/", + "queue": "https://teststoragemgmt6886.queue.core.windows.net/", + "table": "https://teststoragemgmt6886.table.core.windows.net/", + "file": "https://teststoragemgmt6886.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + } + ] + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-8012/providers/Microsoft.Storage/storageAccounts/teststoragemgmt6886?api-version=2021-04-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "c41aa6c29359f1408d6a11f17a6728a2", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 02:37:20 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c41aa6c29359f1408d6a11f17a6728a2", + "x-ms-correlation-request-id": "920a70b2-3297-4d8e-96f6-f8e4cadcf52e", + "x-ms-ratelimit-remaining-subscription-deletes": "14999", + "x-ms-request-id": "f7809dac-1349-4ac5-84b7-f70b115f8381", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T023721Z:920a70b2-3297-4d8e-96f6-f8e4cadcf52e" + }, + "ResponseBody": [] + } + ], + "Variables": { + "RandomSeed": "1955935352", + "RESOURCE_MANAGER_URL": null, + "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" + } +} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/ListServiceSASWithMissingPropertiesAsync.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/ListServiceSASWithMissingPropertiesAsync.json new file mode 100644 index 0000000000000..db12da3e1a036 --- /dev/null +++ b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/ListServiceSASWithMissingPropertiesAsync.json @@ -0,0 +1,798 @@ +{ + "Entries": [ + { + "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-a983bb54317e2d42abdcb62d3409d1af-c3d57b705fe3e943-00", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "9212a36afad2fe3b7a195b705352c3d8", + "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": "Wed, 17 Nov 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": "b4deb1ec-197c-476b-b1b3-441b33b2035e", + "x-ms-ratelimit-remaining-subscription-reads": "11981", + "x-ms-request-id": "b4deb1ec-197c-476b-b1b3-441b33b2035e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T023730Z:b4deb1ec-197c-476b-b1b3-441b33b2035e" + }, + "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.Storage/checkNameAvailability?api-version=2021-04-01", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "73", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "cf0537747e7f2984d6905ae1de5ed8b8", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "name": "teststoragemgmt6026", + "type": "Microsoft.Storage/storageAccounts" + }, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "22", + "Content-Type": "application/json", + "Date": "Wed, 17 Nov 2021 02:37:30 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "cf0537747e7f2984d6905ae1de5ed8b8", + "x-ms-correlation-request-id": "27dd4c9b-015c-49af-8d8e-a38631f277ea", + "x-ms-ratelimit-remaining-subscription-reads": "11980", + "x-ms-request-id": "05fbd3f5-0247-42c5-bfaf-ee8424b633ec", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T023731Z:27dd4c9b-015c-49af-8d8e-a38631f277ea" + }, + "ResponseBody": { + "nameAvailable": true + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/teststorageRG-8379?api-version=2019-10-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "44", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "837b0cca237b49d435eb5e82194b2e46", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "location": "eastus2", + "tags": { + "test": "env" + } + }, + "StatusCode": 201, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "256", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 17 Nov 2021 02:37:31 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "7baca62e-fb8c-43c6-ae60-5ed198e7b532", + "x-ms-ratelimit-remaining-subscription-writes": "1197", + "x-ms-request-id": "7baca62e-fb8c-43c6-ae60-5ed198e7b532", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T023732Z:7baca62e-fb8c-43c6-ae60-5ed198e7b532" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-8379", + "name": "teststorageRG-8379", + "type": "Microsoft.Resources/resourceGroups", + "location": "eastus2", + "tags": { + "test": "env" + }, + "properties": { + "provisioningState": "Succeeded" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-8379/providers/Microsoft.Storage/storageAccounts/teststoragemgmt6026?api-version=2021-04-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "126", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "f636d9f8ebe38d2569fb6ae01c9bba82", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "sku": { + "name": "Standard_GRS" + }, + "kind": "Storage", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": {} + }, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 02:37:35 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8616f0dc-dc8d-40c1-81e4-04cd0b56f56f?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f636d9f8ebe38d2569fb6ae01c9bba82", + "x-ms-correlation-request-id": "157f21f2-f7e1-427c-a396-8f9ba646db57", + "x-ms-ratelimit-remaining-subscription-writes": "1196", + "x-ms-request-id": "8616f0dc-dc8d-40c1-81e4-04cd0b56f56f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T023735Z:157f21f2-f7e1-427c-a396-8f9ba646db57" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8616f0dc-dc8d-40c1-81e4-04cd0b56f56f?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "84e69a2cc1a2dff4e6ed197fb9f42c9a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 02:37:35 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8616f0dc-dc8d-40c1-81e4-04cd0b56f56f?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "84e69a2cc1a2dff4e6ed197fb9f42c9a", + "x-ms-correlation-request-id": "45b872a6-3d3f-4c0b-a483-22d90ac4c49a", + "x-ms-ratelimit-remaining-subscription-reads": "11979", + "x-ms-request-id": "55c07ce5-1a08-4fcd-8874-7ae90165a2a8", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T023736Z:45b872a6-3d3f-4c0b-a483-22d90ac4c49a" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8616f0dc-dc8d-40c1-81e4-04cd0b56f56f?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "9dc9dc3076c3e5eae022c55ca29267c3", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 02:37:36 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8616f0dc-dc8d-40c1-81e4-04cd0b56f56f?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "9dc9dc3076c3e5eae022c55ca29267c3", + "x-ms-correlation-request-id": "e5a83e58-081e-4cad-b867-ebe5137bef93", + "x-ms-ratelimit-remaining-subscription-reads": "11978", + "x-ms-request-id": "c7174dbb-1df2-4d5d-92fa-1a093017fa63", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T023737Z:e5a83e58-081e-4cad-b867-ebe5137bef93" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8616f0dc-dc8d-40c1-81e4-04cd0b56f56f?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "81b4253e35b4f6e087a7d16ef9795a3c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 02:37:38 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8616f0dc-dc8d-40c1-81e4-04cd0b56f56f?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "81b4253e35b4f6e087a7d16ef9795a3c", + "x-ms-correlation-request-id": "4d6f2c9d-3290-4387-832d-9a4b149716b4", + "x-ms-ratelimit-remaining-subscription-reads": "11977", + "x-ms-request-id": "ec8d9e0f-8a7d-46a5-b7ae-e60f5dc41c71", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T023738Z:4d6f2c9d-3290-4387-832d-9a4b149716b4" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8616f0dc-dc8d-40c1-81e4-04cd0b56f56f?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "4961ae5a1fdcb580b001a480fb983d53", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 02:37:39 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8616f0dc-dc8d-40c1-81e4-04cd0b56f56f?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4961ae5a1fdcb580b001a480fb983d53", + "x-ms-correlation-request-id": "12918d7c-ad7b-4a20-b778-d295a97bb6e1", + "x-ms-ratelimit-remaining-subscription-reads": "11976", + "x-ms-request-id": "36c264ef-eefc-4d1e-bc76-29c466b8673e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T023740Z:12918d7c-ad7b-4a20-b778-d295a97bb6e1" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8616f0dc-dc8d-40c1-81e4-04cd0b56f56f?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "93415685aa3ffae6fcd3161ba57bec67", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 02:37:40 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8616f0dc-dc8d-40c1-81e4-04cd0b56f56f?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "93415685aa3ffae6fcd3161ba57bec67", + "x-ms-correlation-request-id": "e97965ec-c00d-4fd0-9938-ac44c9aa9724", + "x-ms-ratelimit-remaining-subscription-reads": "11975", + "x-ms-request-id": "4612f324-a503-4e6c-8e8f-b89803f767aa", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T023741Z:e97965ec-c00d-4fd0-9938-ac44c9aa9724" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8616f0dc-dc8d-40c1-81e4-04cd0b56f56f?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "f30289c71e311ee6a4fed0b39160faef", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 02:37:41 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8616f0dc-dc8d-40c1-81e4-04cd0b56f56f?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f30289c71e311ee6a4fed0b39160faef", + "x-ms-correlation-request-id": "20fcab5c-6ddf-48f3-b3f3-385511b78d14", + "x-ms-ratelimit-remaining-subscription-reads": "11974", + "x-ms-request-id": "813db562-10ce-40cb-b02b-8343cb990760", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T023742Z:20fcab5c-6ddf-48f3-b3f3-385511b78d14" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8616f0dc-dc8d-40c1-81e4-04cd0b56f56f?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "a2e97d6ac737affcc8664d0909641035", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 02:37:43 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8616f0dc-dc8d-40c1-81e4-04cd0b56f56f?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a2e97d6ac737affcc8664d0909641035", + "x-ms-correlation-request-id": "6a280e6f-acb0-4225-a9b3-d1f469b82f67", + "x-ms-ratelimit-remaining-subscription-reads": "11973", + "x-ms-request-id": "d2c33434-886a-4ae6-9b9b-dcd3789caf3d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T023744Z:6a280e6f-acb0-4225-a9b3-d1f469b82f67" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8616f0dc-dc8d-40c1-81e4-04cd0b56f56f?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "72b83d144a9667227022ee41da33699b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 02:37:44 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8616f0dc-dc8d-40c1-81e4-04cd0b56f56f?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "72b83d144a9667227022ee41da33699b", + "x-ms-correlation-request-id": "536ca8f3-b39e-4607-b1e8-2e9ace9ba258", + "x-ms-ratelimit-remaining-subscription-reads": "11972", + "x-ms-request-id": "f4d5dcf3-06e5-4fc8-b3fd-c7bb6c5f42ac", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T023745Z:536ca8f3-b39e-4607-b1e8-2e9ace9ba258" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8616f0dc-dc8d-40c1-81e4-04cd0b56f56f?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "27b127d84992ff2f8d522acad0dc153f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 02:37:45 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8616f0dc-dc8d-40c1-81e4-04cd0b56f56f?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "27b127d84992ff2f8d522acad0dc153f", + "x-ms-correlation-request-id": "d4bff876-5656-496b-a7d3-5613fe3f7a21", + "x-ms-ratelimit-remaining-subscription-reads": "11971", + "x-ms-request-id": "03dbc848-4807-4ba8-b8f0-261f7ad779f7", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T023746Z:d4bff876-5656-496b-a7d3-5613fe3f7a21" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8616f0dc-dc8d-40c1-81e4-04cd0b56f56f?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "549e9bee88a720595a813214d8bbd595", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 02:37:47 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8616f0dc-dc8d-40c1-81e4-04cd0b56f56f?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "549e9bee88a720595a813214d8bbd595", + "x-ms-correlation-request-id": "a758ccd4-6340-40c8-98e3-a5d31a1e7ef4", + "x-ms-ratelimit-remaining-subscription-reads": "11970", + "x-ms-request-id": "5e18dd56-6f96-42a8-93e6-b7ad21c0216b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T023748Z:a758ccd4-6340-40c8-98e3-a5d31a1e7ef4" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8616f0dc-dc8d-40c1-81e4-04cd0b56f56f?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "e231b1fde8b3caa30db8e4431f589693", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 02:37:48 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8616f0dc-dc8d-40c1-81e4-04cd0b56f56f?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e231b1fde8b3caa30db8e4431f589693", + "x-ms-correlation-request-id": "ab2e4673-9117-44ad-9eab-1da95dd23772", + "x-ms-ratelimit-remaining-subscription-reads": "11969", + "x-ms-request-id": "ca446e36-ab2b-4d8e-a4c1-a0d87554b5b8", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T023749Z:ab2e4673-9117-44ad-9eab-1da95dd23772" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8616f0dc-dc8d-40c1-81e4-04cd0b56f56f?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "3e52ae0d14944ff4cd90cc10171b27d2", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 02:37:49 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8616f0dc-dc8d-40c1-81e4-04cd0b56f56f?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "3e52ae0d14944ff4cd90cc10171b27d2", + "x-ms-correlation-request-id": "79f9e42b-08ff-4580-948d-47eb518df723", + "x-ms-ratelimit-remaining-subscription-reads": "11968", + "x-ms-request-id": "b3aff6d6-cff9-4421-8373-7f101c8f8dea", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T023750Z:79f9e42b-08ff-4580-948d-47eb518df723" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8616f0dc-dc8d-40c1-81e4-04cd0b56f56f?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "1fcc957d32aa068cf7d347eea3150102", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1346", + "Content-Type": "application/json", + "Date": "Wed, 17 Nov 2021 02:37:51 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1fcc957d32aa068cf7d347eea3150102", + "x-ms-correlation-request-id": "0d3d1ced-336f-4b04-a699-c48cfb47268b", + "x-ms-ratelimit-remaining-subscription-reads": "11967", + "x-ms-request-id": "a96bb88f-f732-4071-b852-618a9df29b64", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T023752Z:0d3d1ced-336f-4b04-a699-c48cfb47268b" + }, + "ResponseBody": { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "Storage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-8379/providers/Microsoft.Storage/storageAccounts/teststoragemgmt6026", + "name": "teststoragemgmt6026", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-11-17T02:37:34.4308043Z", + "key2": "2021-11-17T02:37:34.4308043Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T02:37:34.4308043Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T02:37:34.4308043Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "provisioningState": "Succeeded", + "creationTime": "2021-11-17T02:37:34.3214208Z", + "primaryEndpoints": { + "blob": "https://teststoragemgmt6026.blob.core.windows.net/", + "queue": "https://teststoragemgmt6026.queue.core.windows.net/", + "table": "https://teststoragemgmt6026.table.core.windows.net/", + "file": "https://teststoragemgmt6026.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-8379/providers/Microsoft.Storage/storageAccounts/teststoragemgmt6026/ListServiceSas?api-version=2021-04-01", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "104", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "29079fea9668e800bce214221b93b3f2", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "canonicalizedResource": "/blob/teststoragemgmt6026/music", + "signedResource": "c", + "signedPermission": "rl" + }, + "StatusCode": 400, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "123", + "Content-Type": "application/json", + "Date": "Wed, 17 Nov 2021 02:37:51 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "29079fea9668e800bce214221b93b3f2", + "x-ms-correlation-request-id": "35de2f3e-c62d-403e-80e7-92f71249d405", + "x-ms-ratelimit-remaining-subscription-writes": "1198", + "x-ms-request-id": "6602f632-9882-4863-8eae-2ff22dfe8417", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T023752Z:35de2f3e-c62d-403e-80e7-92f71249d405" + }, + "ResponseBody": { + "error": { + "code": "InvalidValuesForRequestParameters", + "message": "Values for request parameters are invalid: signedExpiry." + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-8379/providers/Microsoft.Storage/storageAccounts?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "89c61291778cdae8224b47c1cd06abb8", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1358", + "Content-Type": "application/json", + "Date": "Wed, 17 Nov 2021 02:37:52 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "89c61291778cdae8224b47c1cd06abb8", + "x-ms-correlation-request-id": "c0659130-6898-4122-b112-971bcc555db5", + "x-ms-ratelimit-remaining-subscription-reads": "11966", + "x-ms-request-id": "dacc06cb-7bd1-48ce-9008-f20d45abc15e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T023752Z:c0659130-6898-4122-b112-971bcc555db5" + }, + "ResponseBody": { + "value": [ + { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "Storage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-8379/providers/Microsoft.Storage/storageAccounts/teststoragemgmt6026", + "name": "teststoragemgmt6026", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-11-17T02:37:34.4308043Z", + "key2": "2021-11-17T02:37:34.4308043Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T02:37:34.4308043Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T02:37:34.4308043Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "provisioningState": "Succeeded", + "creationTime": "2021-11-17T02:37:34.3214208Z", + "primaryEndpoints": { + "blob": "https://teststoragemgmt6026.blob.core.windows.net/", + "queue": "https://teststoragemgmt6026.queue.core.windows.net/", + "table": "https://teststoragemgmt6026.table.core.windows.net/", + "file": "https://teststoragemgmt6026.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + } + ] + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-8379/providers/Microsoft.Storage/storageAccounts/teststoragemgmt6026?api-version=2021-04-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "7825ca8ffd13e66994e362c81e69eb64", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 02:37:58 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "7825ca8ffd13e66994e362c81e69eb64", + "x-ms-correlation-request-id": "395598ff-53b6-4e28-8409-1aae52ea5d91", + "x-ms-ratelimit-remaining-subscription-deletes": "14997", + "x-ms-request-id": "c0aadcab-ec2f-416f-939c-d1661a3935dd", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T023758Z:395598ff-53b6-4e28-8409-1aae52ea5d91" + }, + "ResponseBody": [] + } + ], + "Variables": { + "RandomSeed": "1716089384", + "RESOURCE_MANAGER_URL": null, + "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" + } +} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/ListSku.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/ListSku.json new file mode 100644 index 0000000000000..28b5116165b35 --- /dev/null +++ b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/ListSku.json @@ -0,0 +1,78491 @@ +{ + "Entries": [ + { + "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-3d7d80e7722ab04c9d63c5954c99329b-97d1c69a128c9147-00", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "dd09bf4f103219525b2bbd80c2504fe8", + "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": "Wed, 17 Nov 2021 11:50:44 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "99ca67d3-b44a-4d20-922a-782a05682b45", + "x-ms-ratelimit-remaining-subscription-reads": "11776", + "x-ms-request-id": "99ca67d3-b44a-4d20-922a-782a05682b45", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T115045Z:99ca67d3-b44a-4d20-922a-782a05682b45" + }, + "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.Storage/skus?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "c5afc5f7740966ea09402c6684f3db56", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "997443", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:50:45 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "dcb1abe6-2e1d-4ed5-abff-469e387d21ed", + "x-ms-ratelimit-remaining-subscription-reads": "11775", + "x-ms-request-id": "dcb1abe6-2e1d-4ed5-abff-469e387d21ed", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T115045Z:dcb1abe6-2e1d-4ed5-abff-469e387d21ed" + }, + "ResponseBody": { + "value": [ + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "BlockBlobStorage", + "locations": [ + "australiaeast" + ], + "locationInfo": [ + { + "location": "australiaeast", + "zones": [ + "1" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsSftp", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "BlockBlobStorage", + "locations": [ + "australiasoutheast" + ], + "locationInfo": [ + { + "location": "australiasoutheast", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "BlockBlobStorage", + "locations": [ + "brazilsouth" + ], + "locationInfo": [ + { + "location": "brazilsouth", + "zones": [ + "2" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "BlockBlobStorage", + "locations": [ + "canadacentral" + ], + "locationInfo": [ + { + "location": "canadacentral", + "zones": [ + "1" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsSftp", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "BlockBlobStorage", + "locations": [ + "canadaeast" + ], + "locationInfo": [ + { + "location": "canadaeast", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsSftp", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "BlockBlobStorage", + "locations": [ + "centralindia" + ], + "locationInfo": [ + { + "location": "centralindia", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "BlockBlobStorage", + "locations": [ + "centralus" + ], + "locationInfo": [ + { + "location": "centralus", + "zones": [ + "2", + "1" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "BlockBlobStorage", + "locations": [ + "centraluseuap" + ], + "locationInfo": [ + { + "location": "centraluseuap", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsSftp", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "BlockBlobStorage", + "locations": [ + "eastasia" + ], + "locationInfo": [ + { + "location": "eastasia", + "zones": [ + "2" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsSftp", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "BlockBlobStorage", + "locations": [ + "eastus" + ], + "locationInfo": [ + { + "location": "eastus", + "zones": [ + "2" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "BlockBlobStorage", + "locations": [ + "eastus2" + ], + "locationInfo": [ + { + "location": "eastus2", + "zones": [ + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsSftp", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "BlockBlobStorage", + "locations": [ + "eastus2(stage)" + ], + "locationInfo": [ + { + "location": "eastus2(stage)", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsObjectReplicationMetrics", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsSftp", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "BlockBlobStorage", + "locations": [ + "eastus2euap" + ], + "locationInfo": [ + { + "location": "eastus2euap", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsSftp", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "BlockBlobStorage", + "locations": [ + "francecentral" + ], + "locationInfo": [ + { + "location": "francecentral", + "zones": [ + "2" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsSftp", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "BlockBlobStorage", + "locations": [ + "germanywestcentral" + ], + "locationInfo": [ + { + "location": "germanywestcentral", + "zones": [ + "2" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsSftp", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "BlockBlobStorage", + "locations": [ + "japaneast" + ], + "locationInfo": [ + { + "location": "japaneast", + "zones": [ + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "BlockBlobStorage", + "locations": [ + "japanwest" + ], + "locationInfo": [ + { + "location": "japanwest", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "BlockBlobStorage", + "locations": [ + "koreacentral" + ], + "locationInfo": [ + { + "location": "koreacentral", + "zones": [ + "1" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "BlockBlobStorage", + "locations": [ + "koreasouth" + ], + "locationInfo": [ + { + "location": "koreasouth", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "BlockBlobStorage", + "locations": [ + "northcentralus" + ], + "locationInfo": [ + { + "location": "northcentralus", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsSftp", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "BlockBlobStorage", + "locations": [ + "northeurope" + ], + "locationInfo": [ + { + "location": "northeurope", + "zones": [ + "2", + "1" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsSftp", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "BlockBlobStorage", + "locations": [ + "norwayeast" + ], + "locationInfo": [ + { + "location": "norwayeast", + "zones": [ + "2" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "BlockBlobStorage", + "locations": [ + "southafricanorth" + ], + "locationInfo": [ + { + "location": "southafricanorth", + "zones": [ + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "BlockBlobStorage", + "locations": [ + "southcentralus" + ], + "locationInfo": [ + { + "location": "southcentralus", + "zones": [ + "2", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "BlockBlobStorage", + "locations": [ + "southeastasia" + ], + "locationInfo": [ + { + "location": "southeastasia", + "zones": [ + "1" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "BlockBlobStorage", + "locations": [ + "southindia" + ], + "locationInfo": [ + { + "location": "southindia", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "BlockBlobStorage", + "locations": [ + "swedencentral" + ], + "locationInfo": [ + { + "location": "swedencentral", + "zones": [ + "2" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "BlockBlobStorage", + "locations": [ + "switzerlandnorth" + ], + "locationInfo": [ + { + "location": "switzerlandnorth", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsSftp", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "BlockBlobStorage", + "locations": [ + "switzerlandwest" + ], + "locationInfo": [ + { + "location": "switzerlandwest", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "BlockBlobStorage", + "locations": [ + "uaenorth" + ], + "locationInfo": [ + { + "location": "uaenorth", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "BlockBlobStorage", + "locations": [ + "uksouth" + ], + "locationInfo": [ + { + "location": "uksouth", + "zones": [ + "2", + "1" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "BlockBlobStorage", + "locations": [ + "ukwest" + ], + "locationInfo": [ + { + "location": "ukwest", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "BlockBlobStorage", + "locations": [ + "westcentralus" + ], + "locationInfo": [ + { + "location": "westcentralus", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "BlockBlobStorage", + "locations": [ + "westeurope" + ], + "locationInfo": [ + { + "location": "westeurope", + "zones": [ + "2", + "1" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "BlockBlobStorage", + "locations": [ + "westindia" + ], + "locationInfo": [ + { + "location": "westindia", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "BlockBlobStorage", + "locations": [ + "westus" + ], + "locationInfo": [ + { + "location": "westus", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "BlockBlobStorage", + "locations": [ + "westus2" + ], + "locationInfo": [ + { + "location": "westus2", + "zones": [ + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "BlockBlobStorage", + "locations": [ + "westus3" + ], + "locationInfo": [ + { + "location": "westus3", + "zones": [ + "2" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "FileStorage", + "locations": [ + "australiaeast" + ], + "locationInfo": [ + { + "location": "australiaeast", + "zones": [ + "1" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsShare", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "FileStorage", + "locations": [ + "australiasoutheast" + ], + "locationInfo": [ + { + "location": "australiasoutheast", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsShare", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "FileStorage", + "locations": [ + "brazilsouth" + ], + "locationInfo": [ + { + "location": "brazilsouth", + "zones": [ + "2" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsShare", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "FileStorage", + "locations": [ + "canadacentral" + ], + "locationInfo": [ + { + "location": "canadacentral", + "zones": [ + "1" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsShare", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "FileStorage", + "locations": [ + "canadaeast" + ], + "locationInfo": [ + { + "location": "canadaeast", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsShare", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "FileStorage", + "locations": [ + "centralindia" + ], + "locationInfo": [ + { + "location": "centralindia", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsShare", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "FileStorage", + "locations": [ + "centralus" + ], + "locationInfo": [ + { + "location": "centralus", + "zones": [ + "2", + "1" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfilestorage", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsShare", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "FileStorage", + "locations": [ + "centraluseuap" + ], + "locationInfo": [ + { + "location": "centraluseuap", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsShare", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "FileStorage", + "locations": [ + "eastasia" + ], + "locationInfo": [ + { + "location": "eastasia", + "zones": [ + "2" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsShare", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "FileStorage", + "locations": [ + "eastus" + ], + "locationInfo": [ + { + "location": "eastus", + "zones": [ + "2" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfilestorage", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsShare", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "FileStorage", + "locations": [ + "eastus2" + ], + "locationInfo": [ + { + "location": "eastus2", + "zones": [ + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfilestorage", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsShare", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "FileStorage", + "locations": [ + "eastus2(stage)" + ], + "locationInfo": [ + { + "location": "eastus2(stage)", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsShare", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "FileStorage", + "locations": [ + "eastus2euap" + ], + "locationInfo": [ + { + "location": "eastus2euap", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsShare", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "FileStorage", + "locations": [ + "francecentral" + ], + "locationInfo": [ + { + "location": "francecentral", + "zones": [ + "2" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsShare", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "FileStorage", + "locations": [ + "germanywestcentral" + ], + "locationInfo": [ + { + "location": "germanywestcentral", + "zones": [ + "2" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsShare", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "FileStorage", + "locations": [ + "japaneast" + ], + "locationInfo": [ + { + "location": "japaneast", + "zones": [ + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsShare", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "FileStorage", + "locations": [ + "japanwest" + ], + "locationInfo": [ + { + "location": "japanwest", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsShare", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "FileStorage", + "locations": [ + "koreacentral" + ], + "locationInfo": [ + { + "location": "koreacentral", + "zones": [ + "1" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsShare", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "FileStorage", + "locations": [ + "koreasouth" + ], + "locationInfo": [ + { + "location": "koreasouth", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsShare", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "FileStorage", + "locations": [ + "northcentralus" + ], + "locationInfo": [ + { + "location": "northcentralus", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsShare", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "FileStorage", + "locations": [ + "northeurope" + ], + "locationInfo": [ + { + "location": "northeurope", + "zones": [ + "2", + "1" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfilestorage", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsShare", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "FileStorage", + "locations": [ + "norwayeast" + ], + "locationInfo": [ + { + "location": "norwayeast", + "zones": [ + "2" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsShare", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "FileStorage", + "locations": [ + "qatarcentral" + ], + "locationInfo": [ + { + "location": "qatarcentral", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsShare", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "FileStorage", + "locations": [ + "southafricanorth" + ], + "locationInfo": [ + { + "location": "southafricanorth", + "zones": [ + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsShare", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "FileStorage", + "locations": [ + "southcentralus" + ], + "locationInfo": [ + { + "location": "southcentralus", + "zones": [ + "2", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsShare", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "FileStorage", + "locations": [ + "southeastasia" + ], + "locationInfo": [ + { + "location": "southeastasia", + "zones": [ + "1" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsShare", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "FileStorage", + "locations": [ + "southindia" + ], + "locationInfo": [ + { + "location": "southindia", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsShare", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "FileStorage", + "locations": [ + "swedencentral" + ], + "locationInfo": [ + { + "location": "swedencentral", + "zones": [ + "2" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsShare", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "FileStorage", + "locations": [ + "switzerlandnorth" + ], + "locationInfo": [ + { + "location": "switzerlandnorth", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsShare", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "FileStorage", + "locations": [ + "switzerlandwest" + ], + "locationInfo": [ + { + "location": "switzerlandwest", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsShare", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "FileStorage", + "locations": [ + "uaenorth" + ], + "locationInfo": [ + { + "location": "uaenorth", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsShare", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "FileStorage", + "locations": [ + "uksouth" + ], + "locationInfo": [ + { + "location": "uksouth", + "zones": [ + "2", + "1" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsShare", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "FileStorage", + "locations": [ + "ukwest" + ], + "locationInfo": [ + { + "location": "ukwest", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsShare", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "FileStorage", + "locations": [ + "westcentralus" + ], + "locationInfo": [ + { + "location": "westcentralus", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsShare", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "FileStorage", + "locations": [ + "westeurope" + ], + "locationInfo": [ + { + "location": "westeurope", + "zones": [ + "2", + "1" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfilestorage", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsShare", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "FileStorage", + "locations": [ + "westindia" + ], + "locationInfo": [ + { + "location": "westindia", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsShare", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "FileStorage", + "locations": [ + "westus" + ], + "locationInfo": [ + { + "location": "westus", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfilestorage", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsShare", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "FileStorage", + "locations": [ + "westus2" + ], + "locationInfo": [ + { + "location": "westus2", + "zones": [ + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsShare", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "FileStorage", + "locations": [ + "westus3" + ], + "locationInfo": [ + { + "location": "westus3", + "zones": [ + "2" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsShare", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "Storage", + "locations": [ + "australiacentral" + ], + "locationInfo": [ + { + "location": "australiacentral", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "Storage", + "locations": [ + "australiacentral2" + ], + "locationInfo": [ + { + "location": "australiacentral2", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "Storage", + "locations": [ + "australiaeast" + ], + "locationInfo": [ + { + "location": "australiaeast", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "Storage", + "locations": [ + "australiasoutheast" + ], + "locationInfo": [ + { + "location": "australiasoutheast", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "Storage", + "locations": [ + "brazilsouth" + ], + "locationInfo": [ + { + "location": "brazilsouth", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "Storage", + "locations": [ + "brazilsoutheast" + ], + "locationInfo": [ + { + "location": "brazilsoutheast", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "Storage", + "locations": [ + "canadacentral" + ], + "locationInfo": [ + { + "location": "canadacentral", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "Storage", + "locations": [ + "canadaeast" + ], + "locationInfo": [ + { + "location": "canadaeast", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "Storage", + "locations": [ + "centralindia" + ], + "locationInfo": [ + { + "location": "centralindia", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "Storage", + "locations": [ + "centralus" + ], + "locationInfo": [ + { + "location": "centralus", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshoeboxcapacitymetrics", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "Storage", + "locations": [ + "centraluseuap" + ], + "locationInfo": [ + { + "location": "centraluseuap", + "zones": [ + "1" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "Storage", + "locations": [ + "eastasia" + ], + "locationInfo": [ + { + "location": "eastasia", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "Storage", + "locations": [ + "eastus" + ], + "locationInfo": [ + { + "location": "eastus", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshoeboxcapacitymetrics", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "Storage", + "locations": [ + "eastus2" + ], + "locationInfo": [ + { + "location": "eastus2", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshoeboxcapacitymetrics", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "Storage", + "locations": [ + "eastus2(stage)" + ], + "locationInfo": [ + { + "location": "eastus2(stage)", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "Storage", + "locations": [ + "eastus2euap" + ], + "locationInfo": [ + { + "location": "eastus2euap", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "Storage", + "locations": [ + "eastusslv" + ], + "locationInfo": [ + { + "location": "eastusslv", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "Storage", + "locations": [ + "eastusstg" + ], + "locationInfo": [ + { + "location": "eastusstg", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "Storage", + "locations": [ + "francecentral" + ], + "locationInfo": [ + { + "location": "francecentral", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "Storage", + "locations": [ + "francesouth" + ], + "locationInfo": [ + { + "location": "francesouth", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "Storage", + "locations": [ + "germanynorth" + ], + "locationInfo": [ + { + "location": "germanynorth", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "Storage", + "locations": [ + "germanywestcentral" + ], + "locationInfo": [ + { + "location": "germanywestcentral", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "Storage", + "locations": [ + "japaneast" + ], + "locationInfo": [ + { + "location": "japaneast", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "Storage", + "locations": [ + "japanwest" + ], + "locationInfo": [ + { + "location": "japanwest", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "Storage", + "locations": [ + "jioindiacentral" + ], + "locationInfo": [ + { + "location": "jioindiacentral", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "Storage", + "locations": [ + "jioindiawest" + ], + "locationInfo": [ + { + "location": "jioindiawest", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "Storage", + "locations": [ + "koreacentral" + ], + "locationInfo": [ + { + "location": "koreacentral", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "Storage", + "locations": [ + "koreasouth" + ], + "locationInfo": [ + { + "location": "koreasouth", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "Storage", + "locations": [ + "northcentralus" + ], + "locationInfo": [ + { + "location": "northcentralus", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshoeboxcapacitymetrics", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "Storage", + "locations": [ + "northeurope" + ], + "locationInfo": [ + { + "location": "northeurope", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "Storage", + "locations": [ + "norwayeast" + ], + "locationInfo": [ + { + "location": "norwayeast", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "Storage", + "locations": [ + "norwaywest" + ], + "locationInfo": [ + { + "location": "norwaywest", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "Storage", + "locations": [ + "qatarcentral" + ], + "locationInfo": [ + { + "location": "qatarcentral", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "Storage", + "locations": [ + "southafricanorth" + ], + "locationInfo": [ + { + "location": "southafricanorth", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "Storage", + "locations": [ + "southafricawest" + ], + "locationInfo": [ + { + "location": "southafricawest", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "Storage", + "locations": [ + "southcentralus" + ], + "locationInfo": [ + { + "location": "southcentralus", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshoeboxcapacitymetrics", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "Storage", + "locations": [ + "southcentralusstg" + ], + "locationInfo": [ + { + "location": "southcentralusstg", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "Storage", + "locations": [ + "southeastasia" + ], + "locationInfo": [ + { + "location": "southeastasia", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "Storage", + "locations": [ + "southindia" + ], + "locationInfo": [ + { + "location": "southindia", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "Storage", + "locations": [ + "swedencentral" + ], + "locationInfo": [ + { + "location": "swedencentral", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "Storage", + "locations": [ + "swedensouth" + ], + "locationInfo": [ + { + "location": "swedensouth", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "Storage", + "locations": [ + "switzerlandnorth" + ], + "locationInfo": [ + { + "location": "switzerlandnorth", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "Storage", + "locations": [ + "switzerlandwest" + ], + "locationInfo": [ + { + "location": "switzerlandwest", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "Storage", + "locations": [ + "uaecentral" + ], + "locationInfo": [ + { + "location": "uaecentral", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "Storage", + "locations": [ + "uaenorth" + ], + "locationInfo": [ + { + "location": "uaenorth", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "Storage", + "locations": [ + "uksouth" + ], + "locationInfo": [ + { + "location": "uksouth", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "Storage", + "locations": [ + "ukwest" + ], + "locationInfo": [ + { + "location": "ukwest", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "Storage", + "locations": [ + "westcentralus" + ], + "locationInfo": [ + { + "location": "westcentralus", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshoeboxcapacitymetrics", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "Storage", + "locations": [ + "westeurope" + ], + "locationInfo": [ + { + "location": "westeurope", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "Storage", + "locations": [ + "westindia" + ], + "locationInfo": [ + { + "location": "westindia", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "Storage", + "locations": [ + "westus" + ], + "locationInfo": [ + { + "location": "westus", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshoeboxcapacitymetrics", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "Storage", + "locations": [ + "westus2" + ], + "locationInfo": [ + { + "location": "westus2", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshoeboxcapacitymetrics", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "Storage", + "locations": [ + "westus3" + ], + "locationInfo": [ + { + "location": "westus3", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "StorageV2", + "locations": [ + "australiacentral" + ], + "locationInfo": [ + { + "location": "australiacentral", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "StorageV2", + "locations": [ + "australiacentral2" + ], + "locationInfo": [ + { + "location": "australiacentral2", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "StorageV2", + "locations": [ + "australiaeast" + ], + "locationInfo": [ + { + "location": "australiaeast", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "StorageV2", + "locations": [ + "australiasoutheast" + ], + "locationInfo": [ + { + "location": "australiasoutheast", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "StorageV2", + "locations": [ + "brazilsouth" + ], + "locationInfo": [ + { + "location": "brazilsouth", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "StorageV2", + "locations": [ + "brazilsoutheast" + ], + "locationInfo": [ + { + "location": "brazilsoutheast", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "StorageV2", + "locations": [ + "canadacentral" + ], + "locationInfo": [ + { + "location": "canadacentral", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "StorageV2", + "locations": [ + "canadaeast" + ], + "locationInfo": [ + { + "location": "canadaeast", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "StorageV2", + "locations": [ + "centralindia" + ], + "locationInfo": [ + { + "location": "centralindia", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "StorageV2", + "locations": [ + "centralus" + ], + "locationInfo": [ + { + "location": "centralus", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshoeboxcapacitymetrics", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "StorageV2", + "locations": [ + "centraluseuap" + ], + "locationInfo": [ + { + "location": "centraluseuap", + "zones": [ + "1" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsObjectReplicationMetrics", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "StorageV2", + "locations": [ + "eastasia" + ], + "locationInfo": [ + { + "location": "eastasia", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "StorageV2", + "locations": [ + "eastus" + ], + "locationInfo": [ + { + "location": "eastus", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshoeboxcapacitymetrics", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "StorageV2", + "locations": [ + "eastus2" + ], + "locationInfo": [ + { + "location": "eastus2", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshoeboxcapacitymetrics", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "StorageV2", + "locations": [ + "eastus2(stage)" + ], + "locationInfo": [ + { + "location": "eastus2(stage)", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsObjectReplicationMetrics", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "StorageV2", + "locations": [ + "eastus2euap" + ], + "locationInfo": [ + { + "location": "eastus2euap", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsObjectReplicationMetrics", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "StorageV2", + "locations": [ + "eastusslv" + ], + "locationInfo": [ + { + "location": "eastusslv", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "StorageV2", + "locations": [ + "eastusstg" + ], + "locationInfo": [ + { + "location": "eastusstg", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "StorageV2", + "locations": [ + "francecentral" + ], + "locationInfo": [ + { + "location": "francecentral", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "StorageV2", + "locations": [ + "francesouth" + ], + "locationInfo": [ + { + "location": "francesouth", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "StorageV2", + "locations": [ + "germanynorth" + ], + "locationInfo": [ + { + "location": "germanynorth", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "StorageV2", + "locations": [ + "germanywestcentral" + ], + "locationInfo": [ + { + "location": "germanywestcentral", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "StorageV2", + "locations": [ + "japaneast" + ], + "locationInfo": [ + { + "location": "japaneast", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "StorageV2", + "locations": [ + "japanwest" + ], + "locationInfo": [ + { + "location": "japanwest", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "StorageV2", + "locations": [ + "jioindiacentral" + ], + "locationInfo": [ + { + "location": "jioindiacentral", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "StorageV2", + "locations": [ + "jioindiawest" + ], + "locationInfo": [ + { + "location": "jioindiawest", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "StorageV2", + "locations": [ + "koreacentral" + ], + "locationInfo": [ + { + "location": "koreacentral", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "StorageV2", + "locations": [ + "koreasouth" + ], + "locationInfo": [ + { + "location": "koreasouth", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "StorageV2", + "locations": [ + "northcentralus" + ], + "locationInfo": [ + { + "location": "northcentralus", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshoeboxcapacitymetrics", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "StorageV2", + "locations": [ + "northeurope" + ], + "locationInfo": [ + { + "location": "northeurope", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "StorageV2", + "locations": [ + "norwayeast" + ], + "locationInfo": [ + { + "location": "norwayeast", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "StorageV2", + "locations": [ + "norwaywest" + ], + "locationInfo": [ + { + "location": "norwaywest", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "StorageV2", + "locations": [ + "qatarcentral" + ], + "locationInfo": [ + { + "location": "qatarcentral", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "StorageV2", + "locations": [ + "southafricanorth" + ], + "locationInfo": [ + { + "location": "southafricanorth", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "StorageV2", + "locations": [ + "southafricawest" + ], + "locationInfo": [ + { + "location": "southafricawest", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "StorageV2", + "locations": [ + "southcentralus" + ], + "locationInfo": [ + { + "location": "southcentralus", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshoeboxcapacitymetrics", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "StorageV2", + "locations": [ + "southcentralusstg" + ], + "locationInfo": [ + { + "location": "southcentralusstg", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "StorageV2", + "locations": [ + "southeastasia" + ], + "locationInfo": [ + { + "location": "southeastasia", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "StorageV2", + "locations": [ + "southindia" + ], + "locationInfo": [ + { + "location": "southindia", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "StorageV2", + "locations": [ + "swedencentral" + ], + "locationInfo": [ + { + "location": "swedencentral", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "StorageV2", + "locations": [ + "swedensouth" + ], + "locationInfo": [ + { + "location": "swedensouth", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "StorageV2", + "locations": [ + "switzerlandnorth" + ], + "locationInfo": [ + { + "location": "switzerlandnorth", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "StorageV2", + "locations": [ + "switzerlandwest" + ], + "locationInfo": [ + { + "location": "switzerlandwest", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "StorageV2", + "locations": [ + "uaecentral" + ], + "locationInfo": [ + { + "location": "uaecentral", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "StorageV2", + "locations": [ + "uaenorth" + ], + "locationInfo": [ + { + "location": "uaenorth", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "StorageV2", + "locations": [ + "uksouth" + ], + "locationInfo": [ + { + "location": "uksouth", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "StorageV2", + "locations": [ + "ukwest" + ], + "locationInfo": [ + { + "location": "ukwest", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "StorageV2", + "locations": [ + "westcentralus" + ], + "locationInfo": [ + { + "location": "westcentralus", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshoeboxcapacitymetrics", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "StorageV2", + "locations": [ + "westeurope" + ], + "locationInfo": [ + { + "location": "westeurope", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "StorageV2", + "locations": [ + "westindia" + ], + "locationInfo": [ + { + "location": "westindia", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "StorageV2", + "locations": [ + "westus" + ], + "locationInfo": [ + { + "location": "westus", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshoeboxcapacitymetrics", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "StorageV2", + "locations": [ + "westus2" + ], + "locationInfo": [ + { + "location": "westus2", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshoeboxcapacitymetrics", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "StorageV2", + "locations": [ + "westus3" + ], + "locationInfo": [ + { + "location": "westus3", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_ZRS", + "tier": "Premium", + "kind": "BlockBlobStorage", + "locations": [ + "australiaeast" + ], + "locationInfo": [ + { + "location": "australiaeast", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsSftp", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_ZRS", + "tier": "Premium", + "kind": "BlockBlobStorage", + "locations": [ + "brazilsouth" + ], + "locationInfo": [ + { + "location": "brazilsouth", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_ZRS", + "tier": "Premium", + "kind": "BlockBlobStorage", + "locations": [ + "eastus" + ], + "locationInfo": [ + { + "location": "eastus", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_ZRS", + "tier": "Premium", + "kind": "BlockBlobStorage", + "locations": [ + "eastus2" + ], + "locationInfo": [ + { + "location": "eastus2", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsSftp", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_ZRS", + "tier": "Premium", + "kind": "BlockBlobStorage", + "locations": [ + "eastus2euap" + ], + "locationInfo": [ + { + "location": "eastus2euap", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsSftp", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_ZRS", + "tier": "Premium", + "kind": "BlockBlobStorage", + "locations": [ + "francecentral" + ], + "locationInfo": [ + { + "location": "francecentral", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsSftp", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_ZRS", + "tier": "Premium", + "kind": "BlockBlobStorage", + "locations": [ + "japaneast" + ], + "locationInfo": [ + { + "location": "japaneast", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_ZRS", + "tier": "Premium", + "kind": "BlockBlobStorage", + "locations": [ + "northeurope" + ], + "locationInfo": [ + { + "location": "northeurope", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsSftp", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_ZRS", + "tier": "Premium", + "kind": "BlockBlobStorage", + "locations": [ + "southeastasia" + ], + "locationInfo": [ + { + "location": "southeastasia", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_ZRS", + "tier": "Premium", + "kind": "BlockBlobStorage", + "locations": [ + "uksouth" + ], + "locationInfo": [ + { + "location": "uksouth", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_ZRS", + "tier": "Premium", + "kind": "BlockBlobStorage", + "locations": [ + "westeurope" + ], + "locationInfo": [ + { + "location": "westeurope", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_ZRS", + "tier": "Premium", + "kind": "BlockBlobStorage", + "locations": [ + "westus2" + ], + "locationInfo": [ + { + "location": "westus2", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_ZRS", + "tier": "Premium", + "kind": "FileStorage", + "locations": [ + "australiaeast" + ], + "locationInfo": [ + { + "location": "australiaeast", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsShare", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_ZRS", + "tier": "Premium", + "kind": "FileStorage", + "locations": [ + "brazilsouth" + ], + "locationInfo": [ + { + "location": "brazilsouth", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsShare", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_ZRS", + "tier": "Premium", + "kind": "FileStorage", + "locations": [ + "eastus" + ], + "locationInfo": [ + { + "location": "eastus", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsShare", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_ZRS", + "tier": "Premium", + "kind": "FileStorage", + "locations": [ + "eastus2" + ], + "locationInfo": [ + { + "location": "eastus2", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsShare", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_ZRS", + "tier": "Premium", + "kind": "FileStorage", + "locations": [ + "eastus2euap" + ], + "locationInfo": [ + { + "location": "eastus2euap", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsShare", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_ZRS", + "tier": "Premium", + "kind": "FileStorage", + "locations": [ + "francecentral" + ], + "locationInfo": [ + { + "location": "francecentral", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsShare", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_ZRS", + "tier": "Premium", + "kind": "FileStorage", + "locations": [ + "japaneast" + ], + "locationInfo": [ + { + "location": "japaneast", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsShare", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_ZRS", + "tier": "Premium", + "kind": "FileStorage", + "locations": [ + "northeurope" + ], + "locationInfo": [ + { + "location": "northeurope", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsShare", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_ZRS", + "tier": "Premium", + "kind": "FileStorage", + "locations": [ + "southeastasia" + ], + "locationInfo": [ + { + "location": "southeastasia", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsShare", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_ZRS", + "tier": "Premium", + "kind": "FileStorage", + "locations": [ + "uksouth" + ], + "locationInfo": [ + { + "location": "uksouth", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsShare", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_ZRS", + "tier": "Premium", + "kind": "FileStorage", + "locations": [ + "westeurope" + ], + "locationInfo": [ + { + "location": "westeurope", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsShare", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_ZRS", + "tier": "Premium", + "kind": "FileStorage", + "locations": [ + "westus2" + ], + "locationInfo": [ + { + "location": "westus2", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsShare", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_ZRS", + "tier": "Premium", + "kind": "StorageV2", + "locations": [ + "eastus2euap" + ], + "locationInfo": [ + { + "location": "eastus2euap", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsObjectReplicationMetrics", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GRS", + "tier": "Standard", + "kind": "BlobStorage", + "locations": [ + "australiacentral" + ], + "locationInfo": [ + { + "location": "australiacentral", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GRS", + "tier": "Standard", + "kind": "BlobStorage", + "locations": [ + "australiacentral2" + ], + "locationInfo": [ + { + "location": "australiacentral2", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GRS", + "tier": "Standard", + "kind": "BlobStorage", + "locations": [ + "australiaeast" + ], + "locationInfo": [ + { + "location": "australiaeast", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GRS", + "tier": "Standard", + "kind": "BlobStorage", + "locations": [ + "australiasoutheast" + ], + "locationInfo": [ + { + "location": "australiasoutheast", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GRS", + "tier": "Standard", + "kind": "BlobStorage", + "locations": [ + "brazilsouth" + ], + "locationInfo": [ + { + "location": "brazilsouth", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GRS", + "tier": "Standard", + "kind": "BlobStorage", + "locations": [ + "brazilsoutheast" + ], + "locationInfo": [ + { + "location": "brazilsoutheast", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GRS", + "tier": "Standard", + "kind": "BlobStorage", + "locations": [ + "canadacentral" + ], + "locationInfo": [ + { + "location": "canadacentral", + "zones": [ + "2", + "1" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GRS", + "tier": "Standard", + "kind": "BlobStorage", + "locations": [ + "canadaeast" + ], + "locationInfo": [ + { + "location": "canadaeast", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GRS", + "tier": "Standard", + "kind": "BlobStorage", + "locations": [ + "centralindia" + ], + "locationInfo": [ + { + "location": "centralindia", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GRS", + "tier": "Standard", + "kind": "BlobStorage", + "locations": [ + "centralus" + ], + "locationInfo": [ + { + "location": "centralus", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportshoeboxcapacitymetrics", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GRS", + "tier": "Standard", + "kind": "BlobStorage", + "locations": [ + "centraluseuap" + ], + "locationInfo": [ + { + "location": "centraluseuap", + "zones": [ + "1" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GRS", + "tier": "Standard", + "kind": "BlobStorage", + "locations": [ + "eastasia" + ], + "locationInfo": [ + { + "location": "eastasia", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GRS", + "tier": "Standard", + "kind": "BlobStorage", + "locations": [ + "eastus" + ], + "locationInfo": [ + { + "location": "eastus", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportshoeboxcapacitymetrics", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GRS", + "tier": "Standard", + "kind": "BlobStorage", + "locations": [ + "eastus2" + ], + "locationInfo": [ + { + "location": "eastus2", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportshoeboxcapacitymetrics", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GRS", + "tier": "Standard", + "kind": "BlobStorage", + "locations": [ + "eastus2(stage)" + ], + "locationInfo": [ + { + "location": "eastus2(stage)", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GRS", + "tier": "Standard", + "kind": "BlobStorage", + "locations": [ + "eastus2euap" + ], + "locationInfo": [ + { + "location": "eastus2euap", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GRS", + "tier": "Standard", + "kind": "BlobStorage", + "locations": [ + "eastusslv" + ], + "locationInfo": [ + { + "location": "eastusslv", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GRS", + "tier": "Standard", + "kind": "BlobStorage", + "locations": [ + "eastusstg" + ], + "locationInfo": [ + { + "location": "eastusstg", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GRS", + "tier": "Standard", + "kind": "BlobStorage", + "locations": [ + "francecentral" + ], + "locationInfo": [ + { + "location": "francecentral", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GRS", + "tier": "Standard", + "kind": "BlobStorage", + "locations": [ + "francesouth" + ], + "locationInfo": [ + { + "location": "francesouth", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GRS", + "tier": "Standard", + "kind": "BlobStorage", + "locations": [ + "germanynorth" + ], + "locationInfo": [ + { + "location": "germanynorth", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GRS", + "tier": "Standard", + "kind": "BlobStorage", + "locations": [ + "germanywestcentral" + ], + "locationInfo": [ + { + "location": "germanywestcentral", + "zones": [ + "2" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GRS", + "tier": "Standard", + "kind": "BlobStorage", + "locations": [ + "japaneast" + ], + "locationInfo": [ + { + "location": "japaneast", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GRS", + "tier": "Standard", + "kind": "BlobStorage", + "locations": [ + "japanwest" + ], + "locationInfo": [ + { + "location": "japanwest", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GRS", + "tier": "Standard", + "kind": "BlobStorage", + "locations": [ + "jioindiacentral" + ], + "locationInfo": [ + { + "location": "jioindiacentral", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GRS", + "tier": "Standard", + "kind": "BlobStorage", + "locations": [ + "jioindiawest" + ], + "locationInfo": [ + { + "location": "jioindiawest", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GRS", + "tier": "Standard", + "kind": "BlobStorage", + "locations": [ + "koreacentral" + ], + "locationInfo": [ + { + "location": "koreacentral", + "zones": [ + "2", + "1" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GRS", + "tier": "Standard", + "kind": "BlobStorage", + "locations": [ + "koreasouth" + ], + "locationInfo": [ + { + "location": "koreasouth", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GRS", + "tier": "Standard", + "kind": "BlobStorage", + "locations": [ + "northcentralus" + ], + "locationInfo": [ + { + "location": "northcentralus", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportshoeboxcapacitymetrics", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GRS", + "tier": "Standard", + "kind": "BlobStorage", + "locations": [ + "northeurope" + ], + "locationInfo": [ + { + "location": "northeurope", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GRS", + "tier": "Standard", + "kind": "BlobStorage", + "locations": [ + "norwayeast" + ], + "locationInfo": [ + { + "location": "norwayeast", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GRS", + "tier": "Standard", + "kind": "BlobStorage", + "locations": [ + "norwaywest" + ], + "locationInfo": [ + { + "location": "norwaywest", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GRS", + "tier": "Standard", + "kind": "BlobStorage", + "locations": [ + "southafricanorth" + ], + "locationInfo": [ + { + "location": "southafricanorth", + "zones": [ + "2", + "1" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GRS", + "tier": "Standard", + "kind": "BlobStorage", + "locations": [ + "southafricawest" + ], + "locationInfo": [ + { + "location": "southafricawest", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GRS", + "tier": "Standard", + "kind": "BlobStorage", + "locations": [ + "southcentralus" + ], + "locationInfo": [ + { + "location": "southcentralus", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportshoeboxcapacitymetrics", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GRS", + "tier": "Standard", + "kind": "BlobStorage", + "locations": [ + "southcentralusstg" + ], + "locationInfo": [ + { + "location": "southcentralusstg", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GRS", + "tier": "Standard", + "kind": "BlobStorage", + "locations": [ + "southeastasia" + ], + "locationInfo": [ + { + "location": "southeastasia", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GRS", + "tier": "Standard", + "kind": "BlobStorage", + "locations": [ + "southindia" + ], + "locationInfo": [ + { + "location": "southindia", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GRS", + "tier": "Standard", + "kind": "BlobStorage", + "locations": [ + "swedencentral" + ], + "locationInfo": [ + { + "location": "swedencentral", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GRS", + "tier": "Standard", + "kind": "BlobStorage", + "locations": [ + "swedensouth" + ], + "locationInfo": [ + { + "location": "swedensouth", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GRS", + "tier": "Standard", + "kind": "BlobStorage", + "locations": [ + "switzerlandnorth" + ], + "locationInfo": [ + { + "location": "switzerlandnorth", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GRS", + "tier": "Standard", + "kind": "BlobStorage", + "locations": [ + "switzerlandwest" + ], + "locationInfo": [ + { + "location": "switzerlandwest", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GRS", + "tier": "Standard", + "kind": "BlobStorage", + "locations": [ + "uaecentral" + ], + "locationInfo": [ + { + "location": "uaecentral", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GRS", + "tier": "Standard", + "kind": "BlobStorage", + "locations": [ + "uaenorth" + ], + "locationInfo": [ + { + "location": "uaenorth", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GRS", + "tier": "Standard", + "kind": "BlobStorage", + "locations": [ + "uksouth" + ], + "locationInfo": [ + { + "location": "uksouth", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GRS", + "tier": "Standard", + "kind": "BlobStorage", + "locations": [ + "ukwest" + ], + "locationInfo": [ + { + "location": "ukwest", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GRS", + "tier": "Standard", + "kind": "BlobStorage", + "locations": [ + "westcentralus" + ], + "locationInfo": [ + { + "location": "westcentralus", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportshoeboxcapacitymetrics", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GRS", + "tier": "Standard", + "kind": "BlobStorage", + "locations": [ + "westeurope" + ], + "locationInfo": [ + { + "location": "westeurope", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GRS", + "tier": "Standard", + "kind": "BlobStorage", + "locations": [ + "westindia" + ], + "locationInfo": [ + { + "location": "westindia", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GRS", + "tier": "Standard", + "kind": "BlobStorage", + "locations": [ + "westus" + ], + "locationInfo": [ + { + "location": "westus", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportshoeboxcapacitymetrics", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GRS", + "tier": "Standard", + "kind": "BlobStorage", + "locations": [ + "westus2" + ], + "locationInfo": [ + { + "location": "westus2", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportshoeboxcapacitymetrics", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GRS", + "tier": "Standard", + "kind": "BlobStorage", + "locations": [ + "westus3" + ], + "locationInfo": [ + { + "location": "westus3", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "australiacentral" + ], + "locationInfo": [ + { + "location": "australiacentral", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "australiacentral2" + ], + "locationInfo": [ + { + "location": "australiacentral2", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "australiaeast" + ], + "locationInfo": [ + { + "location": "australiaeast", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "australiasoutheast" + ], + "locationInfo": [ + { + "location": "australiasoutheast", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "brazilsouth" + ], + "locationInfo": [ + { + "location": "brazilsouth", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "brazilsoutheast" + ], + "locationInfo": [ + { + "location": "brazilsoutheast", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "canadacentral" + ], + "locationInfo": [ + { + "location": "canadacentral", + "zones": [ + "2", + "1" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "canadaeast" + ], + "locationInfo": [ + { + "location": "canadaeast", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "centralindia" + ], + "locationInfo": [ + { + "location": "centralindia", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "centralus" + ], + "locationInfo": [ + { + "location": "centralus", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshoeboxcapacitymetrics", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "centraluseuap" + ], + "locationInfo": [ + { + "location": "centraluseuap", + "zones": [ + "1" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "eastasia" + ], + "locationInfo": [ + { + "location": "eastasia", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "eastus" + ], + "locationInfo": [ + { + "location": "eastus", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshoeboxcapacitymetrics", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "eastus2" + ], + "locationInfo": [ + { + "location": "eastus2", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshoeboxcapacitymetrics", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "eastus2(stage)" + ], + "locationInfo": [ + { + "location": "eastus2(stage)", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "eastus2euap" + ], + "locationInfo": [ + { + "location": "eastus2euap", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "eastusslv" + ], + "locationInfo": [ + { + "location": "eastusslv", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "eastusstg" + ], + "locationInfo": [ + { + "location": "eastusstg", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "francecentral" + ], + "locationInfo": [ + { + "location": "francecentral", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "francesouth" + ], + "locationInfo": [ + { + "location": "francesouth", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "germanynorth" + ], + "locationInfo": [ + { + "location": "germanynorth", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "germanywestcentral" + ], + "locationInfo": [ + { + "location": "germanywestcentral", + "zones": [ + "2" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "japaneast" + ], + "locationInfo": [ + { + "location": "japaneast", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "japanwest" + ], + "locationInfo": [ + { + "location": "japanwest", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "jioindiacentral" + ], + "locationInfo": [ + { + "location": "jioindiacentral", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "jioindiawest" + ], + "locationInfo": [ + { + "location": "jioindiawest", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "koreacentral" + ], + "locationInfo": [ + { + "location": "koreacentral", + "zones": [ + "2", + "1" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "koreasouth" + ], + "locationInfo": [ + { + "location": "koreasouth", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "northcentralus" + ], + "locationInfo": [ + { + "location": "northcentralus", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshoeboxcapacitymetrics", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "northeurope" + ], + "locationInfo": [ + { + "location": "northeurope", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "norwayeast" + ], + "locationInfo": [ + { + "location": "norwayeast", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "norwaywest" + ], + "locationInfo": [ + { + "location": "norwaywest", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "southafricanorth" + ], + "locationInfo": [ + { + "location": "southafricanorth", + "zones": [ + "2", + "1" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "southafricawest" + ], + "locationInfo": [ + { + "location": "southafricawest", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "southcentralus" + ], + "locationInfo": [ + { + "location": "southcentralus", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshoeboxcapacitymetrics", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "southcentralusstg" + ], + "locationInfo": [ + { + "location": "southcentralusstg", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "southeastasia" + ], + "locationInfo": [ + { + "location": "southeastasia", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "southindia" + ], + "locationInfo": [ + { + "location": "southindia", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "swedencentral" + ], + "locationInfo": [ + { + "location": "swedencentral", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "swedensouth" + ], + "locationInfo": [ + { + "location": "swedensouth", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "switzerlandnorth" + ], + "locationInfo": [ + { + "location": "switzerlandnorth", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "switzerlandwest" + ], + "locationInfo": [ + { + "location": "switzerlandwest", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "uaecentral" + ], + "locationInfo": [ + { + "location": "uaecentral", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "uaenorth" + ], + "locationInfo": [ + { + "location": "uaenorth", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "uksouth" + ], + "locationInfo": [ + { + "location": "uksouth", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "ukwest" + ], + "locationInfo": [ + { + "location": "ukwest", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "westcentralus" + ], + "locationInfo": [ + { + "location": "westcentralus", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshoeboxcapacitymetrics", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "westeurope" + ], + "locationInfo": [ + { + "location": "westeurope", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "westindia" + ], + "locationInfo": [ + { + "location": "westindia", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "westus" + ], + "locationInfo": [ + { + "location": "westus", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshoeboxcapacitymetrics", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "westus2" + ], + "locationInfo": [ + { + "location": "westus2", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshoeboxcapacitymetrics", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "westus3" + ], + "locationInfo": [ + { + "location": "westus3", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "australiacentral" + ], + "locationInfo": [ + { + "location": "australiacentral", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "australiacentral2" + ], + "locationInfo": [ + { + "location": "australiacentral2", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "australiaeast" + ], + "locationInfo": [ + { + "location": "australiaeast", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "australiasoutheast" + ], + "locationInfo": [ + { + "location": "australiasoutheast", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "brazilsouth" + ], + "locationInfo": [ + { + "location": "brazilsouth", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "brazilsoutheast" + ], + "locationInfo": [ + { + "location": "brazilsoutheast", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "canadacentral" + ], + "locationInfo": [ + { + "location": "canadacentral", + "zones": [ + "2", + "1" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "canadaeast" + ], + "locationInfo": [ + { + "location": "canadaeast", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "centralindia" + ], + "locationInfo": [ + { + "location": "centralindia", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "centralus" + ], + "locationInfo": [ + { + "location": "centralus", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportshoeboxcapacitymetrics", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "centraluseuap" + ], + "locationInfo": [ + { + "location": "centraluseuap", + "zones": [ + "1" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsObjectReplicationMetrics", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "eastasia" + ], + "locationInfo": [ + { + "location": "eastasia", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "eastus" + ], + "locationInfo": [ + { + "location": "eastus", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportshoeboxcapacitymetrics", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "eastus2" + ], + "locationInfo": [ + { + "location": "eastus2", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportshoeboxcapacitymetrics", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "eastus2(stage)" + ], + "locationInfo": [ + { + "location": "eastus2(stage)", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsObjectReplicationMetrics", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "eastus2euap" + ], + "locationInfo": [ + { + "location": "eastus2euap", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsObjectReplicationMetrics", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "eastusslv" + ], + "locationInfo": [ + { + "location": "eastusslv", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "eastusstg" + ], + "locationInfo": [ + { + "location": "eastusstg", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "francecentral" + ], + "locationInfo": [ + { + "location": "francecentral", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "francesouth" + ], + "locationInfo": [ + { + "location": "francesouth", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "germanynorth" + ], + "locationInfo": [ + { + "location": "germanynorth", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "germanywestcentral" + ], + "locationInfo": [ + { + "location": "germanywestcentral", + "zones": [ + "2" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "japaneast" + ], + "locationInfo": [ + { + "location": "japaneast", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "japanwest" + ], + "locationInfo": [ + { + "location": "japanwest", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "jioindiacentral" + ], + "locationInfo": [ + { + "location": "jioindiacentral", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "jioindiawest" + ], + "locationInfo": [ + { + "location": "jioindiawest", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "koreacentral" + ], + "locationInfo": [ + { + "location": "koreacentral", + "zones": [ + "2", + "1" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "koreasouth" + ], + "locationInfo": [ + { + "location": "koreasouth", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "northcentralus" + ], + "locationInfo": [ + { + "location": "northcentralus", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportshoeboxcapacitymetrics", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "northeurope" + ], + "locationInfo": [ + { + "location": "northeurope", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "norwayeast" + ], + "locationInfo": [ + { + "location": "norwayeast", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "norwaywest" + ], + "locationInfo": [ + { + "location": "norwaywest", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "southafricanorth" + ], + "locationInfo": [ + { + "location": "southafricanorth", + "zones": [ + "2", + "1" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "southafricawest" + ], + "locationInfo": [ + { + "location": "southafricawest", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "southcentralus" + ], + "locationInfo": [ + { + "location": "southcentralus", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportshoeboxcapacitymetrics", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "southcentralusstg" + ], + "locationInfo": [ + { + "location": "southcentralusstg", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "southeastasia" + ], + "locationInfo": [ + { + "location": "southeastasia", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "southindia" + ], + "locationInfo": [ + { + "location": "southindia", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "swedencentral" + ], + "locationInfo": [ + { + "location": "swedencentral", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "swedensouth" + ], + "locationInfo": [ + { + "location": "swedensouth", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "switzerlandnorth" + ], + "locationInfo": [ + { + "location": "switzerlandnorth", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "switzerlandwest" + ], + "locationInfo": [ + { + "location": "switzerlandwest", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "uaecentral" + ], + "locationInfo": [ + { + "location": "uaecentral", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "uaenorth" + ], + "locationInfo": [ + { + "location": "uaenorth", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "uksouth" + ], + "locationInfo": [ + { + "location": "uksouth", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "ukwest" + ], + "locationInfo": [ + { + "location": "ukwest", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "westcentralus" + ], + "locationInfo": [ + { + "location": "westcentralus", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportshoeboxcapacitymetrics", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "westeurope" + ], + "locationInfo": [ + { + "location": "westeurope", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "westindia" + ], + "locationInfo": [ + { + "location": "westindia", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "westus" + ], + "locationInfo": [ + { + "location": "westus", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportshoeboxcapacitymetrics", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "westus2" + ], + "locationInfo": [ + { + "location": "westus2", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportshoeboxcapacitymetrics", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "westus3" + ], + "locationInfo": [ + { + "location": "westus3", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GZRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "australiaeast" + ], + "locationInfo": [ + { + "location": "australiaeast", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GZRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "brazilsouth" + ], + "locationInfo": [ + { + "location": "brazilsouth", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GZRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "canadacentral" + ], + "locationInfo": [ + { + "location": "canadacentral", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GZRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "centralus" + ], + "locationInfo": [ + { + "location": "centralus", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportshoeboxcapacitymetrics", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GZRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "eastasia" + ], + "locationInfo": [ + { + "location": "eastasia", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GZRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "eastus" + ], + "locationInfo": [ + { + "location": "eastus", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportshoeboxcapacitymetrics", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GZRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "eastus2" + ], + "locationInfo": [ + { + "location": "eastus2", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportshoeboxcapacitymetrics", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GZRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "eastus2euap" + ], + "locationInfo": [ + { + "location": "eastus2euap", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsObjectReplicationMetrics", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GZRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "francecentral" + ], + "locationInfo": [ + { + "location": "francecentral", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GZRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "japaneast" + ], + "locationInfo": [ + { + "location": "japaneast", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GZRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "koreacentral" + ], + "locationInfo": [ + { + "location": "koreacentral", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GZRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "northeurope" + ], + "locationInfo": [ + { + "location": "northeurope", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GZRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "norwayeast" + ], + "locationInfo": [ + { + "location": "norwayeast", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GZRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "southafricanorth" + ], + "locationInfo": [ + { + "location": "southafricanorth", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GZRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "southcentralus" + ], + "locationInfo": [ + { + "location": "southcentralus", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportshoeboxcapacitymetrics", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GZRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "southeastasia" + ], + "locationInfo": [ + { + "location": "southeastasia", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GZRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "swedencentral" + ], + "locationInfo": [ + { + "location": "swedencentral", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GZRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "uksouth" + ], + "locationInfo": [ + { + "location": "uksouth", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GZRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "westeurope" + ], + "locationInfo": [ + { + "location": "westeurope", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GZRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "westus2" + ], + "locationInfo": [ + { + "location": "westus2", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportshoeboxcapacitymetrics", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GZRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "westus3" + ], + "locationInfo": [ + { + "location": "westus3", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "BlobStorage", + "locations": [ + "australiacentral" + ], + "locationInfo": [ + { + "location": "australiacentral", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "BlobStorage", + "locations": [ + "australiacentral2" + ], + "locationInfo": [ + { + "location": "australiacentral2", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "BlobStorage", + "locations": [ + "australiaeast" + ], + "locationInfo": [ + { + "location": "australiaeast", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsSftp", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "BlobStorage", + "locations": [ + "australiasoutheast" + ], + "locationInfo": [ + { + "location": "australiasoutheast", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "BlobStorage", + "locations": [ + "brazilsouth" + ], + "locationInfo": [ + { + "location": "brazilsouth", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "BlobStorage", + "locations": [ + "brazilsoutheast" + ], + "locationInfo": [ + { + "location": "brazilsoutheast", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "BlobStorage", + "locations": [ + "canadacentral" + ], + "locationInfo": [ + { + "location": "canadacentral", + "zones": [ + "2", + "1" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsSftp", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "BlobStorage", + "locations": [ + "canadaeast" + ], + "locationInfo": [ + { + "location": "canadaeast", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsSftp", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "BlobStorage", + "locations": [ + "centralindia" + ], + "locationInfo": [ + { + "location": "centralindia", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "BlobStorage", + "locations": [ + "centralus" + ], + "locationInfo": [ + { + "location": "centralus", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportshoeboxcapacitymetrics", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "BlobStorage", + "locations": [ + "centraluseuap" + ], + "locationInfo": [ + { + "location": "centraluseuap", + "zones": [ + "1" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsSftp", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "BlobStorage", + "locations": [ + "eastasia" + ], + "locationInfo": [ + { + "location": "eastasia", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsSftp", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "BlobStorage", + "locations": [ + "eastus" + ], + "locationInfo": [ + { + "location": "eastus", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportshoeboxcapacitymetrics", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "BlobStorage", + "locations": [ + "eastus2" + ], + "locationInfo": [ + { + "location": "eastus2", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportshoeboxcapacitymetrics", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsSftp", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "BlobStorage", + "locations": [ + "eastus2(stage)" + ], + "locationInfo": [ + { + "location": "eastus2(stage)", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsSftp", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "BlobStorage", + "locations": [ + "eastus2euap" + ], + "locationInfo": [ + { + "location": "eastus2euap", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsSftp", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "BlobStorage", + "locations": [ + "eastusslv" + ], + "locationInfo": [ + { + "location": "eastusslv", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "BlobStorage", + "locations": [ + "eastusstg" + ], + "locationInfo": [ + { + "location": "eastusstg", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "BlobStorage", + "locations": [ + "francecentral" + ], + "locationInfo": [ + { + "location": "francecentral", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsSftp", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "BlobStorage", + "locations": [ + "francesouth" + ], + "locationInfo": [ + { + "location": "francesouth", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "BlobStorage", + "locations": [ + "germanynorth" + ], + "locationInfo": [ + { + "location": "germanynorth", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "BlobStorage", + "locations": [ + "germanywestcentral" + ], + "locationInfo": [ + { + "location": "germanywestcentral", + "zones": [ + "2" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsSftp", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "BlobStorage", + "locations": [ + "japaneast" + ], + "locationInfo": [ + { + "location": "japaneast", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "BlobStorage", + "locations": [ + "japanwest" + ], + "locationInfo": [ + { + "location": "japanwest", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "BlobStorage", + "locations": [ + "jioindiacentral" + ], + "locationInfo": [ + { + "location": "jioindiacentral", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "BlobStorage", + "locations": [ + "jioindiawest" + ], + "locationInfo": [ + { + "location": "jioindiawest", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "BlobStorage", + "locations": [ + "koreacentral" + ], + "locationInfo": [ + { + "location": "koreacentral", + "zones": [ + "2", + "1" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "BlobStorage", + "locations": [ + "koreasouth" + ], + "locationInfo": [ + { + "location": "koreasouth", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "BlobStorage", + "locations": [ + "northcentralus" + ], + "locationInfo": [ + { + "location": "northcentralus", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportshoeboxcapacitymetrics", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsSftp", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "BlobStorage", + "locations": [ + "northeurope" + ], + "locationInfo": [ + { + "location": "northeurope", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsSftp", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "BlobStorage", + "locations": [ + "norwayeast" + ], + "locationInfo": [ + { + "location": "norwayeast", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "BlobStorage", + "locations": [ + "norwaywest" + ], + "locationInfo": [ + { + "location": "norwaywest", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "BlobStorage", + "locations": [ + "qatarcentral" + ], + "locationInfo": [ + { + "location": "qatarcentral", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "BlobStorage", + "locations": [ + "southafricanorth" + ], + "locationInfo": [ + { + "location": "southafricanorth", + "zones": [ + "2", + "1" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "BlobStorage", + "locations": [ + "southafricawest" + ], + "locationInfo": [ + { + "location": "southafricawest", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "BlobStorage", + "locations": [ + "southcentralus" + ], + "locationInfo": [ + { + "location": "southcentralus", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportshoeboxcapacitymetrics", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "BlobStorage", + "locations": [ + "southcentralusstg" + ], + "locationInfo": [ + { + "location": "southcentralusstg", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "BlobStorage", + "locations": [ + "southeastasia" + ], + "locationInfo": [ + { + "location": "southeastasia", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "BlobStorage", + "locations": [ + "southindia" + ], + "locationInfo": [ + { + "location": "southindia", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "BlobStorage", + "locations": [ + "swedencentral" + ], + "locationInfo": [ + { + "location": "swedencentral", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "BlobStorage", + "locations": [ + "swedensouth" + ], + "locationInfo": [ + { + "location": "swedensouth", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "BlobStorage", + "locations": [ + "switzerlandnorth" + ], + "locationInfo": [ + { + "location": "switzerlandnorth", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsSftp", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "BlobStorage", + "locations": [ + "switzerlandwest" + ], + "locationInfo": [ + { + "location": "switzerlandwest", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "BlobStorage", + "locations": [ + "uaecentral" + ], + "locationInfo": [ + { + "location": "uaecentral", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "BlobStorage", + "locations": [ + "uaenorth" + ], + "locationInfo": [ + { + "location": "uaenorth", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "BlobStorage", + "locations": [ + "uksouth" + ], + "locationInfo": [ + { + "location": "uksouth", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "BlobStorage", + "locations": [ + "ukwest" + ], + "locationInfo": [ + { + "location": "ukwest", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "BlobStorage", + "locations": [ + "westcentralus" + ], + "locationInfo": [ + { + "location": "westcentralus", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportshoeboxcapacitymetrics", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "BlobStorage", + "locations": [ + "westeurope" + ], + "locationInfo": [ + { + "location": "westeurope", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "BlobStorage", + "locations": [ + "westindia" + ], + "locationInfo": [ + { + "location": "westindia", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "BlobStorage", + "locations": [ + "westus" + ], + "locationInfo": [ + { + "location": "westus", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportshoeboxcapacitymetrics", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "BlobStorage", + "locations": [ + "westus2" + ], + "locationInfo": [ + { + "location": "westus2", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportshoeboxcapacitymetrics", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "BlobStorage", + "locations": [ + "westus3" + ], + "locationInfo": [ + { + "location": "westus3", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "australiacentral" + ], + "locationInfo": [ + { + "location": "australiacentral", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "australiacentral2" + ], + "locationInfo": [ + { + "location": "australiacentral2", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "australiaeast" + ], + "locationInfo": [ + { + "location": "australiaeast", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "australiasoutheast" + ], + "locationInfo": [ + { + "location": "australiasoutheast", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "brazilsouth" + ], + "locationInfo": [ + { + "location": "brazilsouth", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "brazilsoutheast" + ], + "locationInfo": [ + { + "location": "brazilsoutheast", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "canadacentral" + ], + "locationInfo": [ + { + "location": "canadacentral", + "zones": [ + "2", + "1" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "canadaeast" + ], + "locationInfo": [ + { + "location": "canadaeast", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "centralindia" + ], + "locationInfo": [ + { + "location": "centralindia", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "centralus" + ], + "locationInfo": [ + { + "location": "centralus", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshoeboxcapacitymetrics", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "centraluseuap" + ], + "locationInfo": [ + { + "location": "centraluseuap", + "zones": [ + "1" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "eastasia" + ], + "locationInfo": [ + { + "location": "eastasia", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "eastus" + ], + "locationInfo": [ + { + "location": "eastus", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshoeboxcapacitymetrics", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "eastus2" + ], + "locationInfo": [ + { + "location": "eastus2", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshoeboxcapacitymetrics", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "eastus2(stage)" + ], + "locationInfo": [ + { + "location": "eastus2(stage)", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "eastus2euap" + ], + "locationInfo": [ + { + "location": "eastus2euap", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "eastusslv" + ], + "locationInfo": [ + { + "location": "eastusslv", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "eastusstg" + ], + "locationInfo": [ + { + "location": "eastusstg", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "francecentral" + ], + "locationInfo": [ + { + "location": "francecentral", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "francesouth" + ], + "locationInfo": [ + { + "location": "francesouth", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "germanynorth" + ], + "locationInfo": [ + { + "location": "germanynorth", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "germanywestcentral" + ], + "locationInfo": [ + { + "location": "germanywestcentral", + "zones": [ + "2" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "japaneast" + ], + "locationInfo": [ + { + "location": "japaneast", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "japanwest" + ], + "locationInfo": [ + { + "location": "japanwest", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "jioindiacentral" + ], + "locationInfo": [ + { + "location": "jioindiacentral", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "jioindiawest" + ], + "locationInfo": [ + { + "location": "jioindiawest", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "koreacentral" + ], + "locationInfo": [ + { + "location": "koreacentral", + "zones": [ + "2", + "1" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "koreasouth" + ], + "locationInfo": [ + { + "location": "koreasouth", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "northcentralus" + ], + "locationInfo": [ + { + "location": "northcentralus", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshoeboxcapacitymetrics", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "northeurope" + ], + "locationInfo": [ + { + "location": "northeurope", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "norwayeast" + ], + "locationInfo": [ + { + "location": "norwayeast", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "norwaywest" + ], + "locationInfo": [ + { + "location": "norwaywest", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "qatarcentral" + ], + "locationInfo": [ + { + "location": "qatarcentral", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "southafricanorth" + ], + "locationInfo": [ + { + "location": "southafricanorth", + "zones": [ + "2", + "1" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "southafricawest" + ], + "locationInfo": [ + { + "location": "southafricawest", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "southcentralus" + ], + "locationInfo": [ + { + "location": "southcentralus", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshoeboxcapacitymetrics", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "southcentralusstg" + ], + "locationInfo": [ + { + "location": "southcentralusstg", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "southeastasia" + ], + "locationInfo": [ + { + "location": "southeastasia", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "southindia" + ], + "locationInfo": [ + { + "location": "southindia", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "swedencentral" + ], + "locationInfo": [ + { + "location": "swedencentral", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "swedensouth" + ], + "locationInfo": [ + { + "location": "swedensouth", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "switzerlandnorth" + ], + "locationInfo": [ + { + "location": "switzerlandnorth", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "switzerlandwest" + ], + "locationInfo": [ + { + "location": "switzerlandwest", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "uaecentral" + ], + "locationInfo": [ + { + "location": "uaecentral", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "uaenorth" + ], + "locationInfo": [ + { + "location": "uaenorth", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "uksouth" + ], + "locationInfo": [ + { + "location": "uksouth", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "ukwest" + ], + "locationInfo": [ + { + "location": "ukwest", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "westcentralus" + ], + "locationInfo": [ + { + "location": "westcentralus", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshoeboxcapacitymetrics", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "westeurope" + ], + "locationInfo": [ + { + "location": "westeurope", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "westindia" + ], + "locationInfo": [ + { + "location": "westindia", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "westus" + ], + "locationInfo": [ + { + "location": "westus", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshoeboxcapacitymetrics", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "westus2" + ], + "locationInfo": [ + { + "location": "westus2", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshoeboxcapacitymetrics", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "westus3" + ], + "locationInfo": [ + { + "location": "westus3", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "australiacentral" + ], + "locationInfo": [ + { + "location": "australiacentral", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "australiacentral2" + ], + "locationInfo": [ + { + "location": "australiacentral2", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "australiaeast" + ], + "locationInfo": [ + { + "location": "australiaeast", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsSftp", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "australiasoutheast" + ], + "locationInfo": [ + { + "location": "australiasoutheast", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "brazilsouth" + ], + "locationInfo": [ + { + "location": "brazilsouth", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "brazilsoutheast" + ], + "locationInfo": [ + { + "location": "brazilsoutheast", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "canadacentral" + ], + "locationInfo": [ + { + "location": "canadacentral", + "zones": [ + "2", + "1" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsSftp", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "canadaeast" + ], + "locationInfo": [ + { + "location": "canadaeast", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsSftp", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "centralindia" + ], + "locationInfo": [ + { + "location": "centralindia", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "centralus" + ], + "locationInfo": [ + { + "location": "centralus", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportshoeboxcapacitymetrics", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "centraluseuap" + ], + "locationInfo": [ + { + "location": "centraluseuap", + "zones": [ + "1" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsObjectReplicationMetrics", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsSftp", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "eastasia" + ], + "locationInfo": [ + { + "location": "eastasia", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsSftp", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "eastus" + ], + "locationInfo": [ + { + "location": "eastus", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportshoeboxcapacitymetrics", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "eastus2" + ], + "locationInfo": [ + { + "location": "eastus2", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportshoeboxcapacitymetrics", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsSftp", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "eastus2(stage)" + ], + "locationInfo": [ + { + "location": "eastus2(stage)", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsObjectReplicationMetrics", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsSftp", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "eastus2euap" + ], + "locationInfo": [ + { + "location": "eastus2euap", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsObjectReplicationMetrics", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsSftp", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "eastusslv" + ], + "locationInfo": [ + { + "location": "eastusslv", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "eastusstg" + ], + "locationInfo": [ + { + "location": "eastusstg", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "francecentral" + ], + "locationInfo": [ + { + "location": "francecentral", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsSftp", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "francesouth" + ], + "locationInfo": [ + { + "location": "francesouth", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "germanynorth" + ], + "locationInfo": [ + { + "location": "germanynorth", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "germanywestcentral" + ], + "locationInfo": [ + { + "location": "germanywestcentral", + "zones": [ + "2" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsSftp", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "japaneast" + ], + "locationInfo": [ + { + "location": "japaneast", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "japanwest" + ], + "locationInfo": [ + { + "location": "japanwest", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "jioindiacentral" + ], + "locationInfo": [ + { + "location": "jioindiacentral", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "jioindiawest" + ], + "locationInfo": [ + { + "location": "jioindiawest", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "koreacentral" + ], + "locationInfo": [ + { + "location": "koreacentral", + "zones": [ + "2", + "1" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "koreasouth" + ], + "locationInfo": [ + { + "location": "koreasouth", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "northcentralus" + ], + "locationInfo": [ + { + "location": "northcentralus", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportshoeboxcapacitymetrics", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsSftp", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "northeurope" + ], + "locationInfo": [ + { + "location": "northeurope", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsSftp", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "norwayeast" + ], + "locationInfo": [ + { + "location": "norwayeast", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "norwaywest" + ], + "locationInfo": [ + { + "location": "norwaywest", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "qatarcentral" + ], + "locationInfo": [ + { + "location": "qatarcentral", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "southafricanorth" + ], + "locationInfo": [ + { + "location": "southafricanorth", + "zones": [ + "2", + "1" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "southafricawest" + ], + "locationInfo": [ + { + "location": "southafricawest", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "southcentralus" + ], + "locationInfo": [ + { + "location": "southcentralus", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportshoeboxcapacitymetrics", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "southcentralusstg" + ], + "locationInfo": [ + { + "location": "southcentralusstg", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "southeastasia" + ], + "locationInfo": [ + { + "location": "southeastasia", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "southindia" + ], + "locationInfo": [ + { + "location": "southindia", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "swedencentral" + ], + "locationInfo": [ + { + "location": "swedencentral", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "swedensouth" + ], + "locationInfo": [ + { + "location": "swedensouth", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "switzerlandnorth" + ], + "locationInfo": [ + { + "location": "switzerlandnorth", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsSftp", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "switzerlandwest" + ], + "locationInfo": [ + { + "location": "switzerlandwest", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "uaecentral" + ], + "locationInfo": [ + { + "location": "uaecentral", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "uaenorth" + ], + "locationInfo": [ + { + "location": "uaenorth", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "uksouth" + ], + "locationInfo": [ + { + "location": "uksouth", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "ukwest" + ], + "locationInfo": [ + { + "location": "ukwest", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "westcentralus" + ], + "locationInfo": [ + { + "location": "westcentralus", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportshoeboxcapacitymetrics", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "westeurope" + ], + "locationInfo": [ + { + "location": "westeurope", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "westindia" + ], + "locationInfo": [ + { + "location": "westindia", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "westus" + ], + "locationInfo": [ + { + "location": "westus", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportshoeboxcapacitymetrics", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "westus2" + ], + "locationInfo": [ + { + "location": "westus2", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportshoeboxcapacitymetrics", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "westus3" + ], + "locationInfo": [ + { + "location": "westus3", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGRS", + "tier": "Standard", + "kind": "BlobStorage", + "locations": [ + "australiacentral" + ], + "locationInfo": [ + { + "location": "australiacentral", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGRS", + "tier": "Standard", + "kind": "BlobStorage", + "locations": [ + "australiacentral2" + ], + "locationInfo": [ + { + "location": "australiacentral2", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGRS", + "tier": "Standard", + "kind": "BlobStorage", + "locations": [ + "australiaeast" + ], + "locationInfo": [ + { + "location": "australiaeast", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGRS", + "tier": "Standard", + "kind": "BlobStorage", + "locations": [ + "australiasoutheast" + ], + "locationInfo": [ + { + "location": "australiasoutheast", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGRS", + "tier": "Standard", + "kind": "BlobStorage", + "locations": [ + "brazilsouth" + ], + "locationInfo": [ + { + "location": "brazilsouth", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGRS", + "tier": "Standard", + "kind": "BlobStorage", + "locations": [ + "brazilsoutheast" + ], + "locationInfo": [ + { + "location": "brazilsoutheast", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGRS", + "tier": "Standard", + "kind": "BlobStorage", + "locations": [ + "canadacentral" + ], + "locationInfo": [ + { + "location": "canadacentral", + "zones": [ + "2", + "1" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGRS", + "tier": "Standard", + "kind": "BlobStorage", + "locations": [ + "canadaeast" + ], + "locationInfo": [ + { + "location": "canadaeast", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGRS", + "tier": "Standard", + "kind": "BlobStorage", + "locations": [ + "centralindia" + ], + "locationInfo": [ + { + "location": "centralindia", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGRS", + "tier": "Standard", + "kind": "BlobStorage", + "locations": [ + "centralus" + ], + "locationInfo": [ + { + "location": "centralus", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportshoeboxcapacitymetrics", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGRS", + "tier": "Standard", + "kind": "BlobStorage", + "locations": [ + "centraluseuap" + ], + "locationInfo": [ + { + "location": "centraluseuap", + "zones": [ + "1" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGRS", + "tier": "Standard", + "kind": "BlobStorage", + "locations": [ + "eastasia" + ], + "locationInfo": [ + { + "location": "eastasia", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGRS", + "tier": "Standard", + "kind": "BlobStorage", + "locations": [ + "eastus" + ], + "locationInfo": [ + { + "location": "eastus", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportshoeboxcapacitymetrics", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGRS", + "tier": "Standard", + "kind": "BlobStorage", + "locations": [ + "eastus2" + ], + "locationInfo": [ + { + "location": "eastus2", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportshoeboxcapacitymetrics", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGRS", + "tier": "Standard", + "kind": "BlobStorage", + "locations": [ + "eastus2(stage)" + ], + "locationInfo": [ + { + "location": "eastus2(stage)", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGRS", + "tier": "Standard", + "kind": "BlobStorage", + "locations": [ + "eastus2euap" + ], + "locationInfo": [ + { + "location": "eastus2euap", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGRS", + "tier": "Standard", + "kind": "BlobStorage", + "locations": [ + "eastusslv" + ], + "locationInfo": [ + { + "location": "eastusslv", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGRS", + "tier": "Standard", + "kind": "BlobStorage", + "locations": [ + "eastusstg" + ], + "locationInfo": [ + { + "location": "eastusstg", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGRS", + "tier": "Standard", + "kind": "BlobStorage", + "locations": [ + "francecentral" + ], + "locationInfo": [ + { + "location": "francecentral", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGRS", + "tier": "Standard", + "kind": "BlobStorage", + "locations": [ + "francesouth" + ], + "locationInfo": [ + { + "location": "francesouth", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGRS", + "tier": "Standard", + "kind": "BlobStorage", + "locations": [ + "germanynorth" + ], + "locationInfo": [ + { + "location": "germanynorth", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGRS", + "tier": "Standard", + "kind": "BlobStorage", + "locations": [ + "germanywestcentral" + ], + "locationInfo": [ + { + "location": "germanywestcentral", + "zones": [ + "2" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGRS", + "tier": "Standard", + "kind": "BlobStorage", + "locations": [ + "japaneast" + ], + "locationInfo": [ + { + "location": "japaneast", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGRS", + "tier": "Standard", + "kind": "BlobStorage", + "locations": [ + "japanwest" + ], + "locationInfo": [ + { + "location": "japanwest", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGRS", + "tier": "Standard", + "kind": "BlobStorage", + "locations": [ + "jioindiacentral" + ], + "locationInfo": [ + { + "location": "jioindiacentral", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGRS", + "tier": "Standard", + "kind": "BlobStorage", + "locations": [ + "jioindiawest" + ], + "locationInfo": [ + { + "location": "jioindiawest", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGRS", + "tier": "Standard", + "kind": "BlobStorage", + "locations": [ + "koreacentral" + ], + "locationInfo": [ + { + "location": "koreacentral", + "zones": [ + "2", + "1" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGRS", + "tier": "Standard", + "kind": "BlobStorage", + "locations": [ + "koreasouth" + ], + "locationInfo": [ + { + "location": "koreasouth", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGRS", + "tier": "Standard", + "kind": "BlobStorage", + "locations": [ + "northcentralus" + ], + "locationInfo": [ + { + "location": "northcentralus", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportshoeboxcapacitymetrics", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGRS", + "tier": "Standard", + "kind": "BlobStorage", + "locations": [ + "northeurope" + ], + "locationInfo": [ + { + "location": "northeurope", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGRS", + "tier": "Standard", + "kind": "BlobStorage", + "locations": [ + "norwayeast" + ], + "locationInfo": [ + { + "location": "norwayeast", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGRS", + "tier": "Standard", + "kind": "BlobStorage", + "locations": [ + "norwaywest" + ], + "locationInfo": [ + { + "location": "norwaywest", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGRS", + "tier": "Standard", + "kind": "BlobStorage", + "locations": [ + "southafricanorth" + ], + "locationInfo": [ + { + "location": "southafricanorth", + "zones": [ + "2", + "1" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGRS", + "tier": "Standard", + "kind": "BlobStorage", + "locations": [ + "southafricawest" + ], + "locationInfo": [ + { + "location": "southafricawest", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGRS", + "tier": "Standard", + "kind": "BlobStorage", + "locations": [ + "southcentralus" + ], + "locationInfo": [ + { + "location": "southcentralus", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportshoeboxcapacitymetrics", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGRS", + "tier": "Standard", + "kind": "BlobStorage", + "locations": [ + "southcentralusstg" + ], + "locationInfo": [ + { + "location": "southcentralusstg", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGRS", + "tier": "Standard", + "kind": "BlobStorage", + "locations": [ + "southeastasia" + ], + "locationInfo": [ + { + "location": "southeastasia", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGRS", + "tier": "Standard", + "kind": "BlobStorage", + "locations": [ + "southindia" + ], + "locationInfo": [ + { + "location": "southindia", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGRS", + "tier": "Standard", + "kind": "BlobStorage", + "locations": [ + "swedencentral" + ], + "locationInfo": [ + { + "location": "swedencentral", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGRS", + "tier": "Standard", + "kind": "BlobStorage", + "locations": [ + "swedensouth" + ], + "locationInfo": [ + { + "location": "swedensouth", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGRS", + "tier": "Standard", + "kind": "BlobStorage", + "locations": [ + "switzerlandnorth" + ], + "locationInfo": [ + { + "location": "switzerlandnorth", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGRS", + "tier": "Standard", + "kind": "BlobStorage", + "locations": [ + "switzerlandwest" + ], + "locationInfo": [ + { + "location": "switzerlandwest", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGRS", + "tier": "Standard", + "kind": "BlobStorage", + "locations": [ + "uaecentral" + ], + "locationInfo": [ + { + "location": "uaecentral", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGRS", + "tier": "Standard", + "kind": "BlobStorage", + "locations": [ + "uaenorth" + ], + "locationInfo": [ + { + "location": "uaenorth", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGRS", + "tier": "Standard", + "kind": "BlobStorage", + "locations": [ + "uksouth" + ], + "locationInfo": [ + { + "location": "uksouth", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGRS", + "tier": "Standard", + "kind": "BlobStorage", + "locations": [ + "ukwest" + ], + "locationInfo": [ + { + "location": "ukwest", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGRS", + "tier": "Standard", + "kind": "BlobStorage", + "locations": [ + "westcentralus" + ], + "locationInfo": [ + { + "location": "westcentralus", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportshoeboxcapacitymetrics", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGRS", + "tier": "Standard", + "kind": "BlobStorage", + "locations": [ + "westeurope" + ], + "locationInfo": [ + { + "location": "westeurope", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGRS", + "tier": "Standard", + "kind": "BlobStorage", + "locations": [ + "westindia" + ], + "locationInfo": [ + { + "location": "westindia", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGRS", + "tier": "Standard", + "kind": "BlobStorage", + "locations": [ + "westus" + ], + "locationInfo": [ + { + "location": "westus", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportshoeboxcapacitymetrics", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGRS", + "tier": "Standard", + "kind": "BlobStorage", + "locations": [ + "westus2" + ], + "locationInfo": [ + { + "location": "westus2", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportshoeboxcapacitymetrics", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGRS", + "tier": "Standard", + "kind": "BlobStorage", + "locations": [ + "westus3" + ], + "locationInfo": [ + { + "location": "westus3", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "australiacentral" + ], + "locationInfo": [ + { + "location": "australiacentral", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "australiacentral2" + ], + "locationInfo": [ + { + "location": "australiacentral2", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "australiaeast" + ], + "locationInfo": [ + { + "location": "australiaeast", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "australiasoutheast" + ], + "locationInfo": [ + { + "location": "australiasoutheast", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "brazilsouth" + ], + "locationInfo": [ + { + "location": "brazilsouth", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "brazilsoutheast" + ], + "locationInfo": [ + { + "location": "brazilsoutheast", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "canadacentral" + ], + "locationInfo": [ + { + "location": "canadacentral", + "zones": [ + "2", + "1" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "canadaeast" + ], + "locationInfo": [ + { + "location": "canadaeast", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "centralindia" + ], + "locationInfo": [ + { + "location": "centralindia", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "centralus" + ], + "locationInfo": [ + { + "location": "centralus", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshoeboxcapacitymetrics", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "centraluseuap" + ], + "locationInfo": [ + { + "location": "centraluseuap", + "zones": [ + "1" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "eastasia" + ], + "locationInfo": [ + { + "location": "eastasia", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "eastus" + ], + "locationInfo": [ + { + "location": "eastus", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshoeboxcapacitymetrics", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "eastus2" + ], + "locationInfo": [ + { + "location": "eastus2", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshoeboxcapacitymetrics", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "eastus2(stage)" + ], + "locationInfo": [ + { + "location": "eastus2(stage)", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "eastus2euap" + ], + "locationInfo": [ + { + "location": "eastus2euap", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "eastusslv" + ], + "locationInfo": [ + { + "location": "eastusslv", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "eastusstg" + ], + "locationInfo": [ + { + "location": "eastusstg", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "francecentral" + ], + "locationInfo": [ + { + "location": "francecentral", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "francesouth" + ], + "locationInfo": [ + { + "location": "francesouth", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "germanynorth" + ], + "locationInfo": [ + { + "location": "germanynorth", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "germanywestcentral" + ], + "locationInfo": [ + { + "location": "germanywestcentral", + "zones": [ + "2" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "japaneast" + ], + "locationInfo": [ + { + "location": "japaneast", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "japanwest" + ], + "locationInfo": [ + { + "location": "japanwest", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "jioindiacentral" + ], + "locationInfo": [ + { + "location": "jioindiacentral", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "jioindiawest" + ], + "locationInfo": [ + { + "location": "jioindiawest", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "koreacentral" + ], + "locationInfo": [ + { + "location": "koreacentral", + "zones": [ + "2", + "1" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "koreasouth" + ], + "locationInfo": [ + { + "location": "koreasouth", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "northcentralus" + ], + "locationInfo": [ + { + "location": "northcentralus", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshoeboxcapacitymetrics", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "northeurope" + ], + "locationInfo": [ + { + "location": "northeurope", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "norwayeast" + ], + "locationInfo": [ + { + "location": "norwayeast", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "norwaywest" + ], + "locationInfo": [ + { + "location": "norwaywest", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "southafricanorth" + ], + "locationInfo": [ + { + "location": "southafricanorth", + "zones": [ + "2", + "1" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "southafricawest" + ], + "locationInfo": [ + { + "location": "southafricawest", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "southcentralus" + ], + "locationInfo": [ + { + "location": "southcentralus", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshoeboxcapacitymetrics", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "southcentralusstg" + ], + "locationInfo": [ + { + "location": "southcentralusstg", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "southeastasia" + ], + "locationInfo": [ + { + "location": "southeastasia", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "southindia" + ], + "locationInfo": [ + { + "location": "southindia", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "swedencentral" + ], + "locationInfo": [ + { + "location": "swedencentral", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "swedensouth" + ], + "locationInfo": [ + { + "location": "swedensouth", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "switzerlandnorth" + ], + "locationInfo": [ + { + "location": "switzerlandnorth", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "switzerlandwest" + ], + "locationInfo": [ + { + "location": "switzerlandwest", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "uaecentral" + ], + "locationInfo": [ + { + "location": "uaecentral", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "uaenorth" + ], + "locationInfo": [ + { + "location": "uaenorth", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "uksouth" + ], + "locationInfo": [ + { + "location": "uksouth", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "ukwest" + ], + "locationInfo": [ + { + "location": "ukwest", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "westcentralus" + ], + "locationInfo": [ + { + "location": "westcentralus", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshoeboxcapacitymetrics", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "westeurope" + ], + "locationInfo": [ + { + "location": "westeurope", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "westindia" + ], + "locationInfo": [ + { + "location": "westindia", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "westus" + ], + "locationInfo": [ + { + "location": "westus", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshoeboxcapacitymetrics", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "westus2" + ], + "locationInfo": [ + { + "location": "westus2", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshoeboxcapacitymetrics", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "westus3" + ], + "locationInfo": [ + { + "location": "westus3", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "australiacentral" + ], + "locationInfo": [ + { + "location": "australiacentral", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "australiacentral2" + ], + "locationInfo": [ + { + "location": "australiacentral2", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "australiaeast" + ], + "locationInfo": [ + { + "location": "australiaeast", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "australiasoutheast" + ], + "locationInfo": [ + { + "location": "australiasoutheast", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "brazilsouth" + ], + "locationInfo": [ + { + "location": "brazilsouth", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "brazilsoutheast" + ], + "locationInfo": [ + { + "location": "brazilsoutheast", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "canadacentral" + ], + "locationInfo": [ + { + "location": "canadacentral", + "zones": [ + "2", + "1" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "canadaeast" + ], + "locationInfo": [ + { + "location": "canadaeast", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "centralindia" + ], + "locationInfo": [ + { + "location": "centralindia", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "centralus" + ], + "locationInfo": [ + { + "location": "centralus", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportshoeboxcapacitymetrics", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "centraluseuap" + ], + "locationInfo": [ + { + "location": "centraluseuap", + "zones": [ + "1" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsObjectReplicationMetrics", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "eastasia" + ], + "locationInfo": [ + { + "location": "eastasia", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "eastus" + ], + "locationInfo": [ + { + "location": "eastus", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportshoeboxcapacitymetrics", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "eastus2" + ], + "locationInfo": [ + { + "location": "eastus2", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportshoeboxcapacitymetrics", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "eastus2(stage)" + ], + "locationInfo": [ + { + "location": "eastus2(stage)", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsObjectReplicationMetrics", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "eastus2euap" + ], + "locationInfo": [ + { + "location": "eastus2euap", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsObjectReplicationMetrics", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "eastusslv" + ], + "locationInfo": [ + { + "location": "eastusslv", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "eastusstg" + ], + "locationInfo": [ + { + "location": "eastusstg", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "francecentral" + ], + "locationInfo": [ + { + "location": "francecentral", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "francesouth" + ], + "locationInfo": [ + { + "location": "francesouth", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "germanynorth" + ], + "locationInfo": [ + { + "location": "germanynorth", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "germanywestcentral" + ], + "locationInfo": [ + { + "location": "germanywestcentral", + "zones": [ + "2" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "japaneast" + ], + "locationInfo": [ + { + "location": "japaneast", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "japanwest" + ], + "locationInfo": [ + { + "location": "japanwest", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "jioindiacentral" + ], + "locationInfo": [ + { + "location": "jioindiacentral", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "jioindiawest" + ], + "locationInfo": [ + { + "location": "jioindiawest", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "koreacentral" + ], + "locationInfo": [ + { + "location": "koreacentral", + "zones": [ + "2", + "1" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "koreasouth" + ], + "locationInfo": [ + { + "location": "koreasouth", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "northcentralus" + ], + "locationInfo": [ + { + "location": "northcentralus", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportshoeboxcapacitymetrics", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "northeurope" + ], + "locationInfo": [ + { + "location": "northeurope", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "norwayeast" + ], + "locationInfo": [ + { + "location": "norwayeast", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "norwaywest" + ], + "locationInfo": [ + { + "location": "norwaywest", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "southafricanorth" + ], + "locationInfo": [ + { + "location": "southafricanorth", + "zones": [ + "2", + "1" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "southafricawest" + ], + "locationInfo": [ + { + "location": "southafricawest", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "southcentralus" + ], + "locationInfo": [ + { + "location": "southcentralus", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportshoeboxcapacitymetrics", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "southcentralusstg" + ], + "locationInfo": [ + { + "location": "southcentralusstg", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "southeastasia" + ], + "locationInfo": [ + { + "location": "southeastasia", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "southindia" + ], + "locationInfo": [ + { + "location": "southindia", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "swedencentral" + ], + "locationInfo": [ + { + "location": "swedencentral", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "swedensouth" + ], + "locationInfo": [ + { + "location": "swedensouth", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "switzerlandnorth" + ], + "locationInfo": [ + { + "location": "switzerlandnorth", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "switzerlandwest" + ], + "locationInfo": [ + { + "location": "switzerlandwest", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "uaecentral" + ], + "locationInfo": [ + { + "location": "uaecentral", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "uaenorth" + ], + "locationInfo": [ + { + "location": "uaenorth", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "uksouth" + ], + "locationInfo": [ + { + "location": "uksouth", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "ukwest" + ], + "locationInfo": [ + { + "location": "ukwest", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "westcentralus" + ], + "locationInfo": [ + { + "location": "westcentralus", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportshoeboxcapacitymetrics", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "westeurope" + ], + "locationInfo": [ + { + "location": "westeurope", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "westindia" + ], + "locationInfo": [ + { + "location": "westindia", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "westus" + ], + "locationInfo": [ + { + "location": "westus", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportshoeboxcapacitymetrics", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "westus2" + ], + "locationInfo": [ + { + "location": "westus2", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportshoeboxcapacitymetrics", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "westus3" + ], + "locationInfo": [ + { + "location": "westus3", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGZRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "australiaeast" + ], + "locationInfo": [ + { + "location": "australiaeast", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGZRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "brazilsouth" + ], + "locationInfo": [ + { + "location": "brazilsouth", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGZRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "canadacentral" + ], + "locationInfo": [ + { + "location": "canadacentral", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGZRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "centralus" + ], + "locationInfo": [ + { + "location": "centralus", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportshoeboxcapacitymetrics", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGZRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "eastasia" + ], + "locationInfo": [ + { + "location": "eastasia", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGZRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "eastus" + ], + "locationInfo": [ + { + "location": "eastus", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportshoeboxcapacitymetrics", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGZRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "eastus2" + ], + "locationInfo": [ + { + "location": "eastus2", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportshoeboxcapacitymetrics", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGZRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "eastus2euap" + ], + "locationInfo": [ + { + "location": "eastus2euap", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsObjectReplicationMetrics", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGZRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "francecentral" + ], + "locationInfo": [ + { + "location": "francecentral", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGZRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "japaneast" + ], + "locationInfo": [ + { + "location": "japaneast", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGZRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "koreacentral" + ], + "locationInfo": [ + { + "location": "koreacentral", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGZRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "northeurope" + ], + "locationInfo": [ + { + "location": "northeurope", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGZRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "norwayeast" + ], + "locationInfo": [ + { + "location": "norwayeast", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGZRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "southafricanorth" + ], + "locationInfo": [ + { + "location": "southafricanorth", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGZRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "southcentralus" + ], + "locationInfo": [ + { + "location": "southcentralus", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportshoeboxcapacitymetrics", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGZRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "southeastasia" + ], + "locationInfo": [ + { + "location": "southeastasia", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGZRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "swedencentral" + ], + "locationInfo": [ + { + "location": "swedencentral", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGZRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "uksouth" + ], + "locationInfo": [ + { + "location": "uksouth", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGZRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "westeurope" + ], + "locationInfo": [ + { + "location": "westeurope", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGZRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "westus2" + ], + "locationInfo": [ + { + "location": "westus2", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportshoeboxcapacitymetrics", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGZRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "westus3" + ], + "locationInfo": [ + { + "location": "westus3", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_ZRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "australiacentral" + ], + "locationInfo": [ + { + "location": "australiacentral", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_ZRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "australiacentral2" + ], + "locationInfo": [ + { + "location": "australiacentral2", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_ZRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "australiaeast" + ], + "locationInfo": [ + { + "location": "australiaeast", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_ZRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "australiasoutheast" + ], + "locationInfo": [ + { + "location": "australiasoutheast", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_ZRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "brazilsouth" + ], + "locationInfo": [ + { + "location": "brazilsouth", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_ZRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "brazilsoutheast" + ], + "locationInfo": [ + { + "location": "brazilsoutheast", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_ZRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "canadacentral" + ], + "locationInfo": [ + { + "location": "canadacentral", + "zones": [ + "2", + "1" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_ZRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "canadaeast" + ], + "locationInfo": [ + { + "location": "canadaeast", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_ZRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "centralindia" + ], + "locationInfo": [ + { + "location": "centralindia", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_ZRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "centralus" + ], + "locationInfo": [ + { + "location": "centralus", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshoeboxcapacitymetrics", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_ZRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "centraluseuap" + ], + "locationInfo": [ + { + "location": "centraluseuap", + "zones": [ + "1" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_ZRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "eastasia" + ], + "locationInfo": [ + { + "location": "eastasia", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_ZRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "eastus" + ], + "locationInfo": [ + { + "location": "eastus", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshoeboxcapacitymetrics", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_ZRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "eastus2" + ], + "locationInfo": [ + { + "location": "eastus2", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshoeboxcapacitymetrics", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_ZRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "eastus2(stage)" + ], + "locationInfo": [ + { + "location": "eastus2(stage)", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_ZRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "eastus2euap" + ], + "locationInfo": [ + { + "location": "eastus2euap", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_ZRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "eastusslv" + ], + "locationInfo": [ + { + "location": "eastusslv", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_ZRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "eastusstg" + ], + "locationInfo": [ + { + "location": "eastusstg", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_ZRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "francecentral" + ], + "locationInfo": [ + { + "location": "francecentral", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_ZRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "francesouth" + ], + "locationInfo": [ + { + "location": "francesouth", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_ZRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "germanynorth" + ], + "locationInfo": [ + { + "location": "germanynorth", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_ZRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "germanywestcentral" + ], + "locationInfo": [ + { + "location": "germanywestcentral", + "zones": [ + "2" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_ZRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "japaneast" + ], + "locationInfo": [ + { + "location": "japaneast", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_ZRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "japanwest" + ], + "locationInfo": [ + { + "location": "japanwest", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_ZRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "jioindiacentral" + ], + "locationInfo": [ + { + "location": "jioindiacentral", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_ZRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "jioindiawest" + ], + "locationInfo": [ + { + "location": "jioindiawest", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_ZRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "koreacentral" + ], + "locationInfo": [ + { + "location": "koreacentral", + "zones": [ + "2", + "1" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_ZRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "koreasouth" + ], + "locationInfo": [ + { + "location": "koreasouth", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_ZRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "northcentralus" + ], + "locationInfo": [ + { + "location": "northcentralus", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshoeboxcapacitymetrics", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_ZRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "northeurope" + ], + "locationInfo": [ + { + "location": "northeurope", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_ZRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "norwayeast" + ], + "locationInfo": [ + { + "location": "norwayeast", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_ZRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "norwaywest" + ], + "locationInfo": [ + { + "location": "norwaywest", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_ZRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "southafricanorth" + ], + "locationInfo": [ + { + "location": "southafricanorth", + "zones": [ + "2", + "1" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_ZRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "southafricawest" + ], + "locationInfo": [ + { + "location": "southafricawest", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_ZRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "southcentralus" + ], + "locationInfo": [ + { + "location": "southcentralus", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshoeboxcapacitymetrics", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_ZRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "southcentralusstg" + ], + "locationInfo": [ + { + "location": "southcentralusstg", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_ZRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "southeastasia" + ], + "locationInfo": [ + { + "location": "southeastasia", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_ZRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "southindia" + ], + "locationInfo": [ + { + "location": "southindia", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_ZRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "swedencentral" + ], + "locationInfo": [ + { + "location": "swedencentral", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_ZRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "swedensouth" + ], + "locationInfo": [ + { + "location": "swedensouth", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_ZRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "switzerlandnorth" + ], + "locationInfo": [ + { + "location": "switzerlandnorth", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_ZRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "switzerlandwest" + ], + "locationInfo": [ + { + "location": "switzerlandwest", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_ZRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "uaecentral" + ], + "locationInfo": [ + { + "location": "uaecentral", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_ZRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "uaenorth" + ], + "locationInfo": [ + { + "location": "uaenorth", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_ZRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "uksouth" + ], + "locationInfo": [ + { + "location": "uksouth", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_ZRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "ukwest" + ], + "locationInfo": [ + { + "location": "ukwest", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_ZRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "westcentralus" + ], + "locationInfo": [ + { + "location": "westcentralus", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshoeboxcapacitymetrics", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_ZRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "westeurope" + ], + "locationInfo": [ + { + "location": "westeurope", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_ZRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "westindia" + ], + "locationInfo": [ + { + "location": "westindia", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_ZRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "westus" + ], + "locationInfo": [ + { + "location": "westus", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshoeboxcapacitymetrics", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_ZRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "westus2" + ], + "locationInfo": [ + { + "location": "westus2", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshoeboxcapacitymetrics", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_ZRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "westus3" + ], + "locationInfo": [ + { + "location": "westus3", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_ZRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "australiaeast" + ], + "locationInfo": [ + { + "location": "australiaeast", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsSftp", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_ZRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "brazilsouth" + ], + "locationInfo": [ + { + "location": "brazilsouth", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_ZRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "canadacentral" + ], + "locationInfo": [ + { + "location": "canadacentral", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsSftp", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_ZRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "centralus" + ], + "locationInfo": [ + { + "location": "centralus", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportshoeboxcapacitymetrics", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_ZRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "eastasia" + ], + "locationInfo": [ + { + "location": "eastasia", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsSftp", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_ZRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "eastus" + ], + "locationInfo": [ + { + "location": "eastus", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportshoeboxcapacitymetrics", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_ZRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "eastus2" + ], + "locationInfo": [ + { + "location": "eastus2", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportshoeboxcapacitymetrics", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsSftp", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_ZRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "eastus2euap" + ], + "locationInfo": [ + { + "location": "eastus2euap", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportshoeboxcapacitymetrics", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsShare", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsObjectReplicationMetrics", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsSftp", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_ZRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "francecentral" + ], + "locationInfo": [ + { + "location": "francecentral", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportshoeboxcapacitymetrics", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsSftp", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_ZRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "germanywestcentral" + ], + "locationInfo": [ + { + "location": "germanywestcentral", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsSftp", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_ZRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "japaneast" + ], + "locationInfo": [ + { + "location": "japaneast", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_ZRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "koreacentral" + ], + "locationInfo": [ + { + "location": "koreacentral", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_ZRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "northeurope" + ], + "locationInfo": [ + { + "location": "northeurope", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportshoeboxcapacitymetrics", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsSftp", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_ZRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "norwayeast" + ], + "locationInfo": [ + { + "location": "norwayeast", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_ZRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "southafricanorth" + ], + "locationInfo": [ + { + "location": "southafricanorth", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_ZRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "southcentralus" + ], + "locationInfo": [ + { + "location": "southcentralus", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportshoeboxcapacitymetrics", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_ZRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "southeastasia" + ], + "locationInfo": [ + { + "location": "southeastasia", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportshoeboxcapacitymetrics", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_ZRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "swedencentral" + ], + "locationInfo": [ + { + "location": "swedencentral", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_ZRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "uksouth" + ], + "locationInfo": [ + { + "location": "uksouth", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_ZRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "westeurope" + ], + "locationInfo": [ + { + "location": "westeurope", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportshoeboxcapacitymetrics", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_ZRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "westus2" + ], + "locationInfo": [ + { + "location": "westus2", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportshoeboxcapacitymetrics", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_ZRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "westus3" + ], + "locationInfo": [ + { + "location": "westus3", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + } + ], + "restrictions": [] + } + ] + } + } + ], + "Variables": { + "RandomSeed": "1299651438", + "RESOURCE_MANAGER_URL": null, + "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" + } +} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/ListSkuAsync.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/ListSkuAsync.json new file mode 100644 index 0000000000000..e7999f48d674e --- /dev/null +++ b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/ListSkuAsync.json @@ -0,0 +1,78491 @@ +{ + "Entries": [ + { + "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-872d2de3435bd346a1a64c21b38a69e9-6b9c85af475ce74b-00", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "d3de4fe3f0d6066bf748f659ed6680a9", + "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": "Wed, 17 Nov 2021 11:51:05 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "18b55ce7-b2ac-4a7b-92d0-d3d94f5c4142", + "x-ms-ratelimit-remaining-subscription-reads": "11978", + "x-ms-request-id": "18b55ce7-b2ac-4a7b-92d0-d3d94f5c4142", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T115106Z:18b55ce7-b2ac-4a7b-92d0-d3d94f5c4142" + }, + "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.Storage/skus?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "6d8acb3efc6915a50bb0b819463c2f97", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "997443", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:51:05 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "dc482d65-5531-4245-9c19-42029f53ed38", + "x-ms-ratelimit-remaining-subscription-reads": "11977", + "x-ms-request-id": "dc482d65-5531-4245-9c19-42029f53ed38", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T115106Z:dc482d65-5531-4245-9c19-42029f53ed38" + }, + "ResponseBody": { + "value": [ + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "BlockBlobStorage", + "locations": [ + "australiaeast" + ], + "locationInfo": [ + { + "location": "australiaeast", + "zones": [ + "1" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsSftp", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "BlockBlobStorage", + "locations": [ + "australiasoutheast" + ], + "locationInfo": [ + { + "location": "australiasoutheast", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "BlockBlobStorage", + "locations": [ + "brazilsouth" + ], + "locationInfo": [ + { + "location": "brazilsouth", + "zones": [ + "2" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "BlockBlobStorage", + "locations": [ + "canadacentral" + ], + "locationInfo": [ + { + "location": "canadacentral", + "zones": [ + "1" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsSftp", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "BlockBlobStorage", + "locations": [ + "canadaeast" + ], + "locationInfo": [ + { + "location": "canadaeast", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsSftp", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "BlockBlobStorage", + "locations": [ + "centralindia" + ], + "locationInfo": [ + { + "location": "centralindia", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "BlockBlobStorage", + "locations": [ + "centralus" + ], + "locationInfo": [ + { + "location": "centralus", + "zones": [ + "2", + "1" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "BlockBlobStorage", + "locations": [ + "centraluseuap" + ], + "locationInfo": [ + { + "location": "centraluseuap", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsSftp", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "BlockBlobStorage", + "locations": [ + "eastasia" + ], + "locationInfo": [ + { + "location": "eastasia", + "zones": [ + "2" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsSftp", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "BlockBlobStorage", + "locations": [ + "eastus" + ], + "locationInfo": [ + { + "location": "eastus", + "zones": [ + "2" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "BlockBlobStorage", + "locations": [ + "eastus2" + ], + "locationInfo": [ + { + "location": "eastus2", + "zones": [ + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsSftp", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "BlockBlobStorage", + "locations": [ + "eastus2(stage)" + ], + "locationInfo": [ + { + "location": "eastus2(stage)", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsObjectReplicationMetrics", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsSftp", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "BlockBlobStorage", + "locations": [ + "eastus2euap" + ], + "locationInfo": [ + { + "location": "eastus2euap", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsSftp", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "BlockBlobStorage", + "locations": [ + "francecentral" + ], + "locationInfo": [ + { + "location": "francecentral", + "zones": [ + "2" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsSftp", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "BlockBlobStorage", + "locations": [ + "germanywestcentral" + ], + "locationInfo": [ + { + "location": "germanywestcentral", + "zones": [ + "2" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsSftp", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "BlockBlobStorage", + "locations": [ + "japaneast" + ], + "locationInfo": [ + { + "location": "japaneast", + "zones": [ + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "BlockBlobStorage", + "locations": [ + "japanwest" + ], + "locationInfo": [ + { + "location": "japanwest", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "BlockBlobStorage", + "locations": [ + "koreacentral" + ], + "locationInfo": [ + { + "location": "koreacentral", + "zones": [ + "1" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "BlockBlobStorage", + "locations": [ + "koreasouth" + ], + "locationInfo": [ + { + "location": "koreasouth", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "BlockBlobStorage", + "locations": [ + "northcentralus" + ], + "locationInfo": [ + { + "location": "northcentralus", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsSftp", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "BlockBlobStorage", + "locations": [ + "northeurope" + ], + "locationInfo": [ + { + "location": "northeurope", + "zones": [ + "2", + "1" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsSftp", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "BlockBlobStorage", + "locations": [ + "norwayeast" + ], + "locationInfo": [ + { + "location": "norwayeast", + "zones": [ + "2" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "BlockBlobStorage", + "locations": [ + "southafricanorth" + ], + "locationInfo": [ + { + "location": "southafricanorth", + "zones": [ + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "BlockBlobStorage", + "locations": [ + "southcentralus" + ], + "locationInfo": [ + { + "location": "southcentralus", + "zones": [ + "2", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "BlockBlobStorage", + "locations": [ + "southeastasia" + ], + "locationInfo": [ + { + "location": "southeastasia", + "zones": [ + "1" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "BlockBlobStorage", + "locations": [ + "southindia" + ], + "locationInfo": [ + { + "location": "southindia", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "BlockBlobStorage", + "locations": [ + "swedencentral" + ], + "locationInfo": [ + { + "location": "swedencentral", + "zones": [ + "2" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "BlockBlobStorage", + "locations": [ + "switzerlandnorth" + ], + "locationInfo": [ + { + "location": "switzerlandnorth", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsSftp", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "BlockBlobStorage", + "locations": [ + "switzerlandwest" + ], + "locationInfo": [ + { + "location": "switzerlandwest", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "BlockBlobStorage", + "locations": [ + "uaenorth" + ], + "locationInfo": [ + { + "location": "uaenorth", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "BlockBlobStorage", + "locations": [ + "uksouth" + ], + "locationInfo": [ + { + "location": "uksouth", + "zones": [ + "2", + "1" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "BlockBlobStorage", + "locations": [ + "ukwest" + ], + "locationInfo": [ + { + "location": "ukwest", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "BlockBlobStorage", + "locations": [ + "westcentralus" + ], + "locationInfo": [ + { + "location": "westcentralus", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "BlockBlobStorage", + "locations": [ + "westeurope" + ], + "locationInfo": [ + { + "location": "westeurope", + "zones": [ + "2", + "1" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "BlockBlobStorage", + "locations": [ + "westindia" + ], + "locationInfo": [ + { + "location": "westindia", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "BlockBlobStorage", + "locations": [ + "westus" + ], + "locationInfo": [ + { + "location": "westus", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "BlockBlobStorage", + "locations": [ + "westus2" + ], + "locationInfo": [ + { + "location": "westus2", + "zones": [ + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "BlockBlobStorage", + "locations": [ + "westus3" + ], + "locationInfo": [ + { + "location": "westus3", + "zones": [ + "2" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "FileStorage", + "locations": [ + "australiaeast" + ], + "locationInfo": [ + { + "location": "australiaeast", + "zones": [ + "1" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsShare", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "FileStorage", + "locations": [ + "australiasoutheast" + ], + "locationInfo": [ + { + "location": "australiasoutheast", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsShare", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "FileStorage", + "locations": [ + "brazilsouth" + ], + "locationInfo": [ + { + "location": "brazilsouth", + "zones": [ + "2" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsShare", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "FileStorage", + "locations": [ + "canadacentral" + ], + "locationInfo": [ + { + "location": "canadacentral", + "zones": [ + "1" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsShare", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "FileStorage", + "locations": [ + "canadaeast" + ], + "locationInfo": [ + { + "location": "canadaeast", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsShare", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "FileStorage", + "locations": [ + "centralindia" + ], + "locationInfo": [ + { + "location": "centralindia", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsShare", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "FileStorage", + "locations": [ + "centralus" + ], + "locationInfo": [ + { + "location": "centralus", + "zones": [ + "2", + "1" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfilestorage", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsShare", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "FileStorage", + "locations": [ + "centraluseuap" + ], + "locationInfo": [ + { + "location": "centraluseuap", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsShare", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "FileStorage", + "locations": [ + "eastasia" + ], + "locationInfo": [ + { + "location": "eastasia", + "zones": [ + "2" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsShare", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "FileStorage", + "locations": [ + "eastus" + ], + "locationInfo": [ + { + "location": "eastus", + "zones": [ + "2" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfilestorage", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsShare", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "FileStorage", + "locations": [ + "eastus2" + ], + "locationInfo": [ + { + "location": "eastus2", + "zones": [ + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfilestorage", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsShare", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "FileStorage", + "locations": [ + "eastus2(stage)" + ], + "locationInfo": [ + { + "location": "eastus2(stage)", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsShare", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "FileStorage", + "locations": [ + "eastus2euap" + ], + "locationInfo": [ + { + "location": "eastus2euap", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsShare", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "FileStorage", + "locations": [ + "francecentral" + ], + "locationInfo": [ + { + "location": "francecentral", + "zones": [ + "2" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsShare", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "FileStorage", + "locations": [ + "germanywestcentral" + ], + "locationInfo": [ + { + "location": "germanywestcentral", + "zones": [ + "2" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsShare", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "FileStorage", + "locations": [ + "japaneast" + ], + "locationInfo": [ + { + "location": "japaneast", + "zones": [ + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsShare", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "FileStorage", + "locations": [ + "japanwest" + ], + "locationInfo": [ + { + "location": "japanwest", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsShare", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "FileStorage", + "locations": [ + "koreacentral" + ], + "locationInfo": [ + { + "location": "koreacentral", + "zones": [ + "1" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsShare", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "FileStorage", + "locations": [ + "koreasouth" + ], + "locationInfo": [ + { + "location": "koreasouth", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsShare", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "FileStorage", + "locations": [ + "northcentralus" + ], + "locationInfo": [ + { + "location": "northcentralus", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsShare", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "FileStorage", + "locations": [ + "northeurope" + ], + "locationInfo": [ + { + "location": "northeurope", + "zones": [ + "2", + "1" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfilestorage", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsShare", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "FileStorage", + "locations": [ + "norwayeast" + ], + "locationInfo": [ + { + "location": "norwayeast", + "zones": [ + "2" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsShare", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "FileStorage", + "locations": [ + "qatarcentral" + ], + "locationInfo": [ + { + "location": "qatarcentral", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsShare", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "FileStorage", + "locations": [ + "southafricanorth" + ], + "locationInfo": [ + { + "location": "southafricanorth", + "zones": [ + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsShare", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "FileStorage", + "locations": [ + "southcentralus" + ], + "locationInfo": [ + { + "location": "southcentralus", + "zones": [ + "2", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsShare", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "FileStorage", + "locations": [ + "southeastasia" + ], + "locationInfo": [ + { + "location": "southeastasia", + "zones": [ + "1" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsShare", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "FileStorage", + "locations": [ + "southindia" + ], + "locationInfo": [ + { + "location": "southindia", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsShare", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "FileStorage", + "locations": [ + "swedencentral" + ], + "locationInfo": [ + { + "location": "swedencentral", + "zones": [ + "2" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsShare", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "FileStorage", + "locations": [ + "switzerlandnorth" + ], + "locationInfo": [ + { + "location": "switzerlandnorth", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsShare", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "FileStorage", + "locations": [ + "switzerlandwest" + ], + "locationInfo": [ + { + "location": "switzerlandwest", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsShare", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "FileStorage", + "locations": [ + "uaenorth" + ], + "locationInfo": [ + { + "location": "uaenorth", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsShare", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "FileStorage", + "locations": [ + "uksouth" + ], + "locationInfo": [ + { + "location": "uksouth", + "zones": [ + "2", + "1" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsShare", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "FileStorage", + "locations": [ + "ukwest" + ], + "locationInfo": [ + { + "location": "ukwest", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsShare", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "FileStorage", + "locations": [ + "westcentralus" + ], + "locationInfo": [ + { + "location": "westcentralus", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsShare", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "FileStorage", + "locations": [ + "westeurope" + ], + "locationInfo": [ + { + "location": "westeurope", + "zones": [ + "2", + "1" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfilestorage", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsShare", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "FileStorage", + "locations": [ + "westindia" + ], + "locationInfo": [ + { + "location": "westindia", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsShare", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "FileStorage", + "locations": [ + "westus" + ], + "locationInfo": [ + { + "location": "westus", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfilestorage", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsShare", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "FileStorage", + "locations": [ + "westus2" + ], + "locationInfo": [ + { + "location": "westus2", + "zones": [ + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsShare", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "FileStorage", + "locations": [ + "westus3" + ], + "locationInfo": [ + { + "location": "westus3", + "zones": [ + "2" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsShare", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "Storage", + "locations": [ + "australiacentral" + ], + "locationInfo": [ + { + "location": "australiacentral", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "Storage", + "locations": [ + "australiacentral2" + ], + "locationInfo": [ + { + "location": "australiacentral2", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "Storage", + "locations": [ + "australiaeast" + ], + "locationInfo": [ + { + "location": "australiaeast", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "Storage", + "locations": [ + "australiasoutheast" + ], + "locationInfo": [ + { + "location": "australiasoutheast", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "Storage", + "locations": [ + "brazilsouth" + ], + "locationInfo": [ + { + "location": "brazilsouth", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "Storage", + "locations": [ + "brazilsoutheast" + ], + "locationInfo": [ + { + "location": "brazilsoutheast", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "Storage", + "locations": [ + "canadacentral" + ], + "locationInfo": [ + { + "location": "canadacentral", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "Storage", + "locations": [ + "canadaeast" + ], + "locationInfo": [ + { + "location": "canadaeast", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "Storage", + "locations": [ + "centralindia" + ], + "locationInfo": [ + { + "location": "centralindia", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "Storage", + "locations": [ + "centralus" + ], + "locationInfo": [ + { + "location": "centralus", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshoeboxcapacitymetrics", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "Storage", + "locations": [ + "centraluseuap" + ], + "locationInfo": [ + { + "location": "centraluseuap", + "zones": [ + "1" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "Storage", + "locations": [ + "eastasia" + ], + "locationInfo": [ + { + "location": "eastasia", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "Storage", + "locations": [ + "eastus" + ], + "locationInfo": [ + { + "location": "eastus", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshoeboxcapacitymetrics", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "Storage", + "locations": [ + "eastus2" + ], + "locationInfo": [ + { + "location": "eastus2", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshoeboxcapacitymetrics", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "Storage", + "locations": [ + "eastus2(stage)" + ], + "locationInfo": [ + { + "location": "eastus2(stage)", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "Storage", + "locations": [ + "eastus2euap" + ], + "locationInfo": [ + { + "location": "eastus2euap", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "Storage", + "locations": [ + "eastusslv" + ], + "locationInfo": [ + { + "location": "eastusslv", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "Storage", + "locations": [ + "eastusstg" + ], + "locationInfo": [ + { + "location": "eastusstg", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "Storage", + "locations": [ + "francecentral" + ], + "locationInfo": [ + { + "location": "francecentral", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "Storage", + "locations": [ + "francesouth" + ], + "locationInfo": [ + { + "location": "francesouth", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "Storage", + "locations": [ + "germanynorth" + ], + "locationInfo": [ + { + "location": "germanynorth", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "Storage", + "locations": [ + "germanywestcentral" + ], + "locationInfo": [ + { + "location": "germanywestcentral", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "Storage", + "locations": [ + "japaneast" + ], + "locationInfo": [ + { + "location": "japaneast", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "Storage", + "locations": [ + "japanwest" + ], + "locationInfo": [ + { + "location": "japanwest", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "Storage", + "locations": [ + "jioindiacentral" + ], + "locationInfo": [ + { + "location": "jioindiacentral", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "Storage", + "locations": [ + "jioindiawest" + ], + "locationInfo": [ + { + "location": "jioindiawest", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "Storage", + "locations": [ + "koreacentral" + ], + "locationInfo": [ + { + "location": "koreacentral", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "Storage", + "locations": [ + "koreasouth" + ], + "locationInfo": [ + { + "location": "koreasouth", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "Storage", + "locations": [ + "northcentralus" + ], + "locationInfo": [ + { + "location": "northcentralus", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshoeboxcapacitymetrics", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "Storage", + "locations": [ + "northeurope" + ], + "locationInfo": [ + { + "location": "northeurope", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "Storage", + "locations": [ + "norwayeast" + ], + "locationInfo": [ + { + "location": "norwayeast", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "Storage", + "locations": [ + "norwaywest" + ], + "locationInfo": [ + { + "location": "norwaywest", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "Storage", + "locations": [ + "qatarcentral" + ], + "locationInfo": [ + { + "location": "qatarcentral", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "Storage", + "locations": [ + "southafricanorth" + ], + "locationInfo": [ + { + "location": "southafricanorth", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "Storage", + "locations": [ + "southafricawest" + ], + "locationInfo": [ + { + "location": "southafricawest", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "Storage", + "locations": [ + "southcentralus" + ], + "locationInfo": [ + { + "location": "southcentralus", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshoeboxcapacitymetrics", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "Storage", + "locations": [ + "southcentralusstg" + ], + "locationInfo": [ + { + "location": "southcentralusstg", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "Storage", + "locations": [ + "southeastasia" + ], + "locationInfo": [ + { + "location": "southeastasia", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "Storage", + "locations": [ + "southindia" + ], + "locationInfo": [ + { + "location": "southindia", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "Storage", + "locations": [ + "swedencentral" + ], + "locationInfo": [ + { + "location": "swedencentral", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "Storage", + "locations": [ + "swedensouth" + ], + "locationInfo": [ + { + "location": "swedensouth", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "Storage", + "locations": [ + "switzerlandnorth" + ], + "locationInfo": [ + { + "location": "switzerlandnorth", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "Storage", + "locations": [ + "switzerlandwest" + ], + "locationInfo": [ + { + "location": "switzerlandwest", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "Storage", + "locations": [ + "uaecentral" + ], + "locationInfo": [ + { + "location": "uaecentral", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "Storage", + "locations": [ + "uaenorth" + ], + "locationInfo": [ + { + "location": "uaenorth", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "Storage", + "locations": [ + "uksouth" + ], + "locationInfo": [ + { + "location": "uksouth", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "Storage", + "locations": [ + "ukwest" + ], + "locationInfo": [ + { + "location": "ukwest", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "Storage", + "locations": [ + "westcentralus" + ], + "locationInfo": [ + { + "location": "westcentralus", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshoeboxcapacitymetrics", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "Storage", + "locations": [ + "westeurope" + ], + "locationInfo": [ + { + "location": "westeurope", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "Storage", + "locations": [ + "westindia" + ], + "locationInfo": [ + { + "location": "westindia", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "Storage", + "locations": [ + "westus" + ], + "locationInfo": [ + { + "location": "westus", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshoeboxcapacitymetrics", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "Storage", + "locations": [ + "westus2" + ], + "locationInfo": [ + { + "location": "westus2", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshoeboxcapacitymetrics", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "Storage", + "locations": [ + "westus3" + ], + "locationInfo": [ + { + "location": "westus3", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "StorageV2", + "locations": [ + "australiacentral" + ], + "locationInfo": [ + { + "location": "australiacentral", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "StorageV2", + "locations": [ + "australiacentral2" + ], + "locationInfo": [ + { + "location": "australiacentral2", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "StorageV2", + "locations": [ + "australiaeast" + ], + "locationInfo": [ + { + "location": "australiaeast", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "StorageV2", + "locations": [ + "australiasoutheast" + ], + "locationInfo": [ + { + "location": "australiasoutheast", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "StorageV2", + "locations": [ + "brazilsouth" + ], + "locationInfo": [ + { + "location": "brazilsouth", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "StorageV2", + "locations": [ + "brazilsoutheast" + ], + "locationInfo": [ + { + "location": "brazilsoutheast", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "StorageV2", + "locations": [ + "canadacentral" + ], + "locationInfo": [ + { + "location": "canadacentral", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "StorageV2", + "locations": [ + "canadaeast" + ], + "locationInfo": [ + { + "location": "canadaeast", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "StorageV2", + "locations": [ + "centralindia" + ], + "locationInfo": [ + { + "location": "centralindia", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "StorageV2", + "locations": [ + "centralus" + ], + "locationInfo": [ + { + "location": "centralus", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshoeboxcapacitymetrics", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "StorageV2", + "locations": [ + "centraluseuap" + ], + "locationInfo": [ + { + "location": "centraluseuap", + "zones": [ + "1" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsObjectReplicationMetrics", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "StorageV2", + "locations": [ + "eastasia" + ], + "locationInfo": [ + { + "location": "eastasia", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "StorageV2", + "locations": [ + "eastus" + ], + "locationInfo": [ + { + "location": "eastus", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshoeboxcapacitymetrics", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "StorageV2", + "locations": [ + "eastus2" + ], + "locationInfo": [ + { + "location": "eastus2", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshoeboxcapacitymetrics", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "StorageV2", + "locations": [ + "eastus2(stage)" + ], + "locationInfo": [ + { + "location": "eastus2(stage)", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsObjectReplicationMetrics", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "StorageV2", + "locations": [ + "eastus2euap" + ], + "locationInfo": [ + { + "location": "eastus2euap", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsObjectReplicationMetrics", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "StorageV2", + "locations": [ + "eastusslv" + ], + "locationInfo": [ + { + "location": "eastusslv", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "StorageV2", + "locations": [ + "eastusstg" + ], + "locationInfo": [ + { + "location": "eastusstg", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "StorageV2", + "locations": [ + "francecentral" + ], + "locationInfo": [ + { + "location": "francecentral", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "StorageV2", + "locations": [ + "francesouth" + ], + "locationInfo": [ + { + "location": "francesouth", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "StorageV2", + "locations": [ + "germanynorth" + ], + "locationInfo": [ + { + "location": "germanynorth", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "StorageV2", + "locations": [ + "germanywestcentral" + ], + "locationInfo": [ + { + "location": "germanywestcentral", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "StorageV2", + "locations": [ + "japaneast" + ], + "locationInfo": [ + { + "location": "japaneast", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "StorageV2", + "locations": [ + "japanwest" + ], + "locationInfo": [ + { + "location": "japanwest", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "StorageV2", + "locations": [ + "jioindiacentral" + ], + "locationInfo": [ + { + "location": "jioindiacentral", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "StorageV2", + "locations": [ + "jioindiawest" + ], + "locationInfo": [ + { + "location": "jioindiawest", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "StorageV2", + "locations": [ + "koreacentral" + ], + "locationInfo": [ + { + "location": "koreacentral", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "StorageV2", + "locations": [ + "koreasouth" + ], + "locationInfo": [ + { + "location": "koreasouth", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "StorageV2", + "locations": [ + "northcentralus" + ], + "locationInfo": [ + { + "location": "northcentralus", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshoeboxcapacitymetrics", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "StorageV2", + "locations": [ + "northeurope" + ], + "locationInfo": [ + { + "location": "northeurope", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "StorageV2", + "locations": [ + "norwayeast" + ], + "locationInfo": [ + { + "location": "norwayeast", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "StorageV2", + "locations": [ + "norwaywest" + ], + "locationInfo": [ + { + "location": "norwaywest", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "StorageV2", + "locations": [ + "qatarcentral" + ], + "locationInfo": [ + { + "location": "qatarcentral", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "StorageV2", + "locations": [ + "southafricanorth" + ], + "locationInfo": [ + { + "location": "southafricanorth", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "StorageV2", + "locations": [ + "southafricawest" + ], + "locationInfo": [ + { + "location": "southafricawest", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "StorageV2", + "locations": [ + "southcentralus" + ], + "locationInfo": [ + { + "location": "southcentralus", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshoeboxcapacitymetrics", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "StorageV2", + "locations": [ + "southcentralusstg" + ], + "locationInfo": [ + { + "location": "southcentralusstg", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "StorageV2", + "locations": [ + "southeastasia" + ], + "locationInfo": [ + { + "location": "southeastasia", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "StorageV2", + "locations": [ + "southindia" + ], + "locationInfo": [ + { + "location": "southindia", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "StorageV2", + "locations": [ + "swedencentral" + ], + "locationInfo": [ + { + "location": "swedencentral", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "StorageV2", + "locations": [ + "swedensouth" + ], + "locationInfo": [ + { + "location": "swedensouth", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "StorageV2", + "locations": [ + "switzerlandnorth" + ], + "locationInfo": [ + { + "location": "switzerlandnorth", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "StorageV2", + "locations": [ + "switzerlandwest" + ], + "locationInfo": [ + { + "location": "switzerlandwest", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "StorageV2", + "locations": [ + "uaecentral" + ], + "locationInfo": [ + { + "location": "uaecentral", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "StorageV2", + "locations": [ + "uaenorth" + ], + "locationInfo": [ + { + "location": "uaenorth", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "StorageV2", + "locations": [ + "uksouth" + ], + "locationInfo": [ + { + "location": "uksouth", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "StorageV2", + "locations": [ + "ukwest" + ], + "locationInfo": [ + { + "location": "ukwest", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "StorageV2", + "locations": [ + "westcentralus" + ], + "locationInfo": [ + { + "location": "westcentralus", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshoeboxcapacitymetrics", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "StorageV2", + "locations": [ + "westeurope" + ], + "locationInfo": [ + { + "location": "westeurope", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "StorageV2", + "locations": [ + "westindia" + ], + "locationInfo": [ + { + "location": "westindia", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "StorageV2", + "locations": [ + "westus" + ], + "locationInfo": [ + { + "location": "westus", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshoeboxcapacitymetrics", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "StorageV2", + "locations": [ + "westus2" + ], + "locationInfo": [ + { + "location": "westus2", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshoeboxcapacitymetrics", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_LRS", + "tier": "Premium", + "kind": "StorageV2", + "locations": [ + "westus3" + ], + "locationInfo": [ + { + "location": "westus3", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_ZRS", + "tier": "Premium", + "kind": "BlockBlobStorage", + "locations": [ + "australiaeast" + ], + "locationInfo": [ + { + "location": "australiaeast", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsSftp", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_ZRS", + "tier": "Premium", + "kind": "BlockBlobStorage", + "locations": [ + "brazilsouth" + ], + "locationInfo": [ + { + "location": "brazilsouth", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_ZRS", + "tier": "Premium", + "kind": "BlockBlobStorage", + "locations": [ + "eastus" + ], + "locationInfo": [ + { + "location": "eastus", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_ZRS", + "tier": "Premium", + "kind": "BlockBlobStorage", + "locations": [ + "eastus2" + ], + "locationInfo": [ + { + "location": "eastus2", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsSftp", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_ZRS", + "tier": "Premium", + "kind": "BlockBlobStorage", + "locations": [ + "eastus2euap" + ], + "locationInfo": [ + { + "location": "eastus2euap", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsSftp", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_ZRS", + "tier": "Premium", + "kind": "BlockBlobStorage", + "locations": [ + "francecentral" + ], + "locationInfo": [ + { + "location": "francecentral", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsSftp", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_ZRS", + "tier": "Premium", + "kind": "BlockBlobStorage", + "locations": [ + "japaneast" + ], + "locationInfo": [ + { + "location": "japaneast", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_ZRS", + "tier": "Premium", + "kind": "BlockBlobStorage", + "locations": [ + "northeurope" + ], + "locationInfo": [ + { + "location": "northeurope", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsSftp", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_ZRS", + "tier": "Premium", + "kind": "BlockBlobStorage", + "locations": [ + "southeastasia" + ], + "locationInfo": [ + { + "location": "southeastasia", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_ZRS", + "tier": "Premium", + "kind": "BlockBlobStorage", + "locations": [ + "uksouth" + ], + "locationInfo": [ + { + "location": "uksouth", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_ZRS", + "tier": "Premium", + "kind": "BlockBlobStorage", + "locations": [ + "westeurope" + ], + "locationInfo": [ + { + "location": "westeurope", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_ZRS", + "tier": "Premium", + "kind": "BlockBlobStorage", + "locations": [ + "westus2" + ], + "locationInfo": [ + { + "location": "westus2", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_ZRS", + "tier": "Premium", + "kind": "FileStorage", + "locations": [ + "australiaeast" + ], + "locationInfo": [ + { + "location": "australiaeast", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsShare", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_ZRS", + "tier": "Premium", + "kind": "FileStorage", + "locations": [ + "brazilsouth" + ], + "locationInfo": [ + { + "location": "brazilsouth", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsShare", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_ZRS", + "tier": "Premium", + "kind": "FileStorage", + "locations": [ + "eastus" + ], + "locationInfo": [ + { + "location": "eastus", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsShare", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_ZRS", + "tier": "Premium", + "kind": "FileStorage", + "locations": [ + "eastus2" + ], + "locationInfo": [ + { + "location": "eastus2", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsShare", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_ZRS", + "tier": "Premium", + "kind": "FileStorage", + "locations": [ + "eastus2euap" + ], + "locationInfo": [ + { + "location": "eastus2euap", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsShare", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_ZRS", + "tier": "Premium", + "kind": "FileStorage", + "locations": [ + "francecentral" + ], + "locationInfo": [ + { + "location": "francecentral", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsShare", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_ZRS", + "tier": "Premium", + "kind": "FileStorage", + "locations": [ + "japaneast" + ], + "locationInfo": [ + { + "location": "japaneast", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsShare", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_ZRS", + "tier": "Premium", + "kind": "FileStorage", + "locations": [ + "northeurope" + ], + "locationInfo": [ + { + "location": "northeurope", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsShare", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_ZRS", + "tier": "Premium", + "kind": "FileStorage", + "locations": [ + "southeastasia" + ], + "locationInfo": [ + { + "location": "southeastasia", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsShare", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_ZRS", + "tier": "Premium", + "kind": "FileStorage", + "locations": [ + "uksouth" + ], + "locationInfo": [ + { + "location": "uksouth", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsShare", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_ZRS", + "tier": "Premium", + "kind": "FileStorage", + "locations": [ + "westeurope" + ], + "locationInfo": [ + { + "location": "westeurope", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsShare", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_ZRS", + "tier": "Premium", + "kind": "FileStorage", + "locations": [ + "westus2" + ], + "locationInfo": [ + { + "location": "westus2", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsShare", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Premium_ZRS", + "tier": "Premium", + "kind": "StorageV2", + "locations": [ + "eastus2euap" + ], + "locationInfo": [ + { + "location": "eastus2euap", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsObjectReplicationMetrics", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GRS", + "tier": "Standard", + "kind": "BlobStorage", + "locations": [ + "australiacentral" + ], + "locationInfo": [ + { + "location": "australiacentral", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GRS", + "tier": "Standard", + "kind": "BlobStorage", + "locations": [ + "australiacentral2" + ], + "locationInfo": [ + { + "location": "australiacentral2", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GRS", + "tier": "Standard", + "kind": "BlobStorage", + "locations": [ + "australiaeast" + ], + "locationInfo": [ + { + "location": "australiaeast", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GRS", + "tier": "Standard", + "kind": "BlobStorage", + "locations": [ + "australiasoutheast" + ], + "locationInfo": [ + { + "location": "australiasoutheast", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GRS", + "tier": "Standard", + "kind": "BlobStorage", + "locations": [ + "brazilsouth" + ], + "locationInfo": [ + { + "location": "brazilsouth", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GRS", + "tier": "Standard", + "kind": "BlobStorage", + "locations": [ + "brazilsoutheast" + ], + "locationInfo": [ + { + "location": "brazilsoutheast", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GRS", + "tier": "Standard", + "kind": "BlobStorage", + "locations": [ + "canadacentral" + ], + "locationInfo": [ + { + "location": "canadacentral", + "zones": [ + "2", + "1" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GRS", + "tier": "Standard", + "kind": "BlobStorage", + "locations": [ + "canadaeast" + ], + "locationInfo": [ + { + "location": "canadaeast", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GRS", + "tier": "Standard", + "kind": "BlobStorage", + "locations": [ + "centralindia" + ], + "locationInfo": [ + { + "location": "centralindia", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GRS", + "tier": "Standard", + "kind": "BlobStorage", + "locations": [ + "centralus" + ], + "locationInfo": [ + { + "location": "centralus", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportshoeboxcapacitymetrics", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GRS", + "tier": "Standard", + "kind": "BlobStorage", + "locations": [ + "centraluseuap" + ], + "locationInfo": [ + { + "location": "centraluseuap", + "zones": [ + "1" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GRS", + "tier": "Standard", + "kind": "BlobStorage", + "locations": [ + "eastasia" + ], + "locationInfo": [ + { + "location": "eastasia", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GRS", + "tier": "Standard", + "kind": "BlobStorage", + "locations": [ + "eastus" + ], + "locationInfo": [ + { + "location": "eastus", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportshoeboxcapacitymetrics", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GRS", + "tier": "Standard", + "kind": "BlobStorage", + "locations": [ + "eastus2" + ], + "locationInfo": [ + { + "location": "eastus2", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportshoeboxcapacitymetrics", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GRS", + "tier": "Standard", + "kind": "BlobStorage", + "locations": [ + "eastus2(stage)" + ], + "locationInfo": [ + { + "location": "eastus2(stage)", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GRS", + "tier": "Standard", + "kind": "BlobStorage", + "locations": [ + "eastus2euap" + ], + "locationInfo": [ + { + "location": "eastus2euap", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GRS", + "tier": "Standard", + "kind": "BlobStorage", + "locations": [ + "eastusslv" + ], + "locationInfo": [ + { + "location": "eastusslv", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GRS", + "tier": "Standard", + "kind": "BlobStorage", + "locations": [ + "eastusstg" + ], + "locationInfo": [ + { + "location": "eastusstg", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GRS", + "tier": "Standard", + "kind": "BlobStorage", + "locations": [ + "francecentral" + ], + "locationInfo": [ + { + "location": "francecentral", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GRS", + "tier": "Standard", + "kind": "BlobStorage", + "locations": [ + "francesouth" + ], + "locationInfo": [ + { + "location": "francesouth", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GRS", + "tier": "Standard", + "kind": "BlobStorage", + "locations": [ + "germanynorth" + ], + "locationInfo": [ + { + "location": "germanynorth", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GRS", + "tier": "Standard", + "kind": "BlobStorage", + "locations": [ + "germanywestcentral" + ], + "locationInfo": [ + { + "location": "germanywestcentral", + "zones": [ + "2" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GRS", + "tier": "Standard", + "kind": "BlobStorage", + "locations": [ + "japaneast" + ], + "locationInfo": [ + { + "location": "japaneast", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GRS", + "tier": "Standard", + "kind": "BlobStorage", + "locations": [ + "japanwest" + ], + "locationInfo": [ + { + "location": "japanwest", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GRS", + "tier": "Standard", + "kind": "BlobStorage", + "locations": [ + "jioindiacentral" + ], + "locationInfo": [ + { + "location": "jioindiacentral", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GRS", + "tier": "Standard", + "kind": "BlobStorage", + "locations": [ + "jioindiawest" + ], + "locationInfo": [ + { + "location": "jioindiawest", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GRS", + "tier": "Standard", + "kind": "BlobStorage", + "locations": [ + "koreacentral" + ], + "locationInfo": [ + { + "location": "koreacentral", + "zones": [ + "2", + "1" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GRS", + "tier": "Standard", + "kind": "BlobStorage", + "locations": [ + "koreasouth" + ], + "locationInfo": [ + { + "location": "koreasouth", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GRS", + "tier": "Standard", + "kind": "BlobStorage", + "locations": [ + "northcentralus" + ], + "locationInfo": [ + { + "location": "northcentralus", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportshoeboxcapacitymetrics", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GRS", + "tier": "Standard", + "kind": "BlobStorage", + "locations": [ + "northeurope" + ], + "locationInfo": [ + { + "location": "northeurope", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GRS", + "tier": "Standard", + "kind": "BlobStorage", + "locations": [ + "norwayeast" + ], + "locationInfo": [ + { + "location": "norwayeast", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GRS", + "tier": "Standard", + "kind": "BlobStorage", + "locations": [ + "norwaywest" + ], + "locationInfo": [ + { + "location": "norwaywest", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GRS", + "tier": "Standard", + "kind": "BlobStorage", + "locations": [ + "southafricanorth" + ], + "locationInfo": [ + { + "location": "southafricanorth", + "zones": [ + "2", + "1" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GRS", + "tier": "Standard", + "kind": "BlobStorage", + "locations": [ + "southafricawest" + ], + "locationInfo": [ + { + "location": "southafricawest", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GRS", + "tier": "Standard", + "kind": "BlobStorage", + "locations": [ + "southcentralus" + ], + "locationInfo": [ + { + "location": "southcentralus", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportshoeboxcapacitymetrics", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GRS", + "tier": "Standard", + "kind": "BlobStorage", + "locations": [ + "southcentralusstg" + ], + "locationInfo": [ + { + "location": "southcentralusstg", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GRS", + "tier": "Standard", + "kind": "BlobStorage", + "locations": [ + "southeastasia" + ], + "locationInfo": [ + { + "location": "southeastasia", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GRS", + "tier": "Standard", + "kind": "BlobStorage", + "locations": [ + "southindia" + ], + "locationInfo": [ + { + "location": "southindia", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GRS", + "tier": "Standard", + "kind": "BlobStorage", + "locations": [ + "swedencentral" + ], + "locationInfo": [ + { + "location": "swedencentral", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GRS", + "tier": "Standard", + "kind": "BlobStorage", + "locations": [ + "swedensouth" + ], + "locationInfo": [ + { + "location": "swedensouth", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GRS", + "tier": "Standard", + "kind": "BlobStorage", + "locations": [ + "switzerlandnorth" + ], + "locationInfo": [ + { + "location": "switzerlandnorth", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GRS", + "tier": "Standard", + "kind": "BlobStorage", + "locations": [ + "switzerlandwest" + ], + "locationInfo": [ + { + "location": "switzerlandwest", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GRS", + "tier": "Standard", + "kind": "BlobStorage", + "locations": [ + "uaecentral" + ], + "locationInfo": [ + { + "location": "uaecentral", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GRS", + "tier": "Standard", + "kind": "BlobStorage", + "locations": [ + "uaenorth" + ], + "locationInfo": [ + { + "location": "uaenorth", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GRS", + "tier": "Standard", + "kind": "BlobStorage", + "locations": [ + "uksouth" + ], + "locationInfo": [ + { + "location": "uksouth", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GRS", + "tier": "Standard", + "kind": "BlobStorage", + "locations": [ + "ukwest" + ], + "locationInfo": [ + { + "location": "ukwest", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GRS", + "tier": "Standard", + "kind": "BlobStorage", + "locations": [ + "westcentralus" + ], + "locationInfo": [ + { + "location": "westcentralus", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportshoeboxcapacitymetrics", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GRS", + "tier": "Standard", + "kind": "BlobStorage", + "locations": [ + "westeurope" + ], + "locationInfo": [ + { + "location": "westeurope", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GRS", + "tier": "Standard", + "kind": "BlobStorage", + "locations": [ + "westindia" + ], + "locationInfo": [ + { + "location": "westindia", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GRS", + "tier": "Standard", + "kind": "BlobStorage", + "locations": [ + "westus" + ], + "locationInfo": [ + { + "location": "westus", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportshoeboxcapacitymetrics", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GRS", + "tier": "Standard", + "kind": "BlobStorage", + "locations": [ + "westus2" + ], + "locationInfo": [ + { + "location": "westus2", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportshoeboxcapacitymetrics", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GRS", + "tier": "Standard", + "kind": "BlobStorage", + "locations": [ + "westus3" + ], + "locationInfo": [ + { + "location": "westus3", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "australiacentral" + ], + "locationInfo": [ + { + "location": "australiacentral", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "australiacentral2" + ], + "locationInfo": [ + { + "location": "australiacentral2", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "australiaeast" + ], + "locationInfo": [ + { + "location": "australiaeast", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "australiasoutheast" + ], + "locationInfo": [ + { + "location": "australiasoutheast", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "brazilsouth" + ], + "locationInfo": [ + { + "location": "brazilsouth", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "brazilsoutheast" + ], + "locationInfo": [ + { + "location": "brazilsoutheast", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "canadacentral" + ], + "locationInfo": [ + { + "location": "canadacentral", + "zones": [ + "2", + "1" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "canadaeast" + ], + "locationInfo": [ + { + "location": "canadaeast", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "centralindia" + ], + "locationInfo": [ + { + "location": "centralindia", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "centralus" + ], + "locationInfo": [ + { + "location": "centralus", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshoeboxcapacitymetrics", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "centraluseuap" + ], + "locationInfo": [ + { + "location": "centraluseuap", + "zones": [ + "1" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "eastasia" + ], + "locationInfo": [ + { + "location": "eastasia", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "eastus" + ], + "locationInfo": [ + { + "location": "eastus", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshoeboxcapacitymetrics", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "eastus2" + ], + "locationInfo": [ + { + "location": "eastus2", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshoeboxcapacitymetrics", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "eastus2(stage)" + ], + "locationInfo": [ + { + "location": "eastus2(stage)", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "eastus2euap" + ], + "locationInfo": [ + { + "location": "eastus2euap", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "eastusslv" + ], + "locationInfo": [ + { + "location": "eastusslv", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "eastusstg" + ], + "locationInfo": [ + { + "location": "eastusstg", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "francecentral" + ], + "locationInfo": [ + { + "location": "francecentral", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "francesouth" + ], + "locationInfo": [ + { + "location": "francesouth", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "germanynorth" + ], + "locationInfo": [ + { + "location": "germanynorth", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "germanywestcentral" + ], + "locationInfo": [ + { + "location": "germanywestcentral", + "zones": [ + "2" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "japaneast" + ], + "locationInfo": [ + { + "location": "japaneast", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "japanwest" + ], + "locationInfo": [ + { + "location": "japanwest", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "jioindiacentral" + ], + "locationInfo": [ + { + "location": "jioindiacentral", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "jioindiawest" + ], + "locationInfo": [ + { + "location": "jioindiawest", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "koreacentral" + ], + "locationInfo": [ + { + "location": "koreacentral", + "zones": [ + "2", + "1" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "koreasouth" + ], + "locationInfo": [ + { + "location": "koreasouth", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "northcentralus" + ], + "locationInfo": [ + { + "location": "northcentralus", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshoeboxcapacitymetrics", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "northeurope" + ], + "locationInfo": [ + { + "location": "northeurope", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "norwayeast" + ], + "locationInfo": [ + { + "location": "norwayeast", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "norwaywest" + ], + "locationInfo": [ + { + "location": "norwaywest", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "southafricanorth" + ], + "locationInfo": [ + { + "location": "southafricanorth", + "zones": [ + "2", + "1" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "southafricawest" + ], + "locationInfo": [ + { + "location": "southafricawest", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "southcentralus" + ], + "locationInfo": [ + { + "location": "southcentralus", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshoeboxcapacitymetrics", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "southcentralusstg" + ], + "locationInfo": [ + { + "location": "southcentralusstg", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "southeastasia" + ], + "locationInfo": [ + { + "location": "southeastasia", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "southindia" + ], + "locationInfo": [ + { + "location": "southindia", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "swedencentral" + ], + "locationInfo": [ + { + "location": "swedencentral", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "swedensouth" + ], + "locationInfo": [ + { + "location": "swedensouth", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "switzerlandnorth" + ], + "locationInfo": [ + { + "location": "switzerlandnorth", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "switzerlandwest" + ], + "locationInfo": [ + { + "location": "switzerlandwest", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "uaecentral" + ], + "locationInfo": [ + { + "location": "uaecentral", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "uaenorth" + ], + "locationInfo": [ + { + "location": "uaenorth", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "uksouth" + ], + "locationInfo": [ + { + "location": "uksouth", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "ukwest" + ], + "locationInfo": [ + { + "location": "ukwest", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "westcentralus" + ], + "locationInfo": [ + { + "location": "westcentralus", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshoeboxcapacitymetrics", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "westeurope" + ], + "locationInfo": [ + { + "location": "westeurope", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "westindia" + ], + "locationInfo": [ + { + "location": "westindia", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "westus" + ], + "locationInfo": [ + { + "location": "westus", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshoeboxcapacitymetrics", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "westus2" + ], + "locationInfo": [ + { + "location": "westus2", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshoeboxcapacitymetrics", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "westus3" + ], + "locationInfo": [ + { + "location": "westus3", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "australiacentral" + ], + "locationInfo": [ + { + "location": "australiacentral", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "australiacentral2" + ], + "locationInfo": [ + { + "location": "australiacentral2", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "australiaeast" + ], + "locationInfo": [ + { + "location": "australiaeast", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "australiasoutheast" + ], + "locationInfo": [ + { + "location": "australiasoutheast", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "brazilsouth" + ], + "locationInfo": [ + { + "location": "brazilsouth", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "brazilsoutheast" + ], + "locationInfo": [ + { + "location": "brazilsoutheast", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "canadacentral" + ], + "locationInfo": [ + { + "location": "canadacentral", + "zones": [ + "2", + "1" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "canadaeast" + ], + "locationInfo": [ + { + "location": "canadaeast", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "centralindia" + ], + "locationInfo": [ + { + "location": "centralindia", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "centralus" + ], + "locationInfo": [ + { + "location": "centralus", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportshoeboxcapacitymetrics", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "centraluseuap" + ], + "locationInfo": [ + { + "location": "centraluseuap", + "zones": [ + "1" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsObjectReplicationMetrics", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "eastasia" + ], + "locationInfo": [ + { + "location": "eastasia", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "eastus" + ], + "locationInfo": [ + { + "location": "eastus", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportshoeboxcapacitymetrics", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "eastus2" + ], + "locationInfo": [ + { + "location": "eastus2", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportshoeboxcapacitymetrics", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "eastus2(stage)" + ], + "locationInfo": [ + { + "location": "eastus2(stage)", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsObjectReplicationMetrics", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "eastus2euap" + ], + "locationInfo": [ + { + "location": "eastus2euap", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsObjectReplicationMetrics", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "eastusslv" + ], + "locationInfo": [ + { + "location": "eastusslv", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "eastusstg" + ], + "locationInfo": [ + { + "location": "eastusstg", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "francecentral" + ], + "locationInfo": [ + { + "location": "francecentral", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "francesouth" + ], + "locationInfo": [ + { + "location": "francesouth", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "germanynorth" + ], + "locationInfo": [ + { + "location": "germanynorth", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "germanywestcentral" + ], + "locationInfo": [ + { + "location": "germanywestcentral", + "zones": [ + "2" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "japaneast" + ], + "locationInfo": [ + { + "location": "japaneast", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "japanwest" + ], + "locationInfo": [ + { + "location": "japanwest", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "jioindiacentral" + ], + "locationInfo": [ + { + "location": "jioindiacentral", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "jioindiawest" + ], + "locationInfo": [ + { + "location": "jioindiawest", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "koreacentral" + ], + "locationInfo": [ + { + "location": "koreacentral", + "zones": [ + "2", + "1" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "koreasouth" + ], + "locationInfo": [ + { + "location": "koreasouth", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "northcentralus" + ], + "locationInfo": [ + { + "location": "northcentralus", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportshoeboxcapacitymetrics", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "northeurope" + ], + "locationInfo": [ + { + "location": "northeurope", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "norwayeast" + ], + "locationInfo": [ + { + "location": "norwayeast", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "norwaywest" + ], + "locationInfo": [ + { + "location": "norwaywest", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "southafricanorth" + ], + "locationInfo": [ + { + "location": "southafricanorth", + "zones": [ + "2", + "1" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "southafricawest" + ], + "locationInfo": [ + { + "location": "southafricawest", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "southcentralus" + ], + "locationInfo": [ + { + "location": "southcentralus", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportshoeboxcapacitymetrics", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "southcentralusstg" + ], + "locationInfo": [ + { + "location": "southcentralusstg", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "southeastasia" + ], + "locationInfo": [ + { + "location": "southeastasia", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "southindia" + ], + "locationInfo": [ + { + "location": "southindia", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "swedencentral" + ], + "locationInfo": [ + { + "location": "swedencentral", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "swedensouth" + ], + "locationInfo": [ + { + "location": "swedensouth", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "switzerlandnorth" + ], + "locationInfo": [ + { + "location": "switzerlandnorth", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "switzerlandwest" + ], + "locationInfo": [ + { + "location": "switzerlandwest", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "uaecentral" + ], + "locationInfo": [ + { + "location": "uaecentral", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "uaenorth" + ], + "locationInfo": [ + { + "location": "uaenorth", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "uksouth" + ], + "locationInfo": [ + { + "location": "uksouth", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "ukwest" + ], + "locationInfo": [ + { + "location": "ukwest", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "westcentralus" + ], + "locationInfo": [ + { + "location": "westcentralus", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportshoeboxcapacitymetrics", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "westeurope" + ], + "locationInfo": [ + { + "location": "westeurope", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "westindia" + ], + "locationInfo": [ + { + "location": "westindia", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "westus" + ], + "locationInfo": [ + { + "location": "westus", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportshoeboxcapacitymetrics", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "westus2" + ], + "locationInfo": [ + { + "location": "westus2", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportshoeboxcapacitymetrics", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "westus3" + ], + "locationInfo": [ + { + "location": "westus3", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GZRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "australiaeast" + ], + "locationInfo": [ + { + "location": "australiaeast", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GZRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "brazilsouth" + ], + "locationInfo": [ + { + "location": "brazilsouth", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GZRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "canadacentral" + ], + "locationInfo": [ + { + "location": "canadacentral", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GZRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "centralus" + ], + "locationInfo": [ + { + "location": "centralus", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportshoeboxcapacitymetrics", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GZRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "eastasia" + ], + "locationInfo": [ + { + "location": "eastasia", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GZRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "eastus" + ], + "locationInfo": [ + { + "location": "eastus", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportshoeboxcapacitymetrics", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GZRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "eastus2" + ], + "locationInfo": [ + { + "location": "eastus2", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportshoeboxcapacitymetrics", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GZRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "eastus2euap" + ], + "locationInfo": [ + { + "location": "eastus2euap", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsObjectReplicationMetrics", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GZRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "francecentral" + ], + "locationInfo": [ + { + "location": "francecentral", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GZRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "japaneast" + ], + "locationInfo": [ + { + "location": "japaneast", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GZRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "koreacentral" + ], + "locationInfo": [ + { + "location": "koreacentral", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GZRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "northeurope" + ], + "locationInfo": [ + { + "location": "northeurope", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GZRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "norwayeast" + ], + "locationInfo": [ + { + "location": "norwayeast", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GZRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "southafricanorth" + ], + "locationInfo": [ + { + "location": "southafricanorth", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GZRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "southcentralus" + ], + "locationInfo": [ + { + "location": "southcentralus", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportshoeboxcapacitymetrics", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GZRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "southeastasia" + ], + "locationInfo": [ + { + "location": "southeastasia", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GZRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "swedencentral" + ], + "locationInfo": [ + { + "location": "swedencentral", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GZRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "uksouth" + ], + "locationInfo": [ + { + "location": "uksouth", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GZRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "westeurope" + ], + "locationInfo": [ + { + "location": "westeurope", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GZRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "westus2" + ], + "locationInfo": [ + { + "location": "westus2", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportshoeboxcapacitymetrics", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_GZRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "westus3" + ], + "locationInfo": [ + { + "location": "westus3", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "BlobStorage", + "locations": [ + "australiacentral" + ], + "locationInfo": [ + { + "location": "australiacentral", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "BlobStorage", + "locations": [ + "australiacentral2" + ], + "locationInfo": [ + { + "location": "australiacentral2", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "BlobStorage", + "locations": [ + "australiaeast" + ], + "locationInfo": [ + { + "location": "australiaeast", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsSftp", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "BlobStorage", + "locations": [ + "australiasoutheast" + ], + "locationInfo": [ + { + "location": "australiasoutheast", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "BlobStorage", + "locations": [ + "brazilsouth" + ], + "locationInfo": [ + { + "location": "brazilsouth", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "BlobStorage", + "locations": [ + "brazilsoutheast" + ], + "locationInfo": [ + { + "location": "brazilsoutheast", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "BlobStorage", + "locations": [ + "canadacentral" + ], + "locationInfo": [ + { + "location": "canadacentral", + "zones": [ + "2", + "1" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsSftp", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "BlobStorage", + "locations": [ + "canadaeast" + ], + "locationInfo": [ + { + "location": "canadaeast", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsSftp", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "BlobStorage", + "locations": [ + "centralindia" + ], + "locationInfo": [ + { + "location": "centralindia", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "BlobStorage", + "locations": [ + "centralus" + ], + "locationInfo": [ + { + "location": "centralus", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportshoeboxcapacitymetrics", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "BlobStorage", + "locations": [ + "centraluseuap" + ], + "locationInfo": [ + { + "location": "centraluseuap", + "zones": [ + "1" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsSftp", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "BlobStorage", + "locations": [ + "eastasia" + ], + "locationInfo": [ + { + "location": "eastasia", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsSftp", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "BlobStorage", + "locations": [ + "eastus" + ], + "locationInfo": [ + { + "location": "eastus", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportshoeboxcapacitymetrics", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "BlobStorage", + "locations": [ + "eastus2" + ], + "locationInfo": [ + { + "location": "eastus2", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportshoeboxcapacitymetrics", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsSftp", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "BlobStorage", + "locations": [ + "eastus2(stage)" + ], + "locationInfo": [ + { + "location": "eastus2(stage)", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsSftp", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "BlobStorage", + "locations": [ + "eastus2euap" + ], + "locationInfo": [ + { + "location": "eastus2euap", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsSftp", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "BlobStorage", + "locations": [ + "eastusslv" + ], + "locationInfo": [ + { + "location": "eastusslv", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "BlobStorage", + "locations": [ + "eastusstg" + ], + "locationInfo": [ + { + "location": "eastusstg", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "BlobStorage", + "locations": [ + "francecentral" + ], + "locationInfo": [ + { + "location": "francecentral", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsSftp", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "BlobStorage", + "locations": [ + "francesouth" + ], + "locationInfo": [ + { + "location": "francesouth", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "BlobStorage", + "locations": [ + "germanynorth" + ], + "locationInfo": [ + { + "location": "germanynorth", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "BlobStorage", + "locations": [ + "germanywestcentral" + ], + "locationInfo": [ + { + "location": "germanywestcentral", + "zones": [ + "2" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsSftp", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "BlobStorage", + "locations": [ + "japaneast" + ], + "locationInfo": [ + { + "location": "japaneast", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "BlobStorage", + "locations": [ + "japanwest" + ], + "locationInfo": [ + { + "location": "japanwest", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "BlobStorage", + "locations": [ + "jioindiacentral" + ], + "locationInfo": [ + { + "location": "jioindiacentral", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "BlobStorage", + "locations": [ + "jioindiawest" + ], + "locationInfo": [ + { + "location": "jioindiawest", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "BlobStorage", + "locations": [ + "koreacentral" + ], + "locationInfo": [ + { + "location": "koreacentral", + "zones": [ + "2", + "1" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "BlobStorage", + "locations": [ + "koreasouth" + ], + "locationInfo": [ + { + "location": "koreasouth", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "BlobStorage", + "locations": [ + "northcentralus" + ], + "locationInfo": [ + { + "location": "northcentralus", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportshoeboxcapacitymetrics", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsSftp", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "BlobStorage", + "locations": [ + "northeurope" + ], + "locationInfo": [ + { + "location": "northeurope", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsSftp", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "BlobStorage", + "locations": [ + "norwayeast" + ], + "locationInfo": [ + { + "location": "norwayeast", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "BlobStorage", + "locations": [ + "norwaywest" + ], + "locationInfo": [ + { + "location": "norwaywest", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "BlobStorage", + "locations": [ + "qatarcentral" + ], + "locationInfo": [ + { + "location": "qatarcentral", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "BlobStorage", + "locations": [ + "southafricanorth" + ], + "locationInfo": [ + { + "location": "southafricanorth", + "zones": [ + "2", + "1" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "BlobStorage", + "locations": [ + "southafricawest" + ], + "locationInfo": [ + { + "location": "southafricawest", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "BlobStorage", + "locations": [ + "southcentralus" + ], + "locationInfo": [ + { + "location": "southcentralus", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportshoeboxcapacitymetrics", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "BlobStorage", + "locations": [ + "southcentralusstg" + ], + "locationInfo": [ + { + "location": "southcentralusstg", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "BlobStorage", + "locations": [ + "southeastasia" + ], + "locationInfo": [ + { + "location": "southeastasia", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "BlobStorage", + "locations": [ + "southindia" + ], + "locationInfo": [ + { + "location": "southindia", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "BlobStorage", + "locations": [ + "swedencentral" + ], + "locationInfo": [ + { + "location": "swedencentral", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "BlobStorage", + "locations": [ + "swedensouth" + ], + "locationInfo": [ + { + "location": "swedensouth", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "BlobStorage", + "locations": [ + "switzerlandnorth" + ], + "locationInfo": [ + { + "location": "switzerlandnorth", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsSftp", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "BlobStorage", + "locations": [ + "switzerlandwest" + ], + "locationInfo": [ + { + "location": "switzerlandwest", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "BlobStorage", + "locations": [ + "uaecentral" + ], + "locationInfo": [ + { + "location": "uaecentral", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "BlobStorage", + "locations": [ + "uaenorth" + ], + "locationInfo": [ + { + "location": "uaenorth", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "BlobStorage", + "locations": [ + "uksouth" + ], + "locationInfo": [ + { + "location": "uksouth", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "BlobStorage", + "locations": [ + "ukwest" + ], + "locationInfo": [ + { + "location": "ukwest", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "BlobStorage", + "locations": [ + "westcentralus" + ], + "locationInfo": [ + { + "location": "westcentralus", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportshoeboxcapacitymetrics", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "BlobStorage", + "locations": [ + "westeurope" + ], + "locationInfo": [ + { + "location": "westeurope", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "BlobStorage", + "locations": [ + "westindia" + ], + "locationInfo": [ + { + "location": "westindia", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "BlobStorage", + "locations": [ + "westus" + ], + "locationInfo": [ + { + "location": "westus", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportshoeboxcapacitymetrics", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "BlobStorage", + "locations": [ + "westus2" + ], + "locationInfo": [ + { + "location": "westus2", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportshoeboxcapacitymetrics", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "BlobStorage", + "locations": [ + "westus3" + ], + "locationInfo": [ + { + "location": "westus3", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "australiacentral" + ], + "locationInfo": [ + { + "location": "australiacentral", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "australiacentral2" + ], + "locationInfo": [ + { + "location": "australiacentral2", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "australiaeast" + ], + "locationInfo": [ + { + "location": "australiaeast", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "australiasoutheast" + ], + "locationInfo": [ + { + "location": "australiasoutheast", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "brazilsouth" + ], + "locationInfo": [ + { + "location": "brazilsouth", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "brazilsoutheast" + ], + "locationInfo": [ + { + "location": "brazilsoutheast", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "canadacentral" + ], + "locationInfo": [ + { + "location": "canadacentral", + "zones": [ + "2", + "1" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "canadaeast" + ], + "locationInfo": [ + { + "location": "canadaeast", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "centralindia" + ], + "locationInfo": [ + { + "location": "centralindia", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "centralus" + ], + "locationInfo": [ + { + "location": "centralus", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshoeboxcapacitymetrics", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "centraluseuap" + ], + "locationInfo": [ + { + "location": "centraluseuap", + "zones": [ + "1" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "eastasia" + ], + "locationInfo": [ + { + "location": "eastasia", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "eastus" + ], + "locationInfo": [ + { + "location": "eastus", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshoeboxcapacitymetrics", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "eastus2" + ], + "locationInfo": [ + { + "location": "eastus2", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshoeboxcapacitymetrics", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "eastus2(stage)" + ], + "locationInfo": [ + { + "location": "eastus2(stage)", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "eastus2euap" + ], + "locationInfo": [ + { + "location": "eastus2euap", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "eastusslv" + ], + "locationInfo": [ + { + "location": "eastusslv", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "eastusstg" + ], + "locationInfo": [ + { + "location": "eastusstg", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "francecentral" + ], + "locationInfo": [ + { + "location": "francecentral", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "francesouth" + ], + "locationInfo": [ + { + "location": "francesouth", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "germanynorth" + ], + "locationInfo": [ + { + "location": "germanynorth", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "germanywestcentral" + ], + "locationInfo": [ + { + "location": "germanywestcentral", + "zones": [ + "2" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "japaneast" + ], + "locationInfo": [ + { + "location": "japaneast", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "japanwest" + ], + "locationInfo": [ + { + "location": "japanwest", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "jioindiacentral" + ], + "locationInfo": [ + { + "location": "jioindiacentral", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "jioindiawest" + ], + "locationInfo": [ + { + "location": "jioindiawest", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "koreacentral" + ], + "locationInfo": [ + { + "location": "koreacentral", + "zones": [ + "2", + "1" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "koreasouth" + ], + "locationInfo": [ + { + "location": "koreasouth", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "northcentralus" + ], + "locationInfo": [ + { + "location": "northcentralus", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshoeboxcapacitymetrics", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "northeurope" + ], + "locationInfo": [ + { + "location": "northeurope", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "norwayeast" + ], + "locationInfo": [ + { + "location": "norwayeast", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "norwaywest" + ], + "locationInfo": [ + { + "location": "norwaywest", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "qatarcentral" + ], + "locationInfo": [ + { + "location": "qatarcentral", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "southafricanorth" + ], + "locationInfo": [ + { + "location": "southafricanorth", + "zones": [ + "2", + "1" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "southafricawest" + ], + "locationInfo": [ + { + "location": "southafricawest", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "southcentralus" + ], + "locationInfo": [ + { + "location": "southcentralus", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshoeboxcapacitymetrics", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "southcentralusstg" + ], + "locationInfo": [ + { + "location": "southcentralusstg", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "southeastasia" + ], + "locationInfo": [ + { + "location": "southeastasia", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "southindia" + ], + "locationInfo": [ + { + "location": "southindia", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "swedencentral" + ], + "locationInfo": [ + { + "location": "swedencentral", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "swedensouth" + ], + "locationInfo": [ + { + "location": "swedensouth", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "switzerlandnorth" + ], + "locationInfo": [ + { + "location": "switzerlandnorth", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "switzerlandwest" + ], + "locationInfo": [ + { + "location": "switzerlandwest", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "uaecentral" + ], + "locationInfo": [ + { + "location": "uaecentral", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "uaenorth" + ], + "locationInfo": [ + { + "location": "uaenorth", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "uksouth" + ], + "locationInfo": [ + { + "location": "uksouth", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "ukwest" + ], + "locationInfo": [ + { + "location": "ukwest", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "westcentralus" + ], + "locationInfo": [ + { + "location": "westcentralus", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshoeboxcapacitymetrics", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "westeurope" + ], + "locationInfo": [ + { + "location": "westeurope", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "westindia" + ], + "locationInfo": [ + { + "location": "westindia", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "westus" + ], + "locationInfo": [ + { + "location": "westus", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshoeboxcapacitymetrics", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "westus2" + ], + "locationInfo": [ + { + "location": "westus2", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshoeboxcapacitymetrics", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "westus3" + ], + "locationInfo": [ + { + "location": "westus3", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "australiacentral" + ], + "locationInfo": [ + { + "location": "australiacentral", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "australiacentral2" + ], + "locationInfo": [ + { + "location": "australiacentral2", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "australiaeast" + ], + "locationInfo": [ + { + "location": "australiaeast", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsSftp", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "australiasoutheast" + ], + "locationInfo": [ + { + "location": "australiasoutheast", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "brazilsouth" + ], + "locationInfo": [ + { + "location": "brazilsouth", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "brazilsoutheast" + ], + "locationInfo": [ + { + "location": "brazilsoutheast", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "canadacentral" + ], + "locationInfo": [ + { + "location": "canadacentral", + "zones": [ + "2", + "1" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsSftp", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "canadaeast" + ], + "locationInfo": [ + { + "location": "canadaeast", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsSftp", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "centralindia" + ], + "locationInfo": [ + { + "location": "centralindia", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "centralus" + ], + "locationInfo": [ + { + "location": "centralus", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportshoeboxcapacitymetrics", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "centraluseuap" + ], + "locationInfo": [ + { + "location": "centraluseuap", + "zones": [ + "1" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsObjectReplicationMetrics", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsSftp", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "eastasia" + ], + "locationInfo": [ + { + "location": "eastasia", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsSftp", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "eastus" + ], + "locationInfo": [ + { + "location": "eastus", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportshoeboxcapacitymetrics", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "eastus2" + ], + "locationInfo": [ + { + "location": "eastus2", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportshoeboxcapacitymetrics", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsSftp", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "eastus2(stage)" + ], + "locationInfo": [ + { + "location": "eastus2(stage)", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsObjectReplicationMetrics", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsSftp", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "eastus2euap" + ], + "locationInfo": [ + { + "location": "eastus2euap", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsObjectReplicationMetrics", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsSftp", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "eastusslv" + ], + "locationInfo": [ + { + "location": "eastusslv", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "eastusstg" + ], + "locationInfo": [ + { + "location": "eastusstg", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "francecentral" + ], + "locationInfo": [ + { + "location": "francecentral", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsSftp", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "francesouth" + ], + "locationInfo": [ + { + "location": "francesouth", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "germanynorth" + ], + "locationInfo": [ + { + "location": "germanynorth", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "germanywestcentral" + ], + "locationInfo": [ + { + "location": "germanywestcentral", + "zones": [ + "2" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsSftp", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "japaneast" + ], + "locationInfo": [ + { + "location": "japaneast", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "japanwest" + ], + "locationInfo": [ + { + "location": "japanwest", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "jioindiacentral" + ], + "locationInfo": [ + { + "location": "jioindiacentral", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "jioindiawest" + ], + "locationInfo": [ + { + "location": "jioindiawest", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "koreacentral" + ], + "locationInfo": [ + { + "location": "koreacentral", + "zones": [ + "2", + "1" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "koreasouth" + ], + "locationInfo": [ + { + "location": "koreasouth", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "northcentralus" + ], + "locationInfo": [ + { + "location": "northcentralus", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportshoeboxcapacitymetrics", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsSftp", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "northeurope" + ], + "locationInfo": [ + { + "location": "northeurope", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsSftp", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "norwayeast" + ], + "locationInfo": [ + { + "location": "norwayeast", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "norwaywest" + ], + "locationInfo": [ + { + "location": "norwaywest", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "qatarcentral" + ], + "locationInfo": [ + { + "location": "qatarcentral", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "southafricanorth" + ], + "locationInfo": [ + { + "location": "southafricanorth", + "zones": [ + "2", + "1" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "southafricawest" + ], + "locationInfo": [ + { + "location": "southafricawest", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "southcentralus" + ], + "locationInfo": [ + { + "location": "southcentralus", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportshoeboxcapacitymetrics", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "southcentralusstg" + ], + "locationInfo": [ + { + "location": "southcentralusstg", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "southeastasia" + ], + "locationInfo": [ + { + "location": "southeastasia", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "southindia" + ], + "locationInfo": [ + { + "location": "southindia", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "swedencentral" + ], + "locationInfo": [ + { + "location": "swedencentral", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "swedensouth" + ], + "locationInfo": [ + { + "location": "swedensouth", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "switzerlandnorth" + ], + "locationInfo": [ + { + "location": "switzerlandnorth", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsSftp", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "switzerlandwest" + ], + "locationInfo": [ + { + "location": "switzerlandwest", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "uaecentral" + ], + "locationInfo": [ + { + "location": "uaecentral", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "uaenorth" + ], + "locationInfo": [ + { + "location": "uaenorth", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "uksouth" + ], + "locationInfo": [ + { + "location": "uksouth", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "ukwest" + ], + "locationInfo": [ + { + "location": "ukwest", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "westcentralus" + ], + "locationInfo": [ + { + "location": "westcentralus", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportshoeboxcapacitymetrics", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "westeurope" + ], + "locationInfo": [ + { + "location": "westeurope", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "westindia" + ], + "locationInfo": [ + { + "location": "westindia", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "westus" + ], + "locationInfo": [ + { + "location": "westus", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportshoeboxcapacitymetrics", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "westus2" + ], + "locationInfo": [ + { + "location": "westus2", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportshoeboxcapacitymetrics", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_LRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "westus3" + ], + "locationInfo": [ + { + "location": "westus3", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGRS", + "tier": "Standard", + "kind": "BlobStorage", + "locations": [ + "australiacentral" + ], + "locationInfo": [ + { + "location": "australiacentral", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGRS", + "tier": "Standard", + "kind": "BlobStorage", + "locations": [ + "australiacentral2" + ], + "locationInfo": [ + { + "location": "australiacentral2", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGRS", + "tier": "Standard", + "kind": "BlobStorage", + "locations": [ + "australiaeast" + ], + "locationInfo": [ + { + "location": "australiaeast", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGRS", + "tier": "Standard", + "kind": "BlobStorage", + "locations": [ + "australiasoutheast" + ], + "locationInfo": [ + { + "location": "australiasoutheast", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGRS", + "tier": "Standard", + "kind": "BlobStorage", + "locations": [ + "brazilsouth" + ], + "locationInfo": [ + { + "location": "brazilsouth", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGRS", + "tier": "Standard", + "kind": "BlobStorage", + "locations": [ + "brazilsoutheast" + ], + "locationInfo": [ + { + "location": "brazilsoutheast", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGRS", + "tier": "Standard", + "kind": "BlobStorage", + "locations": [ + "canadacentral" + ], + "locationInfo": [ + { + "location": "canadacentral", + "zones": [ + "2", + "1" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGRS", + "tier": "Standard", + "kind": "BlobStorage", + "locations": [ + "canadaeast" + ], + "locationInfo": [ + { + "location": "canadaeast", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGRS", + "tier": "Standard", + "kind": "BlobStorage", + "locations": [ + "centralindia" + ], + "locationInfo": [ + { + "location": "centralindia", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGRS", + "tier": "Standard", + "kind": "BlobStorage", + "locations": [ + "centralus" + ], + "locationInfo": [ + { + "location": "centralus", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportshoeboxcapacitymetrics", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGRS", + "tier": "Standard", + "kind": "BlobStorage", + "locations": [ + "centraluseuap" + ], + "locationInfo": [ + { + "location": "centraluseuap", + "zones": [ + "1" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGRS", + "tier": "Standard", + "kind": "BlobStorage", + "locations": [ + "eastasia" + ], + "locationInfo": [ + { + "location": "eastasia", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGRS", + "tier": "Standard", + "kind": "BlobStorage", + "locations": [ + "eastus" + ], + "locationInfo": [ + { + "location": "eastus", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportshoeboxcapacitymetrics", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGRS", + "tier": "Standard", + "kind": "BlobStorage", + "locations": [ + "eastus2" + ], + "locationInfo": [ + { + "location": "eastus2", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportshoeboxcapacitymetrics", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGRS", + "tier": "Standard", + "kind": "BlobStorage", + "locations": [ + "eastus2(stage)" + ], + "locationInfo": [ + { + "location": "eastus2(stage)", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGRS", + "tier": "Standard", + "kind": "BlobStorage", + "locations": [ + "eastus2euap" + ], + "locationInfo": [ + { + "location": "eastus2euap", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGRS", + "tier": "Standard", + "kind": "BlobStorage", + "locations": [ + "eastusslv" + ], + "locationInfo": [ + { + "location": "eastusslv", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGRS", + "tier": "Standard", + "kind": "BlobStorage", + "locations": [ + "eastusstg" + ], + "locationInfo": [ + { + "location": "eastusstg", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGRS", + "tier": "Standard", + "kind": "BlobStorage", + "locations": [ + "francecentral" + ], + "locationInfo": [ + { + "location": "francecentral", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGRS", + "tier": "Standard", + "kind": "BlobStorage", + "locations": [ + "francesouth" + ], + "locationInfo": [ + { + "location": "francesouth", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGRS", + "tier": "Standard", + "kind": "BlobStorage", + "locations": [ + "germanynorth" + ], + "locationInfo": [ + { + "location": "germanynorth", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGRS", + "tier": "Standard", + "kind": "BlobStorage", + "locations": [ + "germanywestcentral" + ], + "locationInfo": [ + { + "location": "germanywestcentral", + "zones": [ + "2" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGRS", + "tier": "Standard", + "kind": "BlobStorage", + "locations": [ + "japaneast" + ], + "locationInfo": [ + { + "location": "japaneast", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGRS", + "tier": "Standard", + "kind": "BlobStorage", + "locations": [ + "japanwest" + ], + "locationInfo": [ + { + "location": "japanwest", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGRS", + "tier": "Standard", + "kind": "BlobStorage", + "locations": [ + "jioindiacentral" + ], + "locationInfo": [ + { + "location": "jioindiacentral", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGRS", + "tier": "Standard", + "kind": "BlobStorage", + "locations": [ + "jioindiawest" + ], + "locationInfo": [ + { + "location": "jioindiawest", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGRS", + "tier": "Standard", + "kind": "BlobStorage", + "locations": [ + "koreacentral" + ], + "locationInfo": [ + { + "location": "koreacentral", + "zones": [ + "2", + "1" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGRS", + "tier": "Standard", + "kind": "BlobStorage", + "locations": [ + "koreasouth" + ], + "locationInfo": [ + { + "location": "koreasouth", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGRS", + "tier": "Standard", + "kind": "BlobStorage", + "locations": [ + "northcentralus" + ], + "locationInfo": [ + { + "location": "northcentralus", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportshoeboxcapacitymetrics", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGRS", + "tier": "Standard", + "kind": "BlobStorage", + "locations": [ + "northeurope" + ], + "locationInfo": [ + { + "location": "northeurope", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGRS", + "tier": "Standard", + "kind": "BlobStorage", + "locations": [ + "norwayeast" + ], + "locationInfo": [ + { + "location": "norwayeast", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGRS", + "tier": "Standard", + "kind": "BlobStorage", + "locations": [ + "norwaywest" + ], + "locationInfo": [ + { + "location": "norwaywest", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGRS", + "tier": "Standard", + "kind": "BlobStorage", + "locations": [ + "southafricanorth" + ], + "locationInfo": [ + { + "location": "southafricanorth", + "zones": [ + "2", + "1" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGRS", + "tier": "Standard", + "kind": "BlobStorage", + "locations": [ + "southafricawest" + ], + "locationInfo": [ + { + "location": "southafricawest", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGRS", + "tier": "Standard", + "kind": "BlobStorage", + "locations": [ + "southcentralus" + ], + "locationInfo": [ + { + "location": "southcentralus", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportshoeboxcapacitymetrics", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGRS", + "tier": "Standard", + "kind": "BlobStorage", + "locations": [ + "southcentralusstg" + ], + "locationInfo": [ + { + "location": "southcentralusstg", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGRS", + "tier": "Standard", + "kind": "BlobStorage", + "locations": [ + "southeastasia" + ], + "locationInfo": [ + { + "location": "southeastasia", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGRS", + "tier": "Standard", + "kind": "BlobStorage", + "locations": [ + "southindia" + ], + "locationInfo": [ + { + "location": "southindia", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGRS", + "tier": "Standard", + "kind": "BlobStorage", + "locations": [ + "swedencentral" + ], + "locationInfo": [ + { + "location": "swedencentral", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGRS", + "tier": "Standard", + "kind": "BlobStorage", + "locations": [ + "swedensouth" + ], + "locationInfo": [ + { + "location": "swedensouth", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGRS", + "tier": "Standard", + "kind": "BlobStorage", + "locations": [ + "switzerlandnorth" + ], + "locationInfo": [ + { + "location": "switzerlandnorth", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGRS", + "tier": "Standard", + "kind": "BlobStorage", + "locations": [ + "switzerlandwest" + ], + "locationInfo": [ + { + "location": "switzerlandwest", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGRS", + "tier": "Standard", + "kind": "BlobStorage", + "locations": [ + "uaecentral" + ], + "locationInfo": [ + { + "location": "uaecentral", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGRS", + "tier": "Standard", + "kind": "BlobStorage", + "locations": [ + "uaenorth" + ], + "locationInfo": [ + { + "location": "uaenorth", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGRS", + "tier": "Standard", + "kind": "BlobStorage", + "locations": [ + "uksouth" + ], + "locationInfo": [ + { + "location": "uksouth", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGRS", + "tier": "Standard", + "kind": "BlobStorage", + "locations": [ + "ukwest" + ], + "locationInfo": [ + { + "location": "ukwest", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGRS", + "tier": "Standard", + "kind": "BlobStorage", + "locations": [ + "westcentralus" + ], + "locationInfo": [ + { + "location": "westcentralus", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportshoeboxcapacitymetrics", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGRS", + "tier": "Standard", + "kind": "BlobStorage", + "locations": [ + "westeurope" + ], + "locationInfo": [ + { + "location": "westeurope", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGRS", + "tier": "Standard", + "kind": "BlobStorage", + "locations": [ + "westindia" + ], + "locationInfo": [ + { + "location": "westindia", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGRS", + "tier": "Standard", + "kind": "BlobStorage", + "locations": [ + "westus" + ], + "locationInfo": [ + { + "location": "westus", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportshoeboxcapacitymetrics", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGRS", + "tier": "Standard", + "kind": "BlobStorage", + "locations": [ + "westus2" + ], + "locationInfo": [ + { + "location": "westus2", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportshoeboxcapacitymetrics", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGRS", + "tier": "Standard", + "kind": "BlobStorage", + "locations": [ + "westus3" + ], + "locationInfo": [ + { + "location": "westus3", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "australiacentral" + ], + "locationInfo": [ + { + "location": "australiacentral", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "australiacentral2" + ], + "locationInfo": [ + { + "location": "australiacentral2", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "australiaeast" + ], + "locationInfo": [ + { + "location": "australiaeast", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "australiasoutheast" + ], + "locationInfo": [ + { + "location": "australiasoutheast", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "brazilsouth" + ], + "locationInfo": [ + { + "location": "brazilsouth", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "brazilsoutheast" + ], + "locationInfo": [ + { + "location": "brazilsoutheast", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "canadacentral" + ], + "locationInfo": [ + { + "location": "canadacentral", + "zones": [ + "2", + "1" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "canadaeast" + ], + "locationInfo": [ + { + "location": "canadaeast", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "centralindia" + ], + "locationInfo": [ + { + "location": "centralindia", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "centralus" + ], + "locationInfo": [ + { + "location": "centralus", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshoeboxcapacitymetrics", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "centraluseuap" + ], + "locationInfo": [ + { + "location": "centraluseuap", + "zones": [ + "1" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "eastasia" + ], + "locationInfo": [ + { + "location": "eastasia", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "eastus" + ], + "locationInfo": [ + { + "location": "eastus", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshoeboxcapacitymetrics", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "eastus2" + ], + "locationInfo": [ + { + "location": "eastus2", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshoeboxcapacitymetrics", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "eastus2(stage)" + ], + "locationInfo": [ + { + "location": "eastus2(stage)", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "eastus2euap" + ], + "locationInfo": [ + { + "location": "eastus2euap", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "eastusslv" + ], + "locationInfo": [ + { + "location": "eastusslv", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "eastusstg" + ], + "locationInfo": [ + { + "location": "eastusstg", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "francecentral" + ], + "locationInfo": [ + { + "location": "francecentral", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "francesouth" + ], + "locationInfo": [ + { + "location": "francesouth", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "germanynorth" + ], + "locationInfo": [ + { + "location": "germanynorth", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "germanywestcentral" + ], + "locationInfo": [ + { + "location": "germanywestcentral", + "zones": [ + "2" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "japaneast" + ], + "locationInfo": [ + { + "location": "japaneast", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "japanwest" + ], + "locationInfo": [ + { + "location": "japanwest", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "jioindiacentral" + ], + "locationInfo": [ + { + "location": "jioindiacentral", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "jioindiawest" + ], + "locationInfo": [ + { + "location": "jioindiawest", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "koreacentral" + ], + "locationInfo": [ + { + "location": "koreacentral", + "zones": [ + "2", + "1" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "koreasouth" + ], + "locationInfo": [ + { + "location": "koreasouth", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "northcentralus" + ], + "locationInfo": [ + { + "location": "northcentralus", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshoeboxcapacitymetrics", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "northeurope" + ], + "locationInfo": [ + { + "location": "northeurope", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "norwayeast" + ], + "locationInfo": [ + { + "location": "norwayeast", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "norwaywest" + ], + "locationInfo": [ + { + "location": "norwaywest", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "southafricanorth" + ], + "locationInfo": [ + { + "location": "southafricanorth", + "zones": [ + "2", + "1" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "southafricawest" + ], + "locationInfo": [ + { + "location": "southafricawest", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "southcentralus" + ], + "locationInfo": [ + { + "location": "southcentralus", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshoeboxcapacitymetrics", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "southcentralusstg" + ], + "locationInfo": [ + { + "location": "southcentralusstg", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "southeastasia" + ], + "locationInfo": [ + { + "location": "southeastasia", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "southindia" + ], + "locationInfo": [ + { + "location": "southindia", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "swedencentral" + ], + "locationInfo": [ + { + "location": "swedencentral", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "swedensouth" + ], + "locationInfo": [ + { + "location": "swedensouth", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "switzerlandnorth" + ], + "locationInfo": [ + { + "location": "switzerlandnorth", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "switzerlandwest" + ], + "locationInfo": [ + { + "location": "switzerlandwest", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "uaecentral" + ], + "locationInfo": [ + { + "location": "uaecentral", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "uaenorth" + ], + "locationInfo": [ + { + "location": "uaenorth", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "uksouth" + ], + "locationInfo": [ + { + "location": "uksouth", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "ukwest" + ], + "locationInfo": [ + { + "location": "ukwest", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "westcentralus" + ], + "locationInfo": [ + { + "location": "westcentralus", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshoeboxcapacitymetrics", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "westeurope" + ], + "locationInfo": [ + { + "location": "westeurope", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "westindia" + ], + "locationInfo": [ + { + "location": "westindia", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "westus" + ], + "locationInfo": [ + { + "location": "westus", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshoeboxcapacitymetrics", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "westus2" + ], + "locationInfo": [ + { + "location": "westus2", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshoeboxcapacitymetrics", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "westus3" + ], + "locationInfo": [ + { + "location": "westus3", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "australiacentral" + ], + "locationInfo": [ + { + "location": "australiacentral", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "australiacentral2" + ], + "locationInfo": [ + { + "location": "australiacentral2", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "australiaeast" + ], + "locationInfo": [ + { + "location": "australiaeast", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "australiasoutheast" + ], + "locationInfo": [ + { + "location": "australiasoutheast", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "brazilsouth" + ], + "locationInfo": [ + { + "location": "brazilsouth", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "brazilsoutheast" + ], + "locationInfo": [ + { + "location": "brazilsoutheast", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "canadacentral" + ], + "locationInfo": [ + { + "location": "canadacentral", + "zones": [ + "2", + "1" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "canadaeast" + ], + "locationInfo": [ + { + "location": "canadaeast", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "centralindia" + ], + "locationInfo": [ + { + "location": "centralindia", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "centralus" + ], + "locationInfo": [ + { + "location": "centralus", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportshoeboxcapacitymetrics", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "centraluseuap" + ], + "locationInfo": [ + { + "location": "centraluseuap", + "zones": [ + "1" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsObjectReplicationMetrics", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "eastasia" + ], + "locationInfo": [ + { + "location": "eastasia", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "eastus" + ], + "locationInfo": [ + { + "location": "eastus", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportshoeboxcapacitymetrics", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "eastus2" + ], + "locationInfo": [ + { + "location": "eastus2", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportshoeboxcapacitymetrics", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "eastus2(stage)" + ], + "locationInfo": [ + { + "location": "eastus2(stage)", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsObjectReplicationMetrics", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "eastus2euap" + ], + "locationInfo": [ + { + "location": "eastus2euap", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsObjectReplicationMetrics", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "eastusslv" + ], + "locationInfo": [ + { + "location": "eastusslv", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "eastusstg" + ], + "locationInfo": [ + { + "location": "eastusstg", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "francecentral" + ], + "locationInfo": [ + { + "location": "francecentral", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "francesouth" + ], + "locationInfo": [ + { + "location": "francesouth", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "germanynorth" + ], + "locationInfo": [ + { + "location": "germanynorth", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "germanywestcentral" + ], + "locationInfo": [ + { + "location": "germanywestcentral", + "zones": [ + "2" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "japaneast" + ], + "locationInfo": [ + { + "location": "japaneast", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "japanwest" + ], + "locationInfo": [ + { + "location": "japanwest", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "jioindiacentral" + ], + "locationInfo": [ + { + "location": "jioindiacentral", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "jioindiawest" + ], + "locationInfo": [ + { + "location": "jioindiawest", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "koreacentral" + ], + "locationInfo": [ + { + "location": "koreacentral", + "zones": [ + "2", + "1" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "koreasouth" + ], + "locationInfo": [ + { + "location": "koreasouth", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "northcentralus" + ], + "locationInfo": [ + { + "location": "northcentralus", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportshoeboxcapacitymetrics", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "northeurope" + ], + "locationInfo": [ + { + "location": "northeurope", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "norwayeast" + ], + "locationInfo": [ + { + "location": "norwayeast", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "norwaywest" + ], + "locationInfo": [ + { + "location": "norwaywest", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "southafricanorth" + ], + "locationInfo": [ + { + "location": "southafricanorth", + "zones": [ + "2", + "1" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "southafricawest" + ], + "locationInfo": [ + { + "location": "southafricawest", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "southcentralus" + ], + "locationInfo": [ + { + "location": "southcentralus", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportshoeboxcapacitymetrics", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "southcentralusstg" + ], + "locationInfo": [ + { + "location": "southcentralusstg", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "southeastasia" + ], + "locationInfo": [ + { + "location": "southeastasia", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "southindia" + ], + "locationInfo": [ + { + "location": "southindia", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "swedencentral" + ], + "locationInfo": [ + { + "location": "swedencentral", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "swedensouth" + ], + "locationInfo": [ + { + "location": "swedensouth", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "switzerlandnorth" + ], + "locationInfo": [ + { + "location": "switzerlandnorth", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "switzerlandwest" + ], + "locationInfo": [ + { + "location": "switzerlandwest", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "uaecentral" + ], + "locationInfo": [ + { + "location": "uaecentral", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "uaenorth" + ], + "locationInfo": [ + { + "location": "uaenorth", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "uksouth" + ], + "locationInfo": [ + { + "location": "uksouth", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "ukwest" + ], + "locationInfo": [ + { + "location": "ukwest", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "westcentralus" + ], + "locationInfo": [ + { + "location": "westcentralus", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportshoeboxcapacitymetrics", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "westeurope" + ], + "locationInfo": [ + { + "location": "westeurope", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "westindia" + ], + "locationInfo": [ + { + "location": "westindia", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "westus" + ], + "locationInfo": [ + { + "location": "westus", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportshoeboxcapacitymetrics", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "westus2" + ], + "locationInfo": [ + { + "location": "westus2", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsarchivepreview", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportshoeboxcapacitymetrics", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsRoutingPreferences", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "westus3" + ], + "locationInfo": [ + { + "location": "westus3", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGZRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "australiaeast" + ], + "locationInfo": [ + { + "location": "australiaeast", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGZRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "brazilsouth" + ], + "locationInfo": [ + { + "location": "brazilsouth", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGZRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "canadacentral" + ], + "locationInfo": [ + { + "location": "canadacentral", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGZRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "centralus" + ], + "locationInfo": [ + { + "location": "centralus", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportshoeboxcapacitymetrics", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGZRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "eastasia" + ], + "locationInfo": [ + { + "location": "eastasia", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGZRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "eastus" + ], + "locationInfo": [ + { + "location": "eastus", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportshoeboxcapacitymetrics", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGZRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "eastus2" + ], + "locationInfo": [ + { + "location": "eastus2", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportshoeboxcapacitymetrics", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGZRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "eastus2euap" + ], + "locationInfo": [ + { + "location": "eastus2euap", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsObjectReplicationMetrics", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGZRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "francecentral" + ], + "locationInfo": [ + { + "location": "francecentral", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGZRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "japaneast" + ], + "locationInfo": [ + { + "location": "japaneast", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGZRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "koreacentral" + ], + "locationInfo": [ + { + "location": "koreacentral", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGZRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "northeurope" + ], + "locationInfo": [ + { + "location": "northeurope", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGZRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "norwayeast" + ], + "locationInfo": [ + { + "location": "norwayeast", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGZRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "southafricanorth" + ], + "locationInfo": [ + { + "location": "southafricanorth", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGZRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "southcentralus" + ], + "locationInfo": [ + { + "location": "southcentralus", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportshoeboxcapacitymetrics", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGZRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "southeastasia" + ], + "locationInfo": [ + { + "location": "southeastasia", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGZRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "swedencentral" + ], + "locationInfo": [ + { + "location": "swedencentral", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGZRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "uksouth" + ], + "locationInfo": [ + { + "location": "uksouth", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGZRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "westeurope" + ], + "locationInfo": [ + { + "location": "westeurope", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGZRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "westus2" + ], + "locationInfo": [ + { + "location": "westus2", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportshoeboxcapacitymetrics", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_RAGZRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "westus3" + ], + "locationInfo": [ + { + "location": "westus3", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportscustomercontrolledfailover", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_ZRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "australiacentral" + ], + "locationInfo": [ + { + "location": "australiacentral", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_ZRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "australiacentral2" + ], + "locationInfo": [ + { + "location": "australiacentral2", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_ZRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "australiaeast" + ], + "locationInfo": [ + { + "location": "australiaeast", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_ZRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "australiasoutheast" + ], + "locationInfo": [ + { + "location": "australiasoutheast", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_ZRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "brazilsouth" + ], + "locationInfo": [ + { + "location": "brazilsouth", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_ZRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "brazilsoutheast" + ], + "locationInfo": [ + { + "location": "brazilsoutheast", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_ZRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "canadacentral" + ], + "locationInfo": [ + { + "location": "canadacentral", + "zones": [ + "2", + "1" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_ZRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "canadaeast" + ], + "locationInfo": [ + { + "location": "canadaeast", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_ZRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "centralindia" + ], + "locationInfo": [ + { + "location": "centralindia", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_ZRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "centralus" + ], + "locationInfo": [ + { + "location": "centralus", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshoeboxcapacitymetrics", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_ZRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "centraluseuap" + ], + "locationInfo": [ + { + "location": "centraluseuap", + "zones": [ + "1" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_ZRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "eastasia" + ], + "locationInfo": [ + { + "location": "eastasia", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_ZRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "eastus" + ], + "locationInfo": [ + { + "location": "eastus", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshoeboxcapacitymetrics", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_ZRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "eastus2" + ], + "locationInfo": [ + { + "location": "eastus2", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshoeboxcapacitymetrics", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_ZRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "eastus2(stage)" + ], + "locationInfo": [ + { + "location": "eastus2(stage)", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_ZRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "eastus2euap" + ], + "locationInfo": [ + { + "location": "eastus2euap", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_ZRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "eastusslv" + ], + "locationInfo": [ + { + "location": "eastusslv", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_ZRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "eastusstg" + ], + "locationInfo": [ + { + "location": "eastusstg", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_ZRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "francecentral" + ], + "locationInfo": [ + { + "location": "francecentral", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_ZRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "francesouth" + ], + "locationInfo": [ + { + "location": "francesouth", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_ZRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "germanynorth" + ], + "locationInfo": [ + { + "location": "germanynorth", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_ZRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "germanywestcentral" + ], + "locationInfo": [ + { + "location": "germanywestcentral", + "zones": [ + "2" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_ZRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "japaneast" + ], + "locationInfo": [ + { + "location": "japaneast", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_ZRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "japanwest" + ], + "locationInfo": [ + { + "location": "japanwest", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_ZRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "jioindiacentral" + ], + "locationInfo": [ + { + "location": "jioindiacentral", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_ZRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "jioindiawest" + ], + "locationInfo": [ + { + "location": "jioindiawest", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_ZRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "koreacentral" + ], + "locationInfo": [ + { + "location": "koreacentral", + "zones": [ + "2", + "1" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_ZRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "koreasouth" + ], + "locationInfo": [ + { + "location": "koreasouth", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_ZRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "northcentralus" + ], + "locationInfo": [ + { + "location": "northcentralus", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshoeboxcapacitymetrics", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_ZRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "northeurope" + ], + "locationInfo": [ + { + "location": "northeurope", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_ZRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "norwayeast" + ], + "locationInfo": [ + { + "location": "norwayeast", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_ZRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "norwaywest" + ], + "locationInfo": [ + { + "location": "norwaywest", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_ZRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "southafricanorth" + ], + "locationInfo": [ + { + "location": "southafricanorth", + "zones": [ + "2", + "1" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_ZRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "southafricawest" + ], + "locationInfo": [ + { + "location": "southafricawest", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_ZRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "southcentralus" + ], + "locationInfo": [ + { + "location": "southcentralus", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshoeboxcapacitymetrics", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_ZRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "southcentralusstg" + ], + "locationInfo": [ + { + "location": "southcentralusstg", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_ZRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "southeastasia" + ], + "locationInfo": [ + { + "location": "southeastasia", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_ZRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "southindia" + ], + "locationInfo": [ + { + "location": "southindia", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_ZRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "swedencentral" + ], + "locationInfo": [ + { + "location": "swedencentral", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_ZRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "swedensouth" + ], + "locationInfo": [ + { + "location": "swedensouth", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_ZRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "switzerlandnorth" + ], + "locationInfo": [ + { + "location": "switzerlandnorth", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_ZRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "switzerlandwest" + ], + "locationInfo": [ + { + "location": "switzerlandwest", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_ZRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "uaecentral" + ], + "locationInfo": [ + { + "location": "uaecentral", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_ZRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "uaenorth" + ], + "locationInfo": [ + { + "location": "uaenorth", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_ZRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "uksouth" + ], + "locationInfo": [ + { + "location": "uksouth", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_ZRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "ukwest" + ], + "locationInfo": [ + { + "location": "ukwest", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_ZRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "westcentralus" + ], + "locationInfo": [ + { + "location": "westcentralus", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshoeboxcapacitymetrics", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_ZRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "westeurope" + ], + "locationInfo": [ + { + "location": "westeurope", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_ZRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "westindia" + ], + "locationInfo": [ + { + "location": "westindia", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_ZRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "westus" + ], + "locationInfo": [ + { + "location": "westus", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshoeboxcapacitymetrics", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_ZRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "westus2" + ], + "locationInfo": [ + { + "location": "westus2", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshoeboxcapacitymetrics", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_ZRS", + "tier": "Standard", + "kind": "Storage", + "locations": [ + "westus3" + ], + "locationInfo": [ + { + "location": "westus3", + "zones": [ + "2", + "1", + "3" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_ZRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "australiaeast" + ], + "locationInfo": [ + { + "location": "australiaeast", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsSftp", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_ZRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "brazilsouth" + ], + "locationInfo": [ + { + "location": "brazilsouth", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_ZRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "canadacentral" + ], + "locationInfo": [ + { + "location": "canadacentral", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsSftp", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_ZRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "centralus" + ], + "locationInfo": [ + { + "location": "centralus", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportshoeboxcapacitymetrics", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_ZRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "eastasia" + ], + "locationInfo": [ + { + "location": "eastasia", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsSftp", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_ZRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "eastus" + ], + "locationInfo": [ + { + "location": "eastus", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportshoeboxcapacitymetrics", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_ZRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "eastus2" + ], + "locationInfo": [ + { + "location": "eastus2", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportshoeboxcapacitymetrics", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsSftp", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_ZRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "eastus2euap" + ], + "locationInfo": [ + { + "location": "eastus2euap", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportshoeboxcapacitymetrics", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsShare", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsObjectReplicationMetrics", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsSftp", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_ZRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "francecentral" + ], + "locationInfo": [ + { + "location": "francecentral", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportshoeboxcapacitymetrics", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsSftp", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_ZRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "germanywestcentral" + ], + "locationInfo": [ + { + "location": "germanywestcentral", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsSftp", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_ZRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "japaneast" + ], + "locationInfo": [ + { + "location": "japaneast", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_ZRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "koreacentral" + ], + "locationInfo": [ + { + "location": "koreacentral", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_ZRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "northeurope" + ], + "locationInfo": [ + { + "location": "northeurope", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportshoeboxcapacitymetrics", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsSftp", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_ZRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "norwayeast" + ], + "locationInfo": [ + { + "location": "norwayeast", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_ZRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "southafricanorth" + ], + "locationInfo": [ + { + "location": "southafricanorth", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_ZRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "southcentralus" + ], + "locationInfo": [ + { + "location": "southcentralus", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportshoeboxcapacitymetrics", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_ZRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "southeastasia" + ], + "locationInfo": [ + { + "location": "southeastasia", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportshoeboxcapacitymetrics", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_ZRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "swedencentral" + ], + "locationInfo": [ + { + "location": "swedencentral", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_ZRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "uksouth" + ], + "locationInfo": [ + { + "location": "uksouth", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_ZRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "westeurope" + ], + "locationInfo": [ + { + "location": "westeurope", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportshoeboxcapacitymetrics", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_ZRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "westus2" + ], + "locationInfo": [ + { + "location": "westus2", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportshoeboxcapacitymetrics", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + }, + { + "name": "supportsthreatdetection", + "value": "true" + } + ], + "restrictions": [] + }, + { + "resourceType": "storageAccounts", + "name": "Standard_ZRS", + "tier": "Standard", + "kind": "StorageV2", + "locations": [ + "westus3" + ], + "locationInfo": [ + { + "location": "westus3", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "supportsAccountHnsOnMigration", + "value": "true" + }, + { + "name": "supportsaccountvlw", + "value": "true" + }, + { + "name": "supportsadlsgen2snapshot", + "value": "true" + }, + { + "name": "supportsadlsgen2staticwebsite", + "value": "true" + }, + { + "name": "supportsadlsgen2wormpolicy", + "value": "true" + }, + { + "name": "supportsattributebasedaccesscontrol", + "value": "true" + }, + { + "name": "supportsAutomaticSnapshot", + "value": "true" + }, + { + "name": "supportsazureblobfs", + "value": "true" + }, + { + "name": "supportsBlobContainerRetention", + "value": "true" + }, + { + "name": "supportsBlobInventoryPolicy", + "value": "true" + }, + { + "name": "supportsblobtagfiltering", + "value": "true" + }, + { + "name": "supportschangefeed", + "value": "true" + }, + { + "name": "supportsChangeFeedRetention", + "value": "true" + }, + { + "name": "supportschangenotification", + "value": "true" + }, + { + "name": "supportscompliancepolicy", + "value": "true" + }, + { + "name": "supportscontainervlw", + "value": "true" + }, + { + "name": "supportseventgridforadls", + "value": "true" + }, + { + "name": "supportsfileactivedirectory", + "value": "true" + }, + { + "name": "supportsfileencryption", + "value": "true" + }, + { + "name": "supportshierarchicalnamespace", + "value": "true" + }, + { + "name": "supportslargefileshares", + "value": "true" + }, + { + "name": "supportsLATFeature", + "value": "true" + }, + { + "name": "supportsLcmVersionAndSnapshotActions", + "value": "true" + }, + { + "name": "supportsmanagementpolicy", + "value": "true" + }, + { + "name": "supportsMultiProtocolAccess", + "value": "true" + }, + { + "name": "supportsnetworkacls", + "value": "true" + }, + { + "name": "supportsNfsv3", + "value": "true" + }, + { + "name": "supportsPrivateEndpointConnections", + "value": "true" + }, + { + "name": "supportsstaticwebsite", + "value": "true" + } + ], + "restrictions": [] + } + ] + } + } + ], + "Variables": { + "RandomSeed": "508809814", + "RESOURCE_MANAGER_URL": null, + "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" + } +} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/ListStorageAccountSASWithMissingProperties.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/ListStorageAccountSASWithMissingProperties.json new file mode 100644 index 0000000000000..8fd0ca592d8df --- /dev/null +++ b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/ListStorageAccountSASWithMissingProperties.json @@ -0,0 +1,1975 @@ +{ + "Entries": [ + { + "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-43ad3c3b61c36e4185f3b407e48fade7-23bda547dfb6474b-00", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "d33b08d156da2dbee927132da2151b19", + "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": "Wed, 17 Nov 2021 12:15:01 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "2433dd0b-8b98-480b-b3c9-bc6e1dda8f6b", + "x-ms-ratelimit-remaining-subscription-reads": "11999", + "x-ms-request-id": "2433dd0b-8b98-480b-b3c9-bc6e1dda8f6b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T121502Z:2433dd0b-8b98-480b-b3c9-bc6e1dda8f6b" + }, + "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.Storage/checkNameAvailability?api-version=2021-04-01", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "73", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "56c467bbc6a772815e43494437281dc8", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "name": "teststoragemgmt2413", + "type": "Microsoft.Storage/storageAccounts" + }, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "22", + "Content-Type": "application/json", + "Date": "Wed, 17 Nov 2021 12:15:02 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "56c467bbc6a772815e43494437281dc8", + "x-ms-correlation-request-id": "db674f08-a45d-4957-81b5-74a960477d14", + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-request-id": "080b8e38-3228-45c5-96ec-2e11432538c6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T121503Z:db674f08-a45d-4957-81b5-74a960477d14" + }, + "ResponseBody": { + "nameAvailable": true + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/teststorageRG-6407?api-version=2019-10-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "44", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "683cc89def654c3ae37c6f11aa56e676", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "location": "eastus2", + "tags": { + "test": "env" + } + }, + "StatusCode": 201, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "256", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 17 Nov 2021 12:15:05 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "6493de2a-aa1e-41ed-81ff-eb7e8fd54819", + "x-ms-ratelimit-remaining-subscription-writes": "1199", + "x-ms-request-id": "6493de2a-aa1e-41ed-81ff-eb7e8fd54819", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T121505Z:6493de2a-aa1e-41ed-81ff-eb7e8fd54819" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-6407", + "name": "teststorageRG-6407", + "type": "Microsoft.Resources/resourceGroups", + "location": "eastus2", + "tags": { + "test": "env" + }, + "properties": { + "provisioningState": "Succeeded" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-6407/providers/Microsoft.Storage/storageAccounts/teststoragemgmt2413?api-version=2021-04-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "126", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "3a0d27f429bbb942607c1375e8b2fef5", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "sku": { + "name": "Standard_GRS" + }, + "kind": "Storage", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": {} + }, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 12:15:11 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5c8cd3d9-c31b-4f91-9e49-84ae68e278ef?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "3a0d27f429bbb942607c1375e8b2fef5", + "x-ms-correlation-request-id": "de5641e0-1145-4450-91c8-10706eec681c", + "x-ms-ratelimit-remaining-subscription-writes": "1198", + "x-ms-request-id": "5c8cd3d9-c31b-4f91-9e49-84ae68e278ef", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T121512Z:de5641e0-1145-4450-91c8-10706eec681c" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5c8cd3d9-c31b-4f91-9e49-84ae68e278ef?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "0042cd628d10743e868308e8dbc46330", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 12:15:12 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5c8cd3d9-c31b-4f91-9e49-84ae68e278ef?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "0042cd628d10743e868308e8dbc46330", + "x-ms-correlation-request-id": "1a25ad8d-fd97-402e-a9ba-141391ff5920", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-request-id": "b75d7863-c240-4abf-8d91-a827654dc570", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T121512Z:1a25ad8d-fd97-402e-a9ba-141391ff5920" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5c8cd3d9-c31b-4f91-9e49-84ae68e278ef?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "02ac7a7d93de3a9ad195b0b165f7a7fe", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 12:15:12 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5c8cd3d9-c31b-4f91-9e49-84ae68e278ef?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "02ac7a7d93de3a9ad195b0b165f7a7fe", + "x-ms-correlation-request-id": "f4bea9e0-79e4-433d-a17e-ebc79517f6cf", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-request-id": "760b25b2-8969-4e33-adbf-e2c319b4d72b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T121512Z:f4bea9e0-79e4-433d-a17e-ebc79517f6cf" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5c8cd3d9-c31b-4f91-9e49-84ae68e278ef?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "1a1327c8fd6fd7e56803cc59b16d9cc5", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 12:15:12 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5c8cd3d9-c31b-4f91-9e49-84ae68e278ef?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1a1327c8fd6fd7e56803cc59b16d9cc5", + "x-ms-correlation-request-id": "5baf4e15-c308-4cc7-9c8e-a14d2cbd1a3a", + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-request-id": "33f89719-02bf-45d3-8a38-8c194ce7d92e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T121513Z:5baf4e15-c308-4cc7-9c8e-a14d2cbd1a3a" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5c8cd3d9-c31b-4f91-9e49-84ae68e278ef?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "97cd94a6b0b5ce0d33082e7add8d0f8e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 12:15:13 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5c8cd3d9-c31b-4f91-9e49-84ae68e278ef?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "97cd94a6b0b5ce0d33082e7add8d0f8e", + "x-ms-correlation-request-id": "53006644-6192-4d1e-98bb-a40b5757fc2f", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-request-id": "26d5d8e6-8467-42c7-94d3-230cb6081ccd", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T121513Z:53006644-6192-4d1e-98bb-a40b5757fc2f" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5c8cd3d9-c31b-4f91-9e49-84ae68e278ef?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "b41f09db48b17fc094d49adbc7408964", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 12:15:13 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5c8cd3d9-c31b-4f91-9e49-84ae68e278ef?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b41f09db48b17fc094d49adbc7408964", + "x-ms-correlation-request-id": "fa9fee0a-08a9-4f36-a0dc-28254cead5f8", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-request-id": "b9582a06-752e-4ec9-82ab-50ef1cdfc08f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T121513Z:fa9fee0a-08a9-4f36-a0dc-28254cead5f8" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5c8cd3d9-c31b-4f91-9e49-84ae68e278ef?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "d00aeaf90f2a18491a44e767ce6afada", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 12:15:13 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5c8cd3d9-c31b-4f91-9e49-84ae68e278ef?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d00aeaf90f2a18491a44e767ce6afada", + "x-ms-correlation-request-id": "a56e8592-2159-4fe0-9994-cfaff924b7f6", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-request-id": "8ed42c1a-860f-4d69-851f-7fc6fce3122d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T121514Z:a56e8592-2159-4fe0-9994-cfaff924b7f6" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5c8cd3d9-c31b-4f91-9e49-84ae68e278ef?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "a77e3df4e84d5d14d34d03e1163207f3", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 12:15:14 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5c8cd3d9-c31b-4f91-9e49-84ae68e278ef?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a77e3df4e84d5d14d34d03e1163207f3", + "x-ms-correlation-request-id": "d8438852-e9e7-40d6-a975-1d2b95342089", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-request-id": "43e694fa-298c-45b4-aef2-50b4ad907c02", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T121514Z:d8438852-e9e7-40d6-a975-1d2b95342089" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5c8cd3d9-c31b-4f91-9e49-84ae68e278ef?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "f281ca7f3e83cb64bf07996d6159b029", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 12:15:14 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5c8cd3d9-c31b-4f91-9e49-84ae68e278ef?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f281ca7f3e83cb64bf07996d6159b029", + "x-ms-correlation-request-id": "970697f6-c0f8-4617-9e46-26760dcf463a", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-request-id": "b2a1cd4b-eb51-4d95-abd2-dd3bb1db71e9", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T121514Z:970697f6-c0f8-4617-9e46-26760dcf463a" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5c8cd3d9-c31b-4f91-9e49-84ae68e278ef?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "89e6bfd9e1c21016d6acfddd0c6801e8", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 12:15:14 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5c8cd3d9-c31b-4f91-9e49-84ae68e278ef?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "89e6bfd9e1c21016d6acfddd0c6801e8", + "x-ms-correlation-request-id": "3aaa384a-6a44-487d-81e3-923992bfdd07", + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-request-id": "c5f45a6d-1d6f-4cf1-8cfd-b58ae96b1618", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T121515Z:3aaa384a-6a44-487d-81e3-923992bfdd07" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5c8cd3d9-c31b-4f91-9e49-84ae68e278ef?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "04e8f43c08e9b657d9b2e7464ea6fc79", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 12:15:15 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5c8cd3d9-c31b-4f91-9e49-84ae68e278ef?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "04e8f43c08e9b657d9b2e7464ea6fc79", + "x-ms-correlation-request-id": "aa742c8c-1585-4768-8fbe-de220b357e11", + "x-ms-ratelimit-remaining-subscription-reads": "11988", + "x-ms-request-id": "187d8fa8-08a1-4fc6-ac16-6c048cd982c5", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T121515Z:aa742c8c-1585-4768-8fbe-de220b357e11" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5c8cd3d9-c31b-4f91-9e49-84ae68e278ef?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "5707d99c7d4b9d30b4701bd74086bf57", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 12:15:15 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5c8cd3d9-c31b-4f91-9e49-84ae68e278ef?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5707d99c7d4b9d30b4701bd74086bf57", + "x-ms-correlation-request-id": "91bc6e47-f4a1-47bb-b718-d1fa4df59a75", + "x-ms-ratelimit-remaining-subscription-reads": "11987", + "x-ms-request-id": "e7b81240-3cbb-478d-83a4-87325e7e6ab7", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T121515Z:91bc6e47-f4a1-47bb-b718-d1fa4df59a75" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5c8cd3d9-c31b-4f91-9e49-84ae68e278ef?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "6d30b105ac71d140672faf10f9cfc12f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 12:15:15 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5c8cd3d9-c31b-4f91-9e49-84ae68e278ef?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6d30b105ac71d140672faf10f9cfc12f", + "x-ms-correlation-request-id": "b8333e70-5b5b-43be-b7ed-f0d76f834e93", + "x-ms-ratelimit-remaining-subscription-reads": "11986", + "x-ms-request-id": "adc06a55-615f-4fbb-ab22-5ff36b7eebaf", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T121516Z:b8333e70-5b5b-43be-b7ed-f0d76f834e93" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5c8cd3d9-c31b-4f91-9e49-84ae68e278ef?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "334084afaa61bf9cc34a5078ec7f7653", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 12:15:16 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5c8cd3d9-c31b-4f91-9e49-84ae68e278ef?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "334084afaa61bf9cc34a5078ec7f7653", + "x-ms-correlation-request-id": "d9c92e12-9ca2-4319-97a1-310f1e3c5eae", + "x-ms-ratelimit-remaining-subscription-reads": "11985", + "x-ms-request-id": "e5848a0e-2f43-4fd1-889c-3b40d095045d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T121516Z:d9c92e12-9ca2-4319-97a1-310f1e3c5eae" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5c8cd3d9-c31b-4f91-9e49-84ae68e278ef?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "9d4090f28e76ef079835ef1ccd20a3e4", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 12:15:16 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5c8cd3d9-c31b-4f91-9e49-84ae68e278ef?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "9d4090f28e76ef079835ef1ccd20a3e4", + "x-ms-correlation-request-id": "3d2e198e-1a1a-48a8-ac0a-567c3bf8356b", + "x-ms-ratelimit-remaining-subscription-reads": "11984", + "x-ms-request-id": "859f4614-deb5-4526-bb6b-9da0c14558a6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T121516Z:3d2e198e-1a1a-48a8-ac0a-567c3bf8356b" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5c8cd3d9-c31b-4f91-9e49-84ae68e278ef?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "bb27ecaf8c455bf61471aa275cc7e5e7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 12:15:16 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5c8cd3d9-c31b-4f91-9e49-84ae68e278ef?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "bb27ecaf8c455bf61471aa275cc7e5e7", + "x-ms-correlation-request-id": "06ad9a34-a2e2-494c-bca1-f54b2ee3f038", + "x-ms-ratelimit-remaining-subscription-reads": "11983", + "x-ms-request-id": "08cf54d5-0978-4e9a-aa7d-9eaa7a41f211", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T121517Z:06ad9a34-a2e2-494c-bca1-f54b2ee3f038" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5c8cd3d9-c31b-4f91-9e49-84ae68e278ef?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "691d5cb9248f21b87c519a2bba80f1a3", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 12:15:17 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5c8cd3d9-c31b-4f91-9e49-84ae68e278ef?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "691d5cb9248f21b87c519a2bba80f1a3", + "x-ms-correlation-request-id": "0b9648b3-7c0c-4021-8261-5b0ebf9d1718", + "x-ms-ratelimit-remaining-subscription-reads": "11982", + "x-ms-request-id": "af592077-02b0-495a-b32c-4a5dd0b68b45", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T121517Z:0b9648b3-7c0c-4021-8261-5b0ebf9d1718" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5c8cd3d9-c31b-4f91-9e49-84ae68e278ef?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "ffc96ba6ba58660d9ae48805e4e093d0", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 12:15:17 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5c8cd3d9-c31b-4f91-9e49-84ae68e278ef?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ffc96ba6ba58660d9ae48805e4e093d0", + "x-ms-correlation-request-id": "58ec5c46-3924-43bc-a49c-b92d4f1d2dab", + "x-ms-ratelimit-remaining-subscription-reads": "11981", + "x-ms-request-id": "e50fa9d0-ea31-4f4b-8860-8cfa4f1cac26", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T121517Z:58ec5c46-3924-43bc-a49c-b92d4f1d2dab" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5c8cd3d9-c31b-4f91-9e49-84ae68e278ef?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "716307503a038b5433063ff4f1caa194", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 12:15:17 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5c8cd3d9-c31b-4f91-9e49-84ae68e278ef?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "716307503a038b5433063ff4f1caa194", + "x-ms-correlation-request-id": "71b76495-0d18-406d-87c8-a47ec89283a9", + "x-ms-ratelimit-remaining-subscription-reads": "11980", + "x-ms-request-id": "32abc7a3-366e-4534-8e2b-e5b734061a98", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T121518Z:71b76495-0d18-406d-87c8-a47ec89283a9" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5c8cd3d9-c31b-4f91-9e49-84ae68e278ef?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "f080077fe5fefe8f4fb6cfaa9bb33c9b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 12:15:17 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5c8cd3d9-c31b-4f91-9e49-84ae68e278ef?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f080077fe5fefe8f4fb6cfaa9bb33c9b", + "x-ms-correlation-request-id": "60c1e986-0474-43e3-9279-3841e10e131b", + "x-ms-ratelimit-remaining-subscription-reads": "11979", + "x-ms-request-id": "b5533f9b-67a8-4fde-a16e-724c6d41dd70", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T121518Z:60c1e986-0474-43e3-9279-3841e10e131b" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5c8cd3d9-c31b-4f91-9e49-84ae68e278ef?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "b2dbc9be801d6c9f173ecc527b1975cf", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 12:15:18 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5c8cd3d9-c31b-4f91-9e49-84ae68e278ef?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b2dbc9be801d6c9f173ecc527b1975cf", + "x-ms-correlation-request-id": "be0e33f4-0146-464a-8002-154eab955735", + "x-ms-ratelimit-remaining-subscription-reads": "11978", + "x-ms-request-id": "d5eade20-b295-4f6e-a77f-a45763cace41", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T121518Z:be0e33f4-0146-464a-8002-154eab955735" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5c8cd3d9-c31b-4f91-9e49-84ae68e278ef?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "dd85f443a2606ad27864214c6ba9ef80", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 12:15:18 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5c8cd3d9-c31b-4f91-9e49-84ae68e278ef?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "dd85f443a2606ad27864214c6ba9ef80", + "x-ms-correlation-request-id": "ca99f9c0-1ffe-4922-a67c-8ef98460776c", + "x-ms-ratelimit-remaining-subscription-reads": "11977", + "x-ms-request-id": "1f6de8a6-4e7e-4a4b-92b1-b80ab6b8e361", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T121519Z:ca99f9c0-1ffe-4922-a67c-8ef98460776c" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5c8cd3d9-c31b-4f91-9e49-84ae68e278ef?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "2736a3c9eeeeff766713d9c0183c8336", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 12:15:18 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5c8cd3d9-c31b-4f91-9e49-84ae68e278ef?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "2736a3c9eeeeff766713d9c0183c8336", + "x-ms-correlation-request-id": "1dc1f5d2-ec25-4af3-8735-a57fe325013e", + "x-ms-ratelimit-remaining-subscription-reads": "11976", + "x-ms-request-id": "d796d4a8-9884-4158-a8fc-055508ac1892", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T121519Z:1dc1f5d2-ec25-4af3-8735-a57fe325013e" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5c8cd3d9-c31b-4f91-9e49-84ae68e278ef?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "a767ff405f2d1b3bf7713ab85e53016d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 12:15:19 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5c8cd3d9-c31b-4f91-9e49-84ae68e278ef?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a767ff405f2d1b3bf7713ab85e53016d", + "x-ms-correlation-request-id": "ad4d4833-c339-4349-b313-2f492cac4380", + "x-ms-ratelimit-remaining-subscription-reads": "11975", + "x-ms-request-id": "868e808a-ba31-4694-a2ae-6ff38cba74d0", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T121519Z:ad4d4833-c339-4349-b313-2f492cac4380" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5c8cd3d9-c31b-4f91-9e49-84ae68e278ef?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "d7884c4e4de255e17d85764cc812513b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 12:15:19 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5c8cd3d9-c31b-4f91-9e49-84ae68e278ef?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d7884c4e4de255e17d85764cc812513b", + "x-ms-correlation-request-id": "7123bdb2-9eef-4903-8910-620f91746e2e", + "x-ms-ratelimit-remaining-subscription-reads": "11974", + "x-ms-request-id": "cfaf8243-4539-4946-9333-6d482c8343ee", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T121519Z:7123bdb2-9eef-4903-8910-620f91746e2e" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5c8cd3d9-c31b-4f91-9e49-84ae68e278ef?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "6b0bebe148426a52681a307db3bea114", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 12:15:19 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5c8cd3d9-c31b-4f91-9e49-84ae68e278ef?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6b0bebe148426a52681a307db3bea114", + "x-ms-correlation-request-id": "238f4f5f-bd7f-4852-ada9-b69bedf58ffc", + "x-ms-ratelimit-remaining-subscription-reads": "11973", + "x-ms-request-id": "52600b31-504f-4151-b6d2-263d6b4a986e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T121520Z:238f4f5f-bd7f-4852-ada9-b69bedf58ffc" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5c8cd3d9-c31b-4f91-9e49-84ae68e278ef?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "cc716c12abb4f2531e1229a7e8ef53e4", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 12:15:20 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5c8cd3d9-c31b-4f91-9e49-84ae68e278ef?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "cc716c12abb4f2531e1229a7e8ef53e4", + "x-ms-correlation-request-id": "51eb5fb9-2cec-46ee-b9a8-128f9663e401", + "x-ms-ratelimit-remaining-subscription-reads": "11972", + "x-ms-request-id": "390aa490-fac3-43b6-bfab-f727ecea9d7b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T121520Z:51eb5fb9-2cec-46ee-b9a8-128f9663e401" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5c8cd3d9-c31b-4f91-9e49-84ae68e278ef?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "72d7ff1f9547062bf91e6fc81d63a1bf", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 12:15:20 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5c8cd3d9-c31b-4f91-9e49-84ae68e278ef?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "72d7ff1f9547062bf91e6fc81d63a1bf", + "x-ms-correlation-request-id": "bcf71792-dbf5-4bc9-92d6-24800aa3fe5b", + "x-ms-ratelimit-remaining-subscription-reads": "11971", + "x-ms-request-id": "2fb13991-7d73-4a5e-99c8-7a24fc5406c8", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T121520Z:bcf71792-dbf5-4bc9-92d6-24800aa3fe5b" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5c8cd3d9-c31b-4f91-9e49-84ae68e278ef?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "5c3962e485a0368797194d2f1eab8279", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 12:15:20 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5c8cd3d9-c31b-4f91-9e49-84ae68e278ef?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5c3962e485a0368797194d2f1eab8279", + "x-ms-correlation-request-id": "80945f43-7d05-4315-9985-de418b92ccbd", + "x-ms-ratelimit-remaining-subscription-reads": "11970", + "x-ms-request-id": "ae811a36-b947-4d62-8a9c-25b7541a41e0", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T121521Z:80945f43-7d05-4315-9985-de418b92ccbd" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5c8cd3d9-c31b-4f91-9e49-84ae68e278ef?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "b45e4bc72fe67dcd406bd2963b8bd5bb", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 12:15:21 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5c8cd3d9-c31b-4f91-9e49-84ae68e278ef?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b45e4bc72fe67dcd406bd2963b8bd5bb", + "x-ms-correlation-request-id": "a9efcab3-f486-4a79-ac76-a7929c4505b5", + "x-ms-ratelimit-remaining-subscription-reads": "11969", + "x-ms-request-id": "594caf9c-d46d-4049-8891-173317707178", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T121521Z:a9efcab3-f486-4a79-ac76-a7929c4505b5" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5c8cd3d9-c31b-4f91-9e49-84ae68e278ef?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "86c36a70f6b59a4477a1da2e47fbe84e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 12:15:21 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5c8cd3d9-c31b-4f91-9e49-84ae68e278ef?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "86c36a70f6b59a4477a1da2e47fbe84e", + "x-ms-correlation-request-id": "3d2b960c-c115-45ef-b11a-be97ea065ece", + "x-ms-ratelimit-remaining-subscription-reads": "11968", + "x-ms-request-id": "0c210d19-8077-4d3b-945e-b9c8b7309c89", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T121521Z:3d2b960c-c115-45ef-b11a-be97ea065ece" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5c8cd3d9-c31b-4f91-9e49-84ae68e278ef?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "d200f69ced05b4d895bc1b35b2f1fa0c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 12:15:21 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5c8cd3d9-c31b-4f91-9e49-84ae68e278ef?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d200f69ced05b4d895bc1b35b2f1fa0c", + "x-ms-correlation-request-id": "4111ffc1-8e33-48f0-8573-aa649e65cce6", + "x-ms-ratelimit-remaining-subscription-reads": "11967", + "x-ms-request-id": "383709d8-28db-41a0-8796-3c1f3762d1f3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T121522Z:4111ffc1-8e33-48f0-8573-aa649e65cce6" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5c8cd3d9-c31b-4f91-9e49-84ae68e278ef?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "b3be9243fbe7d0c307c33c45549f3545", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 12:15:21 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5c8cd3d9-c31b-4f91-9e49-84ae68e278ef?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b3be9243fbe7d0c307c33c45549f3545", + "x-ms-correlation-request-id": "54a2f9e9-2dcf-45e3-8d1d-b4bfdf5e6fe6", + "x-ms-ratelimit-remaining-subscription-reads": "11966", + "x-ms-request-id": "b7d81161-cc59-4997-94e0-aea0ad720f2e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T121522Z:54a2f9e9-2dcf-45e3-8d1d-b4bfdf5e6fe6" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5c8cd3d9-c31b-4f91-9e49-84ae68e278ef?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "45f98383038a83b5920ef1f8db0ee786", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 12:15:22 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5c8cd3d9-c31b-4f91-9e49-84ae68e278ef?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "45f98383038a83b5920ef1f8db0ee786", + "x-ms-correlation-request-id": "f4157123-907e-42d7-b535-da289efa8884", + "x-ms-ratelimit-remaining-subscription-reads": "11965", + "x-ms-request-id": "aae0a668-d000-4f56-ae46-3c865a3f458d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T121522Z:f4157123-907e-42d7-b535-da289efa8884" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5c8cd3d9-c31b-4f91-9e49-84ae68e278ef?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "b5eacea6343ca0673230ca41b09260f6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 12:15:22 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5c8cd3d9-c31b-4f91-9e49-84ae68e278ef?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b5eacea6343ca0673230ca41b09260f6", + "x-ms-correlation-request-id": "a0e668ee-8e03-4d03-a9f9-e33e06392812", + "x-ms-ratelimit-remaining-subscription-reads": "11964", + "x-ms-request-id": "cfb56b57-fb64-445f-b6ae-743bc012078c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T121523Z:a0e668ee-8e03-4d03-a9f9-e33e06392812" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5c8cd3d9-c31b-4f91-9e49-84ae68e278ef?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "2eb2d687b4f74082dc3b21d80acbf5f8", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 12:15:22 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5c8cd3d9-c31b-4f91-9e49-84ae68e278ef?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "2eb2d687b4f74082dc3b21d80acbf5f8", + "x-ms-correlation-request-id": "7b2167db-29b8-4bd7-8eab-485a2715d26d", + "x-ms-ratelimit-remaining-subscription-reads": "11963", + "x-ms-request-id": "bcdde966-ad76-478a-8577-9f795dc09185", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T121523Z:7b2167db-29b8-4bd7-8eab-485a2715d26d" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5c8cd3d9-c31b-4f91-9e49-84ae68e278ef?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "869fb5dc80b44e081c5912593874d3ff", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 12:15:23 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5c8cd3d9-c31b-4f91-9e49-84ae68e278ef?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "869fb5dc80b44e081c5912593874d3ff", + "x-ms-correlation-request-id": "d89b4a76-5b27-4348-9479-47d61ada6eb0", + "x-ms-ratelimit-remaining-subscription-reads": "11962", + "x-ms-request-id": "6a293aed-915f-485e-90e0-83f020efd396", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T121523Z:d89b4a76-5b27-4348-9479-47d61ada6eb0" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5c8cd3d9-c31b-4f91-9e49-84ae68e278ef?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "0471fbaeb95bf18f4caad801128e9567", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 12:15:23 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5c8cd3d9-c31b-4f91-9e49-84ae68e278ef?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "0471fbaeb95bf18f4caad801128e9567", + "x-ms-correlation-request-id": "8c0def03-9edb-4e90-ac08-2125049abc35", + "x-ms-ratelimit-remaining-subscription-reads": "11961", + "x-ms-request-id": "ff8373f1-7720-44bc-a9dc-1f15328cc1b3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T121524Z:8c0def03-9edb-4e90-ac08-2125049abc35" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5c8cd3d9-c31b-4f91-9e49-84ae68e278ef?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "fa64d23bd9f30741cd63119da2280767", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 12:15:23 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5c8cd3d9-c31b-4f91-9e49-84ae68e278ef?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "fa64d23bd9f30741cd63119da2280767", + "x-ms-correlation-request-id": "665703cd-bdfa-4793-bfbb-789c8a46710a", + "x-ms-ratelimit-remaining-subscription-reads": "11960", + "x-ms-request-id": "37b9d62f-a6d4-4369-9588-d8f38189ed16", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T121524Z:665703cd-bdfa-4793-bfbb-789c8a46710a" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5c8cd3d9-c31b-4f91-9e49-84ae68e278ef?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "0f2a2267f059239c26ad3a0aa7063c8e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 12:15:24 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5c8cd3d9-c31b-4f91-9e49-84ae68e278ef?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "0f2a2267f059239c26ad3a0aa7063c8e", + "x-ms-correlation-request-id": "9c71ba37-a326-4ab6-8611-daa042c26c8f", + "x-ms-ratelimit-remaining-subscription-reads": "11959", + "x-ms-request-id": "0b759e0e-eb5e-461e-a83f-03379f51ab3d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T121524Z:9c71ba37-a326-4ab6-8611-daa042c26c8f" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5c8cd3d9-c31b-4f91-9e49-84ae68e278ef?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "661eabc3d810d40cb96a37f7a7f14f23", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 12:15:24 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5c8cd3d9-c31b-4f91-9e49-84ae68e278ef?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "661eabc3d810d40cb96a37f7a7f14f23", + "x-ms-correlation-request-id": "a7024dc2-b7e2-4ec3-91d1-49a442f2a80f", + "x-ms-ratelimit-remaining-subscription-reads": "11958", + "x-ms-request-id": "b02e0789-f898-4090-bb12-44bda7c18ebb", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T121524Z:a7024dc2-b7e2-4ec3-91d1-49a442f2a80f" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5c8cd3d9-c31b-4f91-9e49-84ae68e278ef?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "f09970a386634b0d3541d4469f375fc6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 12:15:24 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5c8cd3d9-c31b-4f91-9e49-84ae68e278ef?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f09970a386634b0d3541d4469f375fc6", + "x-ms-correlation-request-id": "2602f4d5-3598-4189-975f-0fc14dfe26af", + "x-ms-ratelimit-remaining-subscription-reads": "11957", + "x-ms-request-id": "978fefb6-6d5a-42af-b865-8696984c79b4", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T121525Z:2602f4d5-3598-4189-975f-0fc14dfe26af" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5c8cd3d9-c31b-4f91-9e49-84ae68e278ef?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "f6d98327a0098e57155555efb9a47c34", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 12:15:25 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5c8cd3d9-c31b-4f91-9e49-84ae68e278ef?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f6d98327a0098e57155555efb9a47c34", + "x-ms-correlation-request-id": "0e24c1eb-fc86-491b-9515-ac3140a3578b", + "x-ms-ratelimit-remaining-subscription-reads": "11956", + "x-ms-request-id": "1ac28618-7b44-4851-bc94-c20b6a3cfd69", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T121525Z:0e24c1eb-fc86-491b-9515-ac3140a3578b" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5c8cd3d9-c31b-4f91-9e49-84ae68e278ef?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "3666165d4c6d3d2a9dd331ce04c63582", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 12:15:25 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5c8cd3d9-c31b-4f91-9e49-84ae68e278ef?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "3666165d4c6d3d2a9dd331ce04c63582", + "x-ms-correlation-request-id": "d90ef21b-0371-48ac-9332-a06eac004480", + "x-ms-ratelimit-remaining-subscription-reads": "11955", + "x-ms-request-id": "c047dc25-f4e1-45ee-b1af-f8fa92933c52", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T121525Z:d90ef21b-0371-48ac-9332-a06eac004480" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5c8cd3d9-c31b-4f91-9e49-84ae68e278ef?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "23d0700a5917021a190ada0d301e9190", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 12:15:25 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5c8cd3d9-c31b-4f91-9e49-84ae68e278ef?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "23d0700a5917021a190ada0d301e9190", + "x-ms-correlation-request-id": "42a9f7ff-59af-4bc3-bd95-3169bc3076e0", + "x-ms-ratelimit-remaining-subscription-reads": "11954", + "x-ms-request-id": "559a5a7a-749f-45fd-aa69-94e4531f3b0b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T121526Z:42a9f7ff-59af-4bc3-bd95-3169bc3076e0" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5c8cd3d9-c31b-4f91-9e49-84ae68e278ef?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "88e8a0c528d0db59589c59356f898a4f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 12:15:26 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5c8cd3d9-c31b-4f91-9e49-84ae68e278ef?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "88e8a0c528d0db59589c59356f898a4f", + "x-ms-correlation-request-id": "04eed970-afb0-4793-b029-30c99c032046", + "x-ms-ratelimit-remaining-subscription-reads": "11953", + "x-ms-request-id": "df375e5d-d305-440a-87f4-441f23ee0c87", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T121526Z:04eed970-afb0-4793-b029-30c99c032046" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5c8cd3d9-c31b-4f91-9e49-84ae68e278ef?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "49e4d32058d4041cfb641d62711d0d7f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 12:15:26 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5c8cd3d9-c31b-4f91-9e49-84ae68e278ef?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "49e4d32058d4041cfb641d62711d0d7f", + "x-ms-correlation-request-id": "8674bc87-500f-4b26-819d-10a38baad399", + "x-ms-ratelimit-remaining-subscription-reads": "11952", + "x-ms-request-id": "3a0a93fe-3fd4-406b-9a2f-18873cd9bc54", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T121526Z:8674bc87-500f-4b26-819d-10a38baad399" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5c8cd3d9-c31b-4f91-9e49-84ae68e278ef?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "6409a041acdde1b116f5ca7bffe49290", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 12:15:26 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5c8cd3d9-c31b-4f91-9e49-84ae68e278ef?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6409a041acdde1b116f5ca7bffe49290", + "x-ms-correlation-request-id": "d3548759-6ce0-41b1-963e-728d08bae572", + "x-ms-ratelimit-remaining-subscription-reads": "11951", + "x-ms-request-id": "99b4a66c-54a0-4c66-87db-dcd99001d6ea", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T121527Z:d3548759-6ce0-41b1-963e-728d08bae572" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5c8cd3d9-c31b-4f91-9e49-84ae68e278ef?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "5ced8a8048396cbb83e48c6b0bf7693b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 12:15:26 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5c8cd3d9-c31b-4f91-9e49-84ae68e278ef?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5ced8a8048396cbb83e48c6b0bf7693b", + "x-ms-correlation-request-id": "c8df095c-f1f2-4704-b0d8-f1d650a9a1db", + "x-ms-ratelimit-remaining-subscription-reads": "11950", + "x-ms-request-id": "f0c0661e-9c8b-4541-b8f9-f68e4a012ae0", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T121527Z:c8df095c-f1f2-4704-b0d8-f1d650a9a1db" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5c8cd3d9-c31b-4f91-9e49-84ae68e278ef?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "cef4da8f257f7372210232df8da00417", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 12:15:27 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5c8cd3d9-c31b-4f91-9e49-84ae68e278ef?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "cef4da8f257f7372210232df8da00417", + "x-ms-correlation-request-id": "0660d215-4b1d-4ff2-a398-c55a2368f712", + "x-ms-ratelimit-remaining-subscription-reads": "11949", + "x-ms-request-id": "a646db4d-08ec-4e20-8084-692282319ae0", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T121527Z:0660d215-4b1d-4ff2-a398-c55a2368f712" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5c8cd3d9-c31b-4f91-9e49-84ae68e278ef?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "e6e18cd2b02ff845e59ce0f82046d61e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 12:15:27 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5c8cd3d9-c31b-4f91-9e49-84ae68e278ef?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e6e18cd2b02ff845e59ce0f82046d61e", + "x-ms-correlation-request-id": "f9dea8c0-45cb-42cd-90fe-1449eee3661c", + "x-ms-ratelimit-remaining-subscription-reads": "11948", + "x-ms-request-id": "bf1d7df5-d86b-4e94-83a8-330147b924dd", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T121528Z:f9dea8c0-45cb-42cd-90fe-1449eee3661c" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5c8cd3d9-c31b-4f91-9e49-84ae68e278ef?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "25ec8e8bc3f05a1018793a3716dcdee2", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1346", + "Content-Type": "application/json", + "Date": "Wed, 17 Nov 2021 12:15:27 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "25ec8e8bc3f05a1018793a3716dcdee2", + "x-ms-correlation-request-id": "8d3b46a6-e342-41bd-84fd-3cce5b1fce21", + "x-ms-ratelimit-remaining-subscription-reads": "11947", + "x-ms-request-id": "3d8c745d-a009-478b-a2bb-37570d632cc7", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T121528Z:8d3b46a6-e342-41bd-84fd-3cce5b1fce21" + }, + "ResponseBody": { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "Storage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-6407/providers/Microsoft.Storage/storageAccounts/teststoragemgmt2413", + "name": "teststoragemgmt2413", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-11-17T12:15:10.7333385Z", + "key2": "2021-11-17T12:15:10.7333385Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T12:15:10.7489424Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T12:15:10.7489424Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "provisioningState": "Succeeded", + "creationTime": "2021-11-17T12:15:10.6395657Z", + "primaryEndpoints": { + "blob": "https://teststoragemgmt2413.blob.core.windows.net/", + "queue": "https://teststoragemgmt2413.queue.core.windows.net/", + "table": "https://teststoragemgmt2413.table.core.windows.net/", + "file": "https://teststoragemgmt2413.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-6407/providers/Microsoft.Storage/storageAccounts/teststoragemgmt2413/ListAccountSas?api-version=2021-04-01", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "120", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "7e9875df8315de0b94fbe9e3447953db", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "signedServices": "b", + "signedResourceTypes": "sco", + "signedPermission": "rl", + "signedExpiry": "2021-11-17T13:15:27.9543196Z" + }, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "143", + "Content-Type": "application/json", + "Date": "Wed, 17 Nov 2021 12:15:28 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "7e9875df8315de0b94fbe9e3447953db", + "x-ms-correlation-request-id": "a3263d79-57f2-46fe-ae21-b560e07cd858", + "x-ms-ratelimit-remaining-subscription-writes": "1199", + "x-ms-request-id": "c601bf2d-f480-4eca-98a3-b856f2e6253c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T121528Z:a3263d79-57f2-46fe-ae21-b560e07cd858" + }, + "ResponseBody": { + "accountSasToken": "sv=2015-04-05\u0026ss=b\u0026srt=sco\u0026sp=rl\u0026se=2021-11-17T13%3A15%3A27.9543196Z\u0026sig=Or7abEcOy1rqKN5qrEEkE2Tgt5aoGTEmdttDtxww%2BAQ%3D" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-6407/providers/Microsoft.Storage/storageAccounts?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "ff53132cdeb40e267c86ceb6750ee208", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1358", + "Content-Type": "application/json", + "Date": "Wed, 17 Nov 2021 12:15:28 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ff53132cdeb40e267c86ceb6750ee208", + "x-ms-correlation-request-id": "cc948d06-6193-4d50-b563-f513bad07f00", + "x-ms-ratelimit-remaining-subscription-reads": "11946", + "x-ms-request-id": "a330b909-a098-428e-ab50-016a58d61f5c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T121529Z:cc948d06-6193-4d50-b563-f513bad07f00" + }, + "ResponseBody": { + "value": [ + { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "Storage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-6407/providers/Microsoft.Storage/storageAccounts/teststoragemgmt2413", + "name": "teststoragemgmt2413", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-11-17T12:15:10.7333385Z", + "key2": "2021-11-17T12:15:10.7333385Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T12:15:10.7489424Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T12:15:10.7489424Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "provisioningState": "Succeeded", + "creationTime": "2021-11-17T12:15:10.6395657Z", + "primaryEndpoints": { + "blob": "https://teststoragemgmt2413.blob.core.windows.net/", + "queue": "https://teststoragemgmt2413.queue.core.windows.net/", + "table": "https://teststoragemgmt2413.table.core.windows.net/", + "file": "https://teststoragemgmt2413.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + } + ] + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-6407/providers/Microsoft.Storage/storageAccounts/teststoragemgmt2413?api-version=2021-04-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "aa18febd57ad0808820d91f4d92c159f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 12:15:35 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "aa18febd57ad0808820d91f4d92c159f", + "x-ms-correlation-request-id": "d40feb48-89b4-49f7-b4ae-3c997c91ad00", + "x-ms-ratelimit-remaining-subscription-deletes": "14999", + "x-ms-request-id": "d8ac1eaa-b79e-4dd5-9ac9-05f2135ed799", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T121536Z:d40feb48-89b4-49f7-b4ae-3c997c91ad00" + }, + "ResponseBody": [] + } + ], + "Variables": { + "DateTimeOffsetNow": "2021-11-17T20:15:27.9543196\u002B08:00", + "RandomSeed": "857388076", + "RESOURCE_MANAGER_URL": null, + "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" + } +} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/ListStorageAccountSASWithMissingPropertiesAsync.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/ListStorageAccountSASWithMissingPropertiesAsync.json new file mode 100644 index 0000000000000..d5fdba897eac0 --- /dev/null +++ b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/ListStorageAccountSASWithMissingPropertiesAsync.json @@ -0,0 +1,2006 @@ +{ + "Entries": [ + { + "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-7a6a97034da1044cb4c7995dc07c8357-f65524711ff45e48-00", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "a30b937b3f3ee54979a0177c496ed444", + "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, 18 Nov 2021 03:07:32 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "5487ebfc-b50e-42d6-8808-a4dd9b11035c", + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-request-id": "5487ebfc-b50e-42d6-8808-a4dd9b11035c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T030732Z:5487ebfc-b50e-42d6-8808-a4dd9b11035c" + }, + "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.Storage/checkNameAvailability?api-version=2021-04-01", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "70", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211118.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "e61a328bd4cb07d1c23f5fbca3698878", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "name": "teststoragemgmt4", + "type": "Microsoft.Storage/storageAccounts" + }, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "22", + "Content-Type": "application/json", + "Date": "Thu, 18 Nov 2021 03:07:33 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e61a328bd4cb07d1c23f5fbca3698878", + "x-ms-correlation-request-id": "f969f267-b941-45e0-a1f5-091a8fd6ed55", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-request-id": "c6e99067-a0a7-4394-8927-376046ff49f9", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T030733Z:f969f267-b941-45e0-a1f5-091a8fd6ed55" + }, + "ResponseBody": { + "nameAvailable": true + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/teststorageRG-4814?api-version=2019-10-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "44", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "8bc5638ee77faba852952e569972b26f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "location": "eastus2", + "tags": { + "test": "env" + } + }, + "StatusCode": 201, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "256", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 18 Nov 2021 03:07:34 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "83dff0cb-633c-434a-8a5a-bf0ed3829c24", + "x-ms-ratelimit-remaining-subscription-writes": "1199", + "x-ms-request-id": "83dff0cb-633c-434a-8a5a-bf0ed3829c24", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T030735Z:83dff0cb-633c-434a-8a5a-bf0ed3829c24" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-4814", + "name": "teststorageRG-4814", + "type": "Microsoft.Resources/resourceGroups", + "location": "eastus2", + "tags": { + "test": "env" + }, + "properties": { + "provisioningState": "Succeeded" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-4814/providers/Microsoft.Storage/storageAccounts/teststoragemgmt4?api-version=2021-04-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "126", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211118.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "5c61c98baf6b39bf9c7bffe929d5368e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "sku": { + "name": "Standard_GRS" + }, + "kind": "Storage", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": {} + }, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 03:07:42 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/dcb29b2d-2818-4bb5-bb23-fad91f0c935a?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5c61c98baf6b39bf9c7bffe929d5368e", + "x-ms-correlation-request-id": "dd7aa9cd-2506-4abe-ad2b-97e1bf3f86e7", + "x-ms-ratelimit-remaining-subscription-writes": "1198", + "x-ms-request-id": "dcb29b2d-2818-4bb5-bb23-fad91f0c935a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T030742Z:dd7aa9cd-2506-4abe-ad2b-97e1bf3f86e7" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/dcb29b2d-2818-4bb5-bb23-fad91f0c935a?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "a0184dac1b27df74a38bee03e8be827d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 03:07:42 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/dcb29b2d-2818-4bb5-bb23-fad91f0c935a?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a0184dac1b27df74a38bee03e8be827d", + "x-ms-correlation-request-id": "c2ab592b-2f9f-4aec-a226-024be44ebd07", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-request-id": "71c74930-e3e4-44cc-8b1d-afc9bd89dafc", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T030742Z:c2ab592b-2f9f-4aec-a226-024be44ebd07" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/dcb29b2d-2818-4bb5-bb23-fad91f0c935a?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "30519f5f419313efbd16ea31378096eb", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 03:07:42 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/dcb29b2d-2818-4bb5-bb23-fad91f0c935a?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "30519f5f419313efbd16ea31378096eb", + "x-ms-correlation-request-id": "7b2a808e-43f1-4389-955f-6103f1898dd5", + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-request-id": "f4f1f862-e393-4c37-b274-44d1821d239e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T030743Z:7b2a808e-43f1-4389-955f-6103f1898dd5" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/dcb29b2d-2818-4bb5-bb23-fad91f0c935a?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "dc3c335295bde867f400ccf3880862b3", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 03:07:43 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/dcb29b2d-2818-4bb5-bb23-fad91f0c935a?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "dc3c335295bde867f400ccf3880862b3", + "x-ms-correlation-request-id": "eef36936-6905-404f-9b82-ce15b96918da", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-request-id": "5a9b65ee-9f3d-469f-9a9f-1755e375485c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T030743Z:eef36936-6905-404f-9b82-ce15b96918da" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/dcb29b2d-2818-4bb5-bb23-fad91f0c935a?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "03dffbb8f85f6b395d04e3103143a723", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 03:07:43 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/dcb29b2d-2818-4bb5-bb23-fad91f0c935a?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "03dffbb8f85f6b395d04e3103143a723", + "x-ms-correlation-request-id": "f7b5f117-5d2f-447b-94cb-00c474eee144", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-request-id": "cb8616d0-dd79-4b06-b8fe-ea2f087128cb", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T030743Z:f7b5f117-5d2f-447b-94cb-00c474eee144" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/dcb29b2d-2818-4bb5-bb23-fad91f0c935a?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "b5b003f4a682c9bf38693b9375fc8ab4", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 03:07:43 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/dcb29b2d-2818-4bb5-bb23-fad91f0c935a?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b5b003f4a682c9bf38693b9375fc8ab4", + "x-ms-correlation-request-id": "ba4038bb-584e-4a81-82f6-d31d309fbdd8", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-request-id": "b52928e4-2be2-4a2c-aa06-9b67faaf300b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T030744Z:ba4038bb-584e-4a81-82f6-d31d309fbdd8" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/dcb29b2d-2818-4bb5-bb23-fad91f0c935a?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "3b7837b492a1598cf9d17eb9b256b7b0", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 03:07:44 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/dcb29b2d-2818-4bb5-bb23-fad91f0c935a?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "3b7837b492a1598cf9d17eb9b256b7b0", + "x-ms-correlation-request-id": "e650856f-83f9-4d71-890c-e25138b27da3", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-request-id": "193c2559-9ecd-4e2c-a911-53b96763f399", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T030744Z:e650856f-83f9-4d71-890c-e25138b27da3" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/dcb29b2d-2818-4bb5-bb23-fad91f0c935a?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "85fea958ad5711303b15cbf5bda5f661", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 03:07:44 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/dcb29b2d-2818-4bb5-bb23-fad91f0c935a?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "85fea958ad5711303b15cbf5bda5f661", + "x-ms-correlation-request-id": "e2abade6-0fb7-4edf-b0d7-828d751ee340", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-request-id": "d1238f69-fb61-41f5-ad7b-dd025a701e85", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T030744Z:e2abade6-0fb7-4edf-b0d7-828d751ee340" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/dcb29b2d-2818-4bb5-bb23-fad91f0c935a?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "fa5c2e796bca62817757bbb1270617e1", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 03:07:44 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/dcb29b2d-2818-4bb5-bb23-fad91f0c935a?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "fa5c2e796bca62817757bbb1270617e1", + "x-ms-correlation-request-id": "093a83e9-5f17-471d-be0b-dcad3b654cfc", + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-request-id": "6ebb627a-9dc0-489d-bc9a-a17b068e552b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T030745Z:093a83e9-5f17-471d-be0b-dcad3b654cfc" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/dcb29b2d-2818-4bb5-bb23-fad91f0c935a?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "cb3b8bb105fd065d0667008bc6969c54", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 03:07:45 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/dcb29b2d-2818-4bb5-bb23-fad91f0c935a?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "cb3b8bb105fd065d0667008bc6969c54", + "x-ms-correlation-request-id": "8c02f421-5c43-4f25-859e-6591334d477f", + "x-ms-ratelimit-remaining-subscription-reads": "11988", + "x-ms-request-id": "966424c2-09d4-4209-9114-058b76ff06e3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T030745Z:8c02f421-5c43-4f25-859e-6591334d477f" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/dcb29b2d-2818-4bb5-bb23-fad91f0c935a?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "843f1ddbbdfaece5289c0d00f27fea34", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 03:07:45 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/dcb29b2d-2818-4bb5-bb23-fad91f0c935a?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "843f1ddbbdfaece5289c0d00f27fea34", + "x-ms-correlation-request-id": "f32f4865-b442-4ad3-97ac-f3781476d3b4", + "x-ms-ratelimit-remaining-subscription-reads": "11987", + "x-ms-request-id": "f90a9251-3dbe-4617-9fa7-d191b3970b68", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T030745Z:f32f4865-b442-4ad3-97ac-f3781476d3b4" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/dcb29b2d-2818-4bb5-bb23-fad91f0c935a?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "3143e9fe2a697363d055f3636bf59be0", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 03:07:45 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/dcb29b2d-2818-4bb5-bb23-fad91f0c935a?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "3143e9fe2a697363d055f3636bf59be0", + "x-ms-correlation-request-id": "391cd784-0757-4850-9289-d9e5b1bab888", + "x-ms-ratelimit-remaining-subscription-reads": "11986", + "x-ms-request-id": "50229f44-dc5c-4737-814e-cd1fcf1f2a7a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T030746Z:391cd784-0757-4850-9289-d9e5b1bab888" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/dcb29b2d-2818-4bb5-bb23-fad91f0c935a?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "09d566ba93c7f4e7a54fa361f75d1486", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 03:07:45 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/dcb29b2d-2818-4bb5-bb23-fad91f0c935a?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "09d566ba93c7f4e7a54fa361f75d1486", + "x-ms-correlation-request-id": "290bf137-c8fa-454e-9336-2bb07bc5d4e0", + "x-ms-ratelimit-remaining-subscription-reads": "11985", + "x-ms-request-id": "7132d4ba-e9f8-485c-8e6a-d482a45b4c69", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T030746Z:290bf137-c8fa-454e-9336-2bb07bc5d4e0" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/dcb29b2d-2818-4bb5-bb23-fad91f0c935a?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "dc8dcb7c6a52b0eabacbb3a4c9818032", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 03:07:46 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/dcb29b2d-2818-4bb5-bb23-fad91f0c935a?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "dc8dcb7c6a52b0eabacbb3a4c9818032", + "x-ms-correlation-request-id": "da873977-dcbf-4ffa-96e9-69a225c39a65", + "x-ms-ratelimit-remaining-subscription-reads": "11984", + "x-ms-request-id": "98706348-7b87-44b7-806d-78033cff33d9", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T030746Z:da873977-dcbf-4ffa-96e9-69a225c39a65" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/dcb29b2d-2818-4bb5-bb23-fad91f0c935a?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "8b452d00e0aa6b6d024f8c1a87027c73", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 03:07:46 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/dcb29b2d-2818-4bb5-bb23-fad91f0c935a?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "8b452d00e0aa6b6d024f8c1a87027c73", + "x-ms-correlation-request-id": "6aebef70-c29d-4a27-b404-cd120e8ed3b0", + "x-ms-ratelimit-remaining-subscription-reads": "11983", + "x-ms-request-id": "835fcdd1-de9f-431d-b47c-bc59a5172a0e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T030746Z:6aebef70-c29d-4a27-b404-cd120e8ed3b0" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/dcb29b2d-2818-4bb5-bb23-fad91f0c935a?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "9fe66d40bf684f8e7c254ffbdf422a24", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 03:07:46 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/dcb29b2d-2818-4bb5-bb23-fad91f0c935a?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "9fe66d40bf684f8e7c254ffbdf422a24", + "x-ms-correlation-request-id": "d98287a9-79cd-4e1e-af35-092544374181", + "x-ms-ratelimit-remaining-subscription-reads": "11982", + "x-ms-request-id": "06213305-b89a-4c3a-b598-76b179b648f2", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T030747Z:d98287a9-79cd-4e1e-af35-092544374181" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/dcb29b2d-2818-4bb5-bb23-fad91f0c935a?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "ca6071ce89179cdc5e21da03decf28b7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 03:07:47 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/dcb29b2d-2818-4bb5-bb23-fad91f0c935a?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ca6071ce89179cdc5e21da03decf28b7", + "x-ms-correlation-request-id": "49026928-fecf-433e-ac70-cdcc82154cc9", + "x-ms-ratelimit-remaining-subscription-reads": "11981", + "x-ms-request-id": "bf697968-1ad5-4e0a-a464-33faa8b0cea2", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T030747Z:49026928-fecf-433e-ac70-cdcc82154cc9" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/dcb29b2d-2818-4bb5-bb23-fad91f0c935a?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "5c64404fe19b41c99ef50f8491728bbf", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 03:07:47 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/dcb29b2d-2818-4bb5-bb23-fad91f0c935a?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5c64404fe19b41c99ef50f8491728bbf", + "x-ms-correlation-request-id": "7ce39db9-0cda-498c-af67-af610459c86c", + "x-ms-ratelimit-remaining-subscription-reads": "11980", + "x-ms-request-id": "d589df84-8dc2-408c-862c-bbfd83a98136", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T030747Z:7ce39db9-0cda-498c-af67-af610459c86c" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/dcb29b2d-2818-4bb5-bb23-fad91f0c935a?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "164b6824b1a2b75b904a4046e48b71ac", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 03:07:47 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/dcb29b2d-2818-4bb5-bb23-fad91f0c935a?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "164b6824b1a2b75b904a4046e48b71ac", + "x-ms-correlation-request-id": "346e8fc7-48b4-483e-8f6c-3f124624853f", + "x-ms-ratelimit-remaining-subscription-reads": "11979", + "x-ms-request-id": "9ca31f6f-f07b-484d-adef-9df3d1a80498", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T030748Z:346e8fc7-48b4-483e-8f6c-3f124624853f" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/dcb29b2d-2818-4bb5-bb23-fad91f0c935a?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "9fab98fccedeed88a71e2c227a570aec", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 03:07:48 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/dcb29b2d-2818-4bb5-bb23-fad91f0c935a?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "9fab98fccedeed88a71e2c227a570aec", + "x-ms-correlation-request-id": "639dead1-f885-4a3d-856b-31c79c2c8ba9", + "x-ms-ratelimit-remaining-subscription-reads": "11978", + "x-ms-request-id": "b95a5ffa-aae0-4449-bf2d-3a10bc9918b0", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T030748Z:639dead1-f885-4a3d-856b-31c79c2c8ba9" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/dcb29b2d-2818-4bb5-bb23-fad91f0c935a?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "76df1a9612839e15e4adcc50a0825c13", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 03:07:48 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/dcb29b2d-2818-4bb5-bb23-fad91f0c935a?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "76df1a9612839e15e4adcc50a0825c13", + "x-ms-correlation-request-id": "7b928f36-9a71-4e3b-99fe-5757244a1158", + "x-ms-ratelimit-remaining-subscription-reads": "11977", + "x-ms-request-id": "88a7fadc-6d90-4c1e-93db-5a09f23f4bb3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T030748Z:7b928f36-9a71-4e3b-99fe-5757244a1158" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/dcb29b2d-2818-4bb5-bb23-fad91f0c935a?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "f9876284ebc655e1df5e6e8385393c38", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 03:07:48 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/dcb29b2d-2818-4bb5-bb23-fad91f0c935a?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f9876284ebc655e1df5e6e8385393c38", + "x-ms-correlation-request-id": "5b8eb804-083d-4b78-8a99-623227117208", + "x-ms-ratelimit-remaining-subscription-reads": "11976", + "x-ms-request-id": "72614dc3-8f05-4210-8eb3-5e7dee3da846", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T030749Z:5b8eb804-083d-4b78-8a99-623227117208" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/dcb29b2d-2818-4bb5-bb23-fad91f0c935a?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "cab0543ffaabea28820dbb3102384c25", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 03:07:49 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/dcb29b2d-2818-4bb5-bb23-fad91f0c935a?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "cab0543ffaabea28820dbb3102384c25", + "x-ms-correlation-request-id": "a7c17872-7d10-42e4-b4c1-35e81d7fa106", + "x-ms-ratelimit-remaining-subscription-reads": "11975", + "x-ms-request-id": "77c228cb-de2e-471c-9d32-eb50db1e1bf6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T030749Z:a7c17872-7d10-42e4-b4c1-35e81d7fa106" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/dcb29b2d-2818-4bb5-bb23-fad91f0c935a?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "179d18c211d0ab2638899725a39118ab", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 03:07:49 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/dcb29b2d-2818-4bb5-bb23-fad91f0c935a?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "179d18c211d0ab2638899725a39118ab", + "x-ms-correlation-request-id": "21304056-5a1b-44bb-a09a-0ed07d75d869", + "x-ms-ratelimit-remaining-subscription-reads": "11974", + "x-ms-request-id": "5b90e986-2e7d-44ef-85f5-1620ea13a64d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T030749Z:21304056-5a1b-44bb-a09a-0ed07d75d869" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/dcb29b2d-2818-4bb5-bb23-fad91f0c935a?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "4b11937092d28967399d76b830b053a6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 03:07:49 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/dcb29b2d-2818-4bb5-bb23-fad91f0c935a?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4b11937092d28967399d76b830b053a6", + "x-ms-correlation-request-id": "202d1d12-92d1-49f3-ac18-502cbc79b121", + "x-ms-ratelimit-remaining-subscription-reads": "11973", + "x-ms-request-id": "c39c19a7-5a6a-4230-83fd-def6b5e9a05e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T030750Z:202d1d12-92d1-49f3-ac18-502cbc79b121" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/dcb29b2d-2818-4bb5-bb23-fad91f0c935a?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "6cc14911249b2d682e059122630346f0", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 03:07:49 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/dcb29b2d-2818-4bb5-bb23-fad91f0c935a?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6cc14911249b2d682e059122630346f0", + "x-ms-correlation-request-id": "2648051b-1620-4200-bd55-9a2436a32ecf", + "x-ms-ratelimit-remaining-subscription-reads": "11972", + "x-ms-request-id": "e34233de-4574-4b97-a0e5-47fa96be6eae", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T030750Z:2648051b-1620-4200-bd55-9a2436a32ecf" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/dcb29b2d-2818-4bb5-bb23-fad91f0c935a?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "6ec10ff400272f52b013de329b6d7a88", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 03:07:50 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/dcb29b2d-2818-4bb5-bb23-fad91f0c935a?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6ec10ff400272f52b013de329b6d7a88", + "x-ms-correlation-request-id": "3cdb808f-e92a-4144-99c8-09455667c097", + "x-ms-ratelimit-remaining-subscription-reads": "11971", + "x-ms-request-id": "1db729cb-8d50-439d-bc60-99dac10ce8ad", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T030750Z:3cdb808f-e92a-4144-99c8-09455667c097" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/dcb29b2d-2818-4bb5-bb23-fad91f0c935a?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "5913f035abd04b0f2ae31dcd00452636", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 03:07:50 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/dcb29b2d-2818-4bb5-bb23-fad91f0c935a?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5913f035abd04b0f2ae31dcd00452636", + "x-ms-correlation-request-id": "171a056e-99b4-4dbf-af47-752993200584", + "x-ms-ratelimit-remaining-subscription-reads": "11970", + "x-ms-request-id": "48b1e24c-7cd0-4c26-a131-f0b779eee4d3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T030751Z:171a056e-99b4-4dbf-af47-752993200584" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/dcb29b2d-2818-4bb5-bb23-fad91f0c935a?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "20c48556e4ef107ff691bc87463592c1", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 03:07:50 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/dcb29b2d-2818-4bb5-bb23-fad91f0c935a?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "20c48556e4ef107ff691bc87463592c1", + "x-ms-correlation-request-id": "fa875710-ae64-4f37-b86d-9e484bd01456", + "x-ms-ratelimit-remaining-subscription-reads": "11969", + "x-ms-request-id": "bf6bd02d-5874-47c2-bb9f-739be17bbdef", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T030751Z:fa875710-ae64-4f37-b86d-9e484bd01456" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/dcb29b2d-2818-4bb5-bb23-fad91f0c935a?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "72ec088aedf04820ff754444e3852e6b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 03:07:51 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/dcb29b2d-2818-4bb5-bb23-fad91f0c935a?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "72ec088aedf04820ff754444e3852e6b", + "x-ms-correlation-request-id": "021a849a-bcc1-4b87-8d5d-72c92a040046", + "x-ms-ratelimit-remaining-subscription-reads": "11968", + "x-ms-request-id": "3402f92d-11ed-4b5d-88a2-4a8923bc142a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T030751Z:021a849a-bcc1-4b87-8d5d-72c92a040046" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/dcb29b2d-2818-4bb5-bb23-fad91f0c935a?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "15dca8ed59a851997102633fef8704f5", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 03:07:51 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/dcb29b2d-2818-4bb5-bb23-fad91f0c935a?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "15dca8ed59a851997102633fef8704f5", + "x-ms-correlation-request-id": "40d61714-a62f-457c-86a3-71272d460895", + "x-ms-ratelimit-remaining-subscription-reads": "11967", + "x-ms-request-id": "d30ec302-7040-417c-ba3c-ca422bcbd75e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T030751Z:40d61714-a62f-457c-86a3-71272d460895" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/dcb29b2d-2818-4bb5-bb23-fad91f0c935a?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "f8425c50b3586945657b2079a03a2d71", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 03:07:51 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/dcb29b2d-2818-4bb5-bb23-fad91f0c935a?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f8425c50b3586945657b2079a03a2d71", + "x-ms-correlation-request-id": "d61751a8-94fd-4ecb-9fab-4980068a53ea", + "x-ms-ratelimit-remaining-subscription-reads": "11966", + "x-ms-request-id": "2b1aedf2-93e0-4e2d-af6f-defa937750b0", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T030752Z:d61751a8-94fd-4ecb-9fab-4980068a53ea" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/dcb29b2d-2818-4bb5-bb23-fad91f0c935a?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "9e9a51627d5930186f9b01ed8ae05978", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 03:07:52 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/dcb29b2d-2818-4bb5-bb23-fad91f0c935a?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "9e9a51627d5930186f9b01ed8ae05978", + "x-ms-correlation-request-id": "9d88ca61-2705-4858-8b96-e41a8018740b", + "x-ms-ratelimit-remaining-subscription-reads": "11965", + "x-ms-request-id": "f4287bc0-f97d-4578-b70d-cdf2bc054861", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T030752Z:9d88ca61-2705-4858-8b96-e41a8018740b" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/dcb29b2d-2818-4bb5-bb23-fad91f0c935a?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "87f34e7136433a126273b02c3820b036", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 03:07:52 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/dcb29b2d-2818-4bb5-bb23-fad91f0c935a?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "87f34e7136433a126273b02c3820b036", + "x-ms-correlation-request-id": "205b4fbd-af2b-4587-87f4-d6d8a9859933", + "x-ms-ratelimit-remaining-subscription-reads": "11964", + "x-ms-request-id": "f303fde2-57ad-4bdc-a2c3-61f8aeb3955a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T030752Z:205b4fbd-af2b-4587-87f4-d6d8a9859933" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/dcb29b2d-2818-4bb5-bb23-fad91f0c935a?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "9eddf1d565edd39b431189bdb158df84", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 03:07:52 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/dcb29b2d-2818-4bb5-bb23-fad91f0c935a?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "9eddf1d565edd39b431189bdb158df84", + "x-ms-correlation-request-id": "7f77232e-c2d3-4824-b19c-039e83b21164", + "x-ms-ratelimit-remaining-subscription-reads": "11963", + "x-ms-request-id": "3639377d-f797-4d0e-a67d-ab2127d13c4c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T030753Z:7f77232e-c2d3-4824-b19c-039e83b21164" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/dcb29b2d-2818-4bb5-bb23-fad91f0c935a?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "5107a822a5462b2d3e5f3ce5ccebf84e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 03:07:53 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/dcb29b2d-2818-4bb5-bb23-fad91f0c935a?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5107a822a5462b2d3e5f3ce5ccebf84e", + "x-ms-correlation-request-id": "27ed4617-570c-4f8e-a859-9722cdf9baf4", + "x-ms-ratelimit-remaining-subscription-reads": "11962", + "x-ms-request-id": "3668b0a1-536f-4bd0-ae10-e7e67101f03f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T030753Z:27ed4617-570c-4f8e-a859-9722cdf9baf4" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/dcb29b2d-2818-4bb5-bb23-fad91f0c935a?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "9818caeaba030b8ab2204432ad548809", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 03:07:53 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/dcb29b2d-2818-4bb5-bb23-fad91f0c935a?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "9818caeaba030b8ab2204432ad548809", + "x-ms-correlation-request-id": "0ec524d5-8444-4be1-a482-f762ad90ae57", + "x-ms-ratelimit-remaining-subscription-reads": "11961", + "x-ms-request-id": "b458a65d-42a3-440e-a623-66c0775c8d81", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T030753Z:0ec524d5-8444-4be1-a482-f762ad90ae57" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/dcb29b2d-2818-4bb5-bb23-fad91f0c935a?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "900a2b945f192fefc4b1608d29b60657", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 03:07:53 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/dcb29b2d-2818-4bb5-bb23-fad91f0c935a?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "900a2b945f192fefc4b1608d29b60657", + "x-ms-correlation-request-id": "b6a649c9-0037-4df9-8511-72da7242bd1d", + "x-ms-ratelimit-remaining-subscription-reads": "11960", + "x-ms-request-id": "6301f3d0-cbfe-4097-b69f-e9f1d23446fe", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T030754Z:b6a649c9-0037-4df9-8511-72da7242bd1d" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/dcb29b2d-2818-4bb5-bb23-fad91f0c935a?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "e6d33a19474068811efb9e2661fb7ee9", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 03:07:54 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/dcb29b2d-2818-4bb5-bb23-fad91f0c935a?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e6d33a19474068811efb9e2661fb7ee9", + "x-ms-correlation-request-id": "5ecd8304-72ec-433a-bc4c-1d8d0412ec50", + "x-ms-ratelimit-remaining-subscription-reads": "11959", + "x-ms-request-id": "a37cb721-1e4b-48e8-b93a-41a1c864cf8b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T030754Z:5ecd8304-72ec-433a-bc4c-1d8d0412ec50" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/dcb29b2d-2818-4bb5-bb23-fad91f0c935a?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "a05132d768e18b35dbe8d3525afce1fc", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 03:07:54 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/dcb29b2d-2818-4bb5-bb23-fad91f0c935a?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a05132d768e18b35dbe8d3525afce1fc", + "x-ms-correlation-request-id": "087b6819-b012-4a1c-95a9-097597608980", + "x-ms-ratelimit-remaining-subscription-reads": "11958", + "x-ms-request-id": "1dd842c2-e863-4d58-86ef-e85e76558e17", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T030754Z:087b6819-b012-4a1c-95a9-097597608980" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/dcb29b2d-2818-4bb5-bb23-fad91f0c935a?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "7218ec19a1814dc9aaa1711dc0c9cec8", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 03:07:54 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/dcb29b2d-2818-4bb5-bb23-fad91f0c935a?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "7218ec19a1814dc9aaa1711dc0c9cec8", + "x-ms-correlation-request-id": "b814ac53-5a7c-4e22-9be5-916483adb806", + "x-ms-ratelimit-remaining-subscription-reads": "11957", + "x-ms-request-id": "405d120d-a36e-4880-9789-28887910d578", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T030755Z:b814ac53-5a7c-4e22-9be5-916483adb806" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/dcb29b2d-2818-4bb5-bb23-fad91f0c935a?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "f7b676326564b17505470b57732e0e21", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 03:07:54 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/dcb29b2d-2818-4bb5-bb23-fad91f0c935a?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f7b676326564b17505470b57732e0e21", + "x-ms-correlation-request-id": "25397cc4-b932-46ac-b3fc-bed502d9887f", + "x-ms-ratelimit-remaining-subscription-reads": "11956", + "x-ms-request-id": "b1d62dee-01e0-4e05-b538-a79890760b4f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T030755Z:25397cc4-b932-46ac-b3fc-bed502d9887f" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/dcb29b2d-2818-4bb5-bb23-fad91f0c935a?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "740ca11a0ce235686804f640f618ca12", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 03:07:55 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/dcb29b2d-2818-4bb5-bb23-fad91f0c935a?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "740ca11a0ce235686804f640f618ca12", + "x-ms-correlation-request-id": "4086bc11-0e8e-4adb-8924-73ac2ec2735a", + "x-ms-ratelimit-remaining-subscription-reads": "11955", + "x-ms-request-id": "375a0b5a-bb41-425b-9725-2a4f9a486764", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T030755Z:4086bc11-0e8e-4adb-8924-73ac2ec2735a" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/dcb29b2d-2818-4bb5-bb23-fad91f0c935a?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "e4200b1aea46b39877676d399671d97c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 03:07:55 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/dcb29b2d-2818-4bb5-bb23-fad91f0c935a?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e4200b1aea46b39877676d399671d97c", + "x-ms-correlation-request-id": "6516c21f-b338-4625-822e-9f90144bacc9", + "x-ms-ratelimit-remaining-subscription-reads": "11954", + "x-ms-request-id": "80b002e9-4b6b-48ed-a6e5-a180002eae9d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T030755Z:6516c21f-b338-4625-822e-9f90144bacc9" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/dcb29b2d-2818-4bb5-bb23-fad91f0c935a?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "1e02509359bc26e50e808e5f6f35baed", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 03:07:55 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/dcb29b2d-2818-4bb5-bb23-fad91f0c935a?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1e02509359bc26e50e808e5f6f35baed", + "x-ms-correlation-request-id": "d040f7c9-a484-40bb-adc8-de7abb689e5e", + "x-ms-ratelimit-remaining-subscription-reads": "11953", + "x-ms-request-id": "e43d6a9b-7064-4ec0-b5f9-21305466663f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T030756Z:d040f7c9-a484-40bb-adc8-de7abb689e5e" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/dcb29b2d-2818-4bb5-bb23-fad91f0c935a?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "683df97d290e2fda0858fd7b9f2e9ff7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 03:07:56 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/dcb29b2d-2818-4bb5-bb23-fad91f0c935a?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "683df97d290e2fda0858fd7b9f2e9ff7", + "x-ms-correlation-request-id": "7d4034fa-2b24-4f0d-a3f6-52894d66d709", + "x-ms-ratelimit-remaining-subscription-reads": "11952", + "x-ms-request-id": "facce9a0-45e1-458a-b043-9d1267c88aec", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T030756Z:7d4034fa-2b24-4f0d-a3f6-52894d66d709" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/dcb29b2d-2818-4bb5-bb23-fad91f0c935a?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "a5ac792aab15c05525fad6c55b394342", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 03:07:56 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/dcb29b2d-2818-4bb5-bb23-fad91f0c935a?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a5ac792aab15c05525fad6c55b394342", + "x-ms-correlation-request-id": "822d3cca-f68e-47c1-aa0a-6589d104faa5", + "x-ms-ratelimit-remaining-subscription-reads": "11951", + "x-ms-request-id": "3a0ad87b-0edf-471c-b3ed-8e9be98691f4", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T030756Z:822d3cca-f68e-47c1-aa0a-6589d104faa5" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/dcb29b2d-2818-4bb5-bb23-fad91f0c935a?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "9cbc7fac7133696e75d316645c6a86df", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 03:07:56 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/dcb29b2d-2818-4bb5-bb23-fad91f0c935a?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "9cbc7fac7133696e75d316645c6a86df", + "x-ms-correlation-request-id": "4b85d6e4-27a1-44b7-8921-4d385a054be8", + "x-ms-ratelimit-remaining-subscription-reads": "11950", + "x-ms-request-id": "d85edb28-6906-44d8-948d-76d6bb16bf53", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T030757Z:4b85d6e4-27a1-44b7-8921-4d385a054be8" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/dcb29b2d-2818-4bb5-bb23-fad91f0c935a?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "f63497e11588d1d7a47c42135315d3cf", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 03:07:57 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/dcb29b2d-2818-4bb5-bb23-fad91f0c935a?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f63497e11588d1d7a47c42135315d3cf", + "x-ms-correlation-request-id": "c4a02769-0350-4881-81ee-1dee754ad660", + "x-ms-ratelimit-remaining-subscription-reads": "11949", + "x-ms-request-id": "635bd837-f6a6-48e9-b16a-782cb9aad5da", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T030757Z:c4a02769-0350-4881-81ee-1dee754ad660" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/dcb29b2d-2818-4bb5-bb23-fad91f0c935a?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "1fceba140371b9c30b42304195f164ba", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 03:07:57 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/dcb29b2d-2818-4bb5-bb23-fad91f0c935a?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1fceba140371b9c30b42304195f164ba", + "x-ms-correlation-request-id": "9c3c1423-c05c-4639-8a0e-aeec365581d8", + "x-ms-ratelimit-remaining-subscription-reads": "11948", + "x-ms-request-id": "40421914-9b56-43ec-9a1d-137a2487484e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T030757Z:9c3c1423-c05c-4639-8a0e-aeec365581d8" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/dcb29b2d-2818-4bb5-bb23-fad91f0c935a?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "c4e4f6734d0497baa8ebf8b72e5a1560", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 03:07:57 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/dcb29b2d-2818-4bb5-bb23-fad91f0c935a?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c4e4f6734d0497baa8ebf8b72e5a1560", + "x-ms-correlation-request-id": "5da389ff-0fac-49d5-b72c-03ff5f4ef971", + "x-ms-ratelimit-remaining-subscription-reads": "11947", + "x-ms-request-id": "092e8b63-f9c3-4334-9cf5-73b83f46d732", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T030758Z:5da389ff-0fac-49d5-b72c-03ff5f4ef971" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/dcb29b2d-2818-4bb5-bb23-fad91f0c935a?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "a14f46ff679cde6dd37bea45e5953bb3", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 03:07:57 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/dcb29b2d-2818-4bb5-bb23-fad91f0c935a?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a14f46ff679cde6dd37bea45e5953bb3", + "x-ms-correlation-request-id": "ac2f3b6b-9563-4776-98be-d34d717320ae", + "x-ms-ratelimit-remaining-subscription-reads": "11946", + "x-ms-request-id": "a99e5fd1-befb-493d-a7b4-f6f76ba438af", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T030758Z:ac2f3b6b-9563-4776-98be-d34d717320ae" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/dcb29b2d-2818-4bb5-bb23-fad91f0c935a?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "5da088180e30c7cb003677860a0c8ab1", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1328", + "Content-Type": "application/json", + "Date": "Thu, 18 Nov 2021 03:07:58 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5da088180e30c7cb003677860a0c8ab1", + "x-ms-correlation-request-id": "d0031263-34b4-4876-832c-6b35af2e634d", + "x-ms-ratelimit-remaining-subscription-reads": "11945", + "x-ms-request-id": "2a08a6d0-ee57-4074-bdc4-2ac7889ea022", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T030758Z:d0031263-34b4-4876-832c-6b35af2e634d" + }, + "ResponseBody": { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "Storage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-4814/providers/Microsoft.Storage/storageAccounts/teststoragemgmt4", + "name": "teststoragemgmt4", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-11-18T03:07:41.0080510Z", + "key2": "2021-11-18T03:07:41.0080510Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-18T03:07:41.0080510Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-18T03:07:41.0080510Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "provisioningState": "Succeeded", + "creationTime": "2021-11-18T03:07:40.8830164Z", + "primaryEndpoints": { + "blob": "https://teststoragemgmt4.blob.core.windows.net/", + "queue": "https://teststoragemgmt4.queue.core.windows.net/", + "table": "https://teststoragemgmt4.table.core.windows.net/", + "file": "https://teststoragemgmt4.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-4814/providers/Microsoft.Storage/storageAccounts/teststoragemgmt4/ListAccountSas?api-version=2021-04-01", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "120", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211118.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "4f42cf2cc2a10c1e8806f0886274b212", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "signedServices": "b", + "signedResourceTypes": "sco", + "signedPermission": "rl", + "signedExpiry": "2021-11-18T04:07:59.2931793Z" + }, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "141", + "Content-Type": "application/json", + "Date": "Thu, 18 Nov 2021 03:07:58 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4f42cf2cc2a10c1e8806f0886274b212", + "x-ms-correlation-request-id": "0d08ddeb-ca6e-43a7-b99a-22b116d11278", + "x-ms-ratelimit-remaining-subscription-writes": "1199", + "x-ms-request-id": "5c9ff1d7-cb8d-4464-847a-0e2f1fb9f787", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T030759Z:0d08ddeb-ca6e-43a7-b99a-22b116d11278" + }, + "ResponseBody": { + "accountSasToken": "sv=2015-04-05\u0026ss=b\u0026srt=sco\u0026sp=rl\u0026se=2021-11-18T04%3A07%3A59.2931793Z\u0026sig=eNDQ298k59n6xbkgNXVR2Q52c6WxIE1jK2YQ7F9MH1o%3D" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-4814/providers/Microsoft.Storage/storageAccounts?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211118.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "a69e45afb8b9f02f7a88a165f0e7d3c7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1340", + "Content-Type": "application/json", + "Date": "Thu, 18 Nov 2021 03:07:59 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a69e45afb8b9f02f7a88a165f0e7d3c7", + "x-ms-correlation-request-id": "faa323d7-b6f7-47f4-95ac-23a4cce2b0dc", + "x-ms-ratelimit-remaining-subscription-reads": "11944", + "x-ms-request-id": "d06fe9ac-6c29-4737-8c0d-312024eb8815", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T030759Z:faa323d7-b6f7-47f4-95ac-23a4cce2b0dc" + }, + "ResponseBody": { + "value": [ + { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "Storage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-4814/providers/Microsoft.Storage/storageAccounts/teststoragemgmt4", + "name": "teststoragemgmt4", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-11-18T03:07:41.0080510Z", + "key2": "2021-11-18T03:07:41.0080510Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-18T03:07:41.0080510Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-18T03:07:41.0080510Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "provisioningState": "Succeeded", + "creationTime": "2021-11-18T03:07:40.8830164Z", + "primaryEndpoints": { + "blob": "https://teststoragemgmt4.blob.core.windows.net/", + "queue": "https://teststoragemgmt4.queue.core.windows.net/", + "table": "https://teststoragemgmt4.table.core.windows.net/", + "file": "https://teststoragemgmt4.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + } + ] + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-4814/providers/Microsoft.Storage/storageAccounts/teststoragemgmt4?api-version=2021-04-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211118.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "151839f1ec5355116a94d52a1e43648c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 18 Nov 2021 03:08:04 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "151839f1ec5355116a94d52a1e43648c", + "x-ms-correlation-request-id": "7a138618-e38b-4f18-93b7-7f2a08b5ad4a", + "x-ms-ratelimit-remaining-subscription-deletes": "14999", + "x-ms-request-id": "ecc9c37e-8315-40a3-804d-36c56133a523", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211118T030805Z:7a138618-e38b-4f18-93b7-7f2a08b5ad4a" + }, + "ResponseBody": [] + } + ], + "Variables": { + "DateTimeOffsetNow": "2021-11-18T11:07:59.2931793\u002B08:00", + "RandomSeed": "932568649", + "RESOURCE_MANAGER_URL": null, + "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" + } +} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/ListWithEncryption.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/ListWithEncryption.json new file mode 100644 index 0000000000000..bc14465d4548e --- /dev/null +++ b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/ListWithEncryption.json @@ -0,0 +1,858 @@ +{ + "Entries": [ + { + "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-c3052d062501fe438a3be026b3102989-9aca4bcdb693104a-00", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "5f138a90399c779857e44a5bb584ed3b", + "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": "Wed, 17 Nov 2021 01:48:35 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "123fc892-9bdd-4a30-904c-237146edd9c2", + "x-ms-ratelimit-remaining-subscription-reads": "11999", + "x-ms-request-id": "123fc892-9bdd-4a30-904c-237146edd9c2", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T014835Z:123fc892-9bdd-4a30-904c-237146edd9c2" + }, + "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.Storage/checkNameAvailability?api-version=2021-04-01", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "73", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "9f10b118c95003654eec21061cc4eb13", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "name": "teststoragemgmt2009", + "type": "Microsoft.Storage/storageAccounts" + }, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "22", + "Content-Type": "application/json", + "Date": "Wed, 17 Nov 2021 01:48:36 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "9f10b118c95003654eec21061cc4eb13", + "x-ms-correlation-request-id": "f76fec2f-f00f-42c4-bea3-05f586ac54b9", + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-request-id": "37bf3416-aa7e-4859-83dc-30e924600c96", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T014836Z:f76fec2f-f00f-42c4-bea3-05f586ac54b9" + }, + "ResponseBody": { + "nameAvailable": true + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/teststorageRG-7294?api-version=2019-10-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "44", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "96a7005826337d876eb02d2a9c0fcbfb", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "location": "eastus2", + "tags": { + "test": "env" + } + }, + "StatusCode": 201, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "256", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 17 Nov 2021 01:48:38 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "420b09c0-1c77-415a-a448-48cfeaba521a", + "x-ms-ratelimit-remaining-subscription-writes": "1199", + "x-ms-request-id": "420b09c0-1c77-415a-a448-48cfeaba521a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T014839Z:420b09c0-1c77-415a-a448-48cfeaba521a" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-7294", + "name": "teststorageRG-7294", + "type": "Microsoft.Resources/resourceGroups", + "location": "eastus2", + "tags": { + "test": "env" + }, + "properties": { + "provisioningState": "Succeeded" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-7294/providers/Microsoft.Storage/storageAccounts/teststoragemgmt2009?api-version=2021-04-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "233", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "df457ceb405eaec05b4d4d77703a205e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "sku": { + "name": "Standard_GRS" + }, + "kind": "Storage", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "encryption": { + "services": { + "blob": { + "enabled": true + }, + "file": { + "enabled": true + } + }, + "keySource": "Microsoft.Storage" + } + } + }, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 01:48:48 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/98f0797a-67b1-454a-b4eb-3bf840ffa116?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "df457ceb405eaec05b4d4d77703a205e", + "x-ms-correlation-request-id": "a6470818-7cd2-4095-b0fa-326c6746a8ae", + "x-ms-ratelimit-remaining-subscription-writes": "1198", + "x-ms-request-id": "98f0797a-67b1-454a-b4eb-3bf840ffa116", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T014849Z:a6470818-7cd2-4095-b0fa-326c6746a8ae" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/98f0797a-67b1-454a-b4eb-3bf840ffa116?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "47300b5533a618363ff93ae6d80f0c33", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 01:48:48 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/98f0797a-67b1-454a-b4eb-3bf840ffa116?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "47300b5533a618363ff93ae6d80f0c33", + "x-ms-correlation-request-id": "56bf8f45-cb12-4be5-841f-36886b2190b7", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-request-id": "9f2ea20d-229b-4278-af64-5078e0cc8254", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T014849Z:56bf8f45-cb12-4be5-841f-36886b2190b7" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/98f0797a-67b1-454a-b4eb-3bf840ffa116?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "7be2cf8fdee4476798ba563c5ea77682", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 01:48:50 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/98f0797a-67b1-454a-b4eb-3bf840ffa116?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "7be2cf8fdee4476798ba563c5ea77682", + "x-ms-correlation-request-id": "bc3eb829-a34d-4bc6-9fea-269ce7bfdf58", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-request-id": "fabe0b2e-6e3e-4538-949f-c3518d0f9320", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T014850Z:bc3eb829-a34d-4bc6-9fea-269ce7bfdf58" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/98f0797a-67b1-454a-b4eb-3bf840ffa116?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "6522709bd90a13b8ea12ad9a69feb279", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 01:48:51 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/98f0797a-67b1-454a-b4eb-3bf840ffa116?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6522709bd90a13b8ea12ad9a69feb279", + "x-ms-correlation-request-id": "82331306-e3d4-43c6-b0d8-206996be2454", + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-request-id": "7ac31696-f3a2-4ed4-9e00-5420b018b187", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T014852Z:82331306-e3d4-43c6-b0d8-206996be2454" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/98f0797a-67b1-454a-b4eb-3bf840ffa116?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "6889ae1536f677f8a3e8afecddf9ba98", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 01:48:52 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/98f0797a-67b1-454a-b4eb-3bf840ffa116?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6889ae1536f677f8a3e8afecddf9ba98", + "x-ms-correlation-request-id": "6a9bcb9f-7284-4963-9946-6f21ecb4a174", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-request-id": "90d5a57e-8943-4ede-8ac6-2025ce6bf225", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T014853Z:6a9bcb9f-7284-4963-9946-6f21ecb4a174" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/98f0797a-67b1-454a-b4eb-3bf840ffa116?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "684ab883a7edb62916cf90d130cddd99", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 01:48:54 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/98f0797a-67b1-454a-b4eb-3bf840ffa116?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "684ab883a7edb62916cf90d130cddd99", + "x-ms-correlation-request-id": "359f0e08-0865-42db-9cf6-de1b3c8c312c", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-request-id": "e766a95e-4f89-4f55-898e-266b9e2f90bd", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T014854Z:359f0e08-0865-42db-9cf6-de1b3c8c312c" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/98f0797a-67b1-454a-b4eb-3bf840ffa116?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "b026dc080e1d658b78aac12129cb35f0", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 01:48:55 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/98f0797a-67b1-454a-b4eb-3bf840ffa116?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b026dc080e1d658b78aac12129cb35f0", + "x-ms-correlation-request-id": "8a5ad304-429a-4675-864e-51b2f9cf2807", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-request-id": "fc23559f-69eb-4fbc-b5c0-cecaca661350", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T014856Z:8a5ad304-429a-4675-864e-51b2f9cf2807" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/98f0797a-67b1-454a-b4eb-3bf840ffa116?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "b117155849b36e8c84d25126a52747d6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 01:48:56 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/98f0797a-67b1-454a-b4eb-3bf840ffa116?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b117155849b36e8c84d25126a52747d6", + "x-ms-correlation-request-id": "e617a11c-8ad1-41bc-9443-de31133c2b79", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-request-id": "3d230f12-c0f1-4adf-8d93-f68324db96d7", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T014857Z:e617a11c-8ad1-41bc-9443-de31133c2b79" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/98f0797a-67b1-454a-b4eb-3bf840ffa116?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "00e4150b0ad3757a2ce5f042e5078c4b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 01:48:57 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/98f0797a-67b1-454a-b4eb-3bf840ffa116?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "00e4150b0ad3757a2ce5f042e5078c4b", + "x-ms-correlation-request-id": "29b4b811-921e-4a18-a3f5-cae9f4e7a55f", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-request-id": "a8819134-69e2-4b70-b69b-26c969329dc8", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T014858Z:29b4b811-921e-4a18-a3f5-cae9f4e7a55f" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/98f0797a-67b1-454a-b4eb-3bf840ffa116?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "1a79a0992bb6bee650b82b4bbc64c050", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 01:48:59 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/98f0797a-67b1-454a-b4eb-3bf840ffa116?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1a79a0992bb6bee650b82b4bbc64c050", + "x-ms-correlation-request-id": "eeabc233-b021-42d6-acc2-3860dfaa9080", + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-request-id": "7b9f443c-6844-4e43-8cba-7120ffc35ad7", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T014900Z:eeabc233-b021-42d6-acc2-3860dfaa9080" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/98f0797a-67b1-454a-b4eb-3bf840ffa116?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "1416eb6335e64d1d9aa185cd5949887d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 01:49:00 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/98f0797a-67b1-454a-b4eb-3bf840ffa116?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1416eb6335e64d1d9aa185cd5949887d", + "x-ms-correlation-request-id": "ee2fbdfd-7ae6-4f67-8f0f-f69d50f921c7", + "x-ms-ratelimit-remaining-subscription-reads": "11988", + "x-ms-request-id": "aa7a07cf-c514-4beb-a3ff-4801bcb7ff4d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T014901Z:ee2fbdfd-7ae6-4f67-8f0f-f69d50f921c7" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/98f0797a-67b1-454a-b4eb-3bf840ffa116?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "058d06452caedf1f2e26b01ade2fb8c7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 01:49:01 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/98f0797a-67b1-454a-b4eb-3bf840ffa116?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "058d06452caedf1f2e26b01ade2fb8c7", + "x-ms-correlation-request-id": "adc4f0f1-576c-432e-8b5b-32f7acd81fd9", + "x-ms-ratelimit-remaining-subscription-reads": "11987", + "x-ms-request-id": "380456bb-a242-4d30-9e9b-0006ae743473", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T014902Z:adc4f0f1-576c-432e-8b5b-32f7acd81fd9" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/98f0797a-67b1-454a-b4eb-3bf840ffa116?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "fadf9f2578f16464822b7f14a6186506", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 01:49:03 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/98f0797a-67b1-454a-b4eb-3bf840ffa116?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "fadf9f2578f16464822b7f14a6186506", + "x-ms-correlation-request-id": "7cbf9486-7522-48ba-87f2-4c7da512f056", + "x-ms-ratelimit-remaining-subscription-reads": "11986", + "x-ms-request-id": "13968f45-0175-468e-bdbf-d835966bcd11", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T014904Z:7cbf9486-7522-48ba-87f2-4c7da512f056" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/98f0797a-67b1-454a-b4eb-3bf840ffa116?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "b605ae2fbbd736a2cb36e6c084026e6b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1346", + "Content-Type": "application/json", + "Date": "Wed, 17 Nov 2021 01:49:04 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b605ae2fbbd736a2cb36e6c084026e6b", + "x-ms-correlation-request-id": "ae0e46f2-6e73-418d-8b7d-634b480fd139", + "x-ms-ratelimit-remaining-subscription-reads": "11985", + "x-ms-request-id": "95211aec-6dca-47ed-b690-a87a5707be9f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T014905Z:ae0e46f2-6e73-418d-8b7d-634b480fd139" + }, + "ResponseBody": { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "Storage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-7294/providers/Microsoft.Storage/storageAccounts/teststoragemgmt2009", + "name": "teststoragemgmt2009", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-11-17T01:48:45.9461239Z", + "key2": "2021-11-17T01:48:45.9461239Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T01:48:45.9461239Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T01:48:45.9461239Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "provisioningState": "Succeeded", + "creationTime": "2021-11-17T01:48:45.8367206Z", + "primaryEndpoints": { + "blob": "https://teststoragemgmt2009.blob.core.windows.net/", + "queue": "https://teststoragemgmt2009.queue.core.windows.net/", + "table": "https://teststoragemgmt2009.table.core.windows.net/", + "file": "https://teststoragemgmt2009.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-7294/providers/Microsoft.Storage/storageAccounts?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "b9a8bee98d6acd8ca1298282ac0b3916", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1358", + "Content-Type": "application/json", + "Date": "Wed, 17 Nov 2021 01:49:04 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b9a8bee98d6acd8ca1298282ac0b3916", + "x-ms-correlation-request-id": "6955f309-5d81-4619-bec2-6fd3669af18e", + "x-ms-ratelimit-remaining-subscription-reads": "11984", + "x-ms-request-id": "c74a3185-8730-4703-bb9b-49ef89ba62bf", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T014905Z:6955f309-5d81-4619-bec2-6fd3669af18e" + }, + "ResponseBody": { + "value": [ + { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "Storage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-7294/providers/Microsoft.Storage/storageAccounts/teststoragemgmt2009", + "name": "teststoragemgmt2009", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-11-17T01:48:45.9461239Z", + "key2": "2021-11-17T01:48:45.9461239Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T01:48:45.9461239Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T01:48:45.9461239Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "provisioningState": "Succeeded", + "creationTime": "2021-11-17T01:48:45.8367206Z", + "primaryEndpoints": { + "blob": "https://teststoragemgmt2009.blob.core.windows.net/", + "queue": "https://teststoragemgmt2009.queue.core.windows.net/", + "table": "https://teststoragemgmt2009.table.core.windows.net/", + "file": "https://teststoragemgmt2009.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + } + ] + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-7294/providers/Microsoft.Storage/storageAccounts?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "30eaa9c102296aeffca82fba92a4df7f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1358", + "Content-Type": "application/json", + "Date": "Wed, 17 Nov 2021 01:49:05 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "30eaa9c102296aeffca82fba92a4df7f", + "x-ms-correlation-request-id": "19bd6357-bbd4-4578-af39-234c45ad82b5", + "x-ms-ratelimit-remaining-subscription-reads": "11983", + "x-ms-request-id": "abe86aa3-0f24-4f54-8e13-cb0b1fdd1651", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T014906Z:19bd6357-bbd4-4578-af39-234c45ad82b5" + }, + "ResponseBody": { + "value": [ + { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "Storage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-7294/providers/Microsoft.Storage/storageAccounts/teststoragemgmt2009", + "name": "teststoragemgmt2009", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-11-17T01:48:45.9461239Z", + "key2": "2021-11-17T01:48:45.9461239Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T01:48:45.9461239Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T01:48:45.9461239Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "provisioningState": "Succeeded", + "creationTime": "2021-11-17T01:48:45.8367206Z", + "primaryEndpoints": { + "blob": "https://teststoragemgmt2009.blob.core.windows.net/", + "queue": "https://teststoragemgmt2009.queue.core.windows.net/", + "table": "https://teststoragemgmt2009.table.core.windows.net/", + "file": "https://teststoragemgmt2009.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + } + ] + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-7294/providers/Microsoft.Storage/storageAccounts/teststoragemgmt2009?api-version=2021-04-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "e72b14bcab70a29c213815ae381f89c0", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 01:49:11 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e72b14bcab70a29c213815ae381f89c0", + "x-ms-correlation-request-id": "2e4e3e8b-7822-48ae-8147-d0d983538792", + "x-ms-ratelimit-remaining-subscription-deletes": "14999", + "x-ms-request-id": "8de80fe7-5da9-4104-ad34-03a6d909d3bb", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T014912Z:2e4e3e8b-7822-48ae-8147-d0d983538792" + }, + "ResponseBody": [] + } + ], + "Variables": { + "RandomSeed": "201973347", + "RESOURCE_MANAGER_URL": null, + "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" + } +} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/ListWithEncryptionAsync.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/ListWithEncryptionAsync.json new file mode 100644 index 0000000000000..179f2eb6d8e2a --- /dev/null +++ b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/ListWithEncryptionAsync.json @@ -0,0 +1,858 @@ +{ + "Entries": [ + { + "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-9b8ce2dd2005e244baca2fa30a6544e4-09ea8b7a3c628c44-00", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "323abbcf8ed39b36c36de849db3cbcb1", + "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": "Wed, 17 Nov 2021 01:49:19 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "ba086dd5-f2eb-4815-a298-23fcfb40aa1a", + "x-ms-ratelimit-remaining-subscription-reads": "11980", + "x-ms-request-id": "ba086dd5-f2eb-4815-a298-23fcfb40aa1a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T014919Z:ba086dd5-f2eb-4815-a298-23fcfb40aa1a" + }, + "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.Storage/checkNameAvailability?api-version=2021-04-01", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "73", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "78b6639a95811e323511f24fee6c49b8", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "name": "teststoragemgmt8604", + "type": "Microsoft.Storage/storageAccounts" + }, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "22", + "Content-Type": "application/json", + "Date": "Wed, 17 Nov 2021 01:49:20 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "78b6639a95811e323511f24fee6c49b8", + "x-ms-correlation-request-id": "6ee71d9e-8f11-4552-ad1f-40e82b3804a7", + "x-ms-ratelimit-remaining-subscription-reads": "11979", + "x-ms-request-id": "902cf042-1bae-4f1d-befb-eda11ed75113", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T014920Z:6ee71d9e-8f11-4552-ad1f-40e82b3804a7" + }, + "ResponseBody": { + "nameAvailable": true + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/teststorageRG-3230?api-version=2019-10-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "44", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "060c939a18d2df4d1722e5325bf4a468", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "location": "eastus2", + "tags": { + "test": "env" + } + }, + "StatusCode": 201, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "256", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 17 Nov 2021 01:49:21 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "77583c2a-57d4-4ec4-9748-60b773cf762c", + "x-ms-ratelimit-remaining-subscription-writes": "1197", + "x-ms-request-id": "77583c2a-57d4-4ec4-9748-60b773cf762c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T014921Z:77583c2a-57d4-4ec4-9748-60b773cf762c" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-3230", + "name": "teststorageRG-3230", + "type": "Microsoft.Resources/resourceGroups", + "location": "eastus2", + "tags": { + "test": "env" + }, + "properties": { + "provisioningState": "Succeeded" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-3230/providers/Microsoft.Storage/storageAccounts/teststoragemgmt8604?api-version=2021-04-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "233", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "be2252fc4d750726149e7d444cd5009e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "sku": { + "name": "Standard_GRS" + }, + "kind": "Storage", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "encryption": { + "services": { + "blob": { + "enabled": true + }, + "file": { + "enabled": true + } + }, + "keySource": "Microsoft.Storage" + } + } + }, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 01:49:25 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/92902499-a4ac-4132-b737-a0eee4b1a56a?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "be2252fc4d750726149e7d444cd5009e", + "x-ms-correlation-request-id": "23fc4bff-0783-477d-ad67-5a8383c42eb2", + "x-ms-ratelimit-remaining-subscription-writes": "1196", + "x-ms-request-id": "92902499-a4ac-4132-b737-a0eee4b1a56a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T014925Z:23fc4bff-0783-477d-ad67-5a8383c42eb2" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/92902499-a4ac-4132-b737-a0eee4b1a56a?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "1af1e74dfa274cb76d04f2339b089341", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 01:49:25 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/92902499-a4ac-4132-b737-a0eee4b1a56a?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1af1e74dfa274cb76d04f2339b089341", + "x-ms-correlation-request-id": "74b44155-198a-4d75-ad84-d28fb252777f", + "x-ms-ratelimit-remaining-subscription-reads": "11978", + "x-ms-request-id": "fcf6236d-51f2-4f08-8740-502707ebe777", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T014925Z:74b44155-198a-4d75-ad84-d28fb252777f" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/92902499-a4ac-4132-b737-a0eee4b1a56a?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "ada147217b513dc28ad855dce2b3ba28", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 01:49:26 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/92902499-a4ac-4132-b737-a0eee4b1a56a?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ada147217b513dc28ad855dce2b3ba28", + "x-ms-correlation-request-id": "a3067d09-49f7-4813-a5da-de071a8d39d9", + "x-ms-ratelimit-remaining-subscription-reads": "11977", + "x-ms-request-id": "bfd56f60-4d4e-4f84-89ef-0926b5bb1531", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T014926Z:a3067d09-49f7-4813-a5da-de071a8d39d9" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/92902499-a4ac-4132-b737-a0eee4b1a56a?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "65f760c5e6e39676f656bca1cc94ae60", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 01:49:28 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/92902499-a4ac-4132-b737-a0eee4b1a56a?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "65f760c5e6e39676f656bca1cc94ae60", + "x-ms-correlation-request-id": "54436132-8f7b-481e-a32e-3b4128e96266", + "x-ms-ratelimit-remaining-subscription-reads": "11976", + "x-ms-request-id": "5271d6e2-98e0-4676-a8e8-61596dd3ad97", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T014928Z:54436132-8f7b-481e-a32e-3b4128e96266" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/92902499-a4ac-4132-b737-a0eee4b1a56a?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "065128052c4bd1ca24b48f4fa5db69b9", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 01:49:29 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/92902499-a4ac-4132-b737-a0eee4b1a56a?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "065128052c4bd1ca24b48f4fa5db69b9", + "x-ms-correlation-request-id": "16ffec96-f945-4f0c-8b45-fbc82daada0f", + "x-ms-ratelimit-remaining-subscription-reads": "11975", + "x-ms-request-id": "3a50ba57-9442-4cf4-96cf-425dd76a4fe1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T014929Z:16ffec96-f945-4f0c-8b45-fbc82daada0f" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/92902499-a4ac-4132-b737-a0eee4b1a56a?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "3b6eca4a2d113b5ed00ab7fbbe2170f6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 01:49:30 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/92902499-a4ac-4132-b737-a0eee4b1a56a?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "3b6eca4a2d113b5ed00ab7fbbe2170f6", + "x-ms-correlation-request-id": "228934ab-0663-485b-a25c-e8350700f949", + "x-ms-ratelimit-remaining-subscription-reads": "11974", + "x-ms-request-id": "be3420ef-0e37-41a2-9603-fe6ef7cbf4df", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T014930Z:228934ab-0663-485b-a25c-e8350700f949" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/92902499-a4ac-4132-b737-a0eee4b1a56a?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "bad6f429b36298dc9525402f5627f11a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 01:49:31 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/92902499-a4ac-4132-b737-a0eee4b1a56a?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "bad6f429b36298dc9525402f5627f11a", + "x-ms-correlation-request-id": "67df90bf-f84a-41ff-89bc-4c94322f9b06", + "x-ms-ratelimit-remaining-subscription-reads": "11973", + "x-ms-request-id": "3f0f1f2c-1c54-450e-b6e8-8a81444d07e5", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T014932Z:67df90bf-f84a-41ff-89bc-4c94322f9b06" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/92902499-a4ac-4132-b737-a0eee4b1a56a?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "025602ec7325d84eca15364075cf1203", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 01:49:33 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/92902499-a4ac-4132-b737-a0eee4b1a56a?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "025602ec7325d84eca15364075cf1203", + "x-ms-correlation-request-id": "26a55ff9-38b3-45af-8acf-68281280060d", + "x-ms-ratelimit-remaining-subscription-reads": "11972", + "x-ms-request-id": "571fe344-224e-47c5-97ac-e8ecab80dff1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T014933Z:26a55ff9-38b3-45af-8acf-68281280060d" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/92902499-a4ac-4132-b737-a0eee4b1a56a?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "b0259843af049657edd5a5ecec2fe4a8", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 01:49:34 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/92902499-a4ac-4132-b737-a0eee4b1a56a?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b0259843af049657edd5a5ecec2fe4a8", + "x-ms-correlation-request-id": "80a00eb3-2080-4bec-a1ff-6963efd05911", + "x-ms-ratelimit-remaining-subscription-reads": "11971", + "x-ms-request-id": "a41ad54d-4673-4e95-ac57-6519b45ada7c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T014934Z:80a00eb3-2080-4bec-a1ff-6963efd05911" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/92902499-a4ac-4132-b737-a0eee4b1a56a?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "bc0e9c196ecab5d0a5fef04c7d9c23c6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 01:49:35 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/92902499-a4ac-4132-b737-a0eee4b1a56a?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "bc0e9c196ecab5d0a5fef04c7d9c23c6", + "x-ms-correlation-request-id": "bec96864-e170-4473-86d5-91d14377cab7", + "x-ms-ratelimit-remaining-subscription-reads": "11970", + "x-ms-request-id": "af7c069f-895a-4f91-aa3a-16377a2689e3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T014936Z:bec96864-e170-4473-86d5-91d14377cab7" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/92902499-a4ac-4132-b737-a0eee4b1a56a?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "bdeb3d1240023d16abbf1450ce62eb9a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 01:49:37 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/92902499-a4ac-4132-b737-a0eee4b1a56a?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "bdeb3d1240023d16abbf1450ce62eb9a", + "x-ms-correlation-request-id": "f015ea33-1466-4984-96bb-105bd63e9ac6", + "x-ms-ratelimit-remaining-subscription-reads": "11969", + "x-ms-request-id": "796a9094-85d7-4fb6-af0e-f0f1bb39f9bf", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T014937Z:f015ea33-1466-4984-96bb-105bd63e9ac6" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/92902499-a4ac-4132-b737-a0eee4b1a56a?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "d8278d3156c0d438c8700a06be0b1950", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 01:49:38 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/92902499-a4ac-4132-b737-a0eee4b1a56a?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d8278d3156c0d438c8700a06be0b1950", + "x-ms-correlation-request-id": "dc7e383a-f62a-446f-bb06-d041d45406ea", + "x-ms-ratelimit-remaining-subscription-reads": "11968", + "x-ms-request-id": "251e55b6-b576-45b5-9a44-541193cfa7d6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T014938Z:dc7e383a-f62a-446f-bb06-d041d45406ea" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/92902499-a4ac-4132-b737-a0eee4b1a56a?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "afd9deb12643d8a685d1100a5a7fe742", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 01:49:39 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/92902499-a4ac-4132-b737-a0eee4b1a56a?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "afd9deb12643d8a685d1100a5a7fe742", + "x-ms-correlation-request-id": "d2d5b5d6-b103-43e3-8c1a-bdb64b3943b3", + "x-ms-ratelimit-remaining-subscription-reads": "11967", + "x-ms-request-id": "621629be-4161-48a8-8d1a-a1f96f6eaf9f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T014939Z:d2d5b5d6-b103-43e3-8c1a-bdb64b3943b3" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/92902499-a4ac-4132-b737-a0eee4b1a56a?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "ef1b55124b75bb050417f59135107e9f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1346", + "Content-Type": "application/json", + "Date": "Wed, 17 Nov 2021 01:49:41 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ef1b55124b75bb050417f59135107e9f", + "x-ms-correlation-request-id": "b0631ec5-01be-4a03-9368-45509ec4bc7d", + "x-ms-ratelimit-remaining-subscription-reads": "11966", + "x-ms-request-id": "97557fef-ce7e-44b0-b332-de09cd7734dc", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T014941Z:b0631ec5-01be-4a03-9368-45509ec4bc7d" + }, + "ResponseBody": { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "Storage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-3230/providers/Microsoft.Storage/storageAccounts/teststoragemgmt8604", + "name": "teststoragemgmt8604", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-11-17T01:49:23.7131132Z", + "key2": "2021-11-17T01:49:23.7131132Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T01:49:23.7131132Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T01:49:23.7131132Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "provisioningState": "Succeeded", + "creationTime": "2021-11-17T01:49:23.6037070Z", + "primaryEndpoints": { + "blob": "https://teststoragemgmt8604.blob.core.windows.net/", + "queue": "https://teststoragemgmt8604.queue.core.windows.net/", + "table": "https://teststoragemgmt8604.table.core.windows.net/", + "file": "https://teststoragemgmt8604.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-3230/providers/Microsoft.Storage/storageAccounts?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "ef9fc3a63c890a56e74e53ef452e7a48", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1358", + "Content-Type": "application/json", + "Date": "Wed, 17 Nov 2021 01:49:41 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ef9fc3a63c890a56e74e53ef452e7a48", + "x-ms-correlation-request-id": "3186e0f9-978e-4a99-8ab6-d4feed5f9457", + "x-ms-ratelimit-remaining-subscription-reads": "11965", + "x-ms-request-id": "75298e01-3978-431b-a5a5-ebf69fe66caa", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T014941Z:3186e0f9-978e-4a99-8ab6-d4feed5f9457" + }, + "ResponseBody": { + "value": [ + { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "Storage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-3230/providers/Microsoft.Storage/storageAccounts/teststoragemgmt8604", + "name": "teststoragemgmt8604", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-11-17T01:49:23.7131132Z", + "key2": "2021-11-17T01:49:23.7131132Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T01:49:23.7131132Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T01:49:23.7131132Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "provisioningState": "Succeeded", + "creationTime": "2021-11-17T01:49:23.6037070Z", + "primaryEndpoints": { + "blob": "https://teststoragemgmt8604.blob.core.windows.net/", + "queue": "https://teststoragemgmt8604.queue.core.windows.net/", + "table": "https://teststoragemgmt8604.table.core.windows.net/", + "file": "https://teststoragemgmt8604.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + } + ] + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-3230/providers/Microsoft.Storage/storageAccounts?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "69f3c88929f066dbd81eaa2c3114a275", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1358", + "Content-Type": "application/json", + "Date": "Wed, 17 Nov 2021 01:49:41 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "69f3c88929f066dbd81eaa2c3114a275", + "x-ms-correlation-request-id": "92432545-c332-4457-97d4-892416cbbdc6", + "x-ms-ratelimit-remaining-subscription-reads": "11964", + "x-ms-request-id": "7416df0c-ad27-46e5-a265-0996e092b4f3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T014942Z:92432545-c332-4457-97d4-892416cbbdc6" + }, + "ResponseBody": { + "value": [ + { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "Storage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-3230/providers/Microsoft.Storage/storageAccounts/teststoragemgmt8604", + "name": "teststoragemgmt8604", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-11-17T01:49:23.7131132Z", + "key2": "2021-11-17T01:49:23.7131132Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T01:49:23.7131132Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T01:49:23.7131132Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "provisioningState": "Succeeded", + "creationTime": "2021-11-17T01:49:23.6037070Z", + "primaryEndpoints": { + "blob": "https://teststoragemgmt8604.blob.core.windows.net/", + "queue": "https://teststoragemgmt8604.queue.core.windows.net/", + "table": "https://teststoragemgmt8604.table.core.windows.net/", + "file": "https://teststoragemgmt8604.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + } + ] + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-3230/providers/Microsoft.Storage/storageAccounts/teststoragemgmt8604?api-version=2021-04-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "96637152f7e0d6b9fe100826f71675d6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 01:49:47 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "96637152f7e0d6b9fe100826f71675d6", + "x-ms-correlation-request-id": "6490a217-2a00-4be1-a612-7eaf3404bb86", + "x-ms-ratelimit-remaining-subscription-deletes": "14997", + "x-ms-request-id": "ac3f9a00-0e3f-4e9d-8c05-59869a477ad5", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T014947Z:6490a217-2a00-4be1-a612-7eaf3404bb86" + }, + "ResponseBody": [] + } + ], + "Variables": { + "RandomSeed": "650689295", + "RESOURCE_MANAGER_URL": null, + "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" + } +} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountFailOver.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountFailOver.json new file mode 100644 index 0000000000000..5d97fe03e009a --- /dev/null +++ b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountFailOver.json @@ -0,0 +1,20554 @@ +{ + "Entries": [ + { + "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-c072546fad296d489785a2de3808b138-32eb761d3ce91848-00", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "6be7e9272d12b9f2bbc58c241d8cae46", + "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": "Wed, 17 Nov 2021 11:14:06 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "e0d3273e-613c-4537-bc6a-05b4c4d42e2e", + "x-ms-ratelimit-remaining-subscription-reads": "11999", + "x-ms-request-id": "e0d3273e-613c-4537-bc6a-05b4c4d42e2e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T111407Z:e0d3273e-613c-4537-bc6a-05b4c4d42e2e" + }, + "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.Storage/checkNameAvailability?api-version=2021-04-01", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "72", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "d47f1c8422264ded7bb0117439526eb3", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "name": "teststoragemgmt283", + "type": "Microsoft.Storage/storageAccounts" + }, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "22", + "Content-Type": "application/json", + "Date": "Wed, 17 Nov 2021 11:14:07 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d47f1c8422264ded7bb0117439526eb3", + "x-ms-correlation-request-id": "fdaaf714-abb1-4c50-8373-4086c3be80a9", + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-request-id": "7b9e19cf-7227-4cb7-b177-928628290765", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T111408Z:fdaaf714-abb1-4c50-8373-4086c3be80a9" + }, + "ResponseBody": { + "nameAvailable": true + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/teststorageRG-841?api-version=2019-10-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "44", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "0fa1f49e4be15f6804e8810da4333556", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "location": "eastus2", + "tags": { + "test": "env" + } + }, + "StatusCode": 201, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "254", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:14:10 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "4d98f3ce-17c9-43f8-86c1-b904e50b8465", + "x-ms-ratelimit-remaining-subscription-writes": "1199", + "x-ms-request-id": "4d98f3ce-17c9-43f8-86c1-b904e50b8465", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T111411Z:4d98f3ce-17c9-43f8-86c1-b904e50b8465" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-841", + "name": "teststorageRG-841", + "type": "Microsoft.Resources/resourceGroups", + "location": "eastus2", + "tags": { + "test": "env" + }, + "properties": { + "provisioningState": "Succeeded" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-841/providers/Microsoft.Storage/storageAccounts/teststoragemgmt283?api-version=2021-04-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "130", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "564c9d1700a2f9c61e967de04582731e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "sku": { + "name": "Standard_RAGRS" + }, + "kind": "StorageV2", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": {} + }, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:14:17 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1e8dc239-5493-4cde-9329-9f70f1cea159?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "564c9d1700a2f9c61e967de04582731e", + "x-ms-correlation-request-id": "4535b31f-b215-46ad-a843-ad7b388eae95", + "x-ms-ratelimit-remaining-subscription-writes": "1198", + "x-ms-request-id": "1e8dc239-5493-4cde-9329-9f70f1cea159", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T111418Z:4535b31f-b215-46ad-a843-ad7b388eae95" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1e8dc239-5493-4cde-9329-9f70f1cea159?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "b4221ddb5c219d292da8f14bcd871982", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:14:17 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1e8dc239-5493-4cde-9329-9f70f1cea159?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b4221ddb5c219d292da8f14bcd871982", + "x-ms-correlation-request-id": "c7f9f065-510b-4040-862d-3242dd46b06e", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-request-id": "685fc89c-1ae2-40a0-bb99-33f1623cdcee", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T111418Z:c7f9f065-510b-4040-862d-3242dd46b06e" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1e8dc239-5493-4cde-9329-9f70f1cea159?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "529c62747b4597b0fa7b3f2cdd8c8cdf", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:14:19 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1e8dc239-5493-4cde-9329-9f70f1cea159?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "529c62747b4597b0fa7b3f2cdd8c8cdf", + "x-ms-correlation-request-id": "189ff1ec-7cb3-4de3-a24d-d24412d478b9", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-request-id": "4c179c6c-4ec2-49b7-ba19-fbed32bd2508", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T111420Z:189ff1ec-7cb3-4de3-a24d-d24412d478b9" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1e8dc239-5493-4cde-9329-9f70f1cea159?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "270500bfbf6014fc29508dfd8e57038f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:14:21 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1e8dc239-5493-4cde-9329-9f70f1cea159?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "270500bfbf6014fc29508dfd8e57038f", + "x-ms-correlation-request-id": "a16acb2f-4f79-4396-8de9-02a324608777", + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-request-id": "1430f8b2-1230-4b08-a231-8b7e99b54c50", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T111422Z:a16acb2f-4f79-4396-8de9-02a324608777" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1e8dc239-5493-4cde-9329-9f70f1cea159?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "0ac6a05b84a260376d8ab9a61dfcbfa0", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:14:22 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1e8dc239-5493-4cde-9329-9f70f1cea159?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "0ac6a05b84a260376d8ab9a61dfcbfa0", + "x-ms-correlation-request-id": "baf6a9f2-6e42-4900-8662-05bd61331531", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-request-id": "8ee2c39c-69c4-4bda-971b-9a8fd37313f8", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T111423Z:baf6a9f2-6e42-4900-8662-05bd61331531" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1e8dc239-5493-4cde-9329-9f70f1cea159?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "cd8b111bf282b522668828f4edb309a3", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:14:23 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1e8dc239-5493-4cde-9329-9f70f1cea159?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "cd8b111bf282b522668828f4edb309a3", + "x-ms-correlation-request-id": "817080de-0f0d-40b1-9977-5ad1521ca8e4", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-request-id": "1ba54611-770f-42c4-9b28-ac88af51a4bf", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T111424Z:817080de-0f0d-40b1-9977-5ad1521ca8e4" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1e8dc239-5493-4cde-9329-9f70f1cea159?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "3dd1b07782c63b3cc8a5bad50556f62d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:14:25 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1e8dc239-5493-4cde-9329-9f70f1cea159?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "3dd1b07782c63b3cc8a5bad50556f62d", + "x-ms-correlation-request-id": "74d51685-885a-494e-8dab-56de2b7c9d57", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-request-id": "aec2c6a1-042f-43c9-9ab6-284d25fbfc50", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T111426Z:74d51685-885a-494e-8dab-56de2b7c9d57" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1e8dc239-5493-4cde-9329-9f70f1cea159?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "7ce1ec9036cc690c7d10a31a5b4372b9", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:14:26 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1e8dc239-5493-4cde-9329-9f70f1cea159?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "7ce1ec9036cc690c7d10a31a5b4372b9", + "x-ms-correlation-request-id": "3eb57818-0f5d-43c0-b8a4-06df15c38da0", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-request-id": "13995062-8408-4e2f-b271-47bcaa5e3f65", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T111427Z:3eb57818-0f5d-43c0-b8a4-06df15c38da0" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1e8dc239-5493-4cde-9329-9f70f1cea159?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "6c2e1680812b99dad54f04dd384caf10", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:14:27 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1e8dc239-5493-4cde-9329-9f70f1cea159?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6c2e1680812b99dad54f04dd384caf10", + "x-ms-correlation-request-id": "bb0a1ffe-48cd-4f2c-86bb-7a327494fe56", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-request-id": "75176f30-9380-4477-be83-947a63624dd9", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T111428Z:bb0a1ffe-48cd-4f2c-86bb-7a327494fe56" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1e8dc239-5493-4cde-9329-9f70f1cea159?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "0163fb918dd141d6a368c0b5de22e085", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:14:30 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1e8dc239-5493-4cde-9329-9f70f1cea159?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "0163fb918dd141d6a368c0b5de22e085", + "x-ms-correlation-request-id": "ebaaddd5-81d1-4383-8963-2d2e16675a03", + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-request-id": "1d224497-6113-408f-8a3f-e6b182283cf6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T111430Z:ebaaddd5-81d1-4383-8963-2d2e16675a03" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1e8dc239-5493-4cde-9329-9f70f1cea159?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "ef5400328a270f011148a67c312f3030", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:14:31 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1e8dc239-5493-4cde-9329-9f70f1cea159?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ef5400328a270f011148a67c312f3030", + "x-ms-correlation-request-id": "eef12691-53e2-4a2f-8bbb-699dc5927fa8", + "x-ms-ratelimit-remaining-subscription-reads": "11988", + "x-ms-request-id": "a4634b3a-8346-4fe9-af69-558834804d60", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T111431Z:eef12691-53e2-4a2f-8bbb-699dc5927fa8" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1e8dc239-5493-4cde-9329-9f70f1cea159?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "5f88936070dff3e73fedc8c3c125bbb2", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:14:32 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1e8dc239-5493-4cde-9329-9f70f1cea159?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5f88936070dff3e73fedc8c3c125bbb2", + "x-ms-correlation-request-id": "b7b86359-727d-4105-8f29-6531940d89f9", + "x-ms-ratelimit-remaining-subscription-reads": "11987", + "x-ms-request-id": "c88499c5-c1a8-4ef0-889a-efde36409c89", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T111432Z:b7b86359-727d-4105-8f29-6531940d89f9" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1e8dc239-5493-4cde-9329-9f70f1cea159?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "37aa7e6fbff707e8fa54ef89e6591074", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:14:34 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1e8dc239-5493-4cde-9329-9f70f1cea159?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "37aa7e6fbff707e8fa54ef89e6591074", + "x-ms-correlation-request-id": "fc20a632-cf41-49bc-b825-3c6b4bd1a09f", + "x-ms-ratelimit-remaining-subscription-reads": "11986", + "x-ms-request-id": "b7e37fb5-cb0d-40c8-b41f-2cc17cda209b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T111434Z:fc20a632-cf41-49bc-b825-3c6b4bd1a09f" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1e8dc239-5493-4cde-9329-9f70f1cea159?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "4a558f37809ac1a61861b03ac13e4dec", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1852", + "Content-Type": "application/json", + "Date": "Wed, 17 Nov 2021 11:14:35 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4a558f37809ac1a61861b03ac13e4dec", + "x-ms-correlation-request-id": "66dec5e0-5d73-40bb-a54f-8683717b1151", + "x-ms-ratelimit-remaining-subscription-reads": "11985", + "x-ms-request-id": "e5aef1fa-81d6-47a9-b6b7-3010a9419242", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T111435Z:66dec5e0-5d73-40bb-a54f-8683717b1151" + }, + "ResponseBody": { + "sku": { + "name": "Standard_RAGRS", + "tier": "Standard" + }, + "kind": "StorageV2", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-841/providers/Microsoft.Storage/storageAccounts/teststoragemgmt283", + "name": "teststoragemgmt283", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-11-17T11:14:17.0628253Z", + "key2": "2021-11-17T11:14:17.0628253Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T11:14:17.0628253Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T11:14:17.0628253Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "accessTier": "Hot", + "provisioningState": "Succeeded", + "creationTime": "2021-11-17T11:14:16.9534369Z", + "primaryEndpoints": { + "dfs": "https://teststoragemgmt283.dfs.core.windows.net/", + "web": "https://teststoragemgmt283.z20.web.core.windows.net/", + "blob": "https://teststoragemgmt283.blob.core.windows.net/", + "queue": "https://teststoragemgmt283.queue.core.windows.net/", + "table": "https://teststoragemgmt283.table.core.windows.net/", + "file": "https://teststoragemgmt283.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available", + "secondaryEndpoints": { + "dfs": "https://teststoragemgmt283-secondary.dfs.core.windows.net/", + "web": "https://teststoragemgmt283-secondary.z20.web.core.windows.net/", + "blob": "https://teststoragemgmt283-secondary.blob.core.windows.net/", + "queue": "https://teststoragemgmt283-secondary.queue.core.windows.net/", + "table": "https://teststoragemgmt283-secondary.table.core.windows.net/" + } + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-841/providers/Microsoft.Storage/storageAccounts/teststoragemgmt283?api-version=2021-04-01\u0026$expand=geoReplicationStats", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "b20df38cf985a039ab80658a815e0de5", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1957", + "Content-Type": "application/json", + "Date": "Wed, 17 Nov 2021 11:14:35 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b20df38cf985a039ab80658a815e0de5", + "x-ms-correlation-request-id": "f2b466c7-29d0-4a63-9097-fdd8fb80f57e", + "x-ms-ratelimit-remaining-subscription-reads": "11984", + "x-ms-request-id": "942c05fa-4d9c-4e60-b2b8-d53a7881223b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T111435Z:f2b466c7-29d0-4a63-9097-fdd8fb80f57e" + }, + "ResponseBody": { + "sku": { + "name": "Standard_RAGRS", + "tier": "Standard" + }, + "kind": "StorageV2", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-841/providers/Microsoft.Storage/storageAccounts/teststoragemgmt283", + "name": "teststoragemgmt283", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-11-17T11:14:17.0628253Z", + "key2": "2021-11-17T11:14:17.0628253Z" + }, + "privateEndpointConnections": [], + "geoReplicationStats": { + "status": "Unavailable", + "lastSyncTime": "2021-11-17T11:14:16Z", + "canFailover": false + }, + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T11:14:17.0628253Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T11:14:17.0628253Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "accessTier": "Hot", + "provisioningState": "Succeeded", + "creationTime": "2021-11-17T11:14:16.9534369Z", + "primaryEndpoints": { + "dfs": "https://teststoragemgmt283.dfs.core.windows.net/", + "web": "https://teststoragemgmt283.z20.web.core.windows.net/", + "blob": "https://teststoragemgmt283.blob.core.windows.net/", + "queue": "https://teststoragemgmt283.queue.core.windows.net/", + "table": "https://teststoragemgmt283.table.core.windows.net/", + "file": "https://teststoragemgmt283.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available", + "secondaryEndpoints": { + "dfs": "https://teststoragemgmt283-secondary.dfs.core.windows.net/", + "web": "https://teststoragemgmt283-secondary.z20.web.core.windows.net/", + "blob": "https://teststoragemgmt283-secondary.blob.core.windows.net/", + "queue": "https://teststoragemgmt283-secondary.queue.core.windows.net/", + "table": "https://teststoragemgmt283-secondary.table.core.windows.net/" + } + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-841/providers/Microsoft.Storage/storageAccounts/teststoragemgmt283?api-version=2021-04-01\u0026$expand=geoReplicationStats", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "328c54dc70cfee18d8e81f960fae46bc", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1957", + "Content-Type": "application/json", + "Date": "Wed, 17 Nov 2021 11:14:45 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "328c54dc70cfee18d8e81f960fae46bc", + "x-ms-correlation-request-id": "a14c62d4-7a5a-46c0-8a09-23340bd6c4ce", + "x-ms-ratelimit-remaining-subscription-reads": "11983", + "x-ms-request-id": "d6542ef5-2d9d-49e9-9d25-d2dfe08d2574", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T111446Z:a14c62d4-7a5a-46c0-8a09-23340bd6c4ce" + }, + "ResponseBody": { + "sku": { + "name": "Standard_RAGRS", + "tier": "Standard" + }, + "kind": "StorageV2", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-841/providers/Microsoft.Storage/storageAccounts/teststoragemgmt283", + "name": "teststoragemgmt283", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-11-17T11:14:17.0628253Z", + "key2": "2021-11-17T11:14:17.0628253Z" + }, + "privateEndpointConnections": [], + "geoReplicationStats": { + "status": "Unavailable", + "lastSyncTime": "2021-11-17T11:14:16Z", + "canFailover": false + }, + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T11:14:17.0628253Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T11:14:17.0628253Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "accessTier": "Hot", + "provisioningState": "Succeeded", + "creationTime": "2021-11-17T11:14:16.9534369Z", + "primaryEndpoints": { + "dfs": "https://teststoragemgmt283.dfs.core.windows.net/", + "web": "https://teststoragemgmt283.z20.web.core.windows.net/", + "blob": "https://teststoragemgmt283.blob.core.windows.net/", + "queue": "https://teststoragemgmt283.queue.core.windows.net/", + "table": "https://teststoragemgmt283.table.core.windows.net/", + "file": "https://teststoragemgmt283.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available", + "secondaryEndpoints": { + "dfs": "https://teststoragemgmt283-secondary.dfs.core.windows.net/", + "web": "https://teststoragemgmt283-secondary.z20.web.core.windows.net/", + "blob": "https://teststoragemgmt283-secondary.blob.core.windows.net/", + "queue": "https://teststoragemgmt283-secondary.queue.core.windows.net/", + "table": "https://teststoragemgmt283-secondary.table.core.windows.net/" + } + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-841/providers/Microsoft.Storage/storageAccounts/teststoragemgmt283?api-version=2021-04-01\u0026$expand=geoReplicationStats", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "f2fc03075d4c3eef56b49f191b1b40ba", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1957", + "Content-Type": "application/json", + "Date": "Wed, 17 Nov 2021 11:14:56 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f2fc03075d4c3eef56b49f191b1b40ba", + "x-ms-correlation-request-id": "cf464fb2-c75e-4d68-882c-d369cbeaa639", + "x-ms-ratelimit-remaining-subscription-reads": "11982", + "x-ms-request-id": "4c83de2f-8643-4d47-bf8f-499369ec2af9", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T111456Z:cf464fb2-c75e-4d68-882c-d369cbeaa639" + }, + "ResponseBody": { + "sku": { + "name": "Standard_RAGRS", + "tier": "Standard" + }, + "kind": "StorageV2", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-841/providers/Microsoft.Storage/storageAccounts/teststoragemgmt283", + "name": "teststoragemgmt283", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-11-17T11:14:17.0628253Z", + "key2": "2021-11-17T11:14:17.0628253Z" + }, + "privateEndpointConnections": [], + "geoReplicationStats": { + "status": "Unavailable", + "lastSyncTime": "2021-11-17T11:14:16Z", + "canFailover": false + }, + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T11:14:17.0628253Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T11:14:17.0628253Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "accessTier": "Hot", + "provisioningState": "Succeeded", + "creationTime": "2021-11-17T11:14:16.9534369Z", + "primaryEndpoints": { + "dfs": "https://teststoragemgmt283.dfs.core.windows.net/", + "web": "https://teststoragemgmt283.z20.web.core.windows.net/", + "blob": "https://teststoragemgmt283.blob.core.windows.net/", + "queue": "https://teststoragemgmt283.queue.core.windows.net/", + "table": "https://teststoragemgmt283.table.core.windows.net/", + "file": "https://teststoragemgmt283.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available", + "secondaryEndpoints": { + "dfs": "https://teststoragemgmt283-secondary.dfs.core.windows.net/", + "web": "https://teststoragemgmt283-secondary.z20.web.core.windows.net/", + "blob": "https://teststoragemgmt283-secondary.blob.core.windows.net/", + "queue": "https://teststoragemgmt283-secondary.queue.core.windows.net/", + "table": "https://teststoragemgmt283-secondary.table.core.windows.net/" + } + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-841/providers/Microsoft.Storage/storageAccounts/teststoragemgmt283?api-version=2021-04-01\u0026$expand=geoReplicationStats", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "6c5dcb541bb21c1cdb1eda9cd9a291fc", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1957", + "Content-Type": "application/json", + "Date": "Wed, 17 Nov 2021 11:15:06 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6c5dcb541bb21c1cdb1eda9cd9a291fc", + "x-ms-correlation-request-id": "b48ea524-43cc-4e7e-8139-7dd40bb5130a", + "x-ms-ratelimit-remaining-subscription-reads": "11981", + "x-ms-request-id": "05c68a8b-8b38-4d9f-98c3-1a1aac53ca96", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T111506Z:b48ea524-43cc-4e7e-8139-7dd40bb5130a" + }, + "ResponseBody": { + "sku": { + "name": "Standard_RAGRS", + "tier": "Standard" + }, + "kind": "StorageV2", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-841/providers/Microsoft.Storage/storageAccounts/teststoragemgmt283", + "name": "teststoragemgmt283", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-11-17T11:14:17.0628253Z", + "key2": "2021-11-17T11:14:17.0628253Z" + }, + "privateEndpointConnections": [], + "geoReplicationStats": { + "status": "Unavailable", + "lastSyncTime": "2021-11-17T11:14:16Z", + "canFailover": false + }, + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T11:14:17.0628253Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T11:14:17.0628253Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "accessTier": "Hot", + "provisioningState": "Succeeded", + "creationTime": "2021-11-17T11:14:16.9534369Z", + "primaryEndpoints": { + "dfs": "https://teststoragemgmt283.dfs.core.windows.net/", + "web": "https://teststoragemgmt283.z20.web.core.windows.net/", + "blob": "https://teststoragemgmt283.blob.core.windows.net/", + "queue": "https://teststoragemgmt283.queue.core.windows.net/", + "table": "https://teststoragemgmt283.table.core.windows.net/", + "file": "https://teststoragemgmt283.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available", + "secondaryEndpoints": { + "dfs": "https://teststoragemgmt283-secondary.dfs.core.windows.net/", + "web": "https://teststoragemgmt283-secondary.z20.web.core.windows.net/", + "blob": "https://teststoragemgmt283-secondary.blob.core.windows.net/", + "queue": "https://teststoragemgmt283-secondary.queue.core.windows.net/", + "table": "https://teststoragemgmt283-secondary.table.core.windows.net/" + } + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-841/providers/Microsoft.Storage/storageAccounts/teststoragemgmt283?api-version=2021-04-01\u0026$expand=geoReplicationStats", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "7d83a8391a617f98654ddc1bd1fed3bc", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1957", + "Content-Type": "application/json", + "Date": "Wed, 17 Nov 2021 11:15:16 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "7d83a8391a617f98654ddc1bd1fed3bc", + "x-ms-correlation-request-id": "c3849026-0697-42a7-9ad6-cb284ab33d25", + "x-ms-ratelimit-remaining-subscription-reads": "11980", + "x-ms-request-id": "23202c32-a2a7-4759-80fe-fe87ab358866", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T111517Z:c3849026-0697-42a7-9ad6-cb284ab33d25" + }, + "ResponseBody": { + "sku": { + "name": "Standard_RAGRS", + "tier": "Standard" + }, + "kind": "StorageV2", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-841/providers/Microsoft.Storage/storageAccounts/teststoragemgmt283", + "name": "teststoragemgmt283", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-11-17T11:14:17.0628253Z", + "key2": "2021-11-17T11:14:17.0628253Z" + }, + "privateEndpointConnections": [], + "geoReplicationStats": { + "status": "Unavailable", + "lastSyncTime": "2021-11-17T11:14:16Z", + "canFailover": false + }, + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T11:14:17.0628253Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T11:14:17.0628253Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "accessTier": "Hot", + "provisioningState": "Succeeded", + "creationTime": "2021-11-17T11:14:16.9534369Z", + "primaryEndpoints": { + "dfs": "https://teststoragemgmt283.dfs.core.windows.net/", + "web": "https://teststoragemgmt283.z20.web.core.windows.net/", + "blob": "https://teststoragemgmt283.blob.core.windows.net/", + "queue": "https://teststoragemgmt283.queue.core.windows.net/", + "table": "https://teststoragemgmt283.table.core.windows.net/", + "file": "https://teststoragemgmt283.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available", + "secondaryEndpoints": { + "dfs": "https://teststoragemgmt283-secondary.dfs.core.windows.net/", + "web": "https://teststoragemgmt283-secondary.z20.web.core.windows.net/", + "blob": "https://teststoragemgmt283-secondary.blob.core.windows.net/", + "queue": "https://teststoragemgmt283-secondary.queue.core.windows.net/", + "table": "https://teststoragemgmt283-secondary.table.core.windows.net/" + } + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-841/providers/Microsoft.Storage/storageAccounts/teststoragemgmt283?api-version=2021-04-01\u0026$expand=geoReplicationStats", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "434264a7d951ec0ae6e0172e825264b3", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1957", + "Content-Type": "application/json", + "Date": "Wed, 17 Nov 2021 11:15:27 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "434264a7d951ec0ae6e0172e825264b3", + "x-ms-correlation-request-id": "77b24f46-e4ad-4a52-891d-1270f9dddccf", + "x-ms-ratelimit-remaining-subscription-reads": "11979", + "x-ms-request-id": "eb26be69-0add-4349-aafc-4342f68cd680", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T111527Z:77b24f46-e4ad-4a52-891d-1270f9dddccf" + }, + "ResponseBody": { + "sku": { + "name": "Standard_RAGRS", + "tier": "Standard" + }, + "kind": "StorageV2", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-841/providers/Microsoft.Storage/storageAccounts/teststoragemgmt283", + "name": "teststoragemgmt283", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-11-17T11:14:17.0628253Z", + "key2": "2021-11-17T11:14:17.0628253Z" + }, + "privateEndpointConnections": [], + "geoReplicationStats": { + "status": "Unavailable", + "lastSyncTime": "2021-11-17T11:14:16Z", + "canFailover": false + }, + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T11:14:17.0628253Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T11:14:17.0628253Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "accessTier": "Hot", + "provisioningState": "Succeeded", + "creationTime": "2021-11-17T11:14:16.9534369Z", + "primaryEndpoints": { + "dfs": "https://teststoragemgmt283.dfs.core.windows.net/", + "web": "https://teststoragemgmt283.z20.web.core.windows.net/", + "blob": "https://teststoragemgmt283.blob.core.windows.net/", + "queue": "https://teststoragemgmt283.queue.core.windows.net/", + "table": "https://teststoragemgmt283.table.core.windows.net/", + "file": "https://teststoragemgmt283.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available", + "secondaryEndpoints": { + "dfs": "https://teststoragemgmt283-secondary.dfs.core.windows.net/", + "web": "https://teststoragemgmt283-secondary.z20.web.core.windows.net/", + "blob": "https://teststoragemgmt283-secondary.blob.core.windows.net/", + "queue": "https://teststoragemgmt283-secondary.queue.core.windows.net/", + "table": "https://teststoragemgmt283-secondary.table.core.windows.net/" + } + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-841/providers/Microsoft.Storage/storageAccounts/teststoragemgmt283?api-version=2021-04-01\u0026$expand=geoReplicationStats", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "72dfa222c398395832dd07643f004adc", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1957", + "Content-Type": "application/json", + "Date": "Wed, 17 Nov 2021 11:15:37 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "72dfa222c398395832dd07643f004adc", + "x-ms-correlation-request-id": "edf902c9-3f55-416c-8bb7-8f0d28c06da6", + "x-ms-ratelimit-remaining-subscription-reads": "11978", + "x-ms-request-id": "a2cc32f7-051c-4121-9933-4c163752d3e5", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T111537Z:edf902c9-3f55-416c-8bb7-8f0d28c06da6" + }, + "ResponseBody": { + "sku": { + "name": "Standard_RAGRS", + "tier": "Standard" + }, + "kind": "StorageV2", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-841/providers/Microsoft.Storage/storageAccounts/teststoragemgmt283", + "name": "teststoragemgmt283", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-11-17T11:14:17.0628253Z", + "key2": "2021-11-17T11:14:17.0628253Z" + }, + "privateEndpointConnections": [], + "geoReplicationStats": { + "status": "Unavailable", + "lastSyncTime": "2021-11-17T11:14:16Z", + "canFailover": false + }, + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T11:14:17.0628253Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T11:14:17.0628253Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "accessTier": "Hot", + "provisioningState": "Succeeded", + "creationTime": "2021-11-17T11:14:16.9534369Z", + "primaryEndpoints": { + "dfs": "https://teststoragemgmt283.dfs.core.windows.net/", + "web": "https://teststoragemgmt283.z20.web.core.windows.net/", + "blob": "https://teststoragemgmt283.blob.core.windows.net/", + "queue": "https://teststoragemgmt283.queue.core.windows.net/", + "table": "https://teststoragemgmt283.table.core.windows.net/", + "file": "https://teststoragemgmt283.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available", + "secondaryEndpoints": { + "dfs": "https://teststoragemgmt283-secondary.dfs.core.windows.net/", + "web": "https://teststoragemgmt283-secondary.z20.web.core.windows.net/", + "blob": "https://teststoragemgmt283-secondary.blob.core.windows.net/", + "queue": "https://teststoragemgmt283-secondary.queue.core.windows.net/", + "table": "https://teststoragemgmt283-secondary.table.core.windows.net/" + } + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-841/providers/Microsoft.Storage/storageAccounts/teststoragemgmt283?api-version=2021-04-01\u0026$expand=geoReplicationStats", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "75f51e4a4d6060aa9e979780036afc12", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1957", + "Content-Type": "application/json", + "Date": "Wed, 17 Nov 2021 11:15:47 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "75f51e4a4d6060aa9e979780036afc12", + "x-ms-correlation-request-id": "1d8ed610-91b4-4e9a-a8c6-c97eb7807bc5", + "x-ms-ratelimit-remaining-subscription-reads": "11977", + "x-ms-request-id": "42ae353a-dcc3-42d9-8c1c-ce5a03825662", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T111548Z:1d8ed610-91b4-4e9a-a8c6-c97eb7807bc5" + }, + "ResponseBody": { + "sku": { + "name": "Standard_RAGRS", + "tier": "Standard" + }, + "kind": "StorageV2", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-841/providers/Microsoft.Storage/storageAccounts/teststoragemgmt283", + "name": "teststoragemgmt283", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-11-17T11:14:17.0628253Z", + "key2": "2021-11-17T11:14:17.0628253Z" + }, + "privateEndpointConnections": [], + "geoReplicationStats": { + "status": "Unavailable", + "lastSyncTime": "2021-11-17T11:14:16Z", + "canFailover": false + }, + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T11:14:17.0628253Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T11:14:17.0628253Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "accessTier": "Hot", + "provisioningState": "Succeeded", + "creationTime": "2021-11-17T11:14:16.9534369Z", + "primaryEndpoints": { + "dfs": "https://teststoragemgmt283.dfs.core.windows.net/", + "web": "https://teststoragemgmt283.z20.web.core.windows.net/", + "blob": "https://teststoragemgmt283.blob.core.windows.net/", + "queue": "https://teststoragemgmt283.queue.core.windows.net/", + "table": "https://teststoragemgmt283.table.core.windows.net/", + "file": "https://teststoragemgmt283.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available", + "secondaryEndpoints": { + "dfs": "https://teststoragemgmt283-secondary.dfs.core.windows.net/", + "web": "https://teststoragemgmt283-secondary.z20.web.core.windows.net/", + "blob": "https://teststoragemgmt283-secondary.blob.core.windows.net/", + "queue": "https://teststoragemgmt283-secondary.queue.core.windows.net/", + "table": "https://teststoragemgmt283-secondary.table.core.windows.net/" + } + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-841/providers/Microsoft.Storage/storageAccounts/teststoragemgmt283?api-version=2021-04-01\u0026$expand=geoReplicationStats", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "2ef929e9611ee4230b081174d1a5ace5", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1957", + "Content-Type": "application/json", + "Date": "Wed, 17 Nov 2021 11:15:58 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "2ef929e9611ee4230b081174d1a5ace5", + "x-ms-correlation-request-id": "2bd53063-4cdd-4db4-bcdf-4afb8a783600", + "x-ms-ratelimit-remaining-subscription-reads": "11976", + "x-ms-request-id": "b894adf4-5d96-41b4-a1a3-18f2c4c858c0", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T111558Z:2bd53063-4cdd-4db4-bcdf-4afb8a783600" + }, + "ResponseBody": { + "sku": { + "name": "Standard_RAGRS", + "tier": "Standard" + }, + "kind": "StorageV2", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-841/providers/Microsoft.Storage/storageAccounts/teststoragemgmt283", + "name": "teststoragemgmt283", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-11-17T11:14:17.0628253Z", + "key2": "2021-11-17T11:14:17.0628253Z" + }, + "privateEndpointConnections": [], + "geoReplicationStats": { + "status": "Unavailable", + "lastSyncTime": "2021-11-17T11:14:16Z", + "canFailover": false + }, + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T11:14:17.0628253Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T11:14:17.0628253Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "accessTier": "Hot", + "provisioningState": "Succeeded", + "creationTime": "2021-11-17T11:14:16.9534369Z", + "primaryEndpoints": { + "dfs": "https://teststoragemgmt283.dfs.core.windows.net/", + "web": "https://teststoragemgmt283.z20.web.core.windows.net/", + "blob": "https://teststoragemgmt283.blob.core.windows.net/", + "queue": "https://teststoragemgmt283.queue.core.windows.net/", + "table": "https://teststoragemgmt283.table.core.windows.net/", + "file": "https://teststoragemgmt283.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available", + "secondaryEndpoints": { + "dfs": "https://teststoragemgmt283-secondary.dfs.core.windows.net/", + "web": "https://teststoragemgmt283-secondary.z20.web.core.windows.net/", + "blob": "https://teststoragemgmt283-secondary.blob.core.windows.net/", + "queue": "https://teststoragemgmt283-secondary.queue.core.windows.net/", + "table": "https://teststoragemgmt283-secondary.table.core.windows.net/" + } + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-841/providers/Microsoft.Storage/storageAccounts/teststoragemgmt283?api-version=2021-04-01\u0026$expand=geoReplicationStats", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "64e33a96ef5dd552f87fd3012bd835c7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1949", + "Content-Type": "application/json", + "Date": "Wed, 17 Nov 2021 11:16:08 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "64e33a96ef5dd552f87fd3012bd835c7", + "x-ms-correlation-request-id": "3666eb5a-7f29-488f-8a72-5965b0f6697c", + "x-ms-ratelimit-remaining-subscription-reads": "11975", + "x-ms-request-id": "76969919-0be9-4b43-9317-fce8621bff64", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T111609Z:3666eb5a-7f29-488f-8a72-5965b0f6697c" + }, + "ResponseBody": { + "sku": { + "name": "Standard_RAGRS", + "tier": "Standard" + }, + "kind": "StorageV2", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-841/providers/Microsoft.Storage/storageAccounts/teststoragemgmt283", + "name": "teststoragemgmt283", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-11-17T11:14:17.0628253Z", + "key2": "2021-11-17T11:14:17.0628253Z" + }, + "privateEndpointConnections": [], + "geoReplicationStats": { + "status": "Live", + "lastSyncTime": "2021-11-17T11:14:20Z", + "canFailover": true + }, + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T11:14:17.0628253Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T11:14:17.0628253Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "accessTier": "Hot", + "provisioningState": "Succeeded", + "creationTime": "2021-11-17T11:14:16.9534369Z", + "primaryEndpoints": { + "dfs": "https://teststoragemgmt283.dfs.core.windows.net/", + "web": "https://teststoragemgmt283.z20.web.core.windows.net/", + "blob": "https://teststoragemgmt283.blob.core.windows.net/", + "queue": "https://teststoragemgmt283.queue.core.windows.net/", + "table": "https://teststoragemgmt283.table.core.windows.net/", + "file": "https://teststoragemgmt283.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available", + "secondaryEndpoints": { + "dfs": "https://teststoragemgmt283-secondary.dfs.core.windows.net/", + "web": "https://teststoragemgmt283-secondary.z20.web.core.windows.net/", + "blob": "https://teststoragemgmt283-secondary.blob.core.windows.net/", + "queue": "https://teststoragemgmt283-secondary.queue.core.windows.net/", + "table": "https://teststoragemgmt283-secondary.table.core.windows.net/" + } + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-841/providers/Microsoft.Storage/storageAccounts/teststoragemgmt283/failover?api-version=2021-04-01", + "RequestMethod": "POST", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "157af5e01b07e9bdfa1069573b368ef8", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:16:18 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "157af5e01b07e9bdfa1069573b368ef8", + "x-ms-correlation-request-id": "d8fa185d-c462-4d3b-92c3-d0e707f02675", + "x-ms-ratelimit-remaining-subscription-writes": "1199", + "x-ms-request-id": "5ed20b62-ac6d-4a88-8f63-e07f074fb03d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T111619Z:d8fa185d-c462-4d3b-92c3-d0e707f02675" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "dc9349d3972b7add7df9694c85fa99c1", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:16:19 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "dc9349d3972b7add7df9694c85fa99c1", + "x-ms-correlation-request-id": "c1782790-a0bd-4afe-9cd4-0c606a8d9f22", + "x-ms-ratelimit-remaining-subscription-reads": "11974", + "x-ms-request-id": "c0554b71-26de-47f4-95a9-7896a6aa2273", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T111620Z:c1782790-a0bd-4afe-9cd4-0c606a8d9f22" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "7a17daf06ced48403f803fe4e51e5bd8", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:16:20 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "7a17daf06ced48403f803fe4e51e5bd8", + "x-ms-correlation-request-id": "3b8909eb-0add-46b8-80a5-bb562a3ba6ee", + "x-ms-ratelimit-remaining-subscription-reads": "11973", + "x-ms-request-id": "c414fe49-d154-4880-ba25-25313a2bfdc0", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T111621Z:3b8909eb-0add-46b8-80a5-bb562a3ba6ee" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "f2843558b1a353cdd3704b8d2e6874dc", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:16:21 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f2843558b1a353cdd3704b8d2e6874dc", + "x-ms-correlation-request-id": "1468001e-b66e-492b-b349-754e23806235", + "x-ms-ratelimit-remaining-subscription-reads": "11972", + "x-ms-request-id": "018ba7d6-1e6d-472c-afc3-bb99883196e5", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T111622Z:1468001e-b66e-492b-b349-754e23806235" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "b3ae748a3e0b6646094a9daa57f9945e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:16:23 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b3ae748a3e0b6646094a9daa57f9945e", + "x-ms-correlation-request-id": "9eef2a3f-6ef1-46ce-82f0-29bbcc63ab6a", + "x-ms-ratelimit-remaining-subscription-reads": "11971", + "x-ms-request-id": "41413387-4c13-47f4-9a81-fb143aceaa4b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T111624Z:9eef2a3f-6ef1-46ce-82f0-29bbcc63ab6a" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "4ff4919da7763f1e0cc3a67c21b21ad7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:16:24 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4ff4919da7763f1e0cc3a67c21b21ad7", + "x-ms-correlation-request-id": "12fc859f-be9f-43cd-a038-f96b484773b6", + "x-ms-ratelimit-remaining-subscription-reads": "11970", + "x-ms-request-id": "4725de96-d4a8-40f1-92fd-7c269caa4e4b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T111625Z:12fc859f-be9f-43cd-a038-f96b484773b6" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "7059630ba86f19cdef1de8591422fbd9", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:16:25 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "7059630ba86f19cdef1de8591422fbd9", + "x-ms-correlation-request-id": "d63bf00c-9f2d-42d8-bc9f-425c3fbeaee2", + "x-ms-ratelimit-remaining-subscription-reads": "11969", + "x-ms-request-id": "274fb3a7-8bb6-410a-b407-b97aa2c0c91b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T111626Z:d63bf00c-9f2d-42d8-bc9f-425c3fbeaee2" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "9cf0ecdc2474e365566fa64797c94557", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:16:27 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "9cf0ecdc2474e365566fa64797c94557", + "x-ms-correlation-request-id": "815ca12e-1941-4c29-bb56-f135b8768db6", + "x-ms-ratelimit-remaining-subscription-reads": "11968", + "x-ms-request-id": "395a4f66-d6f1-4c30-a0f1-65ffef049b61", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T111628Z:815ca12e-1941-4c29-bb56-f135b8768db6" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "f49ec52f23a0f5efc3da6058bec52ae9", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:16:28 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f49ec52f23a0f5efc3da6058bec52ae9", + "x-ms-correlation-request-id": "40085fbb-be9f-42fc-aed6-3f2565104748", + "x-ms-ratelimit-remaining-subscription-reads": "11967", + "x-ms-request-id": "8c869e06-aed8-48e4-989e-45e111971284", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T111629Z:40085fbb-be9f-42fc-aed6-3f2565104748" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "34a0ccc87dc1e763fd761a0002868126", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:16:29 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "34a0ccc87dc1e763fd761a0002868126", + "x-ms-correlation-request-id": "c8a6372a-9553-4576-8a89-e7ec57c12921", + "x-ms-ratelimit-remaining-subscription-reads": "11966", + "x-ms-request-id": "c64875dd-f108-4795-90da-1f1fdd3a6f6f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T111630Z:c8a6372a-9553-4576-8a89-e7ec57c12921" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "4e2990d80684b839fdfad999c40d2490", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:16:31 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4e2990d80684b839fdfad999c40d2490", + "x-ms-correlation-request-id": "0f9ed1b9-4be4-49a5-a274-263ccd5bb829", + "x-ms-ratelimit-remaining-subscription-reads": "11965", + "x-ms-request-id": "4ecf6134-52f1-4f5a-8ef1-e38929b3f279", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T111632Z:0f9ed1b9-4be4-49a5-a274-263ccd5bb829" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "cb7ebc451028b29562b7f72a08eef23d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:16:32 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "cb7ebc451028b29562b7f72a08eef23d", + "x-ms-correlation-request-id": "115894fb-bba1-4c88-8562-6582fdcfbdbe", + "x-ms-ratelimit-remaining-subscription-reads": "11964", + "x-ms-request-id": "37d696ea-1604-4e0b-9cc1-1547a39506ae", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T111633Z:115894fb-bba1-4c88-8562-6582fdcfbdbe" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "2d7f3958db9cc16592e736c7a4c922ef", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:16:33 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "2d7f3958db9cc16592e736c7a4c922ef", + "x-ms-correlation-request-id": "b1310cb4-433d-464f-8f90-493cff2030a1", + "x-ms-ratelimit-remaining-subscription-reads": "11963", + "x-ms-request-id": "6c670c79-c829-45d5-8890-5deb1b1deceb", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T111634Z:b1310cb4-433d-464f-8f90-493cff2030a1" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "45bb8951b607c7fdfb76ebcc0f0faf0e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:16:34 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "45bb8951b607c7fdfb76ebcc0f0faf0e", + "x-ms-correlation-request-id": "55ae0967-300f-406f-8121-509d52546b2a", + "x-ms-ratelimit-remaining-subscription-reads": "11962", + "x-ms-request-id": "8c5ac4bb-cba6-43ae-8512-ae7acc85eb05", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T111635Z:55ae0967-300f-406f-8121-509d52546b2a" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "8b409b08f68e69f456bc3840d9ce0d99", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:16:37 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "8b409b08f68e69f456bc3840d9ce0d99", + "x-ms-correlation-request-id": "d42a2fc6-1d73-44c4-9ace-f11ac30366c4", + "x-ms-ratelimit-remaining-subscription-reads": "11961", + "x-ms-request-id": "f6ff0945-ab50-46d3-a951-b20ce5df82bf", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T111637Z:d42a2fc6-1d73-44c4-9ace-f11ac30366c4" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "7fd80795ad33a2353bb73225ef99b283", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:16:38 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "7fd80795ad33a2353bb73225ef99b283", + "x-ms-correlation-request-id": "b29682ed-59d8-44c5-a061-9fae7f112100", + "x-ms-ratelimit-remaining-subscription-reads": "11960", + "x-ms-request-id": "deaa4584-621c-4b1f-879b-67b6be2d151a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T111638Z:b29682ed-59d8-44c5-a061-9fae7f112100" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "08bf283897895a619451ee4b7ebced2c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:16:39 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "08bf283897895a619451ee4b7ebced2c", + "x-ms-correlation-request-id": "c2af9e79-545f-4411-8a72-3487d0908e9d", + "x-ms-ratelimit-remaining-subscription-reads": "11959", + "x-ms-request-id": "40223336-4eb3-4fa5-91e7-d5d08ea9e8a6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T111639Z:c2af9e79-545f-4411-8a72-3487d0908e9d" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "0737526930375adb669e4fd6c3cf79bd", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:16:41 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "0737526930375adb669e4fd6c3cf79bd", + "x-ms-correlation-request-id": "ed701e1b-34fb-461f-b768-4434d05e1017", + "x-ms-ratelimit-remaining-subscription-reads": "11958", + "x-ms-request-id": "f0d78f27-b4b8-479c-848a-5134a69d7577", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T111641Z:ed701e1b-34fb-461f-b768-4434d05e1017" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "b108b509050ffd0fa67eeae1beea237e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:16:42 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b108b509050ffd0fa67eeae1beea237e", + "x-ms-correlation-request-id": "95a48134-6b31-4a3b-808b-287802d4f855", + "x-ms-ratelimit-remaining-subscription-reads": "11957", + "x-ms-request-id": "3564f93f-cfec-44e4-be9b-ac6cfb6f9896", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T111642Z:95a48134-6b31-4a3b-808b-287802d4f855" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "9cbc06c9ab62074c4c64a1eb488b96c4", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:16:43 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "9cbc06c9ab62074c4c64a1eb488b96c4", + "x-ms-correlation-request-id": "9d29bb40-c4ca-46cb-bc60-70a4f6596b03", + "x-ms-ratelimit-remaining-subscription-reads": "11956", + "x-ms-request-id": "6f385558-54ae-41eb-8e19-bf169f16702b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T111643Z:9d29bb40-c4ca-46cb-bc60-70a4f6596b03" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "c94131d73cb4631c433961b845f99b7c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:16:45 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c94131d73cb4631c433961b845f99b7c", + "x-ms-correlation-request-id": "dbe720ef-fdd4-4550-be8c-b7d2b493c5e2", + "x-ms-ratelimit-remaining-subscription-reads": "11955", + "x-ms-request-id": "a072b116-399c-4423-8f83-87db607850c8", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T111645Z:dbe720ef-fdd4-4550-be8c-b7d2b493c5e2" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "bd0cd07add135e5b680064ab6323b51b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:16:46 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "bd0cd07add135e5b680064ab6323b51b", + "x-ms-correlation-request-id": "db8e367a-77c3-4334-92ba-0a5baca6c40c", + "x-ms-ratelimit-remaining-subscription-reads": "11954", + "x-ms-request-id": "f33ea1f6-b6d3-439d-aa93-c5dffb3f9129", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T111646Z:db8e367a-77c3-4334-92ba-0a5baca6c40c" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "8d0925e759a88dcae95859284993c253", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:16:47 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "8d0925e759a88dcae95859284993c253", + "x-ms-correlation-request-id": "08a4db53-852c-43cc-b068-0c1e286e985c", + "x-ms-ratelimit-remaining-subscription-reads": "11953", + "x-ms-request-id": "bbebb34a-3ee1-4254-8392-60ff355dcd7c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T111647Z:08a4db53-852c-43cc-b068-0c1e286e985c" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "777025c8d97efab1d5e260b3d771001f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:16:49 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "777025c8d97efab1d5e260b3d771001f", + "x-ms-correlation-request-id": "5b89ddd7-a595-46a3-a464-01c96c23e909", + "x-ms-ratelimit-remaining-subscription-reads": "11952", + "x-ms-request-id": "329111c7-46e8-46cf-8803-00f38eb2174f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T111649Z:5b89ddd7-a595-46a3-a464-01c96c23e909" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "20d146830eef20d3057ed4bb843214d5", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:16:50 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "20d146830eef20d3057ed4bb843214d5", + "x-ms-correlation-request-id": "90dc90a8-da24-4727-a4bf-2725e08926ae", + "x-ms-ratelimit-remaining-subscription-reads": "11951", + "x-ms-request-id": "d8c9e7bd-45a6-4b2b-b265-7384f5cfd140", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T111650Z:90dc90a8-da24-4727-a4bf-2725e08926ae" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "3ee2113e3db20e9c740fb8c6f916b677", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:16:51 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "3ee2113e3db20e9c740fb8c6f916b677", + "x-ms-correlation-request-id": "a2d8a941-ab3f-4dcd-869d-7f5e13b4900f", + "x-ms-ratelimit-remaining-subscription-reads": "11950", + "x-ms-request-id": "b2d9294f-8dd1-4421-9898-0b186105cd17", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T111651Z:a2d8a941-ab3f-4dcd-869d-7f5e13b4900f" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "03a43958a2c1ba63514f720004f576a2", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:16:53 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "03a43958a2c1ba63514f720004f576a2", + "x-ms-correlation-request-id": "581669d9-a669-49f5-89e2-806f3a9b20a6", + "x-ms-ratelimit-remaining-subscription-reads": "11949", + "x-ms-request-id": "24bfb2e9-4370-4d2d-9b2e-12189eb661fb", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T111653Z:581669d9-a669-49f5-89e2-806f3a9b20a6" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "c6758bcdc18f456caac3abe0560d27ee", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:16:54 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c6758bcdc18f456caac3abe0560d27ee", + "x-ms-correlation-request-id": "2931d51a-98ae-4168-bf0e-1152da37b4c3", + "x-ms-ratelimit-remaining-subscription-reads": "11948", + "x-ms-request-id": "4c71229b-3126-469a-9812-d44dfb120639", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T111654Z:2931d51a-98ae-4168-bf0e-1152da37b4c3" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "4a635cc8118d9c13ad28ec63cb9b097e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:16:55 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4a635cc8118d9c13ad28ec63cb9b097e", + "x-ms-correlation-request-id": "6931b087-c090-4174-b7be-1acaaa57dce5", + "x-ms-ratelimit-remaining-subscription-reads": "11947", + "x-ms-request-id": "6b4705dc-c4a7-499e-a88b-7656b262a4c1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T111655Z:6931b087-c090-4174-b7be-1acaaa57dce5" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "6df81598f0a196e8cc5f59fef6826443", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:16:57 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6df81598f0a196e8cc5f59fef6826443", + "x-ms-correlation-request-id": "0a638ecc-5403-4de3-acf1-210f9702a29b", + "x-ms-ratelimit-remaining-subscription-reads": "11946", + "x-ms-request-id": "fc762ba1-385e-45a9-9dbf-701e4ef06f12", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T111657Z:0a638ecc-5403-4de3-acf1-210f9702a29b" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "a83883272b92bc1477d91866d4097a0e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:16:58 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a83883272b92bc1477d91866d4097a0e", + "x-ms-correlation-request-id": "018cbd90-8187-4f15-b287-22feeeab27db", + "x-ms-ratelimit-remaining-subscription-reads": "11945", + "x-ms-request-id": "82d04ba0-77c6-47a9-9b65-bfa633240737", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T111658Z:018cbd90-8187-4f15-b287-22feeeab27db" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "40482db9ba15d74d74cc7e2eb715a52b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:16:59 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "40482db9ba15d74d74cc7e2eb715a52b", + "x-ms-correlation-request-id": "5d9de9a1-be66-4b9d-b8d4-d931ab1ebc23", + "x-ms-ratelimit-remaining-subscription-reads": "11944", + "x-ms-request-id": "12063dcc-2c94-4a6e-8921-634fc88d8bdf", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T111659Z:5d9de9a1-be66-4b9d-b8d4-d931ab1ebc23" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "483ba9c461636ceb003cf6c8d881c1c2", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:17:01 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "483ba9c461636ceb003cf6c8d881c1c2", + "x-ms-correlation-request-id": "1ba254a9-7495-457e-83b4-cb3ce3b934f7", + "x-ms-ratelimit-remaining-subscription-reads": "11943", + "x-ms-request-id": "f940f9ec-e0dd-429f-a7e1-027dc433646f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T111701Z:1ba254a9-7495-457e-83b4-cb3ce3b934f7" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "c9454be5233a6d2e366034c6ade60462", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:17:02 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c9454be5233a6d2e366034c6ade60462", + "x-ms-correlation-request-id": "2d02b29c-ddc8-4a44-b4c4-bae5924ab323", + "x-ms-ratelimit-remaining-subscription-reads": "11942", + "x-ms-request-id": "fef77f08-fe63-4f39-ad59-000a527ad72c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T111702Z:2d02b29c-ddc8-4a44-b4c4-bae5924ab323" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "2ba2ec3331ce58aa41db40d9c384fff2", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:17:03 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "2ba2ec3331ce58aa41db40d9c384fff2", + "x-ms-correlation-request-id": "7f5e4d80-9157-4ea3-b3e1-325982b461e7", + "x-ms-ratelimit-remaining-subscription-reads": "11941", + "x-ms-request-id": "8fee3b09-e622-45f7-ae50-2073cc5ff8d5", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T111703Z:7f5e4d80-9157-4ea3-b3e1-325982b461e7" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "6c49bb0adccfa1f17acd12032c25bf1a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:17:04 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6c49bb0adccfa1f17acd12032c25bf1a", + "x-ms-correlation-request-id": "4f9639e8-b159-4f2a-ad10-daf777e80e2e", + "x-ms-ratelimit-remaining-subscription-reads": "11940", + "x-ms-request-id": "8c9116fc-7739-485f-8372-d1552a983579", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T111705Z:4f9639e8-b159-4f2a-ad10-daf777e80e2e" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "eb95943795dfb3f4a1ec875ee255aab1", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:17:06 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "eb95943795dfb3f4a1ec875ee255aab1", + "x-ms-correlation-request-id": "9adcde29-8177-44fe-9789-30eb33c1f8cf", + "x-ms-ratelimit-remaining-subscription-reads": "11939", + "x-ms-request-id": "4436cd35-d29c-4644-9b95-6c4539444d03", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T111706Z:9adcde29-8177-44fe-9789-30eb33c1f8cf" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "f2bb4260989c5692fb00b1011fa62b1b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:17:07 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f2bb4260989c5692fb00b1011fa62b1b", + "x-ms-correlation-request-id": "8996942b-d64f-4d9e-9dc9-38396aaed55a", + "x-ms-ratelimit-remaining-subscription-reads": "11938", + "x-ms-request-id": "5d083cb4-5315-4e55-981f-97f92477b46f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T111707Z:8996942b-d64f-4d9e-9dc9-38396aaed55a" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "2ea1261c14ee7412c696cbe35492be25", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:17:08 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "2ea1261c14ee7412c696cbe35492be25", + "x-ms-correlation-request-id": "205f91e2-1aa9-4ea0-bccd-8d164a38f983", + "x-ms-ratelimit-remaining-subscription-reads": "11937", + "x-ms-request-id": "66722b49-76ac-4a97-b9fd-776ac20021d6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T111709Z:205f91e2-1aa9-4ea0-bccd-8d164a38f983" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "eaa36022cc699f7d023fefdee4f393fa", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:17:10 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "eaa36022cc699f7d023fefdee4f393fa", + "x-ms-correlation-request-id": "babd9db9-c150-4c6a-98ba-d9d34eb3331f", + "x-ms-ratelimit-remaining-subscription-reads": "11936", + "x-ms-request-id": "0e858e73-1bc9-4f37-8e57-f54b30fd23ae", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T111710Z:babd9db9-c150-4c6a-98ba-d9d34eb3331f" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "bc426bc17bb34bc22f462b06ccaf0169", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:17:11 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "bc426bc17bb34bc22f462b06ccaf0169", + "x-ms-correlation-request-id": "22255e6b-4448-4713-9b37-a86f22178b28", + "x-ms-ratelimit-remaining-subscription-reads": "11935", + "x-ms-request-id": "cd234d7e-da82-40ef-a99c-36b34fc2ffed", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T111711Z:22255e6b-4448-4713-9b37-a86f22178b28" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "bfde8b4240024fb2a8022caf243390d3", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:17:12 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "bfde8b4240024fb2a8022caf243390d3", + "x-ms-correlation-request-id": "172da352-dc49-4776-8e34-80d48c88007b", + "x-ms-ratelimit-remaining-subscription-reads": "11934", + "x-ms-request-id": "61e3dd95-5154-4903-8082-cafbd233e652", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T111713Z:172da352-dc49-4776-8e34-80d48c88007b" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "e821d0020150a7719d57ba23a177d253", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:17:14 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e821d0020150a7719d57ba23a177d253", + "x-ms-correlation-request-id": "43e14358-63cc-4bcd-8161-bd3a49f52eb7", + "x-ms-ratelimit-remaining-subscription-reads": "11933", + "x-ms-request-id": "6e03c16b-645c-481b-b55e-651acb55e737", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T111714Z:43e14358-63cc-4bcd-8161-bd3a49f52eb7" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "589c863dd41481f7b9f214b14e1227fc", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:17:15 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "589c863dd41481f7b9f214b14e1227fc", + "x-ms-correlation-request-id": "e0f974a7-6531-4d1c-8acd-78e2a9af2b9e", + "x-ms-ratelimit-remaining-subscription-reads": "11932", + "x-ms-request-id": "7fd227cf-a7b2-4db9-9cae-e48334ae2835", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T111715Z:e0f974a7-6531-4d1c-8acd-78e2a9af2b9e" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "fb0357b6188d40191a3621ab858fae30", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:17:16 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "fb0357b6188d40191a3621ab858fae30", + "x-ms-correlation-request-id": "f5e22d07-76e4-4c77-92cc-5c5f7ea41352", + "x-ms-ratelimit-remaining-subscription-reads": "11931", + "x-ms-request-id": "8972ee3b-d3a4-4f55-b61f-4925bccf43df", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T111716Z:f5e22d07-76e4-4c77-92cc-5c5f7ea41352" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "9e72d92f37972dbed9a02e5eedbf588a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:17:17 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "9e72d92f37972dbed9a02e5eedbf588a", + "x-ms-correlation-request-id": "f36e7954-b13a-434b-b1f5-c2eb1e73294a", + "x-ms-ratelimit-remaining-subscription-reads": "11930", + "x-ms-request-id": "e45e2d17-857d-45f1-9e13-a31c3f50023e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T111718Z:f36e7954-b13a-434b-b1f5-c2eb1e73294a" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "496cbe30d67325c56d5b3edeb34cfb2a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:17:19 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "496cbe30d67325c56d5b3edeb34cfb2a", + "x-ms-correlation-request-id": "714fdf05-ce2c-403c-9446-fea41b862ac7", + "x-ms-ratelimit-remaining-subscription-reads": "11929", + "x-ms-request-id": "60f9dc8b-78a5-4264-a5e3-d36a740180db", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T111719Z:714fdf05-ce2c-403c-9446-fea41b862ac7" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "7582e34388a07f6498d622ede9ba535a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:17:20 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "7582e34388a07f6498d622ede9ba535a", + "x-ms-correlation-request-id": "00212252-ba63-4583-ab62-d83c2c856480", + "x-ms-ratelimit-remaining-subscription-reads": "11928", + "x-ms-request-id": "fa3ec42e-7748-4135-b5db-429d1a55c38c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T111720Z:00212252-ba63-4583-ab62-d83c2c856480" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "c67a96de642258bc144c303cf8e07a8c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:17:21 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c67a96de642258bc144c303cf8e07a8c", + "x-ms-correlation-request-id": "ea0236dc-04e0-4c91-9c08-2028fb755046", + "x-ms-ratelimit-remaining-subscription-reads": "11927", + "x-ms-request-id": "e00f9ef7-89f9-4303-88a5-b78890da3d77", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T111722Z:ea0236dc-04e0-4c91-9c08-2028fb755046" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "091a04a4e33da7e959edb09db3d83bb2", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:17:23 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "091a04a4e33da7e959edb09db3d83bb2", + "x-ms-correlation-request-id": "042f5b63-e6a9-48b3-9a0d-8ba57464c4c6", + "x-ms-ratelimit-remaining-subscription-reads": "11926", + "x-ms-request-id": "94e5a470-bf9c-41ce-a695-a50c1dab6e50", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T111723Z:042f5b63-e6a9-48b3-9a0d-8ba57464c4c6" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "1cffe40734d1de0826296053572886b8", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:17:24 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1cffe40734d1de0826296053572886b8", + "x-ms-correlation-request-id": "db7a1e75-2ab0-44a3-aef8-94ccb75dec25", + "x-ms-ratelimit-remaining-subscription-reads": "11925", + "x-ms-request-id": "23245732-db06-4394-b4d7-7f8f2f893dbc", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T111724Z:db7a1e75-2ab0-44a3-aef8-94ccb75dec25" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "e548955c49a0fa1dadd36d35b31fa43b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:17:25 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e548955c49a0fa1dadd36d35b31fa43b", + "x-ms-correlation-request-id": "68334e6e-bcc1-49bd-bfa0-83015191a2c0", + "x-ms-ratelimit-remaining-subscription-reads": "11924", + "x-ms-request-id": "d4996065-6f8e-418b-94c7-1ef7837bd285", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T111726Z:68334e6e-bcc1-49bd-bfa0-83015191a2c0" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "14347e115de070bbfb3be31382954f31", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:17:27 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "14347e115de070bbfb3be31382954f31", + "x-ms-correlation-request-id": "e7be87d2-01fe-45f6-a87e-986d02d3aaaa", + "x-ms-ratelimit-remaining-subscription-reads": "11923", + "x-ms-request-id": "b6b584ed-b74a-4115-a1a3-e94ea1ba7c61", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T111727Z:e7be87d2-01fe-45f6-a87e-986d02d3aaaa" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "1e41f8665590be12c7046ffdc7d32a07", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:17:28 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1e41f8665590be12c7046ffdc7d32a07", + "x-ms-correlation-request-id": "18279c8b-36c2-4ce7-9808-764f997aba78", + "x-ms-ratelimit-remaining-subscription-reads": "11922", + "x-ms-request-id": "95590eea-1be7-4a9b-b4e4-e87bbc47105a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T111728Z:18279c8b-36c2-4ce7-9808-764f997aba78" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "d942248472f4fed7dad7e96466097817", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:17:29 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d942248472f4fed7dad7e96466097817", + "x-ms-correlation-request-id": "1c5c0108-d28a-407d-aaa8-2cd8cb2bf230", + "x-ms-ratelimit-remaining-subscription-reads": "11921", + "x-ms-request-id": "fe5e13ed-082b-4456-893a-325ca379ef4f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T111730Z:1c5c0108-d28a-407d-aaa8-2cd8cb2bf230" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "bbce3c8486ddbbab6c754ddceebda828", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:17:31 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "bbce3c8486ddbbab6c754ddceebda828", + "x-ms-correlation-request-id": "6e060a90-b624-4c88-8017-f6acb9f05861", + "x-ms-ratelimit-remaining-subscription-reads": "11920", + "x-ms-request-id": "bf62dc02-34e5-4719-8a1d-7fb0fda8ce39", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T111731Z:6e060a90-b624-4c88-8017-f6acb9f05861" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "5d8fdc107653f43c214343b86bad58bd", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:17:32 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5d8fdc107653f43c214343b86bad58bd", + "x-ms-correlation-request-id": "972f46f9-b166-46be-9ada-6a6992e9bcbb", + "x-ms-ratelimit-remaining-subscription-reads": "11919", + "x-ms-request-id": "1575f47a-c318-4b38-8dfe-8f909317b330", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T111732Z:972f46f9-b166-46be-9ada-6a6992e9bcbb" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "8b79588c6f04fe2979866d7f24fb101c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:17:33 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "8b79588c6f04fe2979866d7f24fb101c", + "x-ms-correlation-request-id": "b60e2302-96aa-4a5b-a557-14ba37feb927", + "x-ms-ratelimit-remaining-subscription-reads": "11918", + "x-ms-request-id": "408f1244-48e8-4b53-91c6-9f3fa1e99f70", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T111734Z:b60e2302-96aa-4a5b-a557-14ba37feb927" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "8954c12f1a7a0ec3ffda9a9a42f34fbe", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:17:34 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "8954c12f1a7a0ec3ffda9a9a42f34fbe", + "x-ms-correlation-request-id": "66700de0-5c67-477e-907a-92a1dc1c0113", + "x-ms-ratelimit-remaining-subscription-reads": "11917", + "x-ms-request-id": "9749ef29-474c-4953-bc91-8746163e77ce", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T111735Z:66700de0-5c67-477e-907a-92a1dc1c0113" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "954f8f1d1d43a124b290e4cc08bdcf25", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:17:36 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "954f8f1d1d43a124b290e4cc08bdcf25", + "x-ms-correlation-request-id": "ab96e57c-a377-47a4-89f0-43a8e351d178", + "x-ms-ratelimit-remaining-subscription-reads": "11916", + "x-ms-request-id": "e4955b53-050a-4751-abf7-568b2d363ff9", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T111736Z:ab96e57c-a377-47a4-89f0-43a8e351d178" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "aa892732ce597243946b8b2ad58ebb85", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:17:37 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "aa892732ce597243946b8b2ad58ebb85", + "x-ms-correlation-request-id": "dccf12f2-4b74-437f-8459-7f61bfdd97e1", + "x-ms-ratelimit-remaining-subscription-reads": "11915", + "x-ms-request-id": "67798495-935d-4b48-a3bf-29ff72b05bd1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T111738Z:dccf12f2-4b74-437f-8459-7f61bfdd97e1" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "9561ae367aab11d89db2d6e935f60542", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:17:39 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "9561ae367aab11d89db2d6e935f60542", + "x-ms-correlation-request-id": "1e75eef8-c302-45e2-bc1c-901d8aa0af18", + "x-ms-ratelimit-remaining-subscription-reads": "11914", + "x-ms-request-id": "20efacbc-10e4-4036-9071-c20a1bbc894f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T111739Z:1e75eef8-c302-45e2-bc1c-901d8aa0af18" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "1b68740aa56a4e644bdc00d791f9cb24", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:17:40 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1b68740aa56a4e644bdc00d791f9cb24", + "x-ms-correlation-request-id": "9fde30e0-b3b8-49de-a39f-402d1e44873b", + "x-ms-ratelimit-remaining-subscription-reads": "11913", + "x-ms-request-id": "1c77651d-ec1d-4f21-aca2-dd56cf44b9d4", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T111741Z:9fde30e0-b3b8-49de-a39f-402d1e44873b" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "5a965fd53a5bb77a4e770da6f75a3d9d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:17:41 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5a965fd53a5bb77a4e770da6f75a3d9d", + "x-ms-correlation-request-id": "ae4df326-9b9a-4819-99a7-9417dfe054ba", + "x-ms-ratelimit-remaining-subscription-reads": "11912", + "x-ms-request-id": "954ac2c2-1f86-4605-af09-8ed7c692ee23", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T111742Z:ae4df326-9b9a-4819-99a7-9417dfe054ba" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "601f49669f26911b491249ce790180a3", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:17:42 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "601f49669f26911b491249ce790180a3", + "x-ms-correlation-request-id": "2a556002-c3d8-495e-b78a-b41a4d625f5c", + "x-ms-ratelimit-remaining-subscription-reads": "11911", + "x-ms-request-id": "c33f514f-16bb-46ae-8c7a-8df855436900", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T111743Z:2a556002-c3d8-495e-b78a-b41a4d625f5c" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "d614b2e6ab60d0e7fab0cdf398be57f1", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:17:44 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d614b2e6ab60d0e7fab0cdf398be57f1", + "x-ms-correlation-request-id": "8836f41a-a9b8-4934-b0cc-59f560013422", + "x-ms-ratelimit-remaining-subscription-reads": "11910", + "x-ms-request-id": "85101f17-f01d-4a14-9152-1829669efa02", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T111745Z:8836f41a-a9b8-4934-b0cc-59f560013422" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "4771629f6bd935fe43041048f1ab3e4d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:17:46 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4771629f6bd935fe43041048f1ab3e4d", + "x-ms-correlation-request-id": "d7a9b32d-9b12-44d5-b674-7d273538dd03", + "x-ms-ratelimit-remaining-subscription-reads": "11909", + "x-ms-request-id": "310400ae-2f2a-4de3-964c-21ba38ca1154", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T111746Z:d7a9b32d-9b12-44d5-b674-7d273538dd03" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "45bf69f66746bb3d624f6675d228f98b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:17:47 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "45bf69f66746bb3d624f6675d228f98b", + "x-ms-correlation-request-id": "813541ee-61eb-40a0-b1f5-8569c482419a", + "x-ms-ratelimit-remaining-subscription-reads": "11908", + "x-ms-request-id": "3d7cefab-16b1-4028-98ff-5cf05a68d1b2", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T111748Z:813541ee-61eb-40a0-b1f5-8569c482419a" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "162f57bb388f7bc9b3de925b9a9ede4e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:17:48 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "162f57bb388f7bc9b3de925b9a9ede4e", + "x-ms-correlation-request-id": "968020b3-5364-462e-af14-c8236c207cbe", + "x-ms-ratelimit-remaining-subscription-reads": "11907", + "x-ms-request-id": "aa83c243-c72b-48a7-8ed3-7ec96d77ea2e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T111749Z:968020b3-5364-462e-af14-c8236c207cbe" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "2efc807212fe38ab25b5e58a0488631b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:17:50 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "2efc807212fe38ab25b5e58a0488631b", + "x-ms-correlation-request-id": "11147c1e-4f5c-46dd-9797-cff4ebbccd20", + "x-ms-ratelimit-remaining-subscription-reads": "11906", + "x-ms-request-id": "631fd0e2-7ef6-4df7-a486-bc73916220c9", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T111750Z:11147c1e-4f5c-46dd-9797-cff4ebbccd20" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "998d850b277bbdbd9f439167d5e121c4", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:17:51 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "998d850b277bbdbd9f439167d5e121c4", + "x-ms-correlation-request-id": "e67ffbcc-5509-4ddf-972c-a65afd36cbfb", + "x-ms-ratelimit-remaining-subscription-reads": "11905", + "x-ms-request-id": "23178043-8d25-434e-8097-08d7271277f9", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T111752Z:e67ffbcc-5509-4ddf-972c-a65afd36cbfb" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "52031770ca2ba88cacf6f1da533f772a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:17:52 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "52031770ca2ba88cacf6f1da533f772a", + "x-ms-correlation-request-id": "9dc0d63e-2235-42e8-b6cb-e1943f60642f", + "x-ms-ratelimit-remaining-subscription-reads": "11904", + "x-ms-request-id": "7a9b4d2f-a334-4d30-95b5-4c408035fbbf", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T111753Z:9dc0d63e-2235-42e8-b6cb-e1943f60642f" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "1550767b45104ad2c23e8eba81436344", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:17:53 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1550767b45104ad2c23e8eba81436344", + "x-ms-correlation-request-id": "f6934a97-bb73-4187-aaf8-5d5d6877370a", + "x-ms-ratelimit-remaining-subscription-reads": "11903", + "x-ms-request-id": "7529a54e-3a2b-411a-883b-bfb56f863fd7", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T111754Z:f6934a97-bb73-4187-aaf8-5d5d6877370a" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "ec192194108540eff8e4ec8536e36a60", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:17:55 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ec192194108540eff8e4ec8536e36a60", + "x-ms-correlation-request-id": "056dc2e8-6870-4019-8a56-ed0e75f1731f", + "x-ms-ratelimit-remaining-subscription-reads": "11902", + "x-ms-request-id": "8da40ae2-c017-483a-b975-935c4056f995", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T111756Z:056dc2e8-6870-4019-8a56-ed0e75f1731f" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "5eec66cc0b902bb345b88fed3cd22769", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:17:56 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5eec66cc0b902bb345b88fed3cd22769", + "x-ms-correlation-request-id": "29cf04e6-bb08-4a68-8ff8-693f394bef24", + "x-ms-ratelimit-remaining-subscription-reads": "11901", + "x-ms-request-id": "c5993392-9606-45d3-9a3c-1b2f61cc7f32", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T111757Z:29cf04e6-bb08-4a68-8ff8-693f394bef24" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "3145ac938b266aa586101d2c584d14df", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:17:57 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "3145ac938b266aa586101d2c584d14df", + "x-ms-correlation-request-id": "9a48c57a-227a-4e83-9611-dbb214c2c1da", + "x-ms-ratelimit-remaining-subscription-reads": "11900", + "x-ms-request-id": "50dc2c4a-8fc2-4260-817e-ae0eb8ff6d90", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T111758Z:9a48c57a-227a-4e83-9611-dbb214c2c1da" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "1aee2ed4045788b36eeda7cc81020326", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:17:59 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1aee2ed4045788b36eeda7cc81020326", + "x-ms-correlation-request-id": "7a82d0f2-dc81-471d-91c7-7d0698042d75", + "x-ms-ratelimit-remaining-subscription-reads": "11899", + "x-ms-request-id": "94acb3de-654f-415f-8afc-e65346f10f1b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T111759Z:7a82d0f2-dc81-471d-91c7-7d0698042d75" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "89f182bc389e413ac081d880ee86d2f7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:18:00 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "89f182bc389e413ac081d880ee86d2f7", + "x-ms-correlation-request-id": "d79a1c8e-0f40-4d57-8589-2095be2c1177", + "x-ms-ratelimit-remaining-subscription-reads": "11898", + "x-ms-request-id": "eb575caf-f2d1-4c61-bf65-df3710c21a30", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T111801Z:d79a1c8e-0f40-4d57-8589-2095be2c1177" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "0e19afa30de38f12f9bcc338e3d8e883", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:18:01 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "0e19afa30de38f12f9bcc338e3d8e883", + "x-ms-correlation-request-id": "9ade5060-ac77-4ca8-b2a2-5b80f19b821e", + "x-ms-ratelimit-remaining-subscription-reads": "11897", + "x-ms-request-id": "67267142-5213-43ef-bff0-e7bf9f3721c2", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T111802Z:9ade5060-ac77-4ca8-b2a2-5b80f19b821e" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "d66ff70c8b5c9b41f3ad59d52b329ae7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:18:03 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d66ff70c8b5c9b41f3ad59d52b329ae7", + "x-ms-correlation-request-id": "065ad283-17a5-4c04-bd69-19d91d4dedb8", + "x-ms-ratelimit-remaining-subscription-reads": "11896", + "x-ms-request-id": "ea7d3677-38bd-419f-9496-3c4ec10bb6e2", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T111803Z:065ad283-17a5-4c04-bd69-19d91d4dedb8" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "d229b01bf5e9af4270618fe175015de8", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:18:04 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d229b01bf5e9af4270618fe175015de8", + "x-ms-correlation-request-id": "7017417b-dc12-461e-9145-06cbce486a68", + "x-ms-ratelimit-remaining-subscription-reads": "11895", + "x-ms-request-id": "c4998448-46df-4d16-85ea-e6b29dd25b03", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T111805Z:7017417b-dc12-461e-9145-06cbce486a68" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "f7745498fc17179a6e7d1a36b33d63c6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:18:05 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f7745498fc17179a6e7d1a36b33d63c6", + "x-ms-correlation-request-id": "7048d867-281f-4f7f-95e3-4422af30fb21", + "x-ms-ratelimit-remaining-subscription-reads": "11894", + "x-ms-request-id": "9160d796-a791-4efd-ba8a-0d2557e51fed", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T111806Z:7048d867-281f-4f7f-95e3-4422af30fb21" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "331cdc2216af169ab4c065fafc5f26f1", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:18:07 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "331cdc2216af169ab4c065fafc5f26f1", + "x-ms-correlation-request-id": "4c6b7794-f38e-4701-a122-3e0b0257358e", + "x-ms-ratelimit-remaining-subscription-reads": "11893", + "x-ms-request-id": "9ccc606d-1e96-4af4-a1a5-d71852e6297d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T111807Z:4c6b7794-f38e-4701-a122-3e0b0257358e" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "d73c714fa2be1fd01511636bdb0bfb33", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:18:08 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d73c714fa2be1fd01511636bdb0bfb33", + "x-ms-correlation-request-id": "baf5ccdb-2f0f-4e57-b599-b00b7944d3f4", + "x-ms-ratelimit-remaining-subscription-reads": "11892", + "x-ms-request-id": "59d42e45-1e50-4450-a08e-eab1cabfbcbf", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T111809Z:baf5ccdb-2f0f-4e57-b599-b00b7944d3f4" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "98bfc8fe2ae58138ba5d4257969f1b0e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:18:09 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "98bfc8fe2ae58138ba5d4257969f1b0e", + "x-ms-correlation-request-id": "c67001a9-7eae-4de2-8e5d-70980f9ba739", + "x-ms-ratelimit-remaining-subscription-reads": "11891", + "x-ms-request-id": "017e38e7-efb6-47cc-89ad-d5a346ee1831", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T111810Z:c67001a9-7eae-4de2-8e5d-70980f9ba739" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "41e728578c007f080cfd1d9eb32e3ba9", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:18:11 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "41e728578c007f080cfd1d9eb32e3ba9", + "x-ms-correlation-request-id": "7da7d2d4-c4ad-476c-8352-1a99309b21a0", + "x-ms-ratelimit-remaining-subscription-reads": "11890", + "x-ms-request-id": "1699bab0-b104-4541-ae22-ef94f1dcc747", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T111811Z:7da7d2d4-c4ad-476c-8352-1a99309b21a0" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "33fc32c48da0250c39ba1c605f788875", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:18:12 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "33fc32c48da0250c39ba1c605f788875", + "x-ms-correlation-request-id": "83eb980e-ac71-4d5b-8910-0dcd40d37f3c", + "x-ms-ratelimit-remaining-subscription-reads": "11889", + "x-ms-request-id": "6368d7e1-f968-40e9-a83c-83ef4d69f5a2", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T111813Z:83eb980e-ac71-4d5b-8910-0dcd40d37f3c" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "b21455f5ba247133c03f8ce70c9ace8c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:18:13 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b21455f5ba247133c03f8ce70c9ace8c", + "x-ms-correlation-request-id": "d4fdc4a8-67f3-4f7a-8efa-e2144ab45f5d", + "x-ms-ratelimit-remaining-subscription-reads": "11888", + "x-ms-request-id": "db6c772d-e1ee-424d-9755-798a036d26c4", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T111814Z:d4fdc4a8-67f3-4f7a-8efa-e2144ab45f5d" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "63939922e8a2ca6e1bc108456fa71f93", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:18:14 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "63939922e8a2ca6e1bc108456fa71f93", + "x-ms-correlation-request-id": "e8211d24-aa71-4061-9083-6413065b2808", + "x-ms-ratelimit-remaining-subscription-reads": "11887", + "x-ms-request-id": "85936464-6ffb-4948-b6be-bddbc0835538", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T111815Z:e8211d24-aa71-4061-9083-6413065b2808" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "5da8a77588190a84ff8b72600025189e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:18:16 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5da8a77588190a84ff8b72600025189e", + "x-ms-correlation-request-id": "7147d79c-bb5c-4597-a064-40545644c6bb", + "x-ms-ratelimit-remaining-subscription-reads": "11886", + "x-ms-request-id": "d88a035e-ec9d-474e-a377-5e5acccd8340", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T111817Z:7147d79c-bb5c-4597-a064-40545644c6bb" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "c63e90eb24e50dd3e64a9762b1ed0119", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:18:17 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c63e90eb24e50dd3e64a9762b1ed0119", + "x-ms-correlation-request-id": "30bfca47-488d-4338-bbcb-86d0d05a69f2", + "x-ms-ratelimit-remaining-subscription-reads": "11885", + "x-ms-request-id": "29d463f6-9f4f-4a4b-864a-34207e0877db", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T111818Z:30bfca47-488d-4338-bbcb-86d0d05a69f2" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "6472f92070f2997215886417760dc9f5", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:18:18 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6472f92070f2997215886417760dc9f5", + "x-ms-correlation-request-id": "4f57af7e-50bf-46b2-9775-d8f97829fd8d", + "x-ms-ratelimit-remaining-subscription-reads": "11884", + "x-ms-request-id": "79427955-43b5-4725-81da-5b19fbd01c88", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T111819Z:4f57af7e-50bf-46b2-9775-d8f97829fd8d" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "df596aa8596950add49a77cff1215811", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:18:20 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "df596aa8596950add49a77cff1215811", + "x-ms-correlation-request-id": "6435776d-2c40-4393-b956-1a6cd9e44a29", + "x-ms-ratelimit-remaining-subscription-reads": "11883", + "x-ms-request-id": "19a98ba7-fe74-4bbd-8b3b-262138d9f2a1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T111821Z:6435776d-2c40-4393-b956-1a6cd9e44a29" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "073f5889b4b37aac1da4b05cc0bb97d9", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:18:21 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "073f5889b4b37aac1da4b05cc0bb97d9", + "x-ms-correlation-request-id": "39d79af8-4129-4d82-b458-0732376b43bf", + "x-ms-ratelimit-remaining-subscription-reads": "11882", + "x-ms-request-id": "be2994b0-64f3-4ea1-9355-bd0630f18035", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T111822Z:39d79af8-4129-4d82-b458-0732376b43bf" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "46b9a1802294c7b04b218f57f9a3a8f3", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:18:22 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "46b9a1802294c7b04b218f57f9a3a8f3", + "x-ms-correlation-request-id": "b23a36cb-ee37-46cb-8a8e-caf4d9a6c596", + "x-ms-ratelimit-remaining-subscription-reads": "11881", + "x-ms-request-id": "5bb73db0-25ac-4169-812d-9a40ef891709", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T111823Z:b23a36cb-ee37-46cb-8a8e-caf4d9a6c596" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "1d8d522fc2cdf442bedec1c4a8509018", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:18:24 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1d8d522fc2cdf442bedec1c4a8509018", + "x-ms-correlation-request-id": "78498844-5a7c-4d41-a21f-0f992b4fb6c3", + "x-ms-ratelimit-remaining-subscription-reads": "11880", + "x-ms-request-id": "918b8ecc-b3f0-43e9-8ca1-b6bae7a6e3ce", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T111825Z:78498844-5a7c-4d41-a21f-0f992b4fb6c3" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "4f4e9e031267677da878bb9124548179", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:18:25 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4f4e9e031267677da878bb9124548179", + "x-ms-correlation-request-id": "317bd52e-5e7b-4acd-a6f8-8d9f84085542", + "x-ms-ratelimit-remaining-subscription-reads": "11879", + "x-ms-request-id": "f4740ad5-efa5-49c2-aae4-be4c32a6c6f4", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T111826Z:317bd52e-5e7b-4acd-a6f8-8d9f84085542" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "6d2cbdfb7a2dbe0b5ec588b560eb1efb", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:18:26 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6d2cbdfb7a2dbe0b5ec588b560eb1efb", + "x-ms-correlation-request-id": "722feeb9-02c0-49bf-b79b-69eed14ae481", + "x-ms-ratelimit-remaining-subscription-reads": "11878", + "x-ms-request-id": "12cbb092-5d08-45d4-8474-d4555a68e653", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T111827Z:722feeb9-02c0-49bf-b79b-69eed14ae481" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "5b54769158551d8bd426745407b1cf6a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:18:28 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5b54769158551d8bd426745407b1cf6a", + "x-ms-correlation-request-id": "7590db96-8ef1-4cb3-9b3f-dc1a77504b85", + "x-ms-ratelimit-remaining-subscription-reads": "11877", + "x-ms-request-id": "5a78de91-a7f0-40da-9f26-8729141fabf6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T111828Z:7590db96-8ef1-4cb3-9b3f-dc1a77504b85" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "ebc8485d222389eb928ff1a289c806bc", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:18:29 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ebc8485d222389eb928ff1a289c806bc", + "x-ms-correlation-request-id": "e5439372-cbd6-484a-8a9a-9aeabc791a6e", + "x-ms-ratelimit-remaining-subscription-reads": "11876", + "x-ms-request-id": "c9a25090-c4f3-462b-a72c-40ef2cfd51ab", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T111830Z:e5439372-cbd6-484a-8a9a-9aeabc791a6e" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "aeffc05a2500a223320f980605b6b6ad", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:18:30 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "aeffc05a2500a223320f980605b6b6ad", + "x-ms-correlation-request-id": "d289e722-92b3-436e-b3d9-8bde53dbdcbb", + "x-ms-ratelimit-remaining-subscription-reads": "11875", + "x-ms-request-id": "44f35cb7-6c39-4510-86ce-0304daebb638", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T111831Z:d289e722-92b3-436e-b3d9-8bde53dbdcbb" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "18571ef633226ed78bcac8c567e8930c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:18:31 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "18571ef633226ed78bcac8c567e8930c", + "x-ms-correlation-request-id": "10453316-9b98-4923-a601-df399c2a90f1", + "x-ms-ratelimit-remaining-subscription-reads": "11874", + "x-ms-request-id": "ef7bab27-f9f2-462a-a0c2-208f68a33af8", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T111832Z:10453316-9b98-4923-a601-df399c2a90f1" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "47fab72021b138692426b8148ae484dc", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:18:33 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "47fab72021b138692426b8148ae484dc", + "x-ms-correlation-request-id": "72101c31-2744-4817-a7e6-fe43b43a17d3", + "x-ms-ratelimit-remaining-subscription-reads": "11873", + "x-ms-request-id": "c179ba74-fa00-466a-bab5-8fff852f2c2e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T111834Z:72101c31-2744-4817-a7e6-fe43b43a17d3" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "6bac43d9ee70269ae89122355c5e3a49", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:18:34 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6bac43d9ee70269ae89122355c5e3a49", + "x-ms-correlation-request-id": "0dda95d6-d292-4add-bca6-b6477c0ecc54", + "x-ms-ratelimit-remaining-subscription-reads": "11872", + "x-ms-request-id": "8abaa504-4397-4444-b6ad-ec8ad12afede", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T111835Z:0dda95d6-d292-4add-bca6-b6477c0ecc54" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "4de68c7b6fbbd5fbb41ff3fc7ac2e4a7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:18:35 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4de68c7b6fbbd5fbb41ff3fc7ac2e4a7", + "x-ms-correlation-request-id": "d95ba7f4-8c25-4031-a1e6-dc8e713fa515", + "x-ms-ratelimit-remaining-subscription-reads": "11871", + "x-ms-request-id": "bcaa88f8-bd1a-4a68-8275-f268c860ef47", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T111836Z:d95ba7f4-8c25-4031-a1e6-dc8e713fa515" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "23ecec46283c329b1dd35e20fe34dcc6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:18:38 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "23ecec46283c329b1dd35e20fe34dcc6", + "x-ms-correlation-request-id": "1235733a-6876-4292-a5ee-0513927655cc", + "x-ms-ratelimit-remaining-subscription-reads": "11870", + "x-ms-request-id": "198302c8-ad1a-43d2-9aba-9baff0366030", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T111838Z:1235733a-6876-4292-a5ee-0513927655cc" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "fe996feb36fd692048d7b751fa9dac26", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:18:39 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "fe996feb36fd692048d7b751fa9dac26", + "x-ms-correlation-request-id": "4c0d57f4-e220-40b5-b079-dc0d6fbaae80", + "x-ms-ratelimit-remaining-subscription-reads": "11869", + "x-ms-request-id": "7e46fa67-8ddb-4343-8857-f46be96de95a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T111839Z:4c0d57f4-e220-40b5-b079-dc0d6fbaae80" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "6fee7bac1671520cf0b430e710dbd680", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:18:40 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6fee7bac1671520cf0b430e710dbd680", + "x-ms-correlation-request-id": "496b30fe-4f31-42e6-bdcd-79e044693b0c", + "x-ms-ratelimit-remaining-subscription-reads": "11868", + "x-ms-request-id": "3f45daef-58fc-48ec-abd7-ecd6fcf1b56e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T111840Z:496b30fe-4f31-42e6-bdcd-79e044693b0c" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "0a102d43e52910a9cb82db65714a377f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:18:42 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "0a102d43e52910a9cb82db65714a377f", + "x-ms-correlation-request-id": "676f0e8d-00ec-489b-9ab4-93adb2a969b8", + "x-ms-ratelimit-remaining-subscription-reads": "11867", + "x-ms-request-id": "d24b138a-4765-4a6e-969b-ca965217a335", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T111842Z:676f0e8d-00ec-489b-9ab4-93adb2a969b8" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "837338276c45d45463460e490539596d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:18:43 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "837338276c45d45463460e490539596d", + "x-ms-correlation-request-id": "3a3c45eb-9919-4982-bfca-5023d5ca1948", + "x-ms-ratelimit-remaining-subscription-reads": "11866", + "x-ms-request-id": "3eec8a3f-9036-4700-b357-650c70b60bca", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T111843Z:3a3c45eb-9919-4982-bfca-5023d5ca1948" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "cc0d3700a18cc7fdd1dea4ef3ba6e1a5", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:18:44 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "cc0d3700a18cc7fdd1dea4ef3ba6e1a5", + "x-ms-correlation-request-id": "096fd71e-f7cd-4a19-802b-780dc34ba457", + "x-ms-ratelimit-remaining-subscription-reads": "11865", + "x-ms-request-id": "67f792a5-0f0a-4a8d-9f56-a0d1118b2e04", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T111844Z:096fd71e-f7cd-4a19-802b-780dc34ba457" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "d8c0b07d5367d73ad93ca7e2d7600a92", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:18:46 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d8c0b07d5367d73ad93ca7e2d7600a92", + "x-ms-correlation-request-id": "5d52ab79-d277-49ea-bd9e-5030567a1ddc", + "x-ms-ratelimit-remaining-subscription-reads": "11864", + "x-ms-request-id": "bec79711-c584-48ea-b74c-f4871dd3a0ed", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T111846Z:5d52ab79-d277-49ea-bd9e-5030567a1ddc" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "3a656e296a3c86f23bacb167c76499bc", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:18:47 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "3a656e296a3c86f23bacb167c76499bc", + "x-ms-correlation-request-id": "c25bac3a-acc5-4d3b-bdb8-6fbe8efba8e3", + "x-ms-ratelimit-remaining-subscription-reads": "11863", + "x-ms-request-id": "5bb96e1a-b9f1-4ada-a4c6-0bb7737e453e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T111847Z:c25bac3a-acc5-4d3b-bdb8-6fbe8efba8e3" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "54cc68658179ac05fc36f350f91aef70", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:18:48 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "54cc68658179ac05fc36f350f91aef70", + "x-ms-correlation-request-id": "38a60a4a-ef3e-489e-97ae-2f19fac2c20b", + "x-ms-ratelimit-remaining-subscription-reads": "11862", + "x-ms-request-id": "46c23353-8c81-4d03-8e0a-5888a106f759", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T111848Z:38a60a4a-ef3e-489e-97ae-2f19fac2c20b" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "ccc612d3a6411268be399cbaa2d20f74", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:18:49 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ccc612d3a6411268be399cbaa2d20f74", + "x-ms-correlation-request-id": "bb9ecc3a-3b2e-42f1-a238-7a8e0a84e2d4", + "x-ms-ratelimit-remaining-subscription-reads": "11861", + "x-ms-request-id": "d471c369-255e-4f67-b1e5-e3c820d12040", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T111850Z:bb9ecc3a-3b2e-42f1-a238-7a8e0a84e2d4" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "6e7ceaa3b594a81968b93d0677a28c20", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:18:51 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6e7ceaa3b594a81968b93d0677a28c20", + "x-ms-correlation-request-id": "f20e7f26-25ab-4ee7-a810-1c8782cacd4c", + "x-ms-ratelimit-remaining-subscription-reads": "11860", + "x-ms-request-id": "eddae98c-f5b8-42bc-b4b3-a628710eb4ad", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T111851Z:f20e7f26-25ab-4ee7-a810-1c8782cacd4c" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "b59440bdcc9ebe7bffb9963fe44b092a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:18:52 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b59440bdcc9ebe7bffb9963fe44b092a", + "x-ms-correlation-request-id": "7c83536a-a557-44f1-b0ce-2da7db6f2213", + "x-ms-ratelimit-remaining-subscription-reads": "11859", + "x-ms-request-id": "73ed90aa-2101-4611-91d1-ca778a17fa1e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T111852Z:7c83536a-a557-44f1-b0ce-2da7db6f2213" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "0fad7e27809e1ddcf81d648769629b1c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:18:53 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "0fad7e27809e1ddcf81d648769629b1c", + "x-ms-correlation-request-id": "c79f69c9-d1d6-42b9-84ce-e9ba644d9ae8", + "x-ms-ratelimit-remaining-subscription-reads": "11858", + "x-ms-request-id": "fd664724-da71-45fc-aa15-030b575f0fa8", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T111853Z:c79f69c9-d1d6-42b9-84ce-e9ba644d9ae8" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "61fd7bad593ed6d66ebe6fdb1fd9c31d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:18:55 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "61fd7bad593ed6d66ebe6fdb1fd9c31d", + "x-ms-correlation-request-id": "e03e3528-8b5e-4bb0-8f43-be97ff380858", + "x-ms-ratelimit-remaining-subscription-reads": "11857", + "x-ms-request-id": "9bfa0f04-7432-486a-b80a-ed592e9db59c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T111855Z:e03e3528-8b5e-4bb0-8f43-be97ff380858" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "f9df13af7cf43c826376bc8068f4559d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:18:56 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f9df13af7cf43c826376bc8068f4559d", + "x-ms-correlation-request-id": "e044161e-b819-4f3f-a4ea-1c26adc6cda2", + "x-ms-ratelimit-remaining-subscription-reads": "11856", + "x-ms-request-id": "ec0a3d36-444d-4ad9-90de-5f063dbcd377", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T111856Z:e044161e-b819-4f3f-a4ea-1c26adc6cda2" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "6891791ea74ecdeba7d6a0e01101fe1e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:18:57 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6891791ea74ecdeba7d6a0e01101fe1e", + "x-ms-correlation-request-id": "22b6e6c5-2efd-47cb-95b0-466b4031909b", + "x-ms-ratelimit-remaining-subscription-reads": "11855", + "x-ms-request-id": "ef8481d2-d5d6-4977-9d5d-11609f6cd88d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T111857Z:22b6e6c5-2efd-47cb-95b0-466b4031909b" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "55d8475aa1833027f9c0fec89d556d7a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:18:59 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "55d8475aa1833027f9c0fec89d556d7a", + "x-ms-correlation-request-id": "11f5797e-b855-4feb-8e30-d84d5107ba55", + "x-ms-ratelimit-remaining-subscription-reads": "11854", + "x-ms-request-id": "d5500cb8-2475-466e-a070-d2235bad4f0d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T111859Z:11f5797e-b855-4feb-8e30-d84d5107ba55" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "a5bcd2685a4807ce2711511ddba22b62", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:19:00 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a5bcd2685a4807ce2711511ddba22b62", + "x-ms-correlation-request-id": "c6491334-ed8f-471e-b00f-f808f461203d", + "x-ms-ratelimit-remaining-subscription-reads": "11853", + "x-ms-request-id": "54e1a55b-89c5-42c6-9eaa-c004315eded7", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T111900Z:c6491334-ed8f-471e-b00f-f808f461203d" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "21269d78ff1b7c1952616f8da9233052", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:19:01 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "21269d78ff1b7c1952616f8da9233052", + "x-ms-correlation-request-id": "c774d215-1973-4df8-be8b-75077ee593b2", + "x-ms-ratelimit-remaining-subscription-reads": "11852", + "x-ms-request-id": "97a52798-591f-4912-8eaa-7faaa4bd0a36", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T111901Z:c774d215-1973-4df8-be8b-75077ee593b2" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "3f7726685844ffd678d02d71500a5456", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:19:03 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "3f7726685844ffd678d02d71500a5456", + "x-ms-correlation-request-id": "761f5272-ad42-4385-a1df-8471c06359e8", + "x-ms-ratelimit-remaining-subscription-reads": "11851", + "x-ms-request-id": "2e371950-03fd-4484-887c-5cf803cf2724", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T111903Z:761f5272-ad42-4385-a1df-8471c06359e8" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "ff4f9b954c2f695eb84053e6ea415d04", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:19:04 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ff4f9b954c2f695eb84053e6ea415d04", + "x-ms-correlation-request-id": "d9694260-7e01-4ce4-8b5f-82a96bacbfc3", + "x-ms-ratelimit-remaining-subscription-reads": "11850", + "x-ms-request-id": "4fd0a597-6a95-42d6-9cf2-61b90d3b7de9", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T111904Z:d9694260-7e01-4ce4-8b5f-82a96bacbfc3" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "b5b4ffe1ec2b1f1dc626a94ad1a72b47", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:19:05 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b5b4ffe1ec2b1f1dc626a94ad1a72b47", + "x-ms-correlation-request-id": "80a0ea68-7d29-4b4d-b4e8-b4e73b03f064", + "x-ms-ratelimit-remaining-subscription-reads": "11849", + "x-ms-request-id": "cafe9131-7611-472f-919f-1f690f4f1516", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T111905Z:80a0ea68-7d29-4b4d-b4e8-b4e73b03f064" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "0ef8190c30d31c23c70e860405f01436", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:19:07 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "0ef8190c30d31c23c70e860405f01436", + "x-ms-correlation-request-id": "193cd9aa-141e-42d4-8263-bcf998958354", + "x-ms-ratelimit-remaining-subscription-reads": "11848", + "x-ms-request-id": "567883e3-7ff4-4bd6-a2dc-3199b24a5ce0", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T111907Z:193cd9aa-141e-42d4-8263-bcf998958354" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "518f29739e55a82b7d303808a3139710", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Connection": "close", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:19:08 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "518f29739e55a82b7d303808a3139710", + "x-ms-correlation-request-id": "95d44100-b779-4977-9eb5-d82fe96d4f20", + "x-ms-ratelimit-remaining-subscription-reads": "11847", + "x-ms-request-id": "ce96645d-093d-4d69-adff-cff43356324e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T111908Z:95d44100-b779-4977-9eb5-d82fe96d4f20" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "d1d90b144f48b030dc98ee1c651919d6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:19:09 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d1d90b144f48b030dc98ee1c651919d6", + "x-ms-correlation-request-id": "5d48d882-b276-40a1-a353-1da76ec156a0", + "x-ms-ratelimit-remaining-subscription-reads": "11999", + "x-ms-request-id": "9b4587fc-2122-4f92-80f4-bbd1cd43eccc", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T111910Z:5d48d882-b276-40a1-a353-1da76ec156a0" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "a8d77211da186df2ee4f90a2f81a79b3", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:19:10 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a8d77211da186df2ee4f90a2f81a79b3", + "x-ms-correlation-request-id": "9c22cb4f-481e-4760-95bb-c20319899dc8", + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-request-id": "ff445819-0417-45f1-9f81-5ff17801338a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T111911Z:9c22cb4f-481e-4760-95bb-c20319899dc8" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "f9f07677431623edf8de75bdb00e4364", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:19:12 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f9f07677431623edf8de75bdb00e4364", + "x-ms-correlation-request-id": "03a4c1fa-b294-43ea-89a9-9e4b0bda8b4e", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-request-id": "8b3ac073-79ae-47e1-93bc-22c0de263de3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T111912Z:03a4c1fa-b294-43ea-89a9-9e4b0bda8b4e" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "30f66116ef3c39f8196ce3f9be8db8c1", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:19:13 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "30f66116ef3c39f8196ce3f9be8db8c1", + "x-ms-correlation-request-id": "f0d9b595-46e3-4420-b2a8-f6bcdba1a8dc", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-request-id": "3dd06e21-f315-49bd-8a04-8da995b02e67", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T111914Z:f0d9b595-46e3-4420-b2a8-f6bcdba1a8dc" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "eea53a1f2029cec084b3af396534bcdf", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:19:14 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "eea53a1f2029cec084b3af396534bcdf", + "x-ms-correlation-request-id": "d9ec3631-f9a6-40e0-aa3f-fe861e7f4872", + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-request-id": "05403ad6-135f-4e29-85e5-5cba8c25f4fd", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T111915Z:d9ec3631-f9a6-40e0-aa3f-fe861e7f4872" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "978c2b0c482387777db6e0aa60f4646a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:19:16 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "978c2b0c482387777db6e0aa60f4646a", + "x-ms-correlation-request-id": "e7b9e774-359f-48d5-a7e5-e6419ca58a1b", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-request-id": "2633e37b-79ef-4ad2-be5e-f17fee48130b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T111916Z:e7b9e774-359f-48d5-a7e5-e6419ca58a1b" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "769eb3265468f63ba128ac883fbfd4e4", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:19:17 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "769eb3265468f63ba128ac883fbfd4e4", + "x-ms-correlation-request-id": "1862f50b-7040-4850-8679-8afa512d015f", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-request-id": "24479ac6-3663-4f40-9c91-097fa3197eb6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T111918Z:1862f50b-7040-4850-8679-8afa512d015f" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "92ec03af2101d69ec31d70733f156d8f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:19:18 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "92ec03af2101d69ec31d70733f156d8f", + "x-ms-correlation-request-id": "8f24f2de-8532-49ad-bcc7-377643e678b5", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-request-id": "c81a76ba-e0c5-4afa-bef9-9a2a39cab437", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T111919Z:8f24f2de-8532-49ad-bcc7-377643e678b5" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "b112444e4696b777f095f5fa9cee47be", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:19:20 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b112444e4696b777f095f5fa9cee47be", + "x-ms-correlation-request-id": "2b50f650-e71e-40f1-98eb-64132864c97e", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-request-id": "1953df5c-e24b-494f-a5a6-63a5be321dc8", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T111920Z:2b50f650-e71e-40f1-98eb-64132864c97e" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "5dfbfbe1d208056915c7b24ae4c8b68b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:19:21 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5dfbfbe1d208056915c7b24ae4c8b68b", + "x-ms-correlation-request-id": "23729f77-79dc-491c-8c7c-7cc54ef36a12", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-request-id": "021a31ec-3506-44b1-a81c-58d9140f9463", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T111922Z:23729f77-79dc-491c-8c7c-7cc54ef36a12" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "fb391cbb22ad684e8b35a26b2ba33ad4", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:19:22 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "fb391cbb22ad684e8b35a26b2ba33ad4", + "x-ms-correlation-request-id": "54ab8550-4c32-4fbe-97e4-d9f97fd52941", + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-request-id": "33ce1bc7-7f72-4ffa-bf32-c8241937a76b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T111923Z:54ab8550-4c32-4fbe-97e4-d9f97fd52941" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "4391b2d6101a7c87db0d9cce932cd328", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:19:24 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4391b2d6101a7c87db0d9cce932cd328", + "x-ms-correlation-request-id": "23077bc7-d685-41d1-9558-6d64e50f6153", + "x-ms-ratelimit-remaining-subscription-reads": "11988", + "x-ms-request-id": "c499c701-d81e-4905-aa41-b8a71c537df2", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T111924Z:23077bc7-d685-41d1-9558-6d64e50f6153" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "803f6ade4cb5be11ad93d1d22ffdd972", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:19:25 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "803f6ade4cb5be11ad93d1d22ffdd972", + "x-ms-correlation-request-id": "d630d090-548e-480c-8125-ca9746309cea", + "x-ms-ratelimit-remaining-subscription-reads": "11987", + "x-ms-request-id": "fff1bcfc-1d29-4bfc-bb2c-e634f63d9f31", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T111926Z:d630d090-548e-480c-8125-ca9746309cea" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "3174de8d7336aa7094bc209f867fd45e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:19:26 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "3174de8d7336aa7094bc209f867fd45e", + "x-ms-correlation-request-id": "4977e3dd-ca4c-417a-adbf-b3632e03f224", + "x-ms-ratelimit-remaining-subscription-reads": "11986", + "x-ms-request-id": "2da1b59b-d4f8-42f8-9aa0-a67e50f9247b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T111927Z:4977e3dd-ca4c-417a-adbf-b3632e03f224" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "c08c7a62ba63891fa0d395873eb54ddd", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:19:28 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c08c7a62ba63891fa0d395873eb54ddd", + "x-ms-correlation-request-id": "bd55c019-c5b0-4e61-a2d7-985d7e810577", + "x-ms-ratelimit-remaining-subscription-reads": "11985", + "x-ms-request-id": "844564e6-9768-493c-8949-f44ffb7946de", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T111928Z:bd55c019-c5b0-4e61-a2d7-985d7e810577" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "b5412933a1b86bf1fa95ebf82c71372e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:19:29 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b5412933a1b86bf1fa95ebf82c71372e", + "x-ms-correlation-request-id": "dedec8ad-b723-4efe-8505-c90c70e7ac67", + "x-ms-ratelimit-remaining-subscription-reads": "11984", + "x-ms-request-id": "ecb2eb36-4713-4817-b022-b8a665e9ebcd", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T111930Z:dedec8ad-b723-4efe-8505-c90c70e7ac67" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "b56f72be1871d30fbeea9063dde96cdf", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:19:30 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b56f72be1871d30fbeea9063dde96cdf", + "x-ms-correlation-request-id": "1cb5ca46-7b2e-4356-a2cd-bdc0e90ac568", + "x-ms-ratelimit-remaining-subscription-reads": "11983", + "x-ms-request-id": "b51a1ce8-78a3-4eba-9f25-22e4950c8a70", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T111931Z:1cb5ca46-7b2e-4356-a2cd-bdc0e90ac568" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "5d6c436f1e3ec1a68821c6cece275d2f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:19:31 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5d6c436f1e3ec1a68821c6cece275d2f", + "x-ms-correlation-request-id": "2faba18c-b654-4a8e-8190-7177be6a5c47", + "x-ms-ratelimit-remaining-subscription-reads": "11982", + "x-ms-request-id": "def4d8cb-b63c-435a-b498-e5f50e492704", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T111932Z:2faba18c-b654-4a8e-8190-7177be6a5c47" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "cbc8679b97451a6c1a6df7cd108d8d11", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:19:33 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "cbc8679b97451a6c1a6df7cd108d8d11", + "x-ms-correlation-request-id": "483ed7cd-d977-470c-94d5-676e0bc627fb", + "x-ms-ratelimit-remaining-subscription-reads": "11981", + "x-ms-request-id": "efaf06cd-d7a1-4259-9074-03a0b2b44f74", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T111933Z:483ed7cd-d977-470c-94d5-676e0bc627fb" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "e9880b28da05a0efccae2c4f52400497", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:19:34 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e9880b28da05a0efccae2c4f52400497", + "x-ms-correlation-request-id": "98ed50ad-cdb6-4c5f-8be1-d960f8d1641e", + "x-ms-ratelimit-remaining-subscription-reads": "11980", + "x-ms-request-id": "570ae1b9-17b0-4bee-a758-8879d6513e95", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T111935Z:98ed50ad-cdb6-4c5f-8be1-d960f8d1641e" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "75c8618da020d799d65142d127d9b0fb", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:19:35 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "75c8618da020d799d65142d127d9b0fb", + "x-ms-correlation-request-id": "f78577b9-50dd-4ecd-b765-bae0a01583a0", + "x-ms-ratelimit-remaining-subscription-reads": "11979", + "x-ms-request-id": "eeec16ad-937d-4e65-8a67-c2f87d211a95", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T111936Z:f78577b9-50dd-4ecd-b765-bae0a01583a0" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "c3a5b593749ec0297828ff966b1cc8d9", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:19:37 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c3a5b593749ec0297828ff966b1cc8d9", + "x-ms-correlation-request-id": "46d1f97c-8c84-416a-9519-5ebfadab3020", + "x-ms-ratelimit-remaining-subscription-reads": "11978", + "x-ms-request-id": "65e6096a-286a-458b-b9a5-fcf18eac696c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T111937Z:46d1f97c-8c84-416a-9519-5ebfadab3020" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "ae3f606818c588f071b112b3981e79f3", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:19:38 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ae3f606818c588f071b112b3981e79f3", + "x-ms-correlation-request-id": "670ae93d-5762-457b-8cee-1315a6d73c16", + "x-ms-ratelimit-remaining-subscription-reads": "11977", + "x-ms-request-id": "1f1221e7-03eb-410d-8b49-05438214a51e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T111939Z:670ae93d-5762-457b-8cee-1315a6d73c16" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "9cbc31fe419b19f83807fdf7a1026cba", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:19:39 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "9cbc31fe419b19f83807fdf7a1026cba", + "x-ms-correlation-request-id": "3f6960d7-96e5-4e2a-8578-d3205cc66d2a", + "x-ms-ratelimit-remaining-subscription-reads": "11976", + "x-ms-request-id": "cf194c2a-64bb-456d-9bdb-6c588e734db2", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T111940Z:3f6960d7-96e5-4e2a-8578-d3205cc66d2a" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "c668688801997b35c41c51ed6276285a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:19:41 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c668688801997b35c41c51ed6276285a", + "x-ms-correlation-request-id": "007ad197-b7d4-4568-8878-8eb62c76c5d0", + "x-ms-ratelimit-remaining-subscription-reads": "11975", + "x-ms-request-id": "a51dd4a8-470f-4768-aae8-917f3f7235ea", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T111941Z:007ad197-b7d4-4568-8878-8eb62c76c5d0" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "3a980baf2c60273d682676be1bf8e66f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:19:42 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "3a980baf2c60273d682676be1bf8e66f", + "x-ms-correlation-request-id": "8bf9454f-6fba-467f-bb9b-653bfe0dde1a", + "x-ms-ratelimit-remaining-subscription-reads": "11974", + "x-ms-request-id": "f8b74cf1-0892-4180-b619-b70389dacda2", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T111943Z:8bf9454f-6fba-467f-bb9b-653bfe0dde1a" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "2f2a5845b2b6fc5afb41d77ff00ab6c1", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:19:43 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "2f2a5845b2b6fc5afb41d77ff00ab6c1", + "x-ms-correlation-request-id": "7155a256-e9d4-492d-ad9b-e8c519f7c093", + "x-ms-ratelimit-remaining-subscription-reads": "11973", + "x-ms-request-id": "08bd1e5c-cb3f-4b8b-a768-a8a92f9e9403", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T111944Z:7155a256-e9d4-492d-ad9b-e8c519f7c093" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "9648a3de316a5c592a405e728b7760cb", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:19:45 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "9648a3de316a5c592a405e728b7760cb", + "x-ms-correlation-request-id": "3af2729e-a711-45b7-8057-a71317f17830", + "x-ms-ratelimit-remaining-subscription-reads": "11972", + "x-ms-request-id": "1398d8a3-8913-4064-b6cb-7e2c8744abf7", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T111945Z:3af2729e-a711-45b7-8057-a71317f17830" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "0aa8e135f94bfca3b19c3e1f54be365d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:19:46 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "0aa8e135f94bfca3b19c3e1f54be365d", + "x-ms-correlation-request-id": "d3aa8064-273e-4bbf-94ef-f02a3884ae04", + "x-ms-ratelimit-remaining-subscription-reads": "11971", + "x-ms-request-id": "1a1a6a8a-97b3-40cf-a13c-8a2e72579a79", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T111947Z:d3aa8064-273e-4bbf-94ef-f02a3884ae04" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "77dfb47050b01304fece047554e87184", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:19:47 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "77dfb47050b01304fece047554e87184", + "x-ms-correlation-request-id": "af53f5fb-e707-4f8a-bf38-9da333184803", + "x-ms-ratelimit-remaining-subscription-reads": "11970", + "x-ms-request-id": "c81fb1c2-41ee-4449-92b0-a310ba036295", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T111948Z:af53f5fb-e707-4f8a-bf38-9da333184803" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "0e490be1ac62e576ff4be4cdf33a076c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:19:48 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "0e490be1ac62e576ff4be4cdf33a076c", + "x-ms-correlation-request-id": "c5768193-4381-4e6a-a026-846195fce0fb", + "x-ms-ratelimit-remaining-subscription-reads": "11969", + "x-ms-request-id": "f8f4bd08-cefe-444e-a96b-859e008d5d93", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T111949Z:c5768193-4381-4e6a-a026-846195fce0fb" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "d6020109e897e41bdd950b7df42ea8c8", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:19:50 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d6020109e897e41bdd950b7df42ea8c8", + "x-ms-correlation-request-id": "b4ee6337-14d2-4a54-8165-6e596b1c0170", + "x-ms-ratelimit-remaining-subscription-reads": "11968", + "x-ms-request-id": "93c0a255-a2d5-4428-98d9-24a544ae68c1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T111951Z:b4ee6337-14d2-4a54-8165-6e596b1c0170" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "493eb92b2875c3fa3ef978646b371fc3", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:19:51 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "493eb92b2875c3fa3ef978646b371fc3", + "x-ms-correlation-request-id": "07364090-eef5-4146-9a2e-5fcf0545085f", + "x-ms-ratelimit-remaining-subscription-reads": "11967", + "x-ms-request-id": "3cb10976-eb21-4265-8fb0-7e4d5ffde060", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T111952Z:07364090-eef5-4146-9a2e-5fcf0545085f" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "526b98c69be5f8edef6431cda0f9f0d0", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:19:52 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "526b98c69be5f8edef6431cda0f9f0d0", + "x-ms-correlation-request-id": "366c6701-3ac4-4382-adbf-395a24efb3c4", + "x-ms-ratelimit-remaining-subscription-reads": "11966", + "x-ms-request-id": "ab98a94f-538a-44fe-9ae3-2443afc42638", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T111953Z:366c6701-3ac4-4382-adbf-395a24efb3c4" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "3aa21ca3befce1f6073e989d6fb678a5", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:19:54 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "3aa21ca3befce1f6073e989d6fb678a5", + "x-ms-correlation-request-id": "481d412e-9674-4add-8b39-36de4ac9a0d3", + "x-ms-ratelimit-remaining-subscription-reads": "11965", + "x-ms-request-id": "f0d1df6e-955b-4d11-8e05-95d1353e9391", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T111955Z:481d412e-9674-4add-8b39-36de4ac9a0d3" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "5cb7487555c290e3cc455911f62c2244", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:19:55 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5cb7487555c290e3cc455911f62c2244", + "x-ms-correlation-request-id": "969627dd-fd9e-4402-8543-523072be8c50", + "x-ms-ratelimit-remaining-subscription-reads": "11964", + "x-ms-request-id": "663f8464-cecf-452f-8a63-c16c77b0bbf4", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T111956Z:969627dd-fd9e-4402-8543-523072be8c50" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "4fc1a809e59407c7a1894ba6024f8939", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:19:56 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4fc1a809e59407c7a1894ba6024f8939", + "x-ms-correlation-request-id": "7df8a2d3-8914-4911-b75d-e7d6423ddffc", + "x-ms-ratelimit-remaining-subscription-reads": "11963", + "x-ms-request-id": "823d5a52-2431-4c51-9d31-b1c3751018cb", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T111957Z:7df8a2d3-8914-4911-b75d-e7d6423ddffc" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "58588beb94424d0d39126eb765e5eada", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:19:58 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "58588beb94424d0d39126eb765e5eada", + "x-ms-correlation-request-id": "6aefb2bb-c9c8-44c9-adf9-594a8181f319", + "x-ms-ratelimit-remaining-subscription-reads": "11962", + "x-ms-request-id": "c43cd0c8-583b-4251-955c-4d8d2335f6b6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T111959Z:6aefb2bb-c9c8-44c9-adf9-594a8181f319" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "c794531c28f5901180afbb380a3c8d7c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:19:59 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c794531c28f5901180afbb380a3c8d7c", + "x-ms-correlation-request-id": "705e325a-d399-4aba-a521-dc78319ced38", + "x-ms-ratelimit-remaining-subscription-reads": "11961", + "x-ms-request-id": "066daf7f-5748-45e5-931e-6d34f6804c68", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112000Z:705e325a-d399-4aba-a521-dc78319ced38" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "6a2520bcc9d475029a7316827610a2bb", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:20:00 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6a2520bcc9d475029a7316827610a2bb", + "x-ms-correlation-request-id": "0b204c69-379c-4754-8e5a-417db7d3be93", + "x-ms-ratelimit-remaining-subscription-reads": "11960", + "x-ms-request-id": "e3fac5de-bbc2-4005-ad1b-c2a6b898e5c7", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112001Z:0b204c69-379c-4754-8e5a-417db7d3be93" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "af8a709ec1bac2437ac7d792d9d442fc", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:20:03 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "af8a709ec1bac2437ac7d792d9d442fc", + "x-ms-correlation-request-id": "bf01047a-db39-47a5-9ecf-0b69bf27c9a5", + "x-ms-ratelimit-remaining-subscription-reads": "11959", + "x-ms-request-id": "679818bf-062b-4af0-8575-8bdb912a42ce", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112003Z:bf01047a-db39-47a5-9ecf-0b69bf27c9a5" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "44faf18580bf5206501f2d81128e1970", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:20:04 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "44faf18580bf5206501f2d81128e1970", + "x-ms-correlation-request-id": "ed8b1ef2-53a3-48a2-b997-538c5fed84fe", + "x-ms-ratelimit-remaining-subscription-reads": "11958", + "x-ms-request-id": "41d0cd51-3936-4761-872c-38040adf17e6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112004Z:ed8b1ef2-53a3-48a2-b997-538c5fed84fe" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "999aff0cddb1fac1dd63f00cf16f9cc5", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:20:05 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "999aff0cddb1fac1dd63f00cf16f9cc5", + "x-ms-correlation-request-id": "acc1b92e-e2d7-4bb2-9e9f-5f8d1ca8eb6d", + "x-ms-ratelimit-remaining-subscription-reads": "11957", + "x-ms-request-id": "60c504f2-53dc-4718-9036-aa1923173efd", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112005Z:acc1b92e-e2d7-4bb2-9e9f-5f8d1ca8eb6d" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "85fd19305e151efc6a375e9b94c1b0ec", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:20:06 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "85fd19305e151efc6a375e9b94c1b0ec", + "x-ms-correlation-request-id": "c22c886f-f6a8-4c25-8306-5e29dba40a74", + "x-ms-ratelimit-remaining-subscription-reads": "11956", + "x-ms-request-id": "d559a755-1ca5-4efe-8c24-75d4acb148d2", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112007Z:c22c886f-f6a8-4c25-8306-5e29dba40a74" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "d98667ada93aa74b2f00675c8ff961e1", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:20:08 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d98667ada93aa74b2f00675c8ff961e1", + "x-ms-correlation-request-id": "243f7713-027e-4373-ad52-e0e21df477dd", + "x-ms-ratelimit-remaining-subscription-reads": "11955", + "x-ms-request-id": "748037e0-a0ac-40eb-a21c-cca6514fee81", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112008Z:243f7713-027e-4373-ad52-e0e21df477dd" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "f85167839491ae5b037b2e7a7e26651b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:20:09 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f85167839491ae5b037b2e7a7e26651b", + "x-ms-correlation-request-id": "2cfa1b4f-38d0-44e4-b94a-c73dfc11d353", + "x-ms-ratelimit-remaining-subscription-reads": "11954", + "x-ms-request-id": "d2bde16d-97c8-4142-9e4e-1f0e69db9b98", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112009Z:2cfa1b4f-38d0-44e4-b94a-c73dfc11d353" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "8a5e04b2c2e9878ace555614f69f8f71", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:20:10 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "8a5e04b2c2e9878ace555614f69f8f71", + "x-ms-correlation-request-id": "f5167241-cd2f-470d-843b-39496cd12cc0", + "x-ms-ratelimit-remaining-subscription-reads": "11953", + "x-ms-request-id": "d6b05b7d-0942-4dfb-9895-5b02a82485b5", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112010Z:f5167241-cd2f-470d-843b-39496cd12cc0" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "2c187dd6b870195a0bd7d6bf7ad12809", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:20:12 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "2c187dd6b870195a0bd7d6bf7ad12809", + "x-ms-correlation-request-id": "9e0e217d-1a5b-47f4-86b2-c6a2bbd8cd74", + "x-ms-ratelimit-remaining-subscription-reads": "11952", + "x-ms-request-id": "9a9f37e6-8bfd-45e0-85d2-dd1eb82518b4", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112012Z:9e0e217d-1a5b-47f4-86b2-c6a2bbd8cd74" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "8ba94b9bd79ac1f7ddc9293b3d46b863", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:20:13 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "8ba94b9bd79ac1f7ddc9293b3d46b863", + "x-ms-correlation-request-id": "712fcb41-4d88-4d06-8d8a-9e8332941404", + "x-ms-ratelimit-remaining-subscription-reads": "11951", + "x-ms-request-id": "8268f0c7-3a33-4245-90d6-60b4d202303c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112013Z:712fcb41-4d88-4d06-8d8a-9e8332941404" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "01a4bdeb390dfaaba9447e12ebca0dfd", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:20:14 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "01a4bdeb390dfaaba9447e12ebca0dfd", + "x-ms-correlation-request-id": "5ad06807-d6cc-4df5-ab06-976bf6010667", + "x-ms-ratelimit-remaining-subscription-reads": "11950", + "x-ms-request-id": "3e8bd6f6-909e-45fa-ad1c-6762383a2295", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112014Z:5ad06807-d6cc-4df5-ab06-976bf6010667" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "ab794c2d03f6fed785574fa68e1fdcc4", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:20:16 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ab794c2d03f6fed785574fa68e1fdcc4", + "x-ms-correlation-request-id": "36dd0c3f-86b9-47b7-8171-b8a4fb722e6e", + "x-ms-ratelimit-remaining-subscription-reads": "11949", + "x-ms-request-id": "0913bc7f-bddc-48ba-96e4-6a566a3824e6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112016Z:36dd0c3f-86b9-47b7-8171-b8a4fb722e6e" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "bcd3731f272d61fb9faee15558e5d512", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:20:17 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "bcd3731f272d61fb9faee15558e5d512", + "x-ms-correlation-request-id": "dc515d36-66f8-4e95-a4d9-b350586d5a6b", + "x-ms-ratelimit-remaining-subscription-reads": "11948", + "x-ms-request-id": "69c482c5-f129-4e10-ac0d-0b1dc780d845", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112017Z:dc515d36-66f8-4e95-a4d9-b350586d5a6b" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "f10e2cbb0dcde86de6a57bb6ea046c8a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:20:18 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f10e2cbb0dcde86de6a57bb6ea046c8a", + "x-ms-correlation-request-id": "23da0657-deb0-4606-a36a-ed6f48cde346", + "x-ms-ratelimit-remaining-subscription-reads": "11947", + "x-ms-request-id": "e4ab0216-ce37-4e2e-9a4c-f7e03acc04f0", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112018Z:23da0657-deb0-4606-a36a-ed6f48cde346" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "77f3b96850f705d051170b472181a6a0", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:20:19 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "77f3b96850f705d051170b472181a6a0", + "x-ms-correlation-request-id": "8f088a52-ddd4-4555-b81f-3e93618e5d0e", + "x-ms-ratelimit-remaining-subscription-reads": "11946", + "x-ms-request-id": "d31ca6e7-2c82-494d-9aca-e0163fd5f07b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112020Z:8f088a52-ddd4-4555-b81f-3e93618e5d0e" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "62eb3c81ea1012f706ebd687ab45779b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:20:21 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "62eb3c81ea1012f706ebd687ab45779b", + "x-ms-correlation-request-id": "621cb2d6-95b1-44a5-aec8-04072195fd56", + "x-ms-ratelimit-remaining-subscription-reads": "11945", + "x-ms-request-id": "f36d9211-c330-4aea-8952-7feb5982765b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112021Z:621cb2d6-95b1-44a5-aec8-04072195fd56" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "9fec57425df26b1b5c089fb50125c664", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:20:22 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "9fec57425df26b1b5c089fb50125c664", + "x-ms-correlation-request-id": "52482271-73e0-4c44-8ed8-d49ecd8c6667", + "x-ms-ratelimit-remaining-subscription-reads": "11944", + "x-ms-request-id": "9ff19ef0-cf52-4571-a9d0-99bc87c55436", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112022Z:52482271-73e0-4c44-8ed8-d49ecd8c6667" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "ad34dbfe09197e79c2e0710b79485a0c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:20:23 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ad34dbfe09197e79c2e0710b79485a0c", + "x-ms-correlation-request-id": "5ff365a5-eb9a-491a-8fda-83ef3165e863", + "x-ms-ratelimit-remaining-subscription-reads": "11943", + "x-ms-request-id": "a74176ff-0810-440e-a218-e818c8a138d6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112024Z:5ff365a5-eb9a-491a-8fda-83ef3165e863" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "ca04709f079524ad217f06084a4110e0", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:20:25 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ca04709f079524ad217f06084a4110e0", + "x-ms-correlation-request-id": "feb192e2-1296-440b-a546-7b9d3a764053", + "x-ms-ratelimit-remaining-subscription-reads": "11942", + "x-ms-request-id": "617e5876-bee7-4b11-aff4-c5072d92fd2b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112025Z:feb192e2-1296-440b-a546-7b9d3a764053" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "d0897224ca103881dd6edc11ec0ff113", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:20:26 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d0897224ca103881dd6edc11ec0ff113", + "x-ms-correlation-request-id": "d9f20ccf-51f0-432a-9f5e-f7dc4ccf817f", + "x-ms-ratelimit-remaining-subscription-reads": "11941", + "x-ms-request-id": "169aeb5a-d09d-49b9-a73a-2680b9959592", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112026Z:d9f20ccf-51f0-432a-9f5e-f7dc4ccf817f" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "911693aefc21f7cf2d108c9903713381", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:20:27 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "911693aefc21f7cf2d108c9903713381", + "x-ms-correlation-request-id": "eee8b718-5ee5-4485-bfaf-ee296ca6df3d", + "x-ms-ratelimit-remaining-subscription-reads": "11940", + "x-ms-request-id": "b2b7e3b8-e5a1-4faa-a564-241e688e8aa8", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112028Z:eee8b718-5ee5-4485-bfaf-ee296ca6df3d" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "07e790d089bfd5fceecbec262a9c3712", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:20:29 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "07e790d089bfd5fceecbec262a9c3712", + "x-ms-correlation-request-id": "c167b737-bb0f-4a8a-a437-e7dd5c7d5d19", + "x-ms-ratelimit-remaining-subscription-reads": "11939", + "x-ms-request-id": "0709e610-78c5-4fc0-98a2-9e703c902578", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112029Z:c167b737-bb0f-4a8a-a437-e7dd5c7d5d19" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "b75af28e7e2b28bfa291a3ff3de7356c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:20:30 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b75af28e7e2b28bfa291a3ff3de7356c", + "x-ms-correlation-request-id": "4d5b1ab1-89e3-49a3-b4c0-9ff339488f16", + "x-ms-ratelimit-remaining-subscription-reads": "11938", + "x-ms-request-id": "888a4b0d-58b0-4649-9e3e-688b52c82e6f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112030Z:4d5b1ab1-89e3-49a3-b4c0-9ff339488f16" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "5b405b3be92824549740a3550fa8cc90", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:20:31 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5b405b3be92824549740a3550fa8cc90", + "x-ms-correlation-request-id": "0b57ceeb-3c10-4506-b11d-86717dfd85a4", + "x-ms-ratelimit-remaining-subscription-reads": "11937", + "x-ms-request-id": "c286b2da-680e-4384-a7f4-b159259d0a71", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112032Z:0b57ceeb-3c10-4506-b11d-86717dfd85a4" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "110b7ad87b175255d1be652de6fc9706", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:20:33 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "110b7ad87b175255d1be652de6fc9706", + "x-ms-correlation-request-id": "bfde3262-03d7-4a6a-bb61-046e0b8a0ac8", + "x-ms-ratelimit-remaining-subscription-reads": "11936", + "x-ms-request-id": "0e919dea-b8bb-4fc5-97b4-3a485dd3d2e8", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112033Z:bfde3262-03d7-4a6a-bb61-046e0b8a0ac8" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "ceea8096dc5ba4e99d351feadb6a19f9", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:20:34 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ceea8096dc5ba4e99d351feadb6a19f9", + "x-ms-correlation-request-id": "4d648816-d2f0-47ee-8d10-8c61a701a259", + "x-ms-ratelimit-remaining-subscription-reads": "11935", + "x-ms-request-id": "6d324ae9-b406-4162-a0c7-bc7cf73a74b5", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112034Z:4d648816-d2f0-47ee-8d10-8c61a701a259" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "c32612c423dcbf5405ee896984273d9b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:20:35 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c32612c423dcbf5405ee896984273d9b", + "x-ms-correlation-request-id": "e8ef84ae-57fe-4116-a0e3-ba3113f56ace", + "x-ms-ratelimit-remaining-subscription-reads": "11934", + "x-ms-request-id": "82da5040-838f-4125-a6d1-b6adfa7ee984", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112036Z:e8ef84ae-57fe-4116-a0e3-ba3113f56ace" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "8fbe9ca8febdfb35906674e15b6b7767", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:20:37 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "8fbe9ca8febdfb35906674e15b6b7767", + "x-ms-correlation-request-id": "3e8885a2-b1c1-4ce6-8c7c-9d19b0201d7b", + "x-ms-ratelimit-remaining-subscription-reads": "11933", + "x-ms-request-id": "b04af049-8a2f-40d9-bde4-a3466d18dace", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112037Z:3e8885a2-b1c1-4ce6-8c7c-9d19b0201d7b" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "d4686ba4d4d5722a2b2bc96d527f2076", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:20:38 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d4686ba4d4d5722a2b2bc96d527f2076", + "x-ms-correlation-request-id": "47eb2989-fedf-4c80-bbce-5f261ac1e858", + "x-ms-ratelimit-remaining-subscription-reads": "11932", + "x-ms-request-id": "e98dff58-bda3-4269-b2a2-c1091bbfa16b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112038Z:47eb2989-fedf-4c80-bbce-5f261ac1e858" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "3f4184f88aabc63bdd2a3375af73639a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:20:39 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "3f4184f88aabc63bdd2a3375af73639a", + "x-ms-correlation-request-id": "cdd04972-603b-4b5a-9778-aa4280e287a8", + "x-ms-ratelimit-remaining-subscription-reads": "11931", + "x-ms-request-id": "154037bf-736f-4905-a12d-8df2bcf5f84b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112040Z:cdd04972-603b-4b5a-9778-aa4280e287a8" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "19c5227768bed4c5714b639234c7a910", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:20:41 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "19c5227768bed4c5714b639234c7a910", + "x-ms-correlation-request-id": "1a03abfa-dc75-4df9-b4a7-c5b57ebc9dad", + "x-ms-ratelimit-remaining-subscription-reads": "11930", + "x-ms-request-id": "415fca29-d710-4dc9-ae83-5117d4b5f5a6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112041Z:1a03abfa-dc75-4df9-b4a7-c5b57ebc9dad" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "d7e9fd4638291abb2fa2f7aaa1b4c3b7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:20:42 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d7e9fd4638291abb2fa2f7aaa1b4c3b7", + "x-ms-correlation-request-id": "ad259b38-fead-4fb6-a779-20ca78288490", + "x-ms-ratelimit-remaining-subscription-reads": "11929", + "x-ms-request-id": "5a74ce07-843e-453b-96a3-1fea83596474", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112042Z:ad259b38-fead-4fb6-a779-20ca78288490" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "30f62ec707ba8fb7be6dcd5f26a89115", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:20:43 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "30f62ec707ba8fb7be6dcd5f26a89115", + "x-ms-correlation-request-id": "f2b3f5fd-c9c6-476c-9f74-0e359082a9cb", + "x-ms-ratelimit-remaining-subscription-reads": "11928", + "x-ms-request-id": "1133303e-031f-4aa6-8615-9b51f99268ef", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112044Z:f2b3f5fd-c9c6-476c-9f74-0e359082a9cb" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "b12f22818c8a3e7166aae91c711b33bc", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:20:45 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b12f22818c8a3e7166aae91c711b33bc", + "x-ms-correlation-request-id": "bd5e2555-9649-43e6-9185-eeaa32da5281", + "x-ms-ratelimit-remaining-subscription-reads": "11927", + "x-ms-request-id": "40326119-76d2-4b20-9a9d-41760578c9e2", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112045Z:bd5e2555-9649-43e6-9185-eeaa32da5281" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "06cbab8878d03f55465918bc6a5cf486", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:20:46 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "06cbab8878d03f55465918bc6a5cf486", + "x-ms-correlation-request-id": "f103a32a-b84a-4bdb-919f-c3f01a77275c", + "x-ms-ratelimit-remaining-subscription-reads": "11926", + "x-ms-request-id": "2bfc8f1e-e5b4-4158-a3ff-b0c2091804e4", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112046Z:f103a32a-b84a-4bdb-919f-c3f01a77275c" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "7e28e11011853a2dbdb7ca101d9b1ea3", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:20:47 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "7e28e11011853a2dbdb7ca101d9b1ea3", + "x-ms-correlation-request-id": "48d493f2-b120-4807-afa4-aa8581419d41", + "x-ms-ratelimit-remaining-subscription-reads": "11925", + "x-ms-request-id": "9d6fc170-04e4-4b19-adc6-687fd78b0452", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112048Z:48d493f2-b120-4807-afa4-aa8581419d41" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "7ad710398bdd0944ccf06b3074b4d40a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:20:48 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "7ad710398bdd0944ccf06b3074b4d40a", + "x-ms-correlation-request-id": "ad8dd439-949c-4c52-89d3-f8d37d0bccea", + "x-ms-ratelimit-remaining-subscription-reads": "11924", + "x-ms-request-id": "9c82fdf2-03ca-44f0-b20c-98b3855efb1a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112049Z:ad8dd439-949c-4c52-89d3-f8d37d0bccea" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "8f0b62b6b4f276377e914819ae4521aa", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:20:50 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "8f0b62b6b4f276377e914819ae4521aa", + "x-ms-correlation-request-id": "d0ded2ea-9b34-4b43-a27e-07dffd839751", + "x-ms-ratelimit-remaining-subscription-reads": "11923", + "x-ms-request-id": "a22566be-e933-4409-8e7a-9cd692ae896d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112050Z:d0ded2ea-9b34-4b43-a27e-07dffd839751" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "5982743b798585a99c1fb195a5fcc608", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:20:51 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5982743b798585a99c1fb195a5fcc608", + "x-ms-correlation-request-id": "cd3fbb00-c2f9-401a-8961-9bf46cd392d7", + "x-ms-ratelimit-remaining-subscription-reads": "11922", + "x-ms-request-id": "45c1f3cb-72ec-441c-b518-a4d627e525bd", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112052Z:cd3fbb00-c2f9-401a-8961-9bf46cd392d7" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "bb5abfe38e9084b1d960fb4b422b5a87", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:20:52 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "bb5abfe38e9084b1d960fb4b422b5a87", + "x-ms-correlation-request-id": "ca000d12-eda0-4ac7-8a84-957f3c91a003", + "x-ms-ratelimit-remaining-subscription-reads": "11921", + "x-ms-request-id": "49fa05fd-81c7-4bf0-af3b-54fd8604b1ac", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112053Z:ca000d12-eda0-4ac7-8a84-957f3c91a003" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "fff5c1cf7a323c85b986f3d303a2d181", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:20:54 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "fff5c1cf7a323c85b986f3d303a2d181", + "x-ms-correlation-request-id": "3b1f643d-88cf-4e99-9037-783ff4c12f00", + "x-ms-ratelimit-remaining-subscription-reads": "11920", + "x-ms-request-id": "dc55cdee-157e-4294-91bb-440401f50f79", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112054Z:3b1f643d-88cf-4e99-9037-783ff4c12f00" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "ee3540ca66eaad1ac3fd80247d5d4270", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:20:55 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ee3540ca66eaad1ac3fd80247d5d4270", + "x-ms-correlation-request-id": "3667518a-a643-4dda-8be8-0f9d12ff1052", + "x-ms-ratelimit-remaining-subscription-reads": "11919", + "x-ms-request-id": "e697f9ed-9761-4401-8e83-0cef408b954d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112056Z:3667518a-a643-4dda-8be8-0f9d12ff1052" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "e4c629c4c70769d53a1e020a9add8137", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:20:56 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e4c629c4c70769d53a1e020a9add8137", + "x-ms-correlation-request-id": "958e54e1-3d98-47f7-ad3e-e2d8d25e6e95", + "x-ms-ratelimit-remaining-subscription-reads": "11918", + "x-ms-request-id": "b701d390-d056-4051-9c31-23ab738fbe33", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112057Z:958e54e1-3d98-47f7-ad3e-e2d8d25e6e95" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "02817a8f6cf6689da7473b35fa60be5b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:20:58 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "02817a8f6cf6689da7473b35fa60be5b", + "x-ms-correlation-request-id": "f486b3d6-d044-41a7-bc77-7c217a7a5407", + "x-ms-ratelimit-remaining-subscription-reads": "11917", + "x-ms-request-id": "9b39b7d6-2a77-4289-ab80-c0cde32b7156", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112058Z:f486b3d6-d044-41a7-bc77-7c217a7a5407" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "d90e8243ecdb037a6accb3cc640f12e5", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:20:59 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d90e8243ecdb037a6accb3cc640f12e5", + "x-ms-correlation-request-id": "89cd9fcc-9da3-4335-85f6-39983aa1a70a", + "x-ms-ratelimit-remaining-subscription-reads": "11916", + "x-ms-request-id": "a2823928-396d-4a97-8b7e-9c435b4de911", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112059Z:89cd9fcc-9da3-4335-85f6-39983aa1a70a" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "0395487b40dc577a8c5d3cbf8ba06fda", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:21:00 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "0395487b40dc577a8c5d3cbf8ba06fda", + "x-ms-correlation-request-id": "9b46a29c-a5d9-4491-9886-2857ebe3fdc7", + "x-ms-ratelimit-remaining-subscription-reads": "11915", + "x-ms-request-id": "87dae375-768b-4247-ac6a-d2baa0186ec8", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112101Z:9b46a29c-a5d9-4491-9886-2857ebe3fdc7" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "18c6a65fa7cea25bff7d9829b8d00497", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:21:02 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "18c6a65fa7cea25bff7d9829b8d00497", + "x-ms-correlation-request-id": "6123328b-4cda-4b7b-8981-c54924f34a7e", + "x-ms-ratelimit-remaining-subscription-reads": "11914", + "x-ms-request-id": "ea09b64a-4ad6-4b96-a592-991a97af2936", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112102Z:6123328b-4cda-4b7b-8981-c54924f34a7e" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "b1b95635bbca037e07b64c7eafba78c9", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:21:03 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b1b95635bbca037e07b64c7eafba78c9", + "x-ms-correlation-request-id": "bf7c944e-0324-4916-adcc-7f0a4170cc78", + "x-ms-ratelimit-remaining-subscription-reads": "11913", + "x-ms-request-id": "24a284fb-ca30-48a3-b6d5-5f74cc12a671", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112103Z:bf7c944e-0324-4916-adcc-7f0a4170cc78" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "bd6dd95df949d316edf3035fa7519fbc", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:21:04 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "bd6dd95df949d316edf3035fa7519fbc", + "x-ms-correlation-request-id": "9193f67c-37ba-47fa-a667-0e71cfc7ece0", + "x-ms-ratelimit-remaining-subscription-reads": "11912", + "x-ms-request-id": "d5526781-e1e8-404a-b42a-58507f722eeb", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112105Z:9193f67c-37ba-47fa-a667-0e71cfc7ece0" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "358aa558bde6a41027c311185bdcf245", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:21:06 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "358aa558bde6a41027c311185bdcf245", + "x-ms-correlation-request-id": "8ca005fe-3e2d-4044-b51a-c6290c674f06", + "x-ms-ratelimit-remaining-subscription-reads": "11911", + "x-ms-request-id": "9b36cd8a-6fe3-4a2b-abd4-a6c79e460a74", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112106Z:8ca005fe-3e2d-4044-b51a-c6290c674f06" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "dfcbce0447633b4e3fe6c4d6b71f5bb5", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:21:07 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "dfcbce0447633b4e3fe6c4d6b71f5bb5", + "x-ms-correlation-request-id": "a2dfe4d3-49ab-459b-86b4-691eeafa348b", + "x-ms-ratelimit-remaining-subscription-reads": "11910", + "x-ms-request-id": "fcf2fadc-ff34-44a5-aeee-1618241d869a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112107Z:a2dfe4d3-49ab-459b-86b4-691eeafa348b" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "0a269017432f9fe3c8c89585e8fe7810", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:21:08 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "0a269017432f9fe3c8c89585e8fe7810", + "x-ms-correlation-request-id": "f058619a-f6b1-4c91-b0f6-41649a1ef5db", + "x-ms-ratelimit-remaining-subscription-reads": "11909", + "x-ms-request-id": "4d19937b-81c0-4e6e-88c8-63bf5a83f23d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112109Z:f058619a-f6b1-4c91-b0f6-41649a1ef5db" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "d95abe01c0851158564ff500f939ed08", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:21:10 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d95abe01c0851158564ff500f939ed08", + "x-ms-correlation-request-id": "aab99c19-5afc-4b2b-be9a-3c1bf803622a", + "x-ms-ratelimit-remaining-subscription-reads": "11908", + "x-ms-request-id": "fff8a53d-272b-4702-b164-7847fff83f18", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112110Z:aab99c19-5afc-4b2b-be9a-3c1bf803622a" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "ca005b67e7b6c115eb2b169ab1c85340", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:21:11 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ca005b67e7b6c115eb2b169ab1c85340", + "x-ms-correlation-request-id": "eb887e2c-55e5-493c-88cb-6ec8a42c1c3d", + "x-ms-ratelimit-remaining-subscription-reads": "11907", + "x-ms-request-id": "f57d2bc4-22a8-4eef-9f57-bcf15cb54b6b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112111Z:eb887e2c-55e5-493c-88cb-6ec8a42c1c3d" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "f9d5b36d82c4572f3814b3e04de2a68e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:21:12 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f9d5b36d82c4572f3814b3e04de2a68e", + "x-ms-correlation-request-id": "ae492943-b5e4-4c1f-9f44-1414755826fb", + "x-ms-ratelimit-remaining-subscription-reads": "11906", + "x-ms-request-id": "8a9273a7-202b-4695-9709-6644db4260f3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112113Z:ae492943-b5e4-4c1f-9f44-1414755826fb" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "8c1e8ddbaefe1959a899ed59a9be5f8e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:21:14 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "8c1e8ddbaefe1959a899ed59a9be5f8e", + "x-ms-correlation-request-id": "fb61c89c-703c-4925-9b63-bee0d19ac849", + "x-ms-ratelimit-remaining-subscription-reads": "11905", + "x-ms-request-id": "805d9c36-4f3a-47da-a964-feefe8817f49", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112114Z:fb61c89c-703c-4925-9b63-bee0d19ac849" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "4593b5fbf364e5432ba992a234357408", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:21:15 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4593b5fbf364e5432ba992a234357408", + "x-ms-correlation-request-id": "e7ee7cfb-d91c-4b66-8e14-4c885f20b202", + "x-ms-ratelimit-remaining-subscription-reads": "11904", + "x-ms-request-id": "942c1e92-fc15-47fe-87bf-21073f0c2f4f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112115Z:e7ee7cfb-d91c-4b66-8e14-4c885f20b202" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "24be8885c6aabf425abc502b94d6ad79", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:21:16 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "24be8885c6aabf425abc502b94d6ad79", + "x-ms-correlation-request-id": "f0a7bd57-9eba-46e8-a5b8-ae6aa502344a", + "x-ms-ratelimit-remaining-subscription-reads": "11903", + "x-ms-request-id": "7b755451-16e0-40ad-a805-cbf56a326f40", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112117Z:f0a7bd57-9eba-46e8-a5b8-ae6aa502344a" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "97e425b5604fe72a493961541cb7e472", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:21:17 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "97e425b5604fe72a493961541cb7e472", + "x-ms-correlation-request-id": "37ad0924-f856-4e1d-8047-0e2ca7ea135f", + "x-ms-ratelimit-remaining-subscription-reads": "11902", + "x-ms-request-id": "5c664b5a-b515-48a5-8ef3-6f4018fac821", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112118Z:37ad0924-f856-4e1d-8047-0e2ca7ea135f" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "21d3e5253aff35e372d3eba8a3185055", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:21:19 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "21d3e5253aff35e372d3eba8a3185055", + "x-ms-correlation-request-id": "09e135d2-b342-471b-bb85-a9d405ad208e", + "x-ms-ratelimit-remaining-subscription-reads": "11901", + "x-ms-request-id": "85b459c4-4213-4e5a-bfae-6fe003ab47bc", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112119Z:09e135d2-b342-471b-bb85-a9d405ad208e" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "0eec18fbdc5025b85dd7db7165eda2a3", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:21:20 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "0eec18fbdc5025b85dd7db7165eda2a3", + "x-ms-correlation-request-id": "e29920ab-b16c-4d69-9baf-957acb452614", + "x-ms-ratelimit-remaining-subscription-reads": "11900", + "x-ms-request-id": "b3ee79b8-0cf6-459d-958f-6c7cbefd79de", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112121Z:e29920ab-b16c-4d69-9baf-957acb452614" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "af06ddd78c027a7a41af257b75824431", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:21:21 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "af06ddd78c027a7a41af257b75824431", + "x-ms-correlation-request-id": "a0a8c248-f2d4-43f6-9a54-a6eff1fbe4e6", + "x-ms-ratelimit-remaining-subscription-reads": "11899", + "x-ms-request-id": "bce88585-5608-447d-a09d-f8f56cba4304", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112122Z:a0a8c248-f2d4-43f6-9a54-a6eff1fbe4e6" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "04580be8d6ca49222caec3275f72cf84", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:21:23 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "04580be8d6ca49222caec3275f72cf84", + "x-ms-correlation-request-id": "0ab3a270-4338-486e-b007-b6c16ce6bb03", + "x-ms-ratelimit-remaining-subscription-reads": "11898", + "x-ms-request-id": "8e0575f6-95f7-4fad-b5d3-61cb872ff271", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112123Z:0ab3a270-4338-486e-b007-b6c16ce6bb03" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "c5d04731a0126f539d72cca1b73db0db", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:21:24 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c5d04731a0126f539d72cca1b73db0db", + "x-ms-correlation-request-id": "780d1d16-c4ac-490a-8d28-06877828b453", + "x-ms-ratelimit-remaining-subscription-reads": "11897", + "x-ms-request-id": "ae91bdd9-c74b-4af6-8365-2a800cab4311", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112125Z:780d1d16-c4ac-490a-8d28-06877828b453" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "5988aa929e9501d8bbbc8353c9531acf", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:21:25 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5988aa929e9501d8bbbc8353c9531acf", + "x-ms-correlation-request-id": "d2715204-fdac-4fd0-8456-37ab0d7b1970", + "x-ms-ratelimit-remaining-subscription-reads": "11896", + "x-ms-request-id": "1ebf9726-ecf6-4230-88a4-98cb3463cc5f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112126Z:d2715204-fdac-4fd0-8456-37ab0d7b1970" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "2d4aa0df7fb1471eb8e96658098092ef", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:21:27 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "2d4aa0df7fb1471eb8e96658098092ef", + "x-ms-correlation-request-id": "567197e4-eba7-4b33-a68d-dd0d87a3f9a3", + "x-ms-ratelimit-remaining-subscription-reads": "11895", + "x-ms-request-id": "037d947e-1d66-4623-bf0b-bc229567119e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112127Z:567197e4-eba7-4b33-a68d-dd0d87a3f9a3" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "b594e7fe75e992ef6fcf09551dffa64a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:21:28 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b594e7fe75e992ef6fcf09551dffa64a", + "x-ms-correlation-request-id": "e059c16d-3569-47d1-9683-73df365cebe3", + "x-ms-ratelimit-remaining-subscription-reads": "11894", + "x-ms-request-id": "5271a50a-8f83-4150-92dc-6e214749784a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112129Z:e059c16d-3569-47d1-9683-73df365cebe3" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "16c2fc5782f2132a8b40a1ab377ff73b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:21:29 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "16c2fc5782f2132a8b40a1ab377ff73b", + "x-ms-correlation-request-id": "6e5bc516-a6cb-44d4-b096-e69637be8639", + "x-ms-ratelimit-remaining-subscription-reads": "11893", + "x-ms-request-id": "f067f9c8-b9e8-4e46-bc4e-2200ce851d1a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112130Z:6e5bc516-a6cb-44d4-b096-e69637be8639" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "e155932a65be69e6b0b7bde176c92ab8", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:21:31 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e155932a65be69e6b0b7bde176c92ab8", + "x-ms-correlation-request-id": "9af3796d-3406-48e2-9159-550e23f66412", + "x-ms-ratelimit-remaining-subscription-reads": "11892", + "x-ms-request-id": "8e1bfe5a-57fa-4c09-bd1c-bfc6da0b46e6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112131Z:9af3796d-3406-48e2-9159-550e23f66412" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "0c011c437bbe7bfcbc812aa8d4445bef", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:21:32 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "0c011c437bbe7bfcbc812aa8d4445bef", + "x-ms-correlation-request-id": "2910f3ba-6e64-4614-9d99-9504408a8478", + "x-ms-ratelimit-remaining-subscription-reads": "11891", + "x-ms-request-id": "fb7ebdfa-9923-440b-a198-bb5acaef9355", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112133Z:2910f3ba-6e64-4614-9d99-9504408a8478" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "892acdd7c4aaf18c1658663bc4489dc1", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:21:33 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "892acdd7c4aaf18c1658663bc4489dc1", + "x-ms-correlation-request-id": "855edc72-6b9c-465a-a9c6-cf44372dca03", + "x-ms-ratelimit-remaining-subscription-reads": "11890", + "x-ms-request-id": "19204c89-6c11-49e5-8653-3e7312607d59", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112134Z:855edc72-6b9c-465a-a9c6-cf44372dca03" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "1a67e816eb7eaf7c97d9243c3b3e946b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:21:34 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1a67e816eb7eaf7c97d9243c3b3e946b", + "x-ms-correlation-request-id": "a67fed40-fec7-4e12-9678-09b4cf489186", + "x-ms-ratelimit-remaining-subscription-reads": "11889", + "x-ms-request-id": "2262b6fa-16a5-47ee-896f-5fdbe58b3021", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112135Z:a67fed40-fec7-4e12-9678-09b4cf489186" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "a80ace5ca09f7e0e900ff66515c1b774", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:21:36 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a80ace5ca09f7e0e900ff66515c1b774", + "x-ms-correlation-request-id": "0b72a67f-459f-4120-9022-22635d4f10ba", + "x-ms-ratelimit-remaining-subscription-reads": "11888", + "x-ms-request-id": "4efb9a65-7c62-421e-a9bc-3338b378c78d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112137Z:0b72a67f-459f-4120-9022-22635d4f10ba" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "eb9268e440dcec70517af2d19f4fb6d8", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:21:37 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "eb9268e440dcec70517af2d19f4fb6d8", + "x-ms-correlation-request-id": "72046107-4ef1-4cdf-aa14-5f064b706b7a", + "x-ms-ratelimit-remaining-subscription-reads": "11887", + "x-ms-request-id": "934f281c-83c6-4555-a9df-a37ea676350f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112138Z:72046107-4ef1-4cdf-aa14-5f064b706b7a" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "f6dffac3f53e7522d9e9896ff5179ad5", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:21:38 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f6dffac3f53e7522d9e9896ff5179ad5", + "x-ms-correlation-request-id": "e268a20b-e6a7-43ff-b775-0e31b4ffae63", + "x-ms-ratelimit-remaining-subscription-reads": "11886", + "x-ms-request-id": "5f139f03-6901-4d70-8d0a-d61f8d5a426d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112139Z:e268a20b-e6a7-43ff-b775-0e31b4ffae63" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "d258b022a8ab1b8f5d1e5724ad3ddf41", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:21:40 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d258b022a8ab1b8f5d1e5724ad3ddf41", + "x-ms-correlation-request-id": "933c5921-fb01-4b91-b878-0f255c5fcace", + "x-ms-ratelimit-remaining-subscription-reads": "11885", + "x-ms-request-id": "2fc2a5fd-750a-4cee-ba55-4a4e8dc889a1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112141Z:933c5921-fb01-4b91-b878-0f255c5fcace" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "1aa11d58c0e2ee35461c11f3b601f639", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:21:41 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1aa11d58c0e2ee35461c11f3b601f639", + "x-ms-correlation-request-id": "5e55eeb1-d123-4533-87e3-61f7098dce96", + "x-ms-ratelimit-remaining-subscription-reads": "11884", + "x-ms-request-id": "989fd290-5ffa-42e2-9af6-425a1591e48e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112142Z:5e55eeb1-d123-4533-87e3-61f7098dce96" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "eeaf1de0e4f61a2c6ac3991f9efdc89c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:21:42 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "eeaf1de0e4f61a2c6ac3991f9efdc89c", + "x-ms-correlation-request-id": "3b87f94e-1107-4bcf-b885-6a84c3061a75", + "x-ms-ratelimit-remaining-subscription-reads": "11883", + "x-ms-request-id": "0c94afa6-ab61-4a46-83d9-ce2a17ccfc29", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112143Z:3b87f94e-1107-4bcf-b885-6a84c3061a75" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "d71648097f7561f27b698b8f979c645b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:21:44 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d71648097f7561f27b698b8f979c645b", + "x-ms-correlation-request-id": "bb5e39fa-e3c9-4b2e-a55d-56dbbd92c7c9", + "x-ms-ratelimit-remaining-subscription-reads": "11882", + "x-ms-request-id": "10767d94-ff5e-4c62-84ba-a54b6e61e638", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112145Z:bb5e39fa-e3c9-4b2e-a55d-56dbbd92c7c9" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "90431d27f08e744af186af1e27155048", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:21:45 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "90431d27f08e744af186af1e27155048", + "x-ms-correlation-request-id": "6c0da058-f022-4fc1-a89a-6a3cd61b207a", + "x-ms-ratelimit-remaining-subscription-reads": "11881", + "x-ms-request-id": "bfde8842-e91f-4b10-b790-ef5a9a71c282", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112146Z:6c0da058-f022-4fc1-a89a-6a3cd61b207a" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "6ee975531eeb60c32a4d738d589c83ce", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:21:46 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6ee975531eeb60c32a4d738d589c83ce", + "x-ms-correlation-request-id": "04ca5b9e-a4cf-470d-a075-38a02a8ef2a3", + "x-ms-ratelimit-remaining-subscription-reads": "11880", + "x-ms-request-id": "1fd9b390-a745-4c74-b3e6-ac583394288b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112147Z:04ca5b9e-a4cf-470d-a075-38a02a8ef2a3" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "80f83d5f37ba190efea2e6efcfd33a65", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:21:48 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "80f83d5f37ba190efea2e6efcfd33a65", + "x-ms-correlation-request-id": "dc702c52-597c-4814-8a01-4770749d557f", + "x-ms-ratelimit-remaining-subscription-reads": "11879", + "x-ms-request-id": "4dd8f334-bc82-410e-af10-00255bc06e4f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112149Z:dc702c52-597c-4814-8a01-4770749d557f" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "213b4318f6b209705ae265407cbc1b54", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:21:49 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "213b4318f6b209705ae265407cbc1b54", + "x-ms-correlation-request-id": "48d7ec68-c5d4-4aea-9e7b-8e7108005027", + "x-ms-ratelimit-remaining-subscription-reads": "11878", + "x-ms-request-id": "68eea777-1f5b-4051-bd5a-7e91d97b9c6f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112150Z:48d7ec68-c5d4-4aea-9e7b-8e7108005027" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "e9bfe002d01d1c8e67cf6f4837d49156", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:21:50 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e9bfe002d01d1c8e67cf6f4837d49156", + "x-ms-correlation-request-id": "c4c34729-24d9-427b-b90f-4b94522897ec", + "x-ms-ratelimit-remaining-subscription-reads": "11877", + "x-ms-request-id": "1aa51552-5acf-4d65-b105-319ada8f0ae5", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112151Z:c4c34729-24d9-427b-b90f-4b94522897ec" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "15740e136260691ccdef26d7d2cd9d41", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:21:52 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "15740e136260691ccdef26d7d2cd9d41", + "x-ms-correlation-request-id": "1ae51120-ef8e-4d9a-aaa2-07c667c3edeb", + "x-ms-ratelimit-remaining-subscription-reads": "11876", + "x-ms-request-id": "153cec49-a4cf-4100-b7c1-5e110d7d6c07", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112153Z:1ae51120-ef8e-4d9a-aaa2-07c667c3edeb" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "eeec928650144747b41fbae28627d185", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:21:53 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "eeec928650144747b41fbae28627d185", + "x-ms-correlation-request-id": "a0329f54-ee18-42d3-8d64-4fdc8cbefbe5", + "x-ms-ratelimit-remaining-subscription-reads": "11875", + "x-ms-request-id": "83225baf-742a-4f22-a83e-9933d158a192", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112154Z:a0329f54-ee18-42d3-8d64-4fdc8cbefbe5" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "6d2d0e510547a0f3c4561c2eaab74a99", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:21:55 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6d2d0e510547a0f3c4561c2eaab74a99", + "x-ms-correlation-request-id": "b547250b-b433-4645-975a-d5a108e6df6e", + "x-ms-ratelimit-remaining-subscription-reads": "11874", + "x-ms-request-id": "ef044974-d776-4816-a836-f8da9b873913", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112156Z:b547250b-b433-4645-975a-d5a108e6df6e" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "a5c12e32a2e7c242c72d6140a739e2a5", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:21:57 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a5c12e32a2e7c242c72d6140a739e2a5", + "x-ms-correlation-request-id": "b1dbb3e2-98b2-42ce-be2d-0a0d08e34d96", + "x-ms-ratelimit-remaining-subscription-reads": "11873", + "x-ms-request-id": "983898a6-562a-4b25-b9c9-416876619828", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112157Z:b1dbb3e2-98b2-42ce-be2d-0a0d08e34d96" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "c385a01e2f9f81f99e4c2abd34199dfd", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:21:58 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c385a01e2f9f81f99e4c2abd34199dfd", + "x-ms-correlation-request-id": "c0dac45d-6b15-4430-b97b-e6e7c5ff14fd", + "x-ms-ratelimit-remaining-subscription-reads": "11872", + "x-ms-request-id": "1bb30085-4f19-46d6-a0e6-5859fdbc5918", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112158Z:c0dac45d-6b15-4430-b97b-e6e7c5ff14fd" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "57af20d52b65af9ecc6aa61aa4b2f88a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:22:00 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "57af20d52b65af9ecc6aa61aa4b2f88a", + "x-ms-correlation-request-id": "c0882477-db4f-4753-a9fe-dcd06521cc50", + "x-ms-ratelimit-remaining-subscription-reads": "11871", + "x-ms-request-id": "4a3b718e-5f39-4f11-a56b-5f46e24ec5a3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112200Z:c0882477-db4f-4753-a9fe-dcd06521cc50" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "09107673863103f93540079a77848ead", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:22:01 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "09107673863103f93540079a77848ead", + "x-ms-correlation-request-id": "7a275453-3126-4396-b547-ce7d3c1358f7", + "x-ms-ratelimit-remaining-subscription-reads": "11870", + "x-ms-request-id": "32ea7843-a4f5-4df7-af1d-e8aaaa71fba9", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112201Z:7a275453-3126-4396-b547-ce7d3c1358f7" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "876b648f8b8af23f02d5f73588dedceb", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:22:02 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "876b648f8b8af23f02d5f73588dedceb", + "x-ms-correlation-request-id": "94c45433-9b98-4ede-b69c-7d6cb5c16cfc", + "x-ms-ratelimit-remaining-subscription-reads": "11869", + "x-ms-request-id": "d083b121-45f5-476d-98bf-788750e41c0a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112202Z:94c45433-9b98-4ede-b69c-7d6cb5c16cfc" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "bd4a9f5494084ecb26ab222523033847", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:22:04 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "bd4a9f5494084ecb26ab222523033847", + "x-ms-correlation-request-id": "545fd80e-b1ab-47d0-a5bc-fc194555b98d", + "x-ms-ratelimit-remaining-subscription-reads": "11868", + "x-ms-request-id": "84870ada-5414-450e-ac3d-8b9010d78db7", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112204Z:545fd80e-b1ab-47d0-a5bc-fc194555b98d" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "408bf8dc7147e800371d075b8fc47b56", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:22:05 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "408bf8dc7147e800371d075b8fc47b56", + "x-ms-correlation-request-id": "8e66499f-a631-49dd-acbe-c3b460961978", + "x-ms-ratelimit-remaining-subscription-reads": "11867", + "x-ms-request-id": "7ee448be-ffc7-41e3-b8d4-469df32e4788", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112205Z:8e66499f-a631-49dd-acbe-c3b460961978" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "d7461c64d13afba5981c60de681acffe", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:22:06 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d7461c64d13afba5981c60de681acffe", + "x-ms-correlation-request-id": "2304a8a0-665e-43f1-b86b-6781678f4215", + "x-ms-ratelimit-remaining-subscription-reads": "11866", + "x-ms-request-id": "1f872f7f-b0e3-46e9-b20c-8a0190ccff39", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112206Z:2304a8a0-665e-43f1-b86b-6781678f4215" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "8f58af9d9c53e3a39f6285ea8c6fbf62", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:22:07 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "8f58af9d9c53e3a39f6285ea8c6fbf62", + "x-ms-correlation-request-id": "2a3b3497-a3d6-44aa-b78a-d8d7f2d3deda", + "x-ms-ratelimit-remaining-subscription-reads": "11865", + "x-ms-request-id": "a40b513d-f998-4f3d-8188-67d783e549a8", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112208Z:2a3b3497-a3d6-44aa-b78a-d8d7f2d3deda" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "07c1cc3060bd0b0d5390a72b11217f1d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:22:09 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "07c1cc3060bd0b0d5390a72b11217f1d", + "x-ms-correlation-request-id": "62627554-7697-4024-ba7d-f7efd6f6929d", + "x-ms-ratelimit-remaining-subscription-reads": "11864", + "x-ms-request-id": "731320dd-265d-4765-9328-ac801d1b48fa", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112209Z:62627554-7697-4024-ba7d-f7efd6f6929d" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "e0be084eeb6cc703786337d74bba6e29", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:22:10 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e0be084eeb6cc703786337d74bba6e29", + "x-ms-correlation-request-id": "87ddeada-e5b1-4255-9eee-1505049208ac", + "x-ms-ratelimit-remaining-subscription-reads": "11863", + "x-ms-request-id": "4566d8d8-0219-4ac5-8994-8791cf079b66", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112210Z:87ddeada-e5b1-4255-9eee-1505049208ac" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "9caefe5dc8583d41a14c3bc2f478d27e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:22:11 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "9caefe5dc8583d41a14c3bc2f478d27e", + "x-ms-correlation-request-id": "f75dc4b5-356d-4910-a858-0f06d275feee", + "x-ms-ratelimit-remaining-subscription-reads": "11862", + "x-ms-request-id": "8070ecf5-004a-4ff0-8b22-669e0ba88d5e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112212Z:f75dc4b5-356d-4910-a858-0f06d275feee" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "839c68e2deb144f5c9f98e592835c099", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:22:13 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "839c68e2deb144f5c9f98e592835c099", + "x-ms-correlation-request-id": "c7291f74-3f9b-4cd9-920b-5ba3eb327282", + "x-ms-ratelimit-remaining-subscription-reads": "11861", + "x-ms-request-id": "c44a59b1-7d02-4fee-97df-6c434e3b74b6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112213Z:c7291f74-3f9b-4cd9-920b-5ba3eb327282" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "13ce7d21e37386c4c7803e1faf40d3ff", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:22:14 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "13ce7d21e37386c4c7803e1faf40d3ff", + "x-ms-correlation-request-id": "86a066b3-09ae-4c4b-b3d3-6f6b1145fe49", + "x-ms-ratelimit-remaining-subscription-reads": "11860", + "x-ms-request-id": "74fe069f-09a8-4f4f-ae34-e840f816f075", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112214Z:86a066b3-09ae-4c4b-b3d3-6f6b1145fe49" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "e2f5b991eb1d7e780869d35f39e7146c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:22:15 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e2f5b991eb1d7e780869d35f39e7146c", + "x-ms-correlation-request-id": "554ec71a-f802-4e2e-afa7-541399e455cc", + "x-ms-ratelimit-remaining-subscription-reads": "11859", + "x-ms-request-id": "c902cc19-55c1-452c-a103-c5e23ade4a4c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112216Z:554ec71a-f802-4e2e-afa7-541399e455cc" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "76a1a28cbfaaff0aa416bc30a0d69488", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:22:17 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "76a1a28cbfaaff0aa416bc30a0d69488", + "x-ms-correlation-request-id": "03520d35-7d8d-487d-94fc-9d69c73bb864", + "x-ms-ratelimit-remaining-subscription-reads": "11858", + "x-ms-request-id": "c546c00d-008e-41a4-a396-ca620a21b298", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112217Z:03520d35-7d8d-487d-94fc-9d69c73bb864" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "6fc88e26dd40367b05500a0910644ddf", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:22:18 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6fc88e26dd40367b05500a0910644ddf", + "x-ms-correlation-request-id": "8d34de4c-87be-4d50-911d-bbf141513906", + "x-ms-ratelimit-remaining-subscription-reads": "11857", + "x-ms-request-id": "53e18d0c-aa2f-4af3-9d7c-37a07cda5800", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112218Z:8d34de4c-87be-4d50-911d-bbf141513906" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "0d92d26b5c9ed255aef63e072e47dd31", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:22:19 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "0d92d26b5c9ed255aef63e072e47dd31", + "x-ms-correlation-request-id": "38ea1586-dc9c-4811-bcef-e2c6c8331f18", + "x-ms-ratelimit-remaining-subscription-reads": "11856", + "x-ms-request-id": "28f8a2dc-8816-4bd2-8a9b-33c01a45e223", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112219Z:38ea1586-dc9c-4811-bcef-e2c6c8331f18" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "aa394ad4a51fae2b276b715ab401ef3f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:22:21 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "aa394ad4a51fae2b276b715ab401ef3f", + "x-ms-correlation-request-id": "5616ab13-f423-4c8c-a4aa-b7ecf7778cd8", + "x-ms-ratelimit-remaining-subscription-reads": "11855", + "x-ms-request-id": "0b0c1090-4070-41a4-83d8-5a34d8b603f4", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112221Z:5616ab13-f423-4c8c-a4aa-b7ecf7778cd8" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "cdc5dcc98743c9ea39f6c04a9f7407bd", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:22:22 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "cdc5dcc98743c9ea39f6c04a9f7407bd", + "x-ms-correlation-request-id": "c497b96f-f254-4690-9b54-506675918ca8", + "x-ms-ratelimit-remaining-subscription-reads": "11854", + "x-ms-request-id": "ed5553a3-6f6c-403c-9811-8001b97787dd", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112222Z:c497b96f-f254-4690-9b54-506675918ca8" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "c535d972a22bc5c0a6e3e633eafb1dad", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:22:23 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c535d972a22bc5c0a6e3e633eafb1dad", + "x-ms-correlation-request-id": "45ec4048-e046-4500-8eac-2ec71656ce1c", + "x-ms-ratelimit-remaining-subscription-reads": "11853", + "x-ms-request-id": "cd4f92f1-364b-4a88-998e-44e40c59d9cb", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112223Z:45ec4048-e046-4500-8eac-2ec71656ce1c" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "523efe070f824ded606f7128e5e10fb3", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:22:25 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "523efe070f824ded606f7128e5e10fb3", + "x-ms-correlation-request-id": "ff0853e8-689f-4d48-a668-4ac2e6229e53", + "x-ms-ratelimit-remaining-subscription-reads": "11852", + "x-ms-request-id": "72320217-771c-451c-9cfa-5a702d59c95e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112225Z:ff0853e8-689f-4d48-a668-4ac2e6229e53" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "dbe7b36329cc26141bff275fa1b6df3d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:22:26 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "dbe7b36329cc26141bff275fa1b6df3d", + "x-ms-correlation-request-id": "abe58ad0-ba6c-4342-af34-1d8e6516ddf9", + "x-ms-ratelimit-remaining-subscription-reads": "11851", + "x-ms-request-id": "74c6c72f-928e-4c94-9c34-e5e64d209c22", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112226Z:abe58ad0-ba6c-4342-af34-1d8e6516ddf9" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "a04312d8b435623bebe765bb3198e0c5", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:22:27 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a04312d8b435623bebe765bb3198e0c5", + "x-ms-correlation-request-id": "acf2bea6-1f2b-44c7-9a4b-6f550f0749c8", + "x-ms-ratelimit-remaining-subscription-reads": "11850", + "x-ms-request-id": "500282da-c1de-4d67-a56b-dc824da87831", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112227Z:acf2bea6-1f2b-44c7-9a4b-6f550f0749c8" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "37cf32d44214dde1ea173783e88daba9", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:22:28 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "37cf32d44214dde1ea173783e88daba9", + "x-ms-correlation-request-id": "f4a88b3b-1cac-4625-bf51-c39fa15986ea", + "x-ms-ratelimit-remaining-subscription-reads": "11849", + "x-ms-request-id": "5901a178-0ca9-41c7-800f-35478c899566", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112229Z:f4a88b3b-1cac-4625-bf51-c39fa15986ea" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "d25034906e9eaf7d7784efe4c458f583", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:22:30 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d25034906e9eaf7d7784efe4c458f583", + "x-ms-correlation-request-id": "980bbf75-88e0-40e5-80cc-1a496664e9ae", + "x-ms-ratelimit-remaining-subscription-reads": "11848", + "x-ms-request-id": "018886bb-fc86-4452-b1bc-66d7bc575dba", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112230Z:980bbf75-88e0-40e5-80cc-1a496664e9ae" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "6e8b611fa7e695293165b61d7db8795d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:22:31 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6e8b611fa7e695293165b61d7db8795d", + "x-ms-correlation-request-id": "e1e236dc-aef6-46d3-b33a-c2ca75d9d14a", + "x-ms-ratelimit-remaining-subscription-reads": "11847", + "x-ms-request-id": "166071a4-02d1-4540-b5d3-8e518156f0ac", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112231Z:e1e236dc-aef6-46d3-b33a-c2ca75d9d14a" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "fc2bbb3b0d476527b520bf8f52fd1992", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:22:32 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "fc2bbb3b0d476527b520bf8f52fd1992", + "x-ms-correlation-request-id": "2a2c2e94-6c6c-4b06-a5da-df33eabe1946", + "x-ms-ratelimit-remaining-subscription-reads": "11846", + "x-ms-request-id": "c8fa0d7f-f400-4df0-a7c1-d710eceef723", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112233Z:2a2c2e94-6c6c-4b06-a5da-df33eabe1946" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "8764b4223d02e9c20abaa138b85f32bf", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:22:34 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "8764b4223d02e9c20abaa138b85f32bf", + "x-ms-correlation-request-id": "2f8b7261-4a86-442c-9c16-68d50e86f74b", + "x-ms-ratelimit-remaining-subscription-reads": "11845", + "x-ms-request-id": "c87f1b42-9ceb-4bb7-ab90-0a65483a5a24", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112234Z:2f8b7261-4a86-442c-9c16-68d50e86f74b" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "08a8920bf82d113b3a25b9c6e79a4234", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:22:35 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "08a8920bf82d113b3a25b9c6e79a4234", + "x-ms-correlation-request-id": "ffffbbf9-9e10-4359-b3c3-848502eaded3", + "x-ms-ratelimit-remaining-subscription-reads": "11844", + "x-ms-request-id": "b231b4aa-4154-40a8-8411-0c0ce74f33cd", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112235Z:ffffbbf9-9e10-4359-b3c3-848502eaded3" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "c8fb244bf253fe5af842f18d6ceead55", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:22:36 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c8fb244bf253fe5af842f18d6ceead55", + "x-ms-correlation-request-id": "9b097f5d-bf9c-4e8c-81a4-b8345545b719", + "x-ms-ratelimit-remaining-subscription-reads": "11843", + "x-ms-request-id": "bbe284a6-dc09-4d47-86c0-15ca96ab8ba9", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112237Z:9b097f5d-bf9c-4e8c-81a4-b8345545b719" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "c084ffee1154296478524ddd83fc0170", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:22:38 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c084ffee1154296478524ddd83fc0170", + "x-ms-correlation-request-id": "a6979dd5-fad0-4c77-8281-7d2f8647deb9", + "x-ms-ratelimit-remaining-subscription-reads": "11842", + "x-ms-request-id": "fa40976c-7e06-4350-94e8-e25dce5bc5bc", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112238Z:a6979dd5-fad0-4c77-8281-7d2f8647deb9" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "94ec6c776964186b37a90feb06aea54b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:22:39 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "94ec6c776964186b37a90feb06aea54b", + "x-ms-correlation-request-id": "30dee501-5ce3-4972-b9a6-7a4e79807360", + "x-ms-ratelimit-remaining-subscription-reads": "11841", + "x-ms-request-id": "8f4ec33a-18a8-481f-b4a7-13f51afac104", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112239Z:30dee501-5ce3-4972-b9a6-7a4e79807360" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "e7d8637882163adfbfd15001a57d7bfc", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:22:40 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e7d8637882163adfbfd15001a57d7bfc", + "x-ms-correlation-request-id": "149cb10d-feb1-410f-a158-1f45a43907f2", + "x-ms-ratelimit-remaining-subscription-reads": "11840", + "x-ms-request-id": "d5e6190e-4acc-41b7-87e6-e0c15f19b968", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112241Z:149cb10d-feb1-410f-a158-1f45a43907f2" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "ff158140190284f1936b88ab017923ca", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:22:42 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ff158140190284f1936b88ab017923ca", + "x-ms-correlation-request-id": "81feb397-ba44-465f-8e26-95d62cb6479b", + "x-ms-ratelimit-remaining-subscription-reads": "11839", + "x-ms-request-id": "169a68d5-3d03-4f34-972e-fb52bd73994b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112242Z:81feb397-ba44-465f-8e26-95d62cb6479b" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "1f6402ad1923f55a8db2d492196a73ba", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:22:43 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1f6402ad1923f55a8db2d492196a73ba", + "x-ms-correlation-request-id": "5a2c1ddc-c810-4c1e-bc7d-163c1852d4c9", + "x-ms-ratelimit-remaining-subscription-reads": "11838", + "x-ms-request-id": "5bdb36b3-24de-4c7b-ba30-33f2673fd650", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112243Z:5a2c1ddc-c810-4c1e-bc7d-163c1852d4c9" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "85aa132ea5985e49725353aafa343945", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:22:44 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "85aa132ea5985e49725353aafa343945", + "x-ms-correlation-request-id": "4c5fa354-e7fa-4c60-a577-1c8d42c8c86b", + "x-ms-ratelimit-remaining-subscription-reads": "11837", + "x-ms-request-id": "9d812fd8-7a62-4aee-9789-5d06335ffead", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112245Z:4c5fa354-e7fa-4c60-a577-1c8d42c8c86b" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "a35385ae5b1827d82620724f445f6b29", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:22:46 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a35385ae5b1827d82620724f445f6b29", + "x-ms-correlation-request-id": "643a1cdd-74dd-4944-9063-ed89b2834246", + "x-ms-ratelimit-remaining-subscription-reads": "11836", + "x-ms-request-id": "224a0873-cc82-488b-9078-2eaa71f74aa4", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112247Z:643a1cdd-74dd-4944-9063-ed89b2834246" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "ee7ccef89dcf0731b806adcfc5b0fb58", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:22:48 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ee7ccef89dcf0731b806adcfc5b0fb58", + "x-ms-correlation-request-id": "0bf8b8e4-2ebb-426d-92e7-c6c0a68e2529", + "x-ms-ratelimit-remaining-subscription-reads": "11835", + "x-ms-request-id": "7c31ef0c-f3a6-43e1-a054-957711185432", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112248Z:0bf8b8e4-2ebb-426d-92e7-c6c0a68e2529" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "93e38f79cf16d2a13a825f7833f91a12", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:22:49 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "93e38f79cf16d2a13a825f7833f91a12", + "x-ms-correlation-request-id": "572ea37d-c32a-4dbe-b8bb-39839c681e00", + "x-ms-ratelimit-remaining-subscription-reads": "11834", + "x-ms-request-id": "d7e971e8-16b2-442a-acac-366bf2aaafa7", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112249Z:572ea37d-c32a-4dbe-b8bb-39839c681e00" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "2bb22ae84ab71076544cea12ad086276", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:22:50 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "2bb22ae84ab71076544cea12ad086276", + "x-ms-correlation-request-id": "446edc8b-f824-46ff-a36e-b8f8ab7bac4a", + "x-ms-ratelimit-remaining-subscription-reads": "11833", + "x-ms-request-id": "916eb0e6-6844-466a-9681-384913bb05d8", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112251Z:446edc8b-f824-46ff-a36e-b8f8ab7bac4a" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "b5d61924d77b28122caab34c3eb8d3bf", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:22:51 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b5d61924d77b28122caab34c3eb8d3bf", + "x-ms-correlation-request-id": "6900fdc3-0cf1-46f6-af25-d657e69c0c48", + "x-ms-ratelimit-remaining-subscription-reads": "11832", + "x-ms-request-id": "e94a50ee-b6d8-45e9-8999-4b91aa9640e9", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112252Z:6900fdc3-0cf1-46f6-af25-d657e69c0c48" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "9ae79aebcffd2ea118d33fcae58e2531", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:22:53 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "9ae79aebcffd2ea118d33fcae58e2531", + "x-ms-correlation-request-id": "2d422557-7553-4bdf-8645-f6dd1944fbb4", + "x-ms-ratelimit-remaining-subscription-reads": "11831", + "x-ms-request-id": "835e84a7-4d95-4605-8f9b-5960978c76db", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112253Z:2d422557-7553-4bdf-8645-f6dd1944fbb4" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "1a54e92065231097188afe0d9729d29b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:22:54 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1a54e92065231097188afe0d9729d29b", + "x-ms-correlation-request-id": "20a4ac6f-47ab-4fbe-a304-0be776cd9689", + "x-ms-ratelimit-remaining-subscription-reads": "11830", + "x-ms-request-id": "ac39d73f-d008-497c-8d17-74707107ed19", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112255Z:20a4ac6f-47ab-4fbe-a304-0be776cd9689" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "12272a78c721557877a79ca89847429e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:22:55 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "12272a78c721557877a79ca89847429e", + "x-ms-correlation-request-id": "fa08b835-9ccb-4b3e-9dfe-f0899f7230a7", + "x-ms-ratelimit-remaining-subscription-reads": "11829", + "x-ms-request-id": "a73440f8-7e36-4c34-a7d3-ca5cd6f179dc", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112256Z:fa08b835-9ccb-4b3e-9dfe-f0899f7230a7" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "552c8284b864869c03d68273d09397ef", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:22:57 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "552c8284b864869c03d68273d09397ef", + "x-ms-correlation-request-id": "ab28ff8d-941d-42c9-bc3b-f91b6468f14f", + "x-ms-ratelimit-remaining-subscription-reads": "11828", + "x-ms-request-id": "3410f6ef-2bae-4e49-8a5d-fb6f91f3068e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112257Z:ab28ff8d-941d-42c9-bc3b-f91b6468f14f" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "ba51a3001367580f70fea27bc8ef78d0", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:22:58 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ba51a3001367580f70fea27bc8ef78d0", + "x-ms-correlation-request-id": "c3fb0f62-9457-4582-adb3-d3c461bf187c", + "x-ms-ratelimit-remaining-subscription-reads": "11827", + "x-ms-request-id": "380561d3-5ac2-41e3-a043-58e41c68b88d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112259Z:c3fb0f62-9457-4582-adb3-d3c461bf187c" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "158960477cfcc0378ea10f4b450484e4", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:22:59 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "158960477cfcc0378ea10f4b450484e4", + "x-ms-correlation-request-id": "157f01eb-d676-4640-83d7-e7ef940ff470", + "x-ms-ratelimit-remaining-subscription-reads": "11826", + "x-ms-request-id": "a38763b3-7cd4-4bd9-b05c-6b6826a6d7cf", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112300Z:157f01eb-d676-4640-83d7-e7ef940ff470" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "f4a7ad1088f6713672d3e4651520bd13", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:23:01 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f4a7ad1088f6713672d3e4651520bd13", + "x-ms-correlation-request-id": "ed4a2133-82cc-49ba-a125-8cd38e253e5c", + "x-ms-ratelimit-remaining-subscription-reads": "11825", + "x-ms-request-id": "c6f4f298-66af-465c-8fbc-a44d22867d2b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112301Z:ed4a2133-82cc-49ba-a125-8cd38e253e5c" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "702cb25e810a83f26c912cc603c4136c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:23:02 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "702cb25e810a83f26c912cc603c4136c", + "x-ms-correlation-request-id": "d0c77940-36e2-4790-b0a1-9caa526150b4", + "x-ms-ratelimit-remaining-subscription-reads": "11824", + "x-ms-request-id": "c3b4e7df-3c35-420f-b91e-67eb1439c804", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112303Z:d0c77940-36e2-4790-b0a1-9caa526150b4" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "1b6abe7a8348bfd92917a32898d1aa6d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:23:03 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1b6abe7a8348bfd92917a32898d1aa6d", + "x-ms-correlation-request-id": "19eea9d8-f879-495e-bb92-4017da0963c0", + "x-ms-ratelimit-remaining-subscription-reads": "11823", + "x-ms-request-id": "30b50cb6-3296-451c-8759-851421cbfb3d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112304Z:19eea9d8-f879-495e-bb92-4017da0963c0" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "92ecfbe313d78ed9ba2388655b706dad", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:23:05 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "92ecfbe313d78ed9ba2388655b706dad", + "x-ms-correlation-request-id": "70e4f09b-02c1-41f7-aa07-ec200f9ec129", + "x-ms-ratelimit-remaining-subscription-reads": "11822", + "x-ms-request-id": "251d21c9-b211-4d5a-808c-9889b76da1df", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112305Z:70e4f09b-02c1-41f7-aa07-ec200f9ec129" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "57ea77c0a1b6dbcbd86d46f3dec9eb9b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:23:06 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "57ea77c0a1b6dbcbd86d46f3dec9eb9b", + "x-ms-correlation-request-id": "329c5a0e-7953-4b21-9567-0e7d0a9a289c", + "x-ms-ratelimit-remaining-subscription-reads": "11821", + "x-ms-request-id": "3e49472f-7486-41af-8558-bfc2adf8a442", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112306Z:329c5a0e-7953-4b21-9567-0e7d0a9a289c" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "08e2bee681d76795e5dc6124fa7463b9", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:23:07 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "08e2bee681d76795e5dc6124fa7463b9", + "x-ms-correlation-request-id": "ff0c2283-9755-4300-b65b-61f2550238b1", + "x-ms-ratelimit-remaining-subscription-reads": "11820", + "x-ms-request-id": "c7828129-6e4a-401c-a61e-fbafeaee6465", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112308Z:ff0c2283-9755-4300-b65b-61f2550238b1" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "2068f5a953e642b72f11ba6acce6aff0", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:23:09 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "2068f5a953e642b72f11ba6acce6aff0", + "x-ms-correlation-request-id": "13fca7a4-cccd-4bbe-b4dd-4bc732cf5ff0", + "x-ms-ratelimit-remaining-subscription-reads": "11819", + "x-ms-request-id": "8b203c91-0f10-49b2-8dd7-22a03d75c723", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112309Z:13fca7a4-cccd-4bbe-b4dd-4bc732cf5ff0" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "9d7eed38658d3ed5e28372d93fa7e063", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:23:10 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "9d7eed38658d3ed5e28372d93fa7e063", + "x-ms-correlation-request-id": "ab9f83e2-71f8-436d-822b-2c304b1a96d1", + "x-ms-ratelimit-remaining-subscription-reads": "11818", + "x-ms-request-id": "dfacd2ac-1e12-4d2e-8afa-2ea66b1caaef", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112310Z:ab9f83e2-71f8-436d-822b-2c304b1a96d1" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "e9498d0aca6093b406a0d9c6c62a9afe", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:23:11 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e9498d0aca6093b406a0d9c6c62a9afe", + "x-ms-correlation-request-id": "ba709c0c-c751-4b80-b7a7-dc8a784b2c24", + "x-ms-ratelimit-remaining-subscription-reads": "11817", + "x-ms-request-id": "27b2a98d-5fd7-44ec-a59e-07103a29debf", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112312Z:ba709c0c-c751-4b80-b7a7-dc8a784b2c24" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "0dec712cc5f5442b1f293e62e1dd0287", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:23:12 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "0dec712cc5f5442b1f293e62e1dd0287", + "x-ms-correlation-request-id": "9eb45544-1031-40da-bc0b-418224bbdf5f", + "x-ms-ratelimit-remaining-subscription-reads": "11816", + "x-ms-request-id": "1bbc66e4-5633-4625-b785-690ceb5552bc", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112313Z:9eb45544-1031-40da-bc0b-418224bbdf5f" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "3f605630c69c6d8f39eb96ed8b0f78b7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:23:14 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "3f605630c69c6d8f39eb96ed8b0f78b7", + "x-ms-correlation-request-id": "166774a9-2421-4b6f-ad6f-fcc78449801d", + "x-ms-ratelimit-remaining-subscription-reads": "11815", + "x-ms-request-id": "5de8f3c7-4851-427a-ac02-c7cac0437ade", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112314Z:166774a9-2421-4b6f-ad6f-fcc78449801d" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "cead73e9d3bb446e6204c9368c51b229", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:23:15 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "cead73e9d3bb446e6204c9368c51b229", + "x-ms-correlation-request-id": "01f22a47-92f2-4ffd-a9eb-eb6c9765f40d", + "x-ms-ratelimit-remaining-subscription-reads": "11814", + "x-ms-request-id": "0fb1c0d0-9b72-4329-9506-800be689e1f6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112316Z:01f22a47-92f2-4ffd-a9eb-eb6c9765f40d" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "7095519d5bca6662e17ed40a2f3db810", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:23:16 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "7095519d5bca6662e17ed40a2f3db810", + "x-ms-correlation-request-id": "1ea181d2-74c2-4de8-9d4c-6c8735b109d2", + "x-ms-ratelimit-remaining-subscription-reads": "11813", + "x-ms-request-id": "552c56a9-f701-47f9-9879-846af828ea3d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112317Z:1ea181d2-74c2-4de8-9d4c-6c8735b109d2" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "6d7986b133305dcce81bdd98fc58e1e7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:23:18 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6d7986b133305dcce81bdd98fc58e1e7", + "x-ms-correlation-request-id": "3beeaa2f-a1d7-465e-996c-a65432aa5bb8", + "x-ms-ratelimit-remaining-subscription-reads": "11812", + "x-ms-request-id": "742c2b54-109f-4a7a-acbf-ac82e6f938f6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112318Z:3beeaa2f-a1d7-465e-996c-a65432aa5bb8" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "3a506d3807798ded1146ed3cff631524", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:23:19 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "3a506d3807798ded1146ed3cff631524", + "x-ms-correlation-request-id": "0ca2e360-8b32-4463-8ce8-2eab57f95d43", + "x-ms-ratelimit-remaining-subscription-reads": "11811", + "x-ms-request-id": "1038b4fd-8475-4dae-a9b6-a93be9baba19", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112320Z:0ca2e360-8b32-4463-8ce8-2eab57f95d43" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "0585b94b44d769f8843888ae7ec96988", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:23:20 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "0585b94b44d769f8843888ae7ec96988", + "x-ms-correlation-request-id": "045c5983-b0c2-4d11-ba9c-0b6bcf6d372f", + "x-ms-ratelimit-remaining-subscription-reads": "11810", + "x-ms-request-id": "c582f403-44a0-427b-8976-9f872f2da6ae", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112321Z:045c5983-b0c2-4d11-ba9c-0b6bcf6d372f" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "c1d2ec9d7eeda99699eb5ce946905d85", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:23:22 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c1d2ec9d7eeda99699eb5ce946905d85", + "x-ms-correlation-request-id": "25841a51-53ca-4823-8378-538e11f6baa3", + "x-ms-ratelimit-remaining-subscription-reads": "11809", + "x-ms-request-id": "cb166862-848b-4461-84d2-0dbff8880026", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112322Z:25841a51-53ca-4823-8378-538e11f6baa3" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "434cb806dbd3f30f74e6b5417f3e0f47", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:23:23 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "434cb806dbd3f30f74e6b5417f3e0f47", + "x-ms-correlation-request-id": "8af03f9b-014d-41aa-b999-a54b13842c71", + "x-ms-ratelimit-remaining-subscription-reads": "11808", + "x-ms-request-id": "52ec1b58-7a9a-47df-a096-1f7422263563", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112324Z:8af03f9b-014d-41aa-b999-a54b13842c71" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "129f64dc5390cd3622db6cece80e22f4", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:23:24 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "129f64dc5390cd3622db6cece80e22f4", + "x-ms-correlation-request-id": "52353576-26f2-4e54-bd7e-920a6d5a2def", + "x-ms-ratelimit-remaining-subscription-reads": "11807", + "x-ms-request-id": "970c43d5-32f6-42a1-99ab-d4f5d8f8558b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112325Z:52353576-26f2-4e54-bd7e-920a6d5a2def" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "c5a803da267dc1b5ddde4c06c855295a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:23:26 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c5a803da267dc1b5ddde4c06c855295a", + "x-ms-correlation-request-id": "f1646ad5-4c65-485f-ba8c-97f041f53a59", + "x-ms-ratelimit-remaining-subscription-reads": "11806", + "x-ms-request-id": "af56836d-f837-44d8-b606-805689b2dff8", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112326Z:f1646ad5-4c65-485f-ba8c-97f041f53a59" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "e10d15dc4bf1b3f4827e21f76f230b66", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:23:27 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e10d15dc4bf1b3f4827e21f76f230b66", + "x-ms-correlation-request-id": "85a6caa3-8d82-4f51-8079-4ef01f3170b1", + "x-ms-ratelimit-remaining-subscription-reads": "11805", + "x-ms-request-id": "1191844e-3dbc-4a02-990b-0655ab6ea998", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112328Z:85a6caa3-8d82-4f51-8079-4ef01f3170b1" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "7c66c1c34a96b6c9afdd35b2062f04cc", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:23:28 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "7c66c1c34a96b6c9afdd35b2062f04cc", + "x-ms-correlation-request-id": "9ce4fe0c-2d92-4c59-9b67-6923835a9e64", + "x-ms-ratelimit-remaining-subscription-reads": "11804", + "x-ms-request-id": "3d35e5aa-24b2-4c24-83f4-fe8e7df713ff", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112329Z:9ce4fe0c-2d92-4c59-9b67-6923835a9e64" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "d20f11b140018f020ef442fe05bd52b9", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:23:30 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d20f11b140018f020ef442fe05bd52b9", + "x-ms-correlation-request-id": "e6d3d14f-b47c-4c1b-b67b-58c356be0bb1", + "x-ms-ratelimit-remaining-subscription-reads": "11803", + "x-ms-request-id": "c7ca5f09-c501-4286-9f78-c747d6cee1b6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112331Z:e6d3d14f-b47c-4c1b-b67b-58c356be0bb1" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "0642e6d2adee92c44b5632131541ad53", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:23:31 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "0642e6d2adee92c44b5632131541ad53", + "x-ms-correlation-request-id": "32a06f03-12c5-4c28-8c1c-be5ac85ccf25", + "x-ms-ratelimit-remaining-subscription-reads": "11802", + "x-ms-request-id": "bb2c426b-3514-46fe-a88c-be71f5c882c4", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112332Z:32a06f03-12c5-4c28-8c1c-be5ac85ccf25" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "5d46547939138264bfd76da107cab0f2", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:23:33 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5d46547939138264bfd76da107cab0f2", + "x-ms-correlation-request-id": "10a140ac-b976-44f4-b30c-04a328daab03", + "x-ms-ratelimit-remaining-subscription-reads": "11801", + "x-ms-request-id": "8d0dffaa-3213-4656-bbe7-574b74754361", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112334Z:10a140ac-b976-44f4-b30c-04a328daab03" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "1fe07b8bfeec04dd4d7d86aa0eef79cd", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:23:34 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1fe07b8bfeec04dd4d7d86aa0eef79cd", + "x-ms-correlation-request-id": "fc4aa450-e9a1-4f5f-9e50-08c4055dfa28", + "x-ms-ratelimit-remaining-subscription-reads": "11800", + "x-ms-request-id": "54bfa571-d058-42c1-bab8-b150aaf1191d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112335Z:fc4aa450-e9a1-4f5f-9e50-08c4055dfa28" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "b084ef47f47799a682bf47173f228b81", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:23:35 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b084ef47f47799a682bf47173f228b81", + "x-ms-correlation-request-id": "06b8ced6-8d6a-405f-9e1a-a4233f577d56", + "x-ms-ratelimit-remaining-subscription-reads": "11799", + "x-ms-request-id": "be5c5c43-782e-4dfb-8a2c-8f04ae2ba6f0", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112336Z:06b8ced6-8d6a-405f-9e1a-a4233f577d56" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "9a873fa58e617b6677411096b2b974cf", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:23:37 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "9a873fa58e617b6677411096b2b974cf", + "x-ms-correlation-request-id": "ec23fe50-439b-4244-9197-ed9eb2f263e2", + "x-ms-ratelimit-remaining-subscription-reads": "11798", + "x-ms-request-id": "906585a0-b001-486c-a5c2-77193ef3c23a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112338Z:ec23fe50-439b-4244-9197-ed9eb2f263e2" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "175aa05d0045977bd5469c2cb6c5c52a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:23:38 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "175aa05d0045977bd5469c2cb6c5c52a", + "x-ms-correlation-request-id": "df654ed6-2ab9-40e9-b5dd-4b37c205ebb4", + "x-ms-ratelimit-remaining-subscription-reads": "11797", + "x-ms-request-id": "2292366a-2cd7-4af3-91d3-3b686fd6e1b3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112339Z:df654ed6-2ab9-40e9-b5dd-4b37c205ebb4" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "ce0405f1df67b86b89093835e40fe6c9", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:23:39 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ce0405f1df67b86b89093835e40fe6c9", + "x-ms-correlation-request-id": "f89d366e-aef7-4a72-b108-1cfb1e9036e4", + "x-ms-ratelimit-remaining-subscription-reads": "11796", + "x-ms-request-id": "b9f800c8-0681-4dc0-93b7-1ef65b43ac06", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112340Z:f89d366e-aef7-4a72-b108-1cfb1e9036e4" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "9eba774b73c8a53bc4f0c41af13ac4b1", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:23:41 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "9eba774b73c8a53bc4f0c41af13ac4b1", + "x-ms-correlation-request-id": "848cc20b-3859-4f00-93e2-484f2d2507c7", + "x-ms-ratelimit-remaining-subscription-reads": "11795", + "x-ms-request-id": "efcb26e7-6bdf-4c61-9f27-dfb6a4eede73", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112341Z:848cc20b-3859-4f00-93e2-484f2d2507c7" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "aca4e67ba5b47d6734a18e3cc745b2c5", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:23:42 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "aca4e67ba5b47d6734a18e3cc745b2c5", + "x-ms-correlation-request-id": "c2cec2cb-4663-42dc-9c24-aacc2ea35a6f", + "x-ms-ratelimit-remaining-subscription-reads": "11794", + "x-ms-request-id": "b3139f44-f480-4880-8da2-b5d989dcd4cc", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112343Z:c2cec2cb-4663-42dc-9c24-aacc2ea35a6f" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "3fe0d360260b7e62ca5f09771b51c74e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:23:43 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "3fe0d360260b7e62ca5f09771b51c74e", + "x-ms-correlation-request-id": "c0f739a7-6320-4c35-adc1-86bbeb6bab56", + "x-ms-ratelimit-remaining-subscription-reads": "11793", + "x-ms-request-id": "613ee3dc-0e6b-4a17-8994-dc2101c12476", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112344Z:c0f739a7-6320-4c35-adc1-86bbeb6bab56" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "feb98744396aa5140f3c6a26e5fede7f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:23:45 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "feb98744396aa5140f3c6a26e5fede7f", + "x-ms-correlation-request-id": "92acce28-5f3c-4a75-9e10-0f4450747df5", + "x-ms-ratelimit-remaining-subscription-reads": "11792", + "x-ms-request-id": "50524fc8-308c-468c-a8ef-f900d18fbea5", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112345Z:92acce28-5f3c-4a75-9e10-0f4450747df5" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "1ebaff3d855955a68326e2559bf062e3", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:23:46 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1ebaff3d855955a68326e2559bf062e3", + "x-ms-correlation-request-id": "9c8a68da-1f1b-4c53-afda-5b54257a0baa", + "x-ms-ratelimit-remaining-subscription-reads": "11791", + "x-ms-request-id": "9b2afb0e-a86e-4cd0-aecf-f6ef4717206b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112347Z:9c8a68da-1f1b-4c53-afda-5b54257a0baa" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "40f83fdab48b265abe3a2fcebc3b99cc", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:23:47 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "40f83fdab48b265abe3a2fcebc3b99cc", + "x-ms-correlation-request-id": "2f16acd7-8848-4637-8d32-e8a3c5edf954", + "x-ms-ratelimit-remaining-subscription-reads": "11790", + "x-ms-request-id": "7f7334c9-5e44-410d-b2ee-c16d2974a586", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112348Z:2f16acd7-8848-4637-8d32-e8a3c5edf954" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "1b398a81a997bff5e1647a4456bf0a1f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:23:49 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1b398a81a997bff5e1647a4456bf0a1f", + "x-ms-correlation-request-id": "1c3ff7a4-cbaf-4bbe-b3cc-1f2e364780f1", + "x-ms-ratelimit-remaining-subscription-reads": "11789", + "x-ms-request-id": "df29f831-1339-4637-8fc9-a2ae98a2ec91", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112349Z:1c3ff7a4-cbaf-4bbe-b3cc-1f2e364780f1" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "a54c86da9e0689f4a4935f1e56d79848", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:23:50 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a54c86da9e0689f4a4935f1e56d79848", + "x-ms-correlation-request-id": "0fa28b50-76fe-4cbf-8a23-211cbe7d8b56", + "x-ms-ratelimit-remaining-subscription-reads": "11788", + "x-ms-request-id": "6c810015-2d4c-441b-857a-44576d142a53", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112351Z:0fa28b50-76fe-4cbf-8a23-211cbe7d8b56" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "11d3168d46b6304c49395e263a16cfff", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:23:51 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "11d3168d46b6304c49395e263a16cfff", + "x-ms-correlation-request-id": "c172a3ec-7419-4acb-a0c3-1c7c29fbdf7d", + "x-ms-ratelimit-remaining-subscription-reads": "11787", + "x-ms-request-id": "14eedf54-b325-4fa1-a471-12e4a53a1de5", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112352Z:c172a3ec-7419-4acb-a0c3-1c7c29fbdf7d" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "35f30f30f3efe3c596b0770349d76909", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:23:53 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "35f30f30f3efe3c596b0770349d76909", + "x-ms-correlation-request-id": "c9f56164-2f56-4758-a613-c38e4de9125c", + "x-ms-ratelimit-remaining-subscription-reads": "11786", + "x-ms-request-id": "b8f4f8d5-7c23-461d-91c3-29ce450a704b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112353Z:c9f56164-2f56-4758-a613-c38e4de9125c" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "40b732ccf8eb94683a1b5bcc3fcd4f8e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:23:54 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "40b732ccf8eb94683a1b5bcc3fcd4f8e", + "x-ms-correlation-request-id": "329838b3-42bb-4a1b-a016-4a87bdbaa075", + "x-ms-ratelimit-remaining-subscription-reads": "11785", + "x-ms-request-id": "5fa86b33-899f-4b73-996c-cdc65e3d4969", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112355Z:329838b3-42bb-4a1b-a016-4a87bdbaa075" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "46ed60c362e3995850f07b06cf48e772", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:23:55 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "46ed60c362e3995850f07b06cf48e772", + "x-ms-correlation-request-id": "eb062bd7-5a57-4065-9e71-0107ee8912e4", + "x-ms-ratelimit-remaining-subscription-reads": "11784", + "x-ms-request-id": "83589fe4-3960-4839-935d-a30c2da72ec6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112356Z:eb062bd7-5a57-4065-9e71-0107ee8912e4" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "085a54d08f5f3713a75ffbd398f9a3c8", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:23:56 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "085a54d08f5f3713a75ffbd398f9a3c8", + "x-ms-correlation-request-id": "ecfafa71-31df-4e35-a736-006c199ac8a2", + "x-ms-ratelimit-remaining-subscription-reads": "11783", + "x-ms-request-id": "0fea9a78-b0e5-465f-b097-54e7f9165d45", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112357Z:ecfafa71-31df-4e35-a736-006c199ac8a2" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "e940e86123ea6926d91deffb7d61c5f2", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:23:58 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e940e86123ea6926d91deffb7d61c5f2", + "x-ms-correlation-request-id": "84608a5b-4c67-4d27-b033-0e80187314f7", + "x-ms-ratelimit-remaining-subscription-reads": "11782", + "x-ms-request-id": "23cb8862-c54d-4eab-8dd8-7e3053855214", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112359Z:84608a5b-4c67-4d27-b033-0e80187314f7" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "eafce9344773332f4db59e8367840157", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:24:00 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "eafce9344773332f4db59e8367840157", + "x-ms-correlation-request-id": "816e9ccb-4bc6-423d-9c89-2f4385c4790c", + "x-ms-ratelimit-remaining-subscription-reads": "11781", + "x-ms-request-id": "f1094278-2497-4b0f-a51a-3fe47360fe27", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112400Z:816e9ccb-4bc6-423d-9c89-2f4385c4790c" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "e6a5b24cfd07ad882ef02e419f18ba45", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:24:01 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e6a5b24cfd07ad882ef02e419f18ba45", + "x-ms-correlation-request-id": "a9ed27b5-4e02-4798-9807-d4ce6c3e647f", + "x-ms-ratelimit-remaining-subscription-reads": "11780", + "x-ms-request-id": "b404a1c1-aed0-4a83-a5ce-cd6932598c4d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112401Z:a9ed27b5-4e02-4798-9807-d4ce6c3e647f" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "ae9f099ab9fc1a55b90c9c3484a20254", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:24:03 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ae9f099ab9fc1a55b90c9c3484a20254", + "x-ms-correlation-request-id": "c22664a1-f214-46ff-a8fb-4d6e5d8a243a", + "x-ms-ratelimit-remaining-subscription-reads": "11779", + "x-ms-request-id": "792b1433-b153-4600-92d2-96a9a13af1bd", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112403Z:c22664a1-f214-46ff-a8fb-4d6e5d8a243a" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "cbae981bdebc36ea614fbc8218ed9435", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:24:04 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "cbae981bdebc36ea614fbc8218ed9435", + "x-ms-correlation-request-id": "6a95ee9d-a026-4262-954a-d9a3bce80537", + "x-ms-ratelimit-remaining-subscription-reads": "11778", + "x-ms-request-id": "bbdbdef5-a9d3-4d64-8d70-5185f3c8e184", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112404Z:6a95ee9d-a026-4262-954a-d9a3bce80537" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "5de959fb52e5935b5c8b2cfb6153288b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:24:05 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5de959fb52e5935b5c8b2cfb6153288b", + "x-ms-correlation-request-id": "cb9bc3e3-a5e2-4a61-9905-215b55d9ed6e", + "x-ms-ratelimit-remaining-subscription-reads": "11777", + "x-ms-request-id": "822c6fca-e0d0-46b2-b3f9-8e665355e1e4", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112405Z:cb9bc3e3-a5e2-4a61-9905-215b55d9ed6e" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "0725daeeee69bb881f694dacfdd201cb", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:24:07 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "0725daeeee69bb881f694dacfdd201cb", + "x-ms-correlation-request-id": "a169013d-cf11-40c3-a49e-441725235691", + "x-ms-ratelimit-remaining-subscription-reads": "11776", + "x-ms-request-id": "e45bf8be-1bfa-4466-bf9f-240b0afb8a33", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112407Z:a169013d-cf11-40c3-a49e-441725235691" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "2b396678a4b9c96e3d1b6e31b1eed40d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:24:08 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "2b396678a4b9c96e3d1b6e31b1eed40d", + "x-ms-correlation-request-id": "719e7c3a-0e58-472a-8a2a-d8970d005856", + "x-ms-ratelimit-remaining-subscription-reads": "11775", + "x-ms-request-id": "9f1b27e2-32f1-4fd7-9dc1-450e2a7dab28", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112408Z:719e7c3a-0e58-472a-8a2a-d8970d005856" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "3d9430278dc80ccbd02d3e7c05ae958a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:24:09 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "3d9430278dc80ccbd02d3e7c05ae958a", + "x-ms-correlation-request-id": "9c267bfc-3036-4ea6-8e69-0e35ecb8bbd4", + "x-ms-ratelimit-remaining-subscription-reads": "11774", + "x-ms-request-id": "0edb7675-7171-46a3-85a3-68ab7e6f615a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112409Z:9c267bfc-3036-4ea6-8e69-0e35ecb8bbd4" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "fa826189fd1a49d26b5cc94d80570930", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Connection": "close", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:24:11 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "fa826189fd1a49d26b5cc94d80570930", + "x-ms-correlation-request-id": "60ffc19a-bd86-41ed-93a8-7d9ed076e112", + "x-ms-ratelimit-remaining-subscription-reads": "11773", + "x-ms-request-id": "f3270907-8bb3-4a25-aa0a-d09e3ac40365", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112411Z:60ffc19a-bd86-41ed-93a8-7d9ed076e112" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "cc853f94c43eeb039a2c5b8c66f2c38e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:24:12 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "cc853f94c43eeb039a2c5b8c66f2c38e", + "x-ms-correlation-request-id": "e50a3305-9860-4869-bbbc-df5988034242", + "x-ms-ratelimit-remaining-subscription-reads": "11846", + "x-ms-request-id": "c4cc0d73-c7d4-44d5-b111-d038fe9a5eea", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112413Z:e50a3305-9860-4869-bbbc-df5988034242" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "50a8e485d96c29f25e4bd26bc37e8c79", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:24:14 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "50a8e485d96c29f25e4bd26bc37e8c79", + "x-ms-correlation-request-id": "48cdbf35-e469-48d0-8509-b7440457c5c5", + "x-ms-ratelimit-remaining-subscription-reads": "11845", + "x-ms-request-id": "c58ee86a-a6b5-4c76-b922-1924c46c1935", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112414Z:48cdbf35-e469-48d0-8509-b7440457c5c5" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "c5e70e23c928c44c5d9760eea246e378", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:24:15 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c5e70e23c928c44c5d9760eea246e378", + "x-ms-correlation-request-id": "020aaebc-280e-4514-8e2f-b2c32244ea2d", + "x-ms-ratelimit-remaining-subscription-reads": "11844", + "x-ms-request-id": "122a504c-a326-43df-9e7f-4290f3d3d563", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112416Z:020aaebc-280e-4514-8e2f-b2c32244ea2d" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "9cc73b98b9aebac44d5b6df2f297281c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:24:16 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "9cc73b98b9aebac44d5b6df2f297281c", + "x-ms-correlation-request-id": "e041923d-d6d7-4d99-9ab4-bb17df17defe", + "x-ms-ratelimit-remaining-subscription-reads": "11843", + "x-ms-request-id": "72688b9f-6be2-4bea-bc6e-3f4f7e79eab6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112417Z:e041923d-d6d7-4d99-9ab4-bb17df17defe" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "5768e2a0fe0abc6598e3f2d479048718", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:24:18 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5768e2a0fe0abc6598e3f2d479048718", + "x-ms-correlation-request-id": "cb2d3f31-f4dc-4cb7-8ca4-3f39bcd60cb4", + "x-ms-ratelimit-remaining-subscription-reads": "11842", + "x-ms-request-id": "3cdb5a3a-3202-4f46-884f-b6a348b32d37", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112418Z:cb2d3f31-f4dc-4cb7-8ca4-3f39bcd60cb4" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "87d25967f0b66aca492d78cc5b59d2c6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:24:19 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "87d25967f0b66aca492d78cc5b59d2c6", + "x-ms-correlation-request-id": "47c17131-2aa3-4962-8349-6539f7873a5f", + "x-ms-ratelimit-remaining-subscription-reads": "11841", + "x-ms-request-id": "861b0647-affb-4f43-989e-574924ae0a30", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112419Z:47c17131-2aa3-4962-8349-6539f7873a5f" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "c04d436f8bdd9a6ed50b03cbc6ef4048", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:24:20 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c04d436f8bdd9a6ed50b03cbc6ef4048", + "x-ms-correlation-request-id": "e77db098-cb71-4ea2-bb9b-ce3f0d81c8a7", + "x-ms-ratelimit-remaining-subscription-reads": "11840", + "x-ms-request-id": "caf813db-f6eb-4b50-98d9-02473081d3a6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112421Z:e77db098-cb71-4ea2-bb9b-ce3f0d81c8a7" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "998b55d4a0c5b06617fd0ddd8598613f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:24:22 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "998b55d4a0c5b06617fd0ddd8598613f", + "x-ms-correlation-request-id": "e52b0224-d72b-4d03-8bb0-503b6a98d692", + "x-ms-ratelimit-remaining-subscription-reads": "11839", + "x-ms-request-id": "04fb481d-bccc-4658-917b-097b4e95c4f8", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112422Z:e52b0224-d72b-4d03-8bb0-503b6a98d692" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "36652c10c7b7dc3aea37b2aaecfea45a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:24:23 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "36652c10c7b7dc3aea37b2aaecfea45a", + "x-ms-correlation-request-id": "87f00844-c50f-41f3-a93d-201e8e692cb0", + "x-ms-ratelimit-remaining-subscription-reads": "11838", + "x-ms-request-id": "2496d7fb-4c09-4e32-880c-c55c288e62af", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112423Z:87f00844-c50f-41f3-a93d-201e8e692cb0" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "05f830ec39cdcf00dd9da8e07d90143c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:24:24 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "05f830ec39cdcf00dd9da8e07d90143c", + "x-ms-correlation-request-id": "53bf6ad1-2479-4ae3-b33b-59a9d7456586", + "x-ms-ratelimit-remaining-subscription-reads": "11837", + "x-ms-request-id": "91ad4d2f-a650-4db6-82bd-3a56b0fa6869", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112425Z:53bf6ad1-2479-4ae3-b33b-59a9d7456586" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "9abbc4aa0a8a0c911aafae8dedbbc319", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:24:26 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "9abbc4aa0a8a0c911aafae8dedbbc319", + "x-ms-correlation-request-id": "6965db07-38f9-4c75-b337-eab5e9bfe271", + "x-ms-ratelimit-remaining-subscription-reads": "11836", + "x-ms-request-id": "cfa452d3-1dde-43d0-a6f2-9edf7b538daf", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112426Z:6965db07-38f9-4c75-b337-eab5e9bfe271" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "55f0b3595ba0d6712b9559191f5a5e5a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:24:27 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "55f0b3595ba0d6712b9559191f5a5e5a", + "x-ms-correlation-request-id": "43d40a4c-e49f-4739-9973-dfc48635c5d8", + "x-ms-ratelimit-remaining-subscription-reads": "11835", + "x-ms-request-id": "6f4a6219-05ca-47d3-be22-73beafb99651", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112427Z:43d40a4c-e49f-4739-9973-dfc48635c5d8" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "270076220a43e2cf9eeceb1e8b73e121", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:24:28 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "270076220a43e2cf9eeceb1e8b73e121", + "x-ms-correlation-request-id": "d1d99e18-358f-4e16-b4cf-731878765e53", + "x-ms-ratelimit-remaining-subscription-reads": "11834", + "x-ms-request-id": "3211674c-ffe7-46aa-afa4-ead5f176bfde", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112429Z:d1d99e18-358f-4e16-b4cf-731878765e53" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "ca868ed9bfa04e9c53e46ef4b077ecc0", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:24:29 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ca868ed9bfa04e9c53e46ef4b077ecc0", + "x-ms-correlation-request-id": "41ee7d6e-5fd8-4ec5-a684-25ef0b3a2712", + "x-ms-ratelimit-remaining-subscription-reads": "11833", + "x-ms-request-id": "9d30b9c1-9973-4efc-85ba-496a9ca4aa67", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112430Z:41ee7d6e-5fd8-4ec5-a684-25ef0b3a2712" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "776a53509cba4fd6e40db6b36f524ab7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:24:31 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "776a53509cba4fd6e40db6b36f524ab7", + "x-ms-correlation-request-id": "12aa2b77-068c-4ee4-b891-64cfde328fa4", + "x-ms-ratelimit-remaining-subscription-reads": "11832", + "x-ms-request-id": "cfba8af4-8eef-42c7-8d76-a0b77d1f0d2d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112431Z:12aa2b77-068c-4ee4-b891-64cfde328fa4" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "903f37b494d363b9dab1d45e9bda3127", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:24:32 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "903f37b494d363b9dab1d45e9bda3127", + "x-ms-correlation-request-id": "51f4e395-0c90-43e4-84b3-5a7e5613b48c", + "x-ms-ratelimit-remaining-subscription-reads": "11831", + "x-ms-request-id": "3a58ad16-e303-47f5-9adc-1ee177356439", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112433Z:51f4e395-0c90-43e4-84b3-5a7e5613b48c" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "37cd2bff69093d67b837e59208e8df01", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:24:33 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "37cd2bff69093d67b837e59208e8df01", + "x-ms-correlation-request-id": "59aaf605-f713-40ab-9b93-e7c5a5b608b2", + "x-ms-ratelimit-remaining-subscription-reads": "11830", + "x-ms-request-id": "ab4edb88-1d06-4f9d-a255-9a414bc44e9d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112434Z:59aaf605-f713-40ab-9b93-e7c5a5b608b2" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "7840b6995c37bcec9a069d08c877b30a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:24:35 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "7840b6995c37bcec9a069d08c877b30a", + "x-ms-correlation-request-id": "ca92fda4-e1ba-4f76-8171-1a2e5fad784c", + "x-ms-ratelimit-remaining-subscription-reads": "11829", + "x-ms-request-id": "2ee53549-00c8-4df4-93f6-b25bb37943ae", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112435Z:ca92fda4-e1ba-4f76-8171-1a2e5fad784c" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "44b48fdb13844aaed002d89bae275bf1", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:24:36 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "44b48fdb13844aaed002d89bae275bf1", + "x-ms-correlation-request-id": "867ef3ec-5006-4b75-bc10-6e69b7f954fe", + "x-ms-ratelimit-remaining-subscription-reads": "11828", + "x-ms-request-id": "291c73a0-07a2-4073-9612-9dff54f01fb0", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112437Z:867ef3ec-5006-4b75-bc10-6e69b7f954fe" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "e5c5d3d2b89aa3ef3f119d02cc5e7541", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:24:37 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e5c5d3d2b89aa3ef3f119d02cc5e7541", + "x-ms-correlation-request-id": "52a46386-7b18-4977-bab9-383e722b4b5a", + "x-ms-ratelimit-remaining-subscription-reads": "11827", + "x-ms-request-id": "581f4443-2354-4fab-8427-3c7bdaf0a834", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112438Z:52a46386-7b18-4977-bab9-383e722b4b5a" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "78b6db849a34867c07f5a83584500d72", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:24:39 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "78b6db849a34867c07f5a83584500d72", + "x-ms-correlation-request-id": "566f3f9a-d55a-44a3-956f-d62143e0c2a9", + "x-ms-ratelimit-remaining-subscription-reads": "11826", + "x-ms-request-id": "e8a237dd-d4ca-42a5-9509-ff646c9d6d02", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112439Z:566f3f9a-d55a-44a3-956f-d62143e0c2a9" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "f435ababceb12370a010057375ac7e72", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:24:40 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f435ababceb12370a010057375ac7e72", + "x-ms-correlation-request-id": "7970b492-33f1-43c7-9acf-c9dbfa44e9ed", + "x-ms-ratelimit-remaining-subscription-reads": "11825", + "x-ms-request-id": "c90553d1-a8b2-44d4-8ace-e913b10e9d10", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112441Z:7970b492-33f1-43c7-9acf-c9dbfa44e9ed" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "d317968ce27038bd563fdda410b91fee", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:24:41 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d317968ce27038bd563fdda410b91fee", + "x-ms-correlation-request-id": "218fc44e-0273-422a-b4fe-ac1f7f389594", + "x-ms-ratelimit-remaining-subscription-reads": "11824", + "x-ms-request-id": "233f0054-421a-4f80-bb90-4931936d8d3c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112442Z:218fc44e-0273-422a-b4fe-ac1f7f389594" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "20562a038028b58f6a93d8239508115b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:24:43 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "20562a038028b58f6a93d8239508115b", + "x-ms-correlation-request-id": "cf4498aa-c075-4d6f-9a31-ca1a58820728", + "x-ms-ratelimit-remaining-subscription-reads": "11823", + "x-ms-request-id": "3b53ea85-12d5-44b9-b7c9-0c2fcb1dd798", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112443Z:cf4498aa-c075-4d6f-9a31-ca1a58820728" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "eda936763a38c902eefd9e72f1cb12e6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:24:44 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "eda936763a38c902eefd9e72f1cb12e6", + "x-ms-correlation-request-id": "817c9a86-be7e-49f6-80a7-a22b96b60251", + "x-ms-ratelimit-remaining-subscription-reads": "11822", + "x-ms-request-id": "e2664316-35f2-4f7f-892d-6b71f72eb2f2", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112445Z:817c9a86-be7e-49f6-80a7-a22b96b60251" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "4a7016f15d560c49066168dd0999a34d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:24:45 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4a7016f15d560c49066168dd0999a34d", + "x-ms-correlation-request-id": "8e5d4e7b-3327-42d0-b59d-b711dc7c4f07", + "x-ms-ratelimit-remaining-subscription-reads": "11821", + "x-ms-request-id": "3d84da27-4c0a-4e7c-a987-1387b07ccbe3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112446Z:8e5d4e7b-3327-42d0-b59d-b711dc7c4f07" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "da2d822e3110c8b5288d322be21dc49f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:24:47 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "da2d822e3110c8b5288d322be21dc49f", + "x-ms-correlation-request-id": "0cb3a42d-1377-4efd-a80e-750be76fda52", + "x-ms-ratelimit-remaining-subscription-reads": "11820", + "x-ms-request-id": "f574ae82-584a-483f-8457-66e7209d314c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112447Z:0cb3a42d-1377-4efd-a80e-750be76fda52" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "7e31f181c6981904ec9ce6d6d125bf54", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:24:48 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "7e31f181c6981904ec9ce6d6d125bf54", + "x-ms-correlation-request-id": "a52f24fb-1c1c-4771-b9e9-03c0c661582d", + "x-ms-ratelimit-remaining-subscription-reads": "11819", + "x-ms-request-id": "d7aba12e-917d-4754-9197-7d8454a4c23f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112449Z:a52f24fb-1c1c-4771-b9e9-03c0c661582d" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "6e445059379dbfd661a722c82b1d29e9", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:24:49 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6e445059379dbfd661a722c82b1d29e9", + "x-ms-correlation-request-id": "ead819ce-5cf2-4f1c-8db4-22ccdfbad89b", + "x-ms-ratelimit-remaining-subscription-reads": "11818", + "x-ms-request-id": "69229677-bb21-4258-8acf-97704d06f1b3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112450Z:ead819ce-5cf2-4f1c-8db4-22ccdfbad89b" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "185bc99d256767b57d14ed734bdef603", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:24:51 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "185bc99d256767b57d14ed734bdef603", + "x-ms-correlation-request-id": "bb838f15-24ab-4ec7-bd9a-a88879660e5e", + "x-ms-ratelimit-remaining-subscription-reads": "11817", + "x-ms-request-id": "1d879498-7c52-4ae9-a5c1-97b93f9968cd", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112451Z:bb838f15-24ab-4ec7-bd9a-a88879660e5e" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "91d1ddcd55d849011b721cf0a43cedcf", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:24:52 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "91d1ddcd55d849011b721cf0a43cedcf", + "x-ms-correlation-request-id": "6a811dd3-8fc4-4432-a962-3c693c3d4cce", + "x-ms-ratelimit-remaining-subscription-reads": "11816", + "x-ms-request-id": "ab920c23-0712-4e54-8d4c-3275d50a3b5d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112453Z:6a811dd3-8fc4-4432-a962-3c693c3d4cce" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "0839fc73a7c934ec9bdcf18849637482", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:24:53 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "0839fc73a7c934ec9bdcf18849637482", + "x-ms-correlation-request-id": "b6d8719f-16da-4737-8742-fffe15a2d2e6", + "x-ms-ratelimit-remaining-subscription-reads": "11815", + "x-ms-request-id": "bfa2a539-9b98-431f-8130-22ef316932f5", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112454Z:b6d8719f-16da-4737-8742-fffe15a2d2e6" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "4efa1eb0984b4710c712fcf508c4c341", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:24:55 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4efa1eb0984b4710c712fcf508c4c341", + "x-ms-correlation-request-id": "71b6513d-0313-4739-afab-3b7faab6ad91", + "x-ms-ratelimit-remaining-subscription-reads": "11814", + "x-ms-request-id": "1c6304a4-9a9a-4cfb-a6af-418c981c4148", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112455Z:71b6513d-0313-4739-afab-3b7faab6ad91" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "4e001e27eea5263af09df6fb6478ffb7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:24:56 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4e001e27eea5263af09df6fb6478ffb7", + "x-ms-correlation-request-id": "57b23ebb-f2a5-41aa-9129-170fb1ce0143", + "x-ms-ratelimit-remaining-subscription-reads": "11813", + "x-ms-request-id": "c50df33b-e00a-4579-9b7e-af02528dad2a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112457Z:57b23ebb-f2a5-41aa-9129-170fb1ce0143" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "85409afd9f41da83ebf141b6aaf62cd7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:24:57 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "85409afd9f41da83ebf141b6aaf62cd7", + "x-ms-correlation-request-id": "55eb42f8-0669-4351-9a5b-b0b16b9112c3", + "x-ms-ratelimit-remaining-subscription-reads": "11812", + "x-ms-request-id": "0ae7c904-c08c-4990-af59-e3e7eeb6d69b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112458Z:55eb42f8-0669-4351-9a5b-b0b16b9112c3" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "2b61b0192562c2dde4d45daea115e34e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:24:59 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "2b61b0192562c2dde4d45daea115e34e", + "x-ms-correlation-request-id": "71954134-2c72-4953-8a98-4aab17124519", + "x-ms-ratelimit-remaining-subscription-reads": "11811", + "x-ms-request-id": "7a777c39-d6c8-4292-9645-ae93c72a14b3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112459Z:71954134-2c72-4953-8a98-4aab17124519" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "6df745123d8488009a2562b3ac837cf9", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:25:00 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6df745123d8488009a2562b3ac837cf9", + "x-ms-correlation-request-id": "15ad7f0a-8160-4e93-b1fd-795c9ea39660", + "x-ms-ratelimit-remaining-subscription-reads": "11810", + "x-ms-request-id": "cc2c9dc7-3283-4ffa-9f47-d187132706ad", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112501Z:15ad7f0a-8160-4e93-b1fd-795c9ea39660" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "b3e21f70d417d855bd7da16c41d439d6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:25:01 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b3e21f70d417d855bd7da16c41d439d6", + "x-ms-correlation-request-id": "c6ee39ec-7608-4730-9138-b2795c5be0c3", + "x-ms-ratelimit-remaining-subscription-reads": "11809", + "x-ms-request-id": "b37edd3f-e8e4-4a84-8c68-d96ddd017962", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112502Z:c6ee39ec-7608-4730-9138-b2795c5be0c3" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "65a4f20dbefedb53afd9903dc2291561", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:25:02 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "65a4f20dbefedb53afd9903dc2291561", + "x-ms-correlation-request-id": "812b5fc8-fc7c-493a-8b97-2c0258f5f990", + "x-ms-ratelimit-remaining-subscription-reads": "11808", + "x-ms-request-id": "1f1cd735-9541-4062-8d84-e8e126d15472", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112503Z:812b5fc8-fc7c-493a-8b97-2c0258f5f990" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "823d63582f333e37ef1fb0069c9346c5", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:25:04 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "823d63582f333e37ef1fb0069c9346c5", + "x-ms-correlation-request-id": "b785dbc8-f7ca-4d35-a4af-d3864d156f98", + "x-ms-ratelimit-remaining-subscription-reads": "11807", + "x-ms-request-id": "2af0f239-3dff-4241-8c3b-d278fd5db865", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112505Z:b785dbc8-f7ca-4d35-a4af-d3864d156f98" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "baa58cec17dfb2facc06033e43171593", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:25:05 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "baa58cec17dfb2facc06033e43171593", + "x-ms-correlation-request-id": "700a8892-2477-4ac4-b651-a77d1c36821e", + "x-ms-ratelimit-remaining-subscription-reads": "11806", + "x-ms-request-id": "cdc04b6e-ac82-4666-822c-744dd98ec66a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112506Z:700a8892-2477-4ac4-b651-a77d1c36821e" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "de144067b696dda3bb6575df0d4c3f1c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:25:06 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "de144067b696dda3bb6575df0d4c3f1c", + "x-ms-correlation-request-id": "e9b79dc2-d2e7-4836-85d1-75deb5c62c28", + "x-ms-ratelimit-remaining-subscription-reads": "11805", + "x-ms-request-id": "8108e367-3717-4207-964d-4e2b13ff348e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112507Z:e9b79dc2-d2e7-4836-85d1-75deb5c62c28" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "3650ca935b844181688bb62c2cf8fbd8", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:25:08 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "3650ca935b844181688bb62c2cf8fbd8", + "x-ms-correlation-request-id": "40429c39-7be1-4501-ab68-aa618eedd35d", + "x-ms-ratelimit-remaining-subscription-reads": "11804", + "x-ms-request-id": "2dbfa7c3-9f6e-44c4-88ec-efb1741e2321", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112508Z:40429c39-7be1-4501-ab68-aa618eedd35d" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "5c9e1c09677f352fe8c7ff79a11ba47f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:25:09 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5c9e1c09677f352fe8c7ff79a11ba47f", + "x-ms-correlation-request-id": "9989f213-be6c-490f-aaf2-503c26adc78e", + "x-ms-ratelimit-remaining-subscription-reads": "11803", + "x-ms-request-id": "88a49882-8384-4e7a-a6c8-1553a38674de", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112510Z:9989f213-be6c-490f-aaf2-503c26adc78e" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "78abe7c6dfc60c0fbed3750b0076b1c2", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:25:10 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "78abe7c6dfc60c0fbed3750b0076b1c2", + "x-ms-correlation-request-id": "8e4cd9a6-191b-465b-8e96-aa36b25a7c31", + "x-ms-ratelimit-remaining-subscription-reads": "11802", + "x-ms-request-id": "8b32c3ee-5ad0-41ef-9cd0-daa49ed03049", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112511Z:8e4cd9a6-191b-465b-8e96-aa36b25a7c31" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "f0d59d6ae2ad2b9d9b1a4dbc5c089f4c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:25:12 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f0d59d6ae2ad2b9d9b1a4dbc5c089f4c", + "x-ms-correlation-request-id": "cef65c4e-92be-4764-b850-819a47473b46", + "x-ms-ratelimit-remaining-subscription-reads": "11801", + "x-ms-request-id": "24e540e6-d3fe-488d-b1e4-458ea82cf9c4", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112512Z:cef65c4e-92be-4764-b850-819a47473b46" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "446636e7834d29110d929eabf2233572", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:25:13 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "446636e7834d29110d929eabf2233572", + "x-ms-correlation-request-id": "cdea7fe3-419b-448f-b143-8ff681668429", + "x-ms-ratelimit-remaining-subscription-reads": "11800", + "x-ms-request-id": "c12b8556-0790-4f87-a97e-f3cc989ddbf7", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112514Z:cdea7fe3-419b-448f-b143-8ff681668429" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "040f3c15b345e3d24a80dcab9253b0b6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:25:14 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "040f3c15b345e3d24a80dcab9253b0b6", + "x-ms-correlation-request-id": "9941d286-60de-4063-be4f-bf7f4f933ead", + "x-ms-ratelimit-remaining-subscription-reads": "11799", + "x-ms-request-id": "e6f2f3e6-3ccc-4a6e-b16c-471d42880287", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112515Z:9941d286-60de-4063-be4f-bf7f4f933ead" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "c92428346d10e7748babe31b44f13878", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:25:16 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c92428346d10e7748babe31b44f13878", + "x-ms-correlation-request-id": "09ab853c-ae45-4ac8-ba50-e0a3837531b1", + "x-ms-ratelimit-remaining-subscription-reads": "11798", + "x-ms-request-id": "cc20e474-153f-429f-b915-3731e02ec348", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112516Z:09ab853c-ae45-4ac8-ba50-e0a3837531b1" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "1fa6dbe59af833066482f9cda66597ba", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:25:17 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1fa6dbe59af833066482f9cda66597ba", + "x-ms-correlation-request-id": "2a135716-4e07-4cb3-ac60-5e8bdb8c35e3", + "x-ms-ratelimit-remaining-subscription-reads": "11797", + "x-ms-request-id": "0538849c-a8d1-4c8e-b54e-ae2aa001a8bb", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112518Z:2a135716-4e07-4cb3-ac60-5e8bdb8c35e3" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "c977e7e26cffa861c7287899d0b69e58", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:25:18 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c977e7e26cffa861c7287899d0b69e58", + "x-ms-correlation-request-id": "2c85c684-2fca-4cd1-a1c0-3357ed2792a6", + "x-ms-ratelimit-remaining-subscription-reads": "11796", + "x-ms-request-id": "263aa707-42d2-47db-b27b-60594938621d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112519Z:2c85c684-2fca-4cd1-a1c0-3357ed2792a6" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "b7c6644790ac99bd21f0648e73a74026", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:25:20 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b7c6644790ac99bd21f0648e73a74026", + "x-ms-correlation-request-id": "b699e914-9964-4963-bc36-6179c6373325", + "x-ms-ratelimit-remaining-subscription-reads": "11795", + "x-ms-request-id": "924f077d-f62b-4e3a-a1dd-3ef540523e78", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112520Z:b699e914-9964-4963-bc36-6179c6373325" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "5c3929146f7a787879fe58d0226c63ad", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:25:21 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5c3929146f7a787879fe58d0226c63ad", + "x-ms-correlation-request-id": "00d6830e-244b-41c3-9d54-cadaa6a3ea38", + "x-ms-ratelimit-remaining-subscription-reads": "11794", + "x-ms-request-id": "661c106d-a29b-402a-90e2-0d054e51b3fa", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112522Z:00d6830e-244b-41c3-9d54-cadaa6a3ea38" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "4286a1e3e09e510e2adea70e07d33520", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:25:22 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4286a1e3e09e510e2adea70e07d33520", + "x-ms-correlation-request-id": "352fe9e4-dfc6-4e7c-9066-872cb903258e", + "x-ms-ratelimit-remaining-subscription-reads": "11793", + "x-ms-request-id": "b02387dc-b2fa-4a14-8977-4ea282bf498d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112523Z:352fe9e4-dfc6-4e7c-9066-872cb903258e" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "a78551e8427dd7deec4d3dad38ed76b4", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:25:23 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a78551e8427dd7deec4d3dad38ed76b4", + "x-ms-correlation-request-id": "ccbf6d3a-5696-4ac3-b8e1-32ff4b81c875", + "x-ms-ratelimit-remaining-subscription-reads": "11792", + "x-ms-request-id": "09831a12-f2ee-463c-8e16-1849a34840bb", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112524Z:ccbf6d3a-5696-4ac3-b8e1-32ff4b81c875" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "d2aab78dfe2034881ae7329bc86971a6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:25:25 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d2aab78dfe2034881ae7329bc86971a6", + "x-ms-correlation-request-id": "b11534e0-2bc7-4d1e-8999-3d0c011a95e5", + "x-ms-ratelimit-remaining-subscription-reads": "11791", + "x-ms-request-id": "852ad411-5348-46cb-9a3c-514fe4dbf38c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112526Z:b11534e0-2bc7-4d1e-8999-3d0c011a95e5" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "d0e837c9bce7a130c2af5650a360193c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:25:26 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d0e837c9bce7a130c2af5650a360193c", + "x-ms-correlation-request-id": "1e65e414-d01d-4664-8bcc-21bd64d3dc2d", + "x-ms-ratelimit-remaining-subscription-reads": "11790", + "x-ms-request-id": "2dae521f-646e-41b3-ae4f-c2dcd7a6caf5", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112527Z:1e65e414-d01d-4664-8bcc-21bd64d3dc2d" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "5081f2676228e9ffc9508c960f420f82", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:25:27 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5081f2676228e9ffc9508c960f420f82", + "x-ms-correlation-request-id": "734bb20d-4b0b-413f-93ea-3511aa964ddc", + "x-ms-ratelimit-remaining-subscription-reads": "11789", + "x-ms-request-id": "c448a143-0640-4e44-b645-542b24c65690", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112528Z:734bb20d-4b0b-413f-93ea-3511aa964ddc" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "00e496dca605d1cd86091071a73791ba", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:25:29 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "00e496dca605d1cd86091071a73791ba", + "x-ms-correlation-request-id": "073c9ddf-7966-416e-97df-47244a20a227", + "x-ms-ratelimit-remaining-subscription-reads": "11788", + "x-ms-request-id": "65e5cea2-bd3d-4f52-b5c6-edf2e8d28f18", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112530Z:073c9ddf-7966-416e-97df-47244a20a227" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "d534f5ce21e7667d37fe0696309a927f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:25:30 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d534f5ce21e7667d37fe0696309a927f", + "x-ms-correlation-request-id": "faf3ba6c-0a7d-4a83-b549-b4cf052da392", + "x-ms-ratelimit-remaining-subscription-reads": "11787", + "x-ms-request-id": "f1d5e4a7-77ee-4ae1-a785-8e081eaff9c8", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112531Z:faf3ba6c-0a7d-4a83-b549-b4cf052da392" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "0c74d39f187bc13725b0c91f528e4192", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:25:31 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "0c74d39f187bc13725b0c91f528e4192", + "x-ms-correlation-request-id": "50c13bf5-c455-4ef8-aad1-c105d2aed473", + "x-ms-ratelimit-remaining-subscription-reads": "11786", + "x-ms-request-id": "29868797-c885-4b5d-8940-46070b2dbd7c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112532Z:50c13bf5-c455-4ef8-aad1-c105d2aed473" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "19c7d1bf390eba9a197dc9079f36a1ec", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:25:33 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "19c7d1bf390eba9a197dc9079f36a1ec", + "x-ms-correlation-request-id": "74f7d6cc-4d16-43c5-974d-647a8cc14a26", + "x-ms-ratelimit-remaining-subscription-reads": "11785", + "x-ms-request-id": "de992bd2-d3a1-45c5-926c-2fd77e9ead47", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112534Z:74f7d6cc-4d16-43c5-974d-647a8cc14a26" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "d4d1907685c2b53ebe73b037585d14a9", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:25:34 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d4d1907685c2b53ebe73b037585d14a9", + "x-ms-correlation-request-id": "8de4e7b4-1609-4bcb-888c-75251087c1a8", + "x-ms-ratelimit-remaining-subscription-reads": "11784", + "x-ms-request-id": "6111d173-7653-430e-adbb-27dcd7f695cc", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112535Z:8de4e7b4-1609-4bcb-888c-75251087c1a8" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "5ed774bc78d2667138baf3fd4f3021ee", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:25:36 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5ed774bc78d2667138baf3fd4f3021ee", + "x-ms-correlation-request-id": "d000ac92-754c-4016-a97e-e5ba49cf4c0d", + "x-ms-ratelimit-remaining-subscription-reads": "11783", + "x-ms-request-id": "9bffbe2c-a85a-412d-8f67-e41d018e9694", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112536Z:d000ac92-754c-4016-a97e-e5ba49cf4c0d" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "c1a8dc0f6dbd3ad092125b9a896362bb", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:25:38 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c1a8dc0f6dbd3ad092125b9a896362bb", + "x-ms-correlation-request-id": "7e189d74-9434-405d-b81f-184eab55f1d0", + "x-ms-ratelimit-remaining-subscription-reads": "11782", + "x-ms-request-id": "46897fc3-8274-46c8-9af4-bd1097481af1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112538Z:7e189d74-9434-405d-b81f-184eab55f1d0" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "2b4b2069425efe1a1f6b9c089141668e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:25:39 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "2b4b2069425efe1a1f6b9c089141668e", + "x-ms-correlation-request-id": "9077a291-4559-4735-955a-2b67ec50a121", + "x-ms-ratelimit-remaining-subscription-reads": "11781", + "x-ms-request-id": "68cd6ad3-0e2d-4a50-8ac1-0dcc5bd4fcdd", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112539Z:9077a291-4559-4735-955a-2b67ec50a121" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "7b28c15252b44eeba49dccbf1cd6dcd4", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:25:40 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "7b28c15252b44eeba49dccbf1cd6dcd4", + "x-ms-correlation-request-id": "fd1d41a8-d029-4e74-8ff1-c374a4711931", + "x-ms-ratelimit-remaining-subscription-reads": "11780", + "x-ms-request-id": "8b8230aa-88a5-4e6f-97b0-a96a59bddbb1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112540Z:fd1d41a8-d029-4e74-8ff1-c374a4711931" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "2f943757f6e5cc8fc1aaa251d1c7a851", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:25:42 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "2f943757f6e5cc8fc1aaa251d1c7a851", + "x-ms-correlation-request-id": "dc0aaf7c-721c-4290-8ee3-d590552f6355", + "x-ms-ratelimit-remaining-subscription-reads": "11779", + "x-ms-request-id": "3437ea9e-7a40-4e51-9c0f-eb4335b4c7df", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112542Z:dc0aaf7c-721c-4290-8ee3-d590552f6355" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "c748cdabe63b170634fc87c1765ae248", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:25:43 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c748cdabe63b170634fc87c1765ae248", + "x-ms-correlation-request-id": "56af3f15-2bcd-48ec-b367-b03a37307b95", + "x-ms-ratelimit-remaining-subscription-reads": "11778", + "x-ms-request-id": "f865e711-129b-4959-a08b-4154d84cbdc6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112543Z:56af3f15-2bcd-48ec-b367-b03a37307b95" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "5ab0c78e37ac5ba9315bba0aaf9a7ddc", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:25:44 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5ab0c78e37ac5ba9315bba0aaf9a7ddc", + "x-ms-correlation-request-id": "98016a44-8cb1-4e30-8288-99c2875a300e", + "x-ms-ratelimit-remaining-subscription-reads": "11777", + "x-ms-request-id": "6cfea5e8-9963-411e-9041-bf614034de4b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112544Z:98016a44-8cb1-4e30-8288-99c2875a300e" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "4f147af4148e7199307cfbe86ece5666", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:25:45 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4f147af4148e7199307cfbe86ece5666", + "x-ms-correlation-request-id": "38f47f2a-524c-4a52-b175-dcafd0d3eae2", + "x-ms-ratelimit-remaining-subscription-reads": "11776", + "x-ms-request-id": "5f499e10-69e9-4262-bd2b-8706c968456c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112546Z:38f47f2a-524c-4a52-b175-dcafd0d3eae2" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "0ac259c74e1674a424ec96e02cfc6899", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:25:47 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "0ac259c74e1674a424ec96e02cfc6899", + "x-ms-correlation-request-id": "b9db4dc1-e3e5-4519-91f0-1904c4663a86", + "x-ms-ratelimit-remaining-subscription-reads": "11775", + "x-ms-request-id": "53bce863-3211-4fba-931e-f98e0ae87eba", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112547Z:b9db4dc1-e3e5-4519-91f0-1904c4663a86" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "fcccab7e92467aba2e3f29303bc0ed63", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:25:48 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "fcccab7e92467aba2e3f29303bc0ed63", + "x-ms-correlation-request-id": "29f0acaf-bf56-488a-8ae6-39feeb74bf7e", + "x-ms-ratelimit-remaining-subscription-reads": "11774", + "x-ms-request-id": "5dbaea1e-1b89-48a4-acb6-add4effdf765", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112548Z:29f0acaf-bf56-488a-8ae6-39feeb74bf7e" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "5642530573d7a6c5d59f2aa17eb84434", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:25:49 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5642530573d7a6c5d59f2aa17eb84434", + "x-ms-correlation-request-id": "769b14be-c3b5-4dd8-b710-a8b2bdd6dbac", + "x-ms-ratelimit-remaining-subscription-reads": "11773", + "x-ms-request-id": "91a4331c-3204-4f24-a8b9-2fdaf8d9e635", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112549Z:769b14be-c3b5-4dd8-b710-a8b2bdd6dbac" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "c36a61145a0135209e48dcd724733864", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:25:51 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c36a61145a0135209e48dcd724733864", + "x-ms-correlation-request-id": "646930ac-8efa-4050-9ac0-f3879a6271c6", + "x-ms-ratelimit-remaining-subscription-reads": "11772", + "x-ms-request-id": "76551fda-0bb2-498f-bc08-ce88e1707a3f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112551Z:646930ac-8efa-4050-9ac0-f3879a6271c6" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "d9db33ff11b90bc1e52526a76719fb75", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:25:52 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d9db33ff11b90bc1e52526a76719fb75", + "x-ms-correlation-request-id": "ad5daf96-3aa7-4b53-ac66-12335f976893", + "x-ms-ratelimit-remaining-subscription-reads": "11771", + "x-ms-request-id": "0915cfb7-f4dc-4de8-b338-bfbd5f7e3011", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112552Z:ad5daf96-3aa7-4b53-ac66-12335f976893" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "da1cf4fa2955aa61330db78f97ee8262", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:25:53 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "da1cf4fa2955aa61330db78f97ee8262", + "x-ms-correlation-request-id": "44270d57-196a-4a75-9bbe-6ea59060965f", + "x-ms-ratelimit-remaining-subscription-reads": "11770", + "x-ms-request-id": "78b2bb94-5cc3-4334-8f04-75cb4d0eae15", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112553Z:44270d57-196a-4a75-9bbe-6ea59060965f" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "4ba2c6666bdd027b9f5fdedb3478cd85", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:25:55 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4ba2c6666bdd027b9f5fdedb3478cd85", + "x-ms-correlation-request-id": "69fc96df-0421-4726-9b9f-fd3c93d3fe8c", + "x-ms-ratelimit-remaining-subscription-reads": "11769", + "x-ms-request-id": "874b9579-1c57-4b64-899a-3996a512c605", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112555Z:69fc96df-0421-4726-9b9f-fd3c93d3fe8c" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "30dc664c5e57d50ed130a5ab5a3273f7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:25:56 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "30dc664c5e57d50ed130a5ab5a3273f7", + "x-ms-correlation-request-id": "01f58281-10c1-4edd-95dc-6888b2253f90", + "x-ms-ratelimit-remaining-subscription-reads": "11768", + "x-ms-request-id": "b7329d8e-7425-4c31-be73-41edf463857f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112556Z:01f58281-10c1-4edd-95dc-6888b2253f90" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "a141c4a3b0768e97791a3af64b8676ba", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:25:57 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a141c4a3b0768e97791a3af64b8676ba", + "x-ms-correlation-request-id": "6b27ca6e-158c-48f5-b264-b6af7a61ec0c", + "x-ms-ratelimit-remaining-subscription-reads": "11767", + "x-ms-request-id": "98f0c6e7-f754-46c3-ad4e-982768dd12ad", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112557Z:6b27ca6e-158c-48f5-b264-b6af7a61ec0c" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "304232405211070ab8cd7aadc5cfa86d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:25:59 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "304232405211070ab8cd7aadc5cfa86d", + "x-ms-correlation-request-id": "25443b42-89d6-4865-aeb9-59fac78f62cc", + "x-ms-ratelimit-remaining-subscription-reads": "11766", + "x-ms-request-id": "20af333a-8f41-4a9f-b7d5-fe30aa918275", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112559Z:25443b42-89d6-4865-aeb9-59fac78f62cc" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "6f38e7eb2b379c0ecf4db73d2418894b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:26:00 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6f38e7eb2b379c0ecf4db73d2418894b", + "x-ms-correlation-request-id": "7cd98c63-86bb-4a90-93c2-50bb8fc4c34d", + "x-ms-ratelimit-remaining-subscription-reads": "11765", + "x-ms-request-id": "40aee1b6-5591-4e4f-a2da-85baadfad104", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112600Z:7cd98c63-86bb-4a90-93c2-50bb8fc4c34d" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "286bebb943ef51e5b939e9a936eac8a9", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:26:01 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "286bebb943ef51e5b939e9a936eac8a9", + "x-ms-correlation-request-id": "3cf6378f-e8f8-42d2-ba6c-58a3dd9f31fb", + "x-ms-ratelimit-remaining-subscription-reads": "11764", + "x-ms-request-id": "4179f8c5-1801-4a0b-9bde-c12c2195cfde", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112601Z:3cf6378f-e8f8-42d2-ba6c-58a3dd9f31fb" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "640bcc71064d148323a560c39bcde29f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:26:03 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "640bcc71064d148323a560c39bcde29f", + "x-ms-correlation-request-id": "3a221229-7859-464c-bec2-b54dabeb4663", + "x-ms-ratelimit-remaining-subscription-reads": "11763", + "x-ms-request-id": "b3504ccc-6e78-4229-a949-1d3d24b59dfa", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112603Z:3a221229-7859-464c-bec2-b54dabeb4663" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "daf32e437f64a77d01e6b6fd426466e5", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:26:04 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "daf32e437f64a77d01e6b6fd426466e5", + "x-ms-correlation-request-id": "abe48b81-51a2-4e62-b386-60c905d580ab", + "x-ms-ratelimit-remaining-subscription-reads": "11762", + "x-ms-request-id": "aca5bcda-ccdc-46f7-bd17-5c7644b1280f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112604Z:abe48b81-51a2-4e62-b386-60c905d580ab" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "58cb0d85240cb2fd67560449e221b6ec", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:26:05 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "58cb0d85240cb2fd67560449e221b6ec", + "x-ms-correlation-request-id": "6e9b4549-3df9-4bf1-9f8a-c35698320112", + "x-ms-ratelimit-remaining-subscription-reads": "11761", + "x-ms-request-id": "7c31de05-5a61-470e-bddc-4ebd7909aa72", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112605Z:6e9b4549-3df9-4bf1-9f8a-c35698320112" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "07664956eef6f1444e6363675086d1be", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:26:06 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "07664956eef6f1444e6363675086d1be", + "x-ms-correlation-request-id": "8bdf64e7-ed24-49c3-98ce-b1a1e9f57c62", + "x-ms-ratelimit-remaining-subscription-reads": "11760", + "x-ms-request-id": "6038b187-7b3d-404b-9d29-acf534424910", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112607Z:8bdf64e7-ed24-49c3-98ce-b1a1e9f57c62" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "8d3e7b3f8a021e933140730d7b34c5df", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:26:08 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "8d3e7b3f8a021e933140730d7b34c5df", + "x-ms-correlation-request-id": "723a302f-6cdb-41a9-9ccd-4e6e0c216752", + "x-ms-ratelimit-remaining-subscription-reads": "11759", + "x-ms-request-id": "471b8787-68f6-46bc-9440-9c40e398f96e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112608Z:723a302f-6cdb-41a9-9ccd-4e6e0c216752" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "f9a6ca305ffe96eec9d909a8c19662e1", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:26:09 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f9a6ca305ffe96eec9d909a8c19662e1", + "x-ms-correlation-request-id": "7d358042-253c-42a0-8570-f84a1a57734e", + "x-ms-ratelimit-remaining-subscription-reads": "11758", + "x-ms-request-id": "fed05658-ae83-44d2-a947-48f7e4cca609", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112609Z:7d358042-253c-42a0-8570-f84a1a57734e" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "660a468528e3cbeab547d6b67a37761a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:26:10 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "660a468528e3cbeab547d6b67a37761a", + "x-ms-correlation-request-id": "c72ad981-36a3-46ed-862d-6e097982e38b", + "x-ms-ratelimit-remaining-subscription-reads": "11757", + "x-ms-request-id": "aefdf19a-5aae-40ab-8c2a-1776e04655b0", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112611Z:c72ad981-36a3-46ed-862d-6e097982e38b" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "8636839ed8dfe0bf8da7c42881ea5d9a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:26:12 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "8636839ed8dfe0bf8da7c42881ea5d9a", + "x-ms-correlation-request-id": "2ac4efee-c404-457e-944f-9467a4239d5c", + "x-ms-ratelimit-remaining-subscription-reads": "11756", + "x-ms-request-id": "120b413b-6230-41f6-bda5-6c05b8ccb4f9", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112612Z:2ac4efee-c404-457e-944f-9467a4239d5c" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "348892dd5e2907fce0da43b789371c91", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:26:13 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "348892dd5e2907fce0da43b789371c91", + "x-ms-correlation-request-id": "2d331e50-5eca-435f-b054-8a59102328d3", + "x-ms-ratelimit-remaining-subscription-reads": "11755", + "x-ms-request-id": "9e9c8eaa-c00a-445c-8560-aaa163593449", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112613Z:2d331e50-5eca-435f-b054-8a59102328d3" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "3e0aef62dc5fac01862ad93b64c14acb", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:26:14 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "3e0aef62dc5fac01862ad93b64c14acb", + "x-ms-correlation-request-id": "66e14ab5-1ef6-47b0-b639-960c92af9f18", + "x-ms-ratelimit-remaining-subscription-reads": "11754", + "x-ms-request-id": "af01cff4-0ad6-4b31-802d-f56d2d855b7d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112615Z:66e14ab5-1ef6-47b0-b639-960c92af9f18" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "e8d83be941ae40f0872ea50594085755", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:26:16 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e8d83be941ae40f0872ea50594085755", + "x-ms-correlation-request-id": "86a8b4bf-f16e-457d-9e2d-41cd28083dcb", + "x-ms-ratelimit-remaining-subscription-reads": "11753", + "x-ms-request-id": "f7b51e6b-0ad9-4e57-a414-ba301b75e945", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112616Z:86a8b4bf-f16e-457d-9e2d-41cd28083dcb" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "92c6328b1fe0013b91dbaeff84c0a31e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:26:17 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "92c6328b1fe0013b91dbaeff84c0a31e", + "x-ms-correlation-request-id": "af9d97a8-1d69-4989-a358-bfb23ad7cad5", + "x-ms-ratelimit-remaining-subscription-reads": "11752", + "x-ms-request-id": "b96a0989-9571-45df-b697-0a4d06332192", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112617Z:af9d97a8-1d69-4989-a358-bfb23ad7cad5" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "4dcd7790345f20e3fec9b63136fb177e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:26:18 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4dcd7790345f20e3fec9b63136fb177e", + "x-ms-correlation-request-id": "f6281168-f6e9-47b3-8f6e-39a0e67673b7", + "x-ms-ratelimit-remaining-subscription-reads": "11751", + "x-ms-request-id": "34c93ac1-33b9-4fb2-8ec5-426b69cd1ac7", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112619Z:f6281168-f6e9-47b3-8f6e-39a0e67673b7" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "32b083d3b8fbcaebffd756d293f1bbc6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:26:20 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "32b083d3b8fbcaebffd756d293f1bbc6", + "x-ms-correlation-request-id": "b7e5443c-cf06-41da-9219-02bfcf0c2e47", + "x-ms-ratelimit-remaining-subscription-reads": "11750", + "x-ms-request-id": "c334e420-e01c-4903-adef-f781ba400c0c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112620Z:b7e5443c-cf06-41da-9219-02bfcf0c2e47" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "1c75868b093a56f64ea59416680aca95", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:26:21 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1c75868b093a56f64ea59416680aca95", + "x-ms-correlation-request-id": "22a22195-ae75-4039-9853-68e953627a9e", + "x-ms-ratelimit-remaining-subscription-reads": "11749", + "x-ms-request-id": "2acde906-c1bb-45c5-ba96-a627fe40a24f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112621Z:22a22195-ae75-4039-9853-68e953627a9e" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "012b30c3700fd7238c024d88dd108d0c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:26:22 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "012b30c3700fd7238c024d88dd108d0c", + "x-ms-correlation-request-id": "06661dfb-02d3-42fd-8e3a-52860f46d872", + "x-ms-ratelimit-remaining-subscription-reads": "11748", + "x-ms-request-id": "72131184-8afa-4c06-bd41-195d08d8ea75", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112623Z:06661dfb-02d3-42fd-8e3a-52860f46d872" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "afa5ef0efb86ca438c59e35524d562f5", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:26:23 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "afa5ef0efb86ca438c59e35524d562f5", + "x-ms-correlation-request-id": "41388d9a-b16c-4e5f-ae9f-192633818d7d", + "x-ms-ratelimit-remaining-subscription-reads": "11747", + "x-ms-request-id": "638727e9-5b4d-49de-ac9d-e5ca6fee9a25", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112624Z:41388d9a-b16c-4e5f-ae9f-192633818d7d" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "630fc10cbac51ab6639d9037bb6e793e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:26:25 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "630fc10cbac51ab6639d9037bb6e793e", + "x-ms-correlation-request-id": "6ce785c8-57b0-4604-8a90-d0b949f33b48", + "x-ms-ratelimit-remaining-subscription-reads": "11746", + "x-ms-request-id": "2eb30382-ccd1-435c-b25c-42f68e63479d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112625Z:6ce785c8-57b0-4604-8a90-d0b949f33b48" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "780887181a64c80eec6174b68dcdb3b7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:26:26 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "780887181a64c80eec6174b68dcdb3b7", + "x-ms-correlation-request-id": "fd5366fc-275d-417d-998c-5c0d820945e5", + "x-ms-ratelimit-remaining-subscription-reads": "11745", + "x-ms-request-id": "f8ac94da-99c1-4e6d-bbcb-88cc667b8bed", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112627Z:fd5366fc-275d-417d-998c-5c0d820945e5" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "1c7b58a029015346398a4ce96a0c0e1e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:26:27 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1c7b58a029015346398a4ce96a0c0e1e", + "x-ms-correlation-request-id": "31834753-15df-47ca-8655-66b85eae4fe6", + "x-ms-ratelimit-remaining-subscription-reads": "11744", + "x-ms-request-id": "513ba8b8-a693-4253-b127-955cfc80506d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112628Z:31834753-15df-47ca-8655-66b85eae4fe6" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "9c3da4e0e9cdf191b246776445008d95", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:26:29 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "9c3da4e0e9cdf191b246776445008d95", + "x-ms-correlation-request-id": "0bff8eb9-d986-49de-83ba-92816a81d8cc", + "x-ms-ratelimit-remaining-subscription-reads": "11743", + "x-ms-request-id": "becf80c4-e500-4836-9891-fb80873d256a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112629Z:0bff8eb9-d986-49de-83ba-92816a81d8cc" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "6396d9e95df2ee3d41b43fd9ce255edf", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:26:30 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6396d9e95df2ee3d41b43fd9ce255edf", + "x-ms-correlation-request-id": "d1b31b69-bcb5-4a21-bc55-6e5dc8bee5a2", + "x-ms-ratelimit-remaining-subscription-reads": "11742", + "x-ms-request-id": "b3f9167e-2d39-4121-ab95-2affee839d32", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112630Z:d1b31b69-bcb5-4a21-bc55-6e5dc8bee5a2" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "e8d656531790b7e9c68a69bab2e20d38", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:26:31 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e8d656531790b7e9c68a69bab2e20d38", + "x-ms-correlation-request-id": "d9b5e3c6-7134-4765-a0fb-071804d7fb37", + "x-ms-ratelimit-remaining-subscription-reads": "11741", + "x-ms-request-id": "39b1abc0-fb41-47c6-b70e-b4343c36cffd", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112632Z:d9b5e3c6-7134-4765-a0fb-071804d7fb37" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "91ffb7fdab75822b674e5b19aab7228d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:26:33 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "91ffb7fdab75822b674e5b19aab7228d", + "x-ms-correlation-request-id": "5b84a8e2-8416-480b-88a9-6f1f5337c53a", + "x-ms-ratelimit-remaining-subscription-reads": "11740", + "x-ms-request-id": "c46b4836-c80c-4fba-b115-1d040d735406", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112633Z:5b84a8e2-8416-480b-88a9-6f1f5337c53a" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "ef1197e8a42ad204efdf9c68f3823b5e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:26:34 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ef1197e8a42ad204efdf9c68f3823b5e", + "x-ms-correlation-request-id": "8e5335b1-5bbf-4e76-a711-8f4a5342f7b0", + "x-ms-ratelimit-remaining-subscription-reads": "11739", + "x-ms-request-id": "44e3a49a-84e5-4e70-a84d-e7242db8e146", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112634Z:8e5335b1-5bbf-4e76-a711-8f4a5342f7b0" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "17db06a6cc25a76a2a538141bbd00c0f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:26:35 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "17db06a6cc25a76a2a538141bbd00c0f", + "x-ms-correlation-request-id": "41a6c466-55a8-4102-8953-ce39758166ff", + "x-ms-ratelimit-remaining-subscription-reads": "11738", + "x-ms-request-id": "1567b959-e431-4c98-8aa8-125a173c5d2b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112636Z:41a6c466-55a8-4102-8953-ce39758166ff" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "1bd2dc671dd1590db22ca1950fc38fe5", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:26:37 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1bd2dc671dd1590db22ca1950fc38fe5", + "x-ms-correlation-request-id": "31be44f9-961b-46bc-92b5-8ad2f051b82d", + "x-ms-ratelimit-remaining-subscription-reads": "11737", + "x-ms-request-id": "c5d5b91f-09c7-4cac-bb67-08aec0c8ad1b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112637Z:31be44f9-961b-46bc-92b5-8ad2f051b82d" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "a372fc120bdb1b672c69c5d722c2161f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:26:38 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a372fc120bdb1b672c69c5d722c2161f", + "x-ms-correlation-request-id": "7bfb3375-4db3-417f-a828-1fccb5d73535", + "x-ms-ratelimit-remaining-subscription-reads": "11736", + "x-ms-request-id": "447b4a58-29dc-43bb-85d2-db2e4a7c45d4", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112638Z:7bfb3375-4db3-417f-a828-1fccb5d73535" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "16008dd220af888df98265f82bd49766", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:26:39 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "16008dd220af888df98265f82bd49766", + "x-ms-correlation-request-id": "2b66d706-ceda-4f05-9b5b-e731632a6b73", + "x-ms-ratelimit-remaining-subscription-reads": "11735", + "x-ms-request-id": "efb66d97-ddd0-483d-930e-c2d5b7501fad", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112640Z:2b66d706-ceda-4f05-9b5b-e731632a6b73" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "be2f9cc3695e5c3375b7ee67583636ef", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:26:41 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "be2f9cc3695e5c3375b7ee67583636ef", + "x-ms-correlation-request-id": "9978e509-74d3-4714-9693-1ac703db2854", + "x-ms-ratelimit-remaining-subscription-reads": "11734", + "x-ms-request-id": "1fba2501-bb62-4d53-8326-85fd36e7b4b3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112641Z:9978e509-74d3-4714-9693-1ac703db2854" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "82c2821678c3f2356fe9aa59a66eef58", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:26:42 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "82c2821678c3f2356fe9aa59a66eef58", + "x-ms-correlation-request-id": "26791038-f797-4e16-84d9-2af2f9495cc3", + "x-ms-ratelimit-remaining-subscription-reads": "11733", + "x-ms-request-id": "2802e809-54b6-4324-a4c3-a4cffe90a085", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112642Z:26791038-f797-4e16-84d9-2af2f9495cc3" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "86135ed1589369c15aa4a1f8312530c2", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:26:43 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "86135ed1589369c15aa4a1f8312530c2", + "x-ms-correlation-request-id": "d4731d26-e32e-45e0-bb7d-ca6a563a78ab", + "x-ms-ratelimit-remaining-subscription-reads": "11732", + "x-ms-request-id": "3d160a73-7c25-4a06-91dc-f57b0513fa92", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112644Z:d4731d26-e32e-45e0-bb7d-ca6a563a78ab" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "a9e2754b15114ba3663d4f74bfd9b507", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:26:44 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a9e2754b15114ba3663d4f74bfd9b507", + "x-ms-correlation-request-id": "ea3172b8-9441-4896-821f-85d99d2bd4d7", + "x-ms-ratelimit-remaining-subscription-reads": "11731", + "x-ms-request-id": "ab94fbc4-f6a7-4049-8d3b-fbfceaf294a0", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112645Z:ea3172b8-9441-4896-821f-85d99d2bd4d7" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "f99596c7b022bd5bc159281fd63dc04a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:26:46 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f99596c7b022bd5bc159281fd63dc04a", + "x-ms-correlation-request-id": "0056f4d7-34a8-4649-a995-32c28b99518c", + "x-ms-ratelimit-remaining-subscription-reads": "11730", + "x-ms-request-id": "0ae76c51-6eff-4fbe-8db3-01254d940401", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112646Z:0056f4d7-34a8-4649-a995-32c28b99518c" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "310ee7b9468bbc46bbc82056084caa80", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:26:47 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "310ee7b9468bbc46bbc82056084caa80", + "x-ms-correlation-request-id": "450fd3be-081e-49f3-9568-a3ac6c7ab8f4", + "x-ms-ratelimit-remaining-subscription-reads": "11729", + "x-ms-request-id": "10d09498-17b5-4f51-9b99-3d45a7362fed", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112648Z:450fd3be-081e-49f3-9568-a3ac6c7ab8f4" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "9a309aee368f9ba01924e8b8ed847429", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:26:48 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "9a309aee368f9ba01924e8b8ed847429", + "x-ms-correlation-request-id": "d2a632c7-08f8-4a80-8860-c01297e25371", + "x-ms-ratelimit-remaining-subscription-reads": "11728", + "x-ms-request-id": "556aa276-9fb5-4110-8b55-c864443f8309", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112649Z:d2a632c7-08f8-4a80-8860-c01297e25371" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "d7ba047c84cb817b50d93d598f05b474", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:26:50 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d7ba047c84cb817b50d93d598f05b474", + "x-ms-correlation-request-id": "0e4b8dfd-f2e2-4487-a91a-0e79376f757b", + "x-ms-ratelimit-remaining-subscription-reads": "11727", + "x-ms-request-id": "40505078-08f5-4e0e-ba91-0431b4201206", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112650Z:0e4b8dfd-f2e2-4487-a91a-0e79376f757b" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "3c30a7af260c83ba477317665e8ece37", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:26:51 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "3c30a7af260c83ba477317665e8ece37", + "x-ms-correlation-request-id": "f9d840c8-c193-4e05-a856-f6f5655f32db", + "x-ms-ratelimit-remaining-subscription-reads": "11726", + "x-ms-request-id": "441615af-47d5-4682-a116-430ace1752fe", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112652Z:f9d840c8-c193-4e05-a856-f6f5655f32db" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "04daf754d2926ab51eaf4ab5f8460b14", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:26:52 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "04daf754d2926ab51eaf4ab5f8460b14", + "x-ms-correlation-request-id": "14019ead-e676-4871-80c2-f7d52007566c", + "x-ms-ratelimit-remaining-subscription-reads": "11725", + "x-ms-request-id": "d9aec37d-4a43-410b-b83e-a80f1192f00e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112653Z:14019ead-e676-4871-80c2-f7d52007566c" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "450973703753551c4a378f586d1523c1", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:26:54 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "450973703753551c4a378f586d1523c1", + "x-ms-correlation-request-id": "d3ca3f03-bbc4-46c5-81a6-9ace2d48d95b", + "x-ms-ratelimit-remaining-subscription-reads": "11724", + "x-ms-request-id": "1c4bc866-210b-40d4-a7e9-d1b73b655ea2", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112654Z:d3ca3f03-bbc4-46c5-81a6-9ace2d48d95b" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "9805060bb02bdce1f2c51d5cdb048a01", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:26:55 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "9805060bb02bdce1f2c51d5cdb048a01", + "x-ms-correlation-request-id": "71e3f5ae-b61b-499a-be79-28cb28b110d9", + "x-ms-ratelimit-remaining-subscription-reads": "11723", + "x-ms-request-id": "f32d13ae-7900-4854-a7e6-05ff4bf09186", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112656Z:71e3f5ae-b61b-499a-be79-28cb28b110d9" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "eaf6036888851ce4da84b95b425dfd09", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:26:56 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "eaf6036888851ce4da84b95b425dfd09", + "x-ms-correlation-request-id": "d454c135-904f-4a65-b5db-15ae7beef909", + "x-ms-ratelimit-remaining-subscription-reads": "11722", + "x-ms-request-id": "f6f3ddea-3d9f-4fd6-875e-2eceffbbb9d9", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112657Z:d454c135-904f-4a65-b5db-15ae7beef909" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "f2aa888c7241bfe9912c538d1abf7a45", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:26:58 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f2aa888c7241bfe9912c538d1abf7a45", + "x-ms-correlation-request-id": "61b0d060-2a45-477b-abdc-c6890c0c2423", + "x-ms-ratelimit-remaining-subscription-reads": "11721", + "x-ms-request-id": "8752b79a-12ad-4d50-96d8-44733aacdd3e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112658Z:61b0d060-2a45-477b-abdc-c6890c0c2423" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "69f08eac381e823c22e8bda6f7869995", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:26:59 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "69f08eac381e823c22e8bda6f7869995", + "x-ms-correlation-request-id": "1069c7f8-9607-4c5b-b593-92c25366ffca", + "x-ms-ratelimit-remaining-subscription-reads": "11720", + "x-ms-request-id": "6a0b54fa-a274-44f2-843f-f168abef73fa", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112700Z:1069c7f8-9607-4c5b-b593-92c25366ffca" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "53d013c89759f5c01a3758583556021b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:27:00 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "53d013c89759f5c01a3758583556021b", + "x-ms-correlation-request-id": "dac0cec7-2da5-4a88-a9f1-a35de097fb60", + "x-ms-ratelimit-remaining-subscription-reads": "11719", + "x-ms-request-id": "65bdc17f-c1ff-4a29-a3dd-b05e8be91c53", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112701Z:dac0cec7-2da5-4a88-a9f1-a35de097fb60" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "b4ae730a936d53ea4b28d058b442c80b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:27:01 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b4ae730a936d53ea4b28d058b442c80b", + "x-ms-correlation-request-id": "45a063a7-c7a5-4708-a2b0-066f21ef859f", + "x-ms-ratelimit-remaining-subscription-reads": "11718", + "x-ms-request-id": "318aaaa1-4b1f-449c-9388-fe0d6bf64142", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112702Z:45a063a7-c7a5-4708-a2b0-066f21ef859f" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "06c4bd9327ef15ebcefa4fe7e0e44dcb", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:27:03 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "06c4bd9327ef15ebcefa4fe7e0e44dcb", + "x-ms-correlation-request-id": "5420cb4c-c2cd-4eea-8c80-e722efe02434", + "x-ms-ratelimit-remaining-subscription-reads": "11717", + "x-ms-request-id": "46e7a536-b13b-40d0-8ac8-33f86009c4d8", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112703Z:5420cb4c-c2cd-4eea-8c80-e722efe02434" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "839ca2e5e5d73528297c0731c76740d7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:27:04 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "839ca2e5e5d73528297c0731c76740d7", + "x-ms-correlation-request-id": "7523dcfe-15f2-43f5-b4fa-2a176fbf5e09", + "x-ms-ratelimit-remaining-subscription-reads": "11716", + "x-ms-request-id": "21024d82-a09a-4828-a0b8-0b1044176d32", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112705Z:7523dcfe-15f2-43f5-b4fa-2a176fbf5e09" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "77c44c6efc91e22b8899e57243037366", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:27:05 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "77c44c6efc91e22b8899e57243037366", + "x-ms-correlation-request-id": "c17ce742-2555-4632-a304-0205e8159bc8", + "x-ms-ratelimit-remaining-subscription-reads": "11715", + "x-ms-request-id": "a4798b7a-5358-4ecb-a539-eb603a69f94c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112706Z:c17ce742-2555-4632-a304-0205e8159bc8" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "127304da45a6ae33958fdd721fba4d67", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:27:07 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "127304da45a6ae33958fdd721fba4d67", + "x-ms-correlation-request-id": "3483fa57-4238-484e-aa00-8a31eaf779de", + "x-ms-ratelimit-remaining-subscription-reads": "11714", + "x-ms-request-id": "6d8b3364-1cbf-4b03-a027-58d649714d88", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112707Z:3483fa57-4238-484e-aa00-8a31eaf779de" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "937878bad620e93a76b9fa3effb6f125", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:27:08 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "937878bad620e93a76b9fa3effb6f125", + "x-ms-correlation-request-id": "df4bbdb2-194a-478e-8ae2-69a7b2b496b5", + "x-ms-ratelimit-remaining-subscription-reads": "11713", + "x-ms-request-id": "a5812db9-8144-4019-90f0-494ce6d72956", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112709Z:df4bbdb2-194a-478e-8ae2-69a7b2b496b5" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "c257a0092ef429311916e2011fb9c2ce", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:27:09 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c257a0092ef429311916e2011fb9c2ce", + "x-ms-correlation-request-id": "2b81b7bf-74a4-4d8e-92c0-9bc4c8c12e30", + "x-ms-ratelimit-remaining-subscription-reads": "11712", + "x-ms-request-id": "5db292d6-ed43-4986-b932-f3fc711a8277", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112710Z:2b81b7bf-74a4-4d8e-92c0-9bc4c8c12e30" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "cbb87e4bdf8a0446ca899bec4af5aede", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:27:11 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "cbb87e4bdf8a0446ca899bec4af5aede", + "x-ms-correlation-request-id": "77be0ce2-31e0-4fc5-9d19-38b38aa832fe", + "x-ms-ratelimit-remaining-subscription-reads": "11711", + "x-ms-request-id": "18c859f7-591a-4353-a3b4-5155a2bc9a86", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112711Z:77be0ce2-31e0-4fc5-9d19-38b38aa832fe" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "7f69b79d8b628c72464f7a09f338c9bd", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:27:12 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "7f69b79d8b628c72464f7a09f338c9bd", + "x-ms-correlation-request-id": "bed0ee1b-ff27-4598-9e6a-f39a7c8b5403", + "x-ms-ratelimit-remaining-subscription-reads": "11710", + "x-ms-request-id": "da5b12bd-1318-42cd-b6e5-ec0392084e55", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112713Z:bed0ee1b-ff27-4598-9e6a-f39a7c8b5403" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "81f22cf626fe299b5952f76a9244df24", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:27:13 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "81f22cf626fe299b5952f76a9244df24", + "x-ms-correlation-request-id": "621f14e7-cdfc-4f65-8d41-dad2398a8aec", + "x-ms-ratelimit-remaining-subscription-reads": "11709", + "x-ms-request-id": "0d92898d-bab6-4994-895e-cc967ccda91a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112714Z:621f14e7-cdfc-4f65-8d41-dad2398a8aec" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "686403684350bf6b0b2c843a653d1092", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:27:15 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "686403684350bf6b0b2c843a653d1092", + "x-ms-correlation-request-id": "c4171d82-5b6e-48b0-9fb8-cd4d4daec3f6", + "x-ms-ratelimit-remaining-subscription-reads": "11708", + "x-ms-request-id": "fb534e91-247d-4c9c-8d94-9ddb6c2c389f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112715Z:c4171d82-5b6e-48b0-9fb8-cd4d4daec3f6" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "1df6dec02d0277e01b3f26109308f901", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:27:16 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1df6dec02d0277e01b3f26109308f901", + "x-ms-correlation-request-id": "a2ddbbb1-fe2c-4d2d-bec0-a8bc64ed6c10", + "x-ms-ratelimit-remaining-subscription-reads": "11707", + "x-ms-request-id": "1aa3e104-f69b-4338-853b-6feaf505357e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112717Z:a2ddbbb1-fe2c-4d2d-bec0-a8bc64ed6c10" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "f0a1556f61d4b36cc13275d1a260c41b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:27:17 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f0a1556f61d4b36cc13275d1a260c41b", + "x-ms-correlation-request-id": "983f4068-002b-4698-acd2-9d39b421fb43", + "x-ms-ratelimit-remaining-subscription-reads": "11706", + "x-ms-request-id": "fdf22e42-687c-48c2-857d-83bae017c6ca", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112718Z:983f4068-002b-4698-acd2-9d39b421fb43" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "b4aa6541c24e3a2222ed4c101d5a2b03", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:27:19 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b4aa6541c24e3a2222ed4c101d5a2b03", + "x-ms-correlation-request-id": "9ad2b432-d643-4bde-85ff-5e91fd1055dd", + "x-ms-ratelimit-remaining-subscription-reads": "11705", + "x-ms-request-id": "63d5f880-b920-43a1-a490-d7ee29ce320e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112719Z:9ad2b432-d643-4bde-85ff-5e91fd1055dd" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "0fcb8232209c5ebd71425bcfb80fd4ba", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:27:20 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "0fcb8232209c5ebd71425bcfb80fd4ba", + "x-ms-correlation-request-id": "2ca8e793-c45e-4729-8bba-39c3ce4078d0", + "x-ms-ratelimit-remaining-subscription-reads": "11704", + "x-ms-request-id": "78ea8535-3f56-4fb4-9226-b417c8db2c0c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112721Z:2ca8e793-c45e-4729-8bba-39c3ce4078d0" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "2ece0a7b455eadb23366cde7145c9567", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:27:21 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "2ece0a7b455eadb23366cde7145c9567", + "x-ms-correlation-request-id": "820290ba-8c4f-4c93-943a-9237a41edfa3", + "x-ms-ratelimit-remaining-subscription-reads": "11703", + "x-ms-request-id": "55c1f03d-9bd2-4188-b473-5ac3d0a449b9", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112722Z:820290ba-8c4f-4c93-943a-9237a41edfa3" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "1f9f7107b495217fa74b420b66538213", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:27:22 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1f9f7107b495217fa74b420b66538213", + "x-ms-correlation-request-id": "cc0b4df1-09f3-4b2f-88ec-1c4c34a75b25", + "x-ms-ratelimit-remaining-subscription-reads": "11702", + "x-ms-request-id": "33e4df87-b7bb-4664-8619-2a11ac43217b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112723Z:cc0b4df1-09f3-4b2f-88ec-1c4c34a75b25" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "12959118fd8ceda5cf1ddc3552d64a15", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:27:24 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "12959118fd8ceda5cf1ddc3552d64a15", + "x-ms-correlation-request-id": "6c7af79a-fa3e-4a10-95a4-849bab92bde3", + "x-ms-ratelimit-remaining-subscription-reads": "11701", + "x-ms-request-id": "24d7d5b8-a5c7-4474-9924-87a1b65160a9", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112725Z:6c7af79a-fa3e-4a10-95a4-849bab92bde3" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "47c8f4acb56fc6258aad861202a646e0", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:27:25 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "47c8f4acb56fc6258aad861202a646e0", + "x-ms-correlation-request-id": "e87459a5-fbfd-4a1d-a7fa-6a91758443e5", + "x-ms-ratelimit-remaining-subscription-reads": "11700", + "x-ms-request-id": "7d9d46df-2082-49e6-b9f0-02d4d1e896f6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112726Z:e87459a5-fbfd-4a1d-a7fa-6a91758443e5" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "82cfbae483c609dacbb24f77d849ced0", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:27:26 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "82cfbae483c609dacbb24f77d849ced0", + "x-ms-correlation-request-id": "54b014cb-5618-40ad-ba46-7b5dd83072b6", + "x-ms-ratelimit-remaining-subscription-reads": "11699", + "x-ms-request-id": "a67bc310-9100-4d54-9e58-34f2f3b61033", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112727Z:54b014cb-5618-40ad-ba46-7b5dd83072b6" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "725e2d003b8b62a36ccf87de7692ea28", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:27:28 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "725e2d003b8b62a36ccf87de7692ea28", + "x-ms-correlation-request-id": "83329878-fd0c-45e7-9d30-8a418bcf0892", + "x-ms-ratelimit-remaining-subscription-reads": "11698", + "x-ms-request-id": "11b0c7f8-c954-446f-aadd-5034ffc2d627", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112728Z:83329878-fd0c-45e7-9d30-8a418bcf0892" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "9751fbd7c707294f19be7bbd65aded40", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:27:29 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "9751fbd7c707294f19be7bbd65aded40", + "x-ms-correlation-request-id": "ea7deac1-0371-4c86-98c0-9cb874f9a9d1", + "x-ms-ratelimit-remaining-subscription-reads": "11697", + "x-ms-request-id": "ad791d5c-fcbf-4c38-8102-f70f21c1175f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112730Z:ea7deac1-0371-4c86-98c0-9cb874f9a9d1" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "d511b6ded347a955176c15f6fbfb9238", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:27:31 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d511b6ded347a955176c15f6fbfb9238", + "x-ms-correlation-request-id": "c1b9e90a-8a29-47fc-9910-79300b4f96b1", + "x-ms-ratelimit-remaining-subscription-reads": "11696", + "x-ms-request-id": "91cf6df6-ee30-4009-91ab-c3c18e409b7b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112731Z:c1b9e90a-8a29-47fc-9910-79300b4f96b1" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "dda027c736f839c9de3559ccbfe6fdbf", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:27:32 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "dda027c736f839c9de3559ccbfe6fdbf", + "x-ms-correlation-request-id": "86dfc1f0-959c-49e6-91bf-74a2843bf6d1", + "x-ms-ratelimit-remaining-subscription-reads": "11695", + "x-ms-request-id": "6336e7d2-6b7e-4d1f-ab47-79ba2b829c34", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112732Z:86dfc1f0-959c-49e6-91bf-74a2843bf6d1" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "c00046e2158003e0a6a7809bb1582e1d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:27:34 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c00046e2158003e0a6a7809bb1582e1d", + "x-ms-correlation-request-id": "1d9c9b17-7f3d-4363-b5e5-fcee35812954", + "x-ms-ratelimit-remaining-subscription-reads": "11694", + "x-ms-request-id": "f7c9d943-13ab-4ec7-88b8-89c0805f8782", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112734Z:1d9c9b17-7f3d-4363-b5e5-fcee35812954" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "3ef5422b100ca848ecd8f7127a88e930", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:27:35 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "3ef5422b100ca848ecd8f7127a88e930", + "x-ms-correlation-request-id": "4c97518e-1bdc-4233-b23c-8122b6850f19", + "x-ms-ratelimit-remaining-subscription-reads": "11693", + "x-ms-request-id": "c9526eea-4d94-4880-9fa5-e7b813e6fe30", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112735Z:4c97518e-1bdc-4233-b23c-8122b6850f19" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "b414566fd2fbb2b7469d3650b52d8785", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:27:36 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b414566fd2fbb2b7469d3650b52d8785", + "x-ms-correlation-request-id": "eeb41025-b82b-4ad6-856a-c9f7accb7502", + "x-ms-ratelimit-remaining-subscription-reads": "11692", + "x-ms-request-id": "49b4bc3c-1b51-4456-9b4e-8eca1d94c003", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112736Z:eeb41025-b82b-4ad6-856a-c9f7accb7502" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "7ca03b06bef0d1b2fe58d3a81dcd881d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:27:38 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "7ca03b06bef0d1b2fe58d3a81dcd881d", + "x-ms-correlation-request-id": "8a89e397-a743-4e8f-971d-468b63e81525", + "x-ms-ratelimit-remaining-subscription-reads": "11691", + "x-ms-request-id": "2fac2c8e-a813-4a43-ad0e-1d40b8e5a412", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112738Z:8a89e397-a743-4e8f-971d-468b63e81525" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "5b2c50be7a4459218a42f86fd9f7f2bf", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:27:39 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5b2c50be7a4459218a42f86fd9f7f2bf", + "x-ms-correlation-request-id": "6fa89910-4b9a-4142-a292-6aaca0c712d6", + "x-ms-ratelimit-remaining-subscription-reads": "11690", + "x-ms-request-id": "71d1df9a-d677-4409-91b1-854af5859c8a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112739Z:6fa89910-4b9a-4142-a292-6aaca0c712d6" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "3e0c72516ce7b040a342b5a3fe0f9578", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:27:40 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "3e0c72516ce7b040a342b5a3fe0f9578", + "x-ms-correlation-request-id": "79fa4b45-74dc-4ec7-955b-76665ca900e1", + "x-ms-ratelimit-remaining-subscription-reads": "11689", + "x-ms-request-id": "27565fef-1584-4d0e-8248-0fb34fee3b9b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112740Z:79fa4b45-74dc-4ec7-955b-76665ca900e1" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "659219142c018c401a47f2adc643f806", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:27:42 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "659219142c018c401a47f2adc643f806", + "x-ms-correlation-request-id": "76d296be-c514-4e67-9989-5f70774a4166", + "x-ms-ratelimit-remaining-subscription-reads": "11688", + "x-ms-request-id": "24dd1ed9-6cbb-4906-aa26-53df76693dd4", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112742Z:76d296be-c514-4e67-9989-5f70774a4166" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "ab56146549c151350f7bb702c47d5a7b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:27:43 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ab56146549c151350f7bb702c47d5a7b", + "x-ms-correlation-request-id": "4a8c7db5-e427-47ba-89ae-84e56cf88dde", + "x-ms-ratelimit-remaining-subscription-reads": "11687", + "x-ms-request-id": "7a026eda-86f1-41bf-b383-b46ba0b68815", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112743Z:4a8c7db5-e427-47ba-89ae-84e56cf88dde" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "bf5a7fad8c6524bd317f24a07a92ea60", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:27:44 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "bf5a7fad8c6524bd317f24a07a92ea60", + "x-ms-correlation-request-id": "5bdcb341-5e9f-4350-ada1-61133af1bc51", + "x-ms-ratelimit-remaining-subscription-reads": "11686", + "x-ms-request-id": "e569d111-aac7-4c00-b5ea-2bf65ef4e487", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112744Z:5bdcb341-5e9f-4350-ada1-61133af1bc51" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "ea3dae49e9b8cbb6e4405586753ec79c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:27:46 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ea3dae49e9b8cbb6e4405586753ec79c", + "x-ms-correlation-request-id": "d1e45430-f845-4bf2-b045-38f44a482125", + "x-ms-ratelimit-remaining-subscription-reads": "11685", + "x-ms-request-id": "fdf0a995-4693-4363-a42a-800b43802177", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112746Z:d1e45430-f845-4bf2-b045-38f44a482125" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "460076ed38e8d9a157317a422495d77d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:27:47 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "460076ed38e8d9a157317a422495d77d", + "x-ms-correlation-request-id": "b53df26f-af6b-41fa-a847-b9fc56bb4c59", + "x-ms-ratelimit-remaining-subscription-reads": "11684", + "x-ms-request-id": "3b795fdb-7999-4988-85de-54afd60a341e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112747Z:b53df26f-af6b-41fa-a847-b9fc56bb4c59" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "15b856917040c4c2c98fdb243637aff3", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:27:48 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "15b856917040c4c2c98fdb243637aff3", + "x-ms-correlation-request-id": "be40b4ca-e1cf-4cc6-b1e4-cc1cb5b5f2c5", + "x-ms-ratelimit-remaining-subscription-reads": "11683", + "x-ms-request-id": "d6fb21f0-d061-4692-860d-a86204551d5b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112748Z:be40b4ca-e1cf-4cc6-b1e4-cc1cb5b5f2c5" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "03b288b7a39210770d6492866e74a64e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:27:50 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "03b288b7a39210770d6492866e74a64e", + "x-ms-correlation-request-id": "015823d2-4924-499f-8558-aa98f7a0d618", + "x-ms-ratelimit-remaining-subscription-reads": "11682", + "x-ms-request-id": "c700d18b-8f66-46bb-be53-623b4c92e26c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112750Z:015823d2-4924-499f-8558-aa98f7a0d618" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "1ef4d869b2857d5cb43b7d595d7da220", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:27:51 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1ef4d869b2857d5cb43b7d595d7da220", + "x-ms-correlation-request-id": "35980d88-d7e4-4c97-9831-4d78c37c66ba", + "x-ms-ratelimit-remaining-subscription-reads": "11681", + "x-ms-request-id": "f7d3b3e0-f72b-4966-97bf-9a4140eccff6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112751Z:35980d88-d7e4-4c97-9831-4d78c37c66ba" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "9c8a8682d3e3edebdea808dbdd3b5554", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:27:53 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "9c8a8682d3e3edebdea808dbdd3b5554", + "x-ms-correlation-request-id": "45ffc40a-823a-4751-8a3f-bec677fa1d65", + "x-ms-ratelimit-remaining-subscription-reads": "11680", + "x-ms-request-id": "431a56f1-c476-457d-80ba-4225d6a5fb97", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112753Z:45ffc40a-823a-4751-8a3f-bec677fa1d65" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "5eba8ce89042056e2c344f56261eb390", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:27:54 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5eba8ce89042056e2c344f56261eb390", + "x-ms-correlation-request-id": "db4680d3-29de-4846-a6d0-631767939877", + "x-ms-ratelimit-remaining-subscription-reads": "11679", + "x-ms-request-id": "01ca492c-3373-4e94-a893-eafe9fbef594", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112754Z:db4680d3-29de-4846-a6d0-631767939877" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "e80472c10aea966bec0740dca980a078", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:27:56 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e80472c10aea966bec0740dca980a078", + "x-ms-correlation-request-id": "87229798-8b37-45fb-a3a8-4eb06992256b", + "x-ms-ratelimit-remaining-subscription-reads": "11678", + "x-ms-request-id": "c1a903d7-f8d1-456d-a32e-f0a166adfb1f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112756Z:87229798-8b37-45fb-a3a8-4eb06992256b" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "d07028e644c2f1de188470ae8395c7c0", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:27:57 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d07028e644c2f1de188470ae8395c7c0", + "x-ms-correlation-request-id": "9a061408-2f84-44fd-a1bc-16131cac210b", + "x-ms-ratelimit-remaining-subscription-reads": "11677", + "x-ms-request-id": "06dacb34-a410-4232-9b2d-05e3c0dbdeaa", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112757Z:9a061408-2f84-44fd-a1bc-16131cac210b" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "6a1a78f56d37de6a2124723b50915bab", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:27:58 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6a1a78f56d37de6a2124723b50915bab", + "x-ms-correlation-request-id": "528c320a-dbd3-4f63-b6bf-62b24b420e58", + "x-ms-ratelimit-remaining-subscription-reads": "11676", + "x-ms-request-id": "e177a955-098e-47aa-ab65-6e8138901504", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112758Z:528c320a-dbd3-4f63-b6bf-62b24b420e58" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "fd6fd794e2ad7dcd9413cf6599bd1357", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:28:00 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "fd6fd794e2ad7dcd9413cf6599bd1357", + "x-ms-correlation-request-id": "f12a5ec1-3c27-4d17-87e4-0af64683c99e", + "x-ms-ratelimit-remaining-subscription-reads": "11675", + "x-ms-request-id": "7ab5aa7c-3f5c-407a-92fc-28df511d36e9", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112800Z:f12a5ec1-3c27-4d17-87e4-0af64683c99e" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "31e7803f35667940bd91af9ed1a3a087", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:28:01 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "31e7803f35667940bd91af9ed1a3a087", + "x-ms-correlation-request-id": "715e297f-9df9-4a99-a7f8-1b5ecee13cdc", + "x-ms-ratelimit-remaining-subscription-reads": "11674", + "x-ms-request-id": "8522e4fd-a495-40b1-90e9-33de27df43bd", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112801Z:715e297f-9df9-4a99-a7f8-1b5ecee13cdc" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "ab19c429ca251212aa9cd6249e054563", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:28:02 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ab19c429ca251212aa9cd6249e054563", + "x-ms-correlation-request-id": "93768553-7632-4a5c-938b-65566b888c65", + "x-ms-ratelimit-remaining-subscription-reads": "11673", + "x-ms-request-id": "8ef2c36f-a4bc-48c4-a468-b22af0a6fcc7", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112802Z:93768553-7632-4a5c-938b-65566b888c65" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "d0fb1b102aa95f4496f63f1c332fabf1", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:28:03 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d0fb1b102aa95f4496f63f1c332fabf1", + "x-ms-correlation-request-id": "1a8b29f7-d9ce-4ae9-9285-874c67bcd15b", + "x-ms-ratelimit-remaining-subscription-reads": "11672", + "x-ms-request-id": "37adf7af-3c11-4c32-8282-2ee026050226", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112804Z:1a8b29f7-d9ce-4ae9-9285-874c67bcd15b" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "d53b487267a375316ed586ca5e1cdab8", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:28:05 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d53b487267a375316ed586ca5e1cdab8", + "x-ms-correlation-request-id": "20b6fb2e-2a8e-473c-889f-3b7805cb0a4e", + "x-ms-ratelimit-remaining-subscription-reads": "11671", + "x-ms-request-id": "956bcd84-9dc2-4a5b-a367-bc80ede40aeb", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112805Z:20b6fb2e-2a8e-473c-889f-3b7805cb0a4e" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "b68d4b4cd0a7fedd7fba152e8af5de7b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:28:06 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b68d4b4cd0a7fedd7fba152e8af5de7b", + "x-ms-correlation-request-id": "1c3526e0-36d6-44f0-ba62-fb8404117a77", + "x-ms-ratelimit-remaining-subscription-reads": "11670", + "x-ms-request-id": "6576bfa3-8280-4d20-b37f-f494c5af8ca7", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112806Z:1c3526e0-36d6-44f0-ba62-fb8404117a77" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "56b1e5f06fc9a9bfe98662d4a37a007a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:28:07 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "56b1e5f06fc9a9bfe98662d4a37a007a", + "x-ms-correlation-request-id": "e2d82167-04a9-4c56-ba5a-ca7a7471381d", + "x-ms-ratelimit-remaining-subscription-reads": "11669", + "x-ms-request-id": "cd715254-831f-411a-9406-3310b719e2bc", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112808Z:e2d82167-04a9-4c56-ba5a-ca7a7471381d" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "e8cf871bf5a1a24a6a3d55e95202ea78", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:28:09 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e8cf871bf5a1a24a6a3d55e95202ea78", + "x-ms-correlation-request-id": "e7c81a4a-88a1-49de-8910-235fecb74796", + "x-ms-ratelimit-remaining-subscription-reads": "11668", + "x-ms-request-id": "d3cb5ff1-327b-496d-81a8-b5a375b678d6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112809Z:e7c81a4a-88a1-49de-8910-235fecb74796" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "79d90af6846adcee8be3cc206d085a05", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:28:10 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "79d90af6846adcee8be3cc206d085a05", + "x-ms-correlation-request-id": "6b297341-e0d7-412e-8a30-134ce6d8ec7d", + "x-ms-ratelimit-remaining-subscription-reads": "11667", + "x-ms-request-id": "f61ec90b-dd49-4e10-bb60-a46c427cdb35", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112810Z:6b297341-e0d7-412e-8a30-134ce6d8ec7d" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "02129ab9f625fbd99b0feb8c1ad557e6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:28:11 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "02129ab9f625fbd99b0feb8c1ad557e6", + "x-ms-correlation-request-id": "bc35d5a9-6242-4668-a5d5-bf7bb7ab2481", + "x-ms-ratelimit-remaining-subscription-reads": "11666", + "x-ms-request-id": "a6a95395-acdd-490d-9594-b8aea91e061e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112812Z:bc35d5a9-6242-4668-a5d5-bf7bb7ab2481" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "99dee99c86a1960f99f35cbd28293461", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:28:13 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "99dee99c86a1960f99f35cbd28293461", + "x-ms-correlation-request-id": "a4a50a64-2b27-4e11-a552-b2564c7712b5", + "x-ms-ratelimit-remaining-subscription-reads": "11665", + "x-ms-request-id": "d8c7891f-4bf2-4f35-b73d-6e833d249a0e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112813Z:a4a50a64-2b27-4e11-a552-b2564c7712b5" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "b73050e2e7efff5230ddde5a9961c2b5", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:28:14 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b73050e2e7efff5230ddde5a9961c2b5", + "x-ms-correlation-request-id": "b07e80c6-b1f6-4332-9213-66da27e220f6", + "x-ms-ratelimit-remaining-subscription-reads": "11664", + "x-ms-request-id": "fa087273-cc16-4182-9d74-e7388425fdb7", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112814Z:b07e80c6-b1f6-4332-9213-66da27e220f6" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "8484e68cc12a32648a7b69329a1bd371", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:28:15 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "8484e68cc12a32648a7b69329a1bd371", + "x-ms-correlation-request-id": "c2edb556-f1c4-49e1-b547-612be710c527", + "x-ms-ratelimit-remaining-subscription-reads": "11663", + "x-ms-request-id": "3f9790bb-7bb4-42e0-b300-d5e4eb4bd3b7", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112816Z:c2edb556-f1c4-49e1-b547-612be710c527" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "caaa89db9fa5b4f697df68c3a8b5fd37", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:28:17 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "caaa89db9fa5b4f697df68c3a8b5fd37", + "x-ms-correlation-request-id": "f79452a8-9a13-428e-9b41-01f24c856dc9", + "x-ms-ratelimit-remaining-subscription-reads": "11662", + "x-ms-request-id": "601d72f0-891e-4c82-9acb-f0482b2f50de", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112817Z:f79452a8-9a13-428e-9b41-01f24c856dc9" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "4231a630b0a52037ebfd2c747d206515", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:28:18 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4231a630b0a52037ebfd2c747d206515", + "x-ms-correlation-request-id": "2ad4953f-e306-4c5b-9667-2b857e93cc7b", + "x-ms-ratelimit-remaining-subscription-reads": "11661", + "x-ms-request-id": "34036fa0-ade1-4251-a613-a460ef4acd0b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112818Z:2ad4953f-e306-4c5b-9667-2b857e93cc7b" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "0f7f6c0af8b7ec10efcfec4b59a089d5", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:28:19 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "0f7f6c0af8b7ec10efcfec4b59a089d5", + "x-ms-correlation-request-id": "bdd4c272-46f1-4b4f-b012-b1d1a3615665", + "x-ms-ratelimit-remaining-subscription-reads": "11660", + "x-ms-request-id": "ec6a5efc-1c18-4942-b144-2204605abc34", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112819Z:bdd4c272-46f1-4b4f-b012-b1d1a3615665" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "f301317e91ea2bcc5189dea773823676", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:28:21 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f301317e91ea2bcc5189dea773823676", + "x-ms-correlation-request-id": "03837381-9f68-4a26-a22a-00fd30234965", + "x-ms-ratelimit-remaining-subscription-reads": "11659", + "x-ms-request-id": "e36e3a05-d825-4448-9063-3f102087b65e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112821Z:03837381-9f68-4a26-a22a-00fd30234965" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "3cb95379ed363880964553d5c3ecc64b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:28:22 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "3cb95379ed363880964553d5c3ecc64b", + "x-ms-correlation-request-id": "24aa21ee-182a-4f71-8cc0-b74d1ac70066", + "x-ms-ratelimit-remaining-subscription-reads": "11658", + "x-ms-request-id": "ba8d6571-3969-4cb9-b1d1-d021b99f58c7", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112822Z:24aa21ee-182a-4f71-8cc0-b74d1ac70066" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "4bf55673711e782aa053be2d1968786c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:28:23 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4bf55673711e782aa053be2d1968786c", + "x-ms-correlation-request-id": "57a34a3f-5711-4473-9741-7b2caba84f07", + "x-ms-ratelimit-remaining-subscription-reads": "11657", + "x-ms-request-id": "15ffa21b-3210-4385-887d-709cc1b4b1e6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112823Z:57a34a3f-5711-4473-9741-7b2caba84f07" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "06d176984de7909fb1c85da53ef66865", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:28:24 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "06d176984de7909fb1c85da53ef66865", + "x-ms-correlation-request-id": "a0b84891-f4f5-4071-90fe-123015190c6f", + "x-ms-ratelimit-remaining-subscription-reads": "11656", + "x-ms-request-id": "9840036b-6b31-4def-a97a-344d1452400c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112825Z:a0b84891-f4f5-4071-90fe-123015190c6f" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "1c3493c3ea8d085828409be22f531e2e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:28:26 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1c3493c3ea8d085828409be22f531e2e", + "x-ms-correlation-request-id": "5dac463b-3567-4ba1-bc16-d765902b504e", + "x-ms-ratelimit-remaining-subscription-reads": "11655", + "x-ms-request-id": "4217f660-7ffc-4e01-9de0-5a616bc51ab8", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112826Z:5dac463b-3567-4ba1-bc16-d765902b504e" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "4d3de6ccc01b2563b6649a5514853aa9", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:28:27 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4d3de6ccc01b2563b6649a5514853aa9", + "x-ms-correlation-request-id": "8fde833b-fc31-4d06-8969-59ee3cf2580c", + "x-ms-ratelimit-remaining-subscription-reads": "11654", + "x-ms-request-id": "b040564b-95e3-472e-85ab-fe7ab795ba7d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112827Z:8fde833b-fc31-4d06-8969-59ee3cf2580c" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "866a58eb5c34adde1dc8dea7b1bd615e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:28:28 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "866a58eb5c34adde1dc8dea7b1bd615e", + "x-ms-correlation-request-id": "4fd7b08c-dfac-4008-8d1f-ef6c98abc5c8", + "x-ms-ratelimit-remaining-subscription-reads": "11653", + "x-ms-request-id": "86018504-24eb-4376-b552-ed5044e5204e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112829Z:4fd7b08c-dfac-4008-8d1f-ef6c98abc5c8" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "57d92eaa1bb9024a2f0e65285002f4a2", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:28:30 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "57d92eaa1bb9024a2f0e65285002f4a2", + "x-ms-correlation-request-id": "4097f3e6-55fa-4c5c-bfcc-4fb623f81060", + "x-ms-ratelimit-remaining-subscription-reads": "11652", + "x-ms-request-id": "7ebae3a6-5793-4e53-8ad8-966d21190aca", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112830Z:4097f3e6-55fa-4c5c-bfcc-4fb623f81060" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "d6f7f20598e970fa088f2f52e2bb73f9", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:28:31 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d6f7f20598e970fa088f2f52e2bb73f9", + "x-ms-correlation-request-id": "b6f3a34f-7df3-42b3-8d87-87e1b947df1d", + "x-ms-ratelimit-remaining-subscription-reads": "11651", + "x-ms-request-id": "7a12bbfa-54d2-404e-8d6f-3e580b8fa2a2", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112831Z:b6f3a34f-7df3-42b3-8d87-87e1b947df1d" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "e5ab3c03e3acd0f00e675625f6b65d1b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:28:32 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e5ab3c03e3acd0f00e675625f6b65d1b", + "x-ms-correlation-request-id": "0dbd3e8b-5f9b-414e-86a9-bf0fd863f06b", + "x-ms-ratelimit-remaining-subscription-reads": "11650", + "x-ms-request-id": "dda29a1b-f30b-49ea-9010-dbb0f9a67eec", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112833Z:0dbd3e8b-5f9b-414e-86a9-bf0fd863f06b" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "bfa13bd48ac5127434684f29ebf72074", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:28:34 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "bfa13bd48ac5127434684f29ebf72074", + "x-ms-correlation-request-id": "1d9d24df-18c7-444c-be34-3f6ba7f6f6b0", + "x-ms-ratelimit-remaining-subscription-reads": "11649", + "x-ms-request-id": "b6820e36-5060-472e-9dcc-815f7c714477", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112834Z:1d9d24df-18c7-444c-be34-3f6ba7f6f6b0" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "13256c9a0e5622f60227c88241d47a51", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:28:35 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "13256c9a0e5622f60227c88241d47a51", + "x-ms-correlation-request-id": "d877717f-ff47-43f9-9945-13ccaef43791", + "x-ms-ratelimit-remaining-subscription-reads": "11648", + "x-ms-request-id": "fb8de7cd-8759-42a4-a146-974e9d4ac97f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112835Z:d877717f-ff47-43f9-9945-13ccaef43791" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "a77d1331b4197834c799b14393c6e416", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:28:36 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a77d1331b4197834c799b14393c6e416", + "x-ms-correlation-request-id": "50124f2d-8819-4941-870f-d774df234517", + "x-ms-ratelimit-remaining-subscription-reads": "11647", + "x-ms-request-id": "63ff8426-72ba-46c2-977b-25f0a55f327b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112837Z:50124f2d-8819-4941-870f-d774df234517" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "898be2464990c6c4447fbd9ec1f2d05f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:28:38 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "898be2464990c6c4447fbd9ec1f2d05f", + "x-ms-correlation-request-id": "12e82891-de34-4b2e-9115-a1f43ca067f7", + "x-ms-ratelimit-remaining-subscription-reads": "11646", + "x-ms-request-id": "74e4ef04-1aa5-4378-a477-74b2478af32a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112838Z:12e82891-de34-4b2e-9115-a1f43ca067f7" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "d8f8fdee797ae55a37ad4cbd5cb38e3c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:28:39 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d8f8fdee797ae55a37ad4cbd5cb38e3c", + "x-ms-correlation-request-id": "1d8f4bb7-a596-4e3f-a741-904b4bb62d7b", + "x-ms-ratelimit-remaining-subscription-reads": "11645", + "x-ms-request-id": "50a884f6-81c8-49a8-b0a6-08545dcaaed4", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112839Z:1d8f4bb7-a596-4e3f-a741-904b4bb62d7b" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "5e3bb243f049e8c14fb7629af796b6d4", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:28:40 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5e3bb243f049e8c14fb7629af796b6d4", + "x-ms-correlation-request-id": "3154e650-1c98-47d2-a549-c8cc2e4ec1aa", + "x-ms-ratelimit-remaining-subscription-reads": "11644", + "x-ms-request-id": "2e604f84-e672-40d3-bddd-97ccbf638e39", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112841Z:3154e650-1c98-47d2-a549-c8cc2e4ec1aa" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "965452c80bcecc9c88a552e3fc066991", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:28:42 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "965452c80bcecc9c88a552e3fc066991", + "x-ms-correlation-request-id": "fe6a2189-2075-4d47-a374-3d90b361e283", + "x-ms-ratelimit-remaining-subscription-reads": "11643", + "x-ms-request-id": "038ef7ab-f29f-42e8-a3ff-c321938aa190", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112842Z:fe6a2189-2075-4d47-a374-3d90b361e283" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "0f5a81f172b7fe163b0f88c217bfeea1", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:28:43 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "0f5a81f172b7fe163b0f88c217bfeea1", + "x-ms-correlation-request-id": "d1792504-24ae-4600-b6bc-d5c0a24ebbff", + "x-ms-ratelimit-remaining-subscription-reads": "11642", + "x-ms-request-id": "fc7a52c1-970f-4851-bf95-0441fee94bd8", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112843Z:d1792504-24ae-4600-b6bc-d5c0a24ebbff" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "0af477f6f75e376d166fd5a39edeeb48", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:28:44 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "0af477f6f75e376d166fd5a39edeeb48", + "x-ms-correlation-request-id": "b75ac8fd-8869-40a0-b252-368e75d9711d", + "x-ms-ratelimit-remaining-subscription-reads": "11641", + "x-ms-request-id": "058031e3-c472-40f8-8780-bb513de3666d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112845Z:b75ac8fd-8869-40a0-b252-368e75d9711d" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "75a9d04da63b561d3b555abe83d9b5c8", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:28:45 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "75a9d04da63b561d3b555abe83d9b5c8", + "x-ms-correlation-request-id": "44f53b53-c17c-4402-8fcb-767d3883d2a2", + "x-ms-ratelimit-remaining-subscription-reads": "11640", + "x-ms-request-id": "374a8477-d368-48e5-b5b0-02443c6129cf", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112846Z:44f53b53-c17c-4402-8fcb-767d3883d2a2" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "85ecb0b65f12f9321323f9489c73605d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:28:47 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "85ecb0b65f12f9321323f9489c73605d", + "x-ms-correlation-request-id": "70f773c8-82e6-4777-9338-97a36480fca0", + "x-ms-ratelimit-remaining-subscription-reads": "11639", + "x-ms-request-id": "6ad16955-8112-4386-9ad8-90aea0d71c74", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112847Z:70f773c8-82e6-4777-9338-97a36480fca0" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "4675402479164f665a9ece089cafb43c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:28:48 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4675402479164f665a9ece089cafb43c", + "x-ms-correlation-request-id": "7db5e068-6d66-4ca5-ac5f-981009b7086e", + "x-ms-ratelimit-remaining-subscription-reads": "11638", + "x-ms-request-id": "0d388be6-fd44-4a7d-b980-14b2e4971de5", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112849Z:7db5e068-6d66-4ca5-ac5f-981009b7086e" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "edec0cb966f2ee369eb06218add5b9c8", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:28:49 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "edec0cb966f2ee369eb06218add5b9c8", + "x-ms-correlation-request-id": "f30e1f75-94e5-4a68-9078-19ff68c434b2", + "x-ms-ratelimit-remaining-subscription-reads": "11637", + "x-ms-request-id": "46fa371e-9e7f-4e6e-a887-1f62cd16a384", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112850Z:f30e1f75-94e5-4a68-9078-19ff68c434b2" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "429afdf46f643db24a9c2a7390295c63", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:28:51 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "429afdf46f643db24a9c2a7390295c63", + "x-ms-correlation-request-id": "2b881f58-5bbe-47ae-96b9-2901f9fee717", + "x-ms-ratelimit-remaining-subscription-reads": "11636", + "x-ms-request-id": "78db4fea-aa6a-445a-be0f-1f7ad9b01c49", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112851Z:2b881f58-5bbe-47ae-96b9-2901f9fee717" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "908ebc6e7386bd6b0a86a866164ea285", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:28:52 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "908ebc6e7386bd6b0a86a866164ea285", + "x-ms-correlation-request-id": "bac70d87-d213-45ed-9e11-869d694c0407", + "x-ms-ratelimit-remaining-subscription-reads": "11635", + "x-ms-request-id": "7b090391-6d5d-4784-8374-696766681713", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112853Z:bac70d87-d213-45ed-9e11-869d694c0407" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "9f1406e571154ad85aaea3553bc25d74", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:28:53 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "9f1406e571154ad85aaea3553bc25d74", + "x-ms-correlation-request-id": "3ac861a8-04ed-4de2-a903-b309b684b0ff", + "x-ms-ratelimit-remaining-subscription-reads": "11634", + "x-ms-request-id": "3142f2dd-ee21-4985-b566-0ca9b34f5ecd", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112854Z:3ac861a8-04ed-4de2-a903-b309b684b0ff" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "f1a9fe532946814192dc38ddc74c27fc", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:28:55 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f1a9fe532946814192dc38ddc74c27fc", + "x-ms-correlation-request-id": "276b9b1e-18e3-49dc-84a9-518cdb46e9e2", + "x-ms-ratelimit-remaining-subscription-reads": "11633", + "x-ms-request-id": "830156e1-947f-46b0-91a4-a0a728089e59", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112855Z:276b9b1e-18e3-49dc-84a9-518cdb46e9e2" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "898ea5fabd15fd4ee34435d8cf158247", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:28:56 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "898ea5fabd15fd4ee34435d8cf158247", + "x-ms-correlation-request-id": "c057e2ce-c7cb-4269-ae08-c849d16982db", + "x-ms-ratelimit-remaining-subscription-reads": "11632", + "x-ms-request-id": "b8b570e9-d55e-4679-8bf5-c812da4617b1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112857Z:c057e2ce-c7cb-4269-ae08-c849d16982db" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "17123329b0a4bb3ec5920c3839fb830d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:28:57 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "17123329b0a4bb3ec5920c3839fb830d", + "x-ms-correlation-request-id": "a0c37ab3-b7b3-4cb1-b541-c30344173054", + "x-ms-ratelimit-remaining-subscription-reads": "11631", + "x-ms-request-id": "e3316a1d-6c2f-4e32-9dd1-109bc1e5ca4e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112858Z:a0c37ab3-b7b3-4cb1-b541-c30344173054" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "965ba787d434965eb0ab0d02f369b17d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:28:59 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "965ba787d434965eb0ab0d02f369b17d", + "x-ms-correlation-request-id": "d64fec37-f9b1-486d-b2e6-a2bfee153e0c", + "x-ms-ratelimit-remaining-subscription-reads": "11630", + "x-ms-request-id": "bcba95c2-9e8f-4503-ab62-0f00ac69802a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112859Z:d64fec37-f9b1-486d-b2e6-a2bfee153e0c" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "93b4f15a0f39495767d2c483b015c4e8", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:29:00 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "93b4f15a0f39495767d2c483b015c4e8", + "x-ms-correlation-request-id": "30a75aaf-0853-4144-8598-bd36ed02bed1", + "x-ms-ratelimit-remaining-subscription-reads": "11629", + "x-ms-request-id": "6c9f230c-c707-4c09-81be-7b91d7423770", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112900Z:30a75aaf-0853-4144-8598-bd36ed02bed1" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "285128c0ebb95413d47b67f9a23bc85c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:29:01 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "285128c0ebb95413d47b67f9a23bc85c", + "x-ms-correlation-request-id": "b1cd2e5e-fe1c-4509-ac01-b4e87b9a7834", + "x-ms-ratelimit-remaining-subscription-reads": "11628", + "x-ms-request-id": "486a81a5-421a-4af9-9a48-56a58f20587f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112902Z:b1cd2e5e-fe1c-4509-ac01-b4e87b9a7834" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "48de8ee0ef4677d450122f610fdbe59a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:29:03 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "48de8ee0ef4677d450122f610fdbe59a", + "x-ms-correlation-request-id": "97d7cce9-1614-4a67-b988-3b5064d9cbc0", + "x-ms-ratelimit-remaining-subscription-reads": "11627", + "x-ms-request-id": "bb8e15d9-a3f0-45d5-96f7-222daf305cce", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112903Z:97d7cce9-1614-4a67-b988-3b5064d9cbc0" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "cb4125e789176ec4dd5fbebda75ea62b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:29:04 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "cb4125e789176ec4dd5fbebda75ea62b", + "x-ms-correlation-request-id": "0a8f7b58-1e27-42dd-9699-875af30f9c79", + "x-ms-ratelimit-remaining-subscription-reads": "11626", + "x-ms-request-id": "6ffce849-b37d-4186-bc75-ffe4541c2c7d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112905Z:0a8f7b58-1e27-42dd-9699-875af30f9c79" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "21a268097c37d0a154d9d8a6bcb145f9", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:29:05 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "21a268097c37d0a154d9d8a6bcb145f9", + "x-ms-correlation-request-id": "fb2c7fce-66d1-4ccd-b77c-481536746236", + "x-ms-ratelimit-remaining-subscription-reads": "11625", + "x-ms-request-id": "1d69108b-f399-4c0e-acee-149b3512825f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112906Z:fb2c7fce-66d1-4ccd-b77c-481536746236" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "7d11cd96fdf95744ca706ae73116d0f1", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:29:07 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "7d11cd96fdf95744ca706ae73116d0f1", + "x-ms-correlation-request-id": "6f4bdef0-e785-4e10-9d60-45916cbe564a", + "x-ms-ratelimit-remaining-subscription-reads": "11624", + "x-ms-request-id": "b2a7fcb4-6a07-408b-b80a-c768bf28a293", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112907Z:6f4bdef0-e785-4e10-9d60-45916cbe564a" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "a757036cc3386b638471773eb01db12c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:29:08 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a757036cc3386b638471773eb01db12c", + "x-ms-correlation-request-id": "5f9ada2c-022c-48c3-b296-16ec438d1e6c", + "x-ms-ratelimit-remaining-subscription-reads": "11623", + "x-ms-request-id": "5aa5aa99-e02e-4e22-9811-219713593670", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112908Z:5f9ada2c-022c-48c3-b296-16ec438d1e6c" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "da27c41a294c0c32244b57c712b99f3d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:29:09 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "da27c41a294c0c32244b57c712b99f3d", + "x-ms-correlation-request-id": "775bf267-ebed-42b6-9b4f-ab5be476b524", + "x-ms-ratelimit-remaining-subscription-reads": "11622", + "x-ms-request-id": "8b3cb779-73b0-46bc-90ea-b67c3fe3b7f9", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112910Z:775bf267-ebed-42b6-9b4f-ab5be476b524" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "b93ae6099e59d2c16aa6f9888505a6ac", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:29:10 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b93ae6099e59d2c16aa6f9888505a6ac", + "x-ms-correlation-request-id": "d1fd2dd0-f4f4-4473-aee2-55b9be01f8fb", + "x-ms-ratelimit-remaining-subscription-reads": "11621", + "x-ms-request-id": "a1c19945-cecf-4949-afc0-140f2a4994af", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112911Z:d1fd2dd0-f4f4-4473-aee2-55b9be01f8fb" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "6ccd3ebef6ee42a5d14b82ec6c9c59ca", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Connection": "close", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:29:12 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6ccd3ebef6ee42a5d14b82ec6c9c59ca", + "x-ms-correlation-request-id": "08b2e0f9-27e8-4c09-9480-c60f3d16532f", + "x-ms-ratelimit-remaining-subscription-reads": "11620", + "x-ms-request-id": "b27acb7c-8b77-4e39-a12a-55ad425cfa11", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112912Z:08b2e0f9-27e8-4c09-9480-c60f3d16532f" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "ca3439d1f8e37bd203556fa630a9861e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:29:14 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ca3439d1f8e37bd203556fa630a9861e", + "x-ms-correlation-request-id": "c1e502c3-bd51-4873-ba2e-4aca48909b67", + "x-ms-ratelimit-remaining-subscription-reads": "11999", + "x-ms-request-id": "0d4d5c47-ecb0-4965-a822-a0d7d19a657a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112915Z:c1e502c3-bd51-4873-ba2e-4aca48909b67" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "d308aaa532ec134f41f7e70e1bd465cd", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:29:16 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d308aaa532ec134f41f7e70e1bd465cd", + "x-ms-correlation-request-id": "8a6e7ddf-e63c-4cc4-8302-9082fa0f5b54", + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-request-id": "aed4aee5-edbd-4a7c-831f-b67c8958e793", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112916Z:8a6e7ddf-e63c-4cc4-8302-9082fa0f5b54" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "4cb62f4ddcd0c5c96b51689886ff1227", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:29:17 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4cb62f4ddcd0c5c96b51689886ff1227", + "x-ms-correlation-request-id": "49b08286-8027-4bf6-9730-fff0d2c0f1c9", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-request-id": "f67a00e1-ca22-49a3-bcd9-8821444e7cd1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112917Z:49b08286-8027-4bf6-9730-fff0d2c0f1c9" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "c24764c485939edde92188eb10c3602f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:29:18 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c24764c485939edde92188eb10c3602f", + "x-ms-correlation-request-id": "345983cd-6f7f-43a9-a9c5-4b5ffdeaee8a", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-request-id": "c43e8a01-a676-49d8-8492-7bdb03d040a0", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112919Z:345983cd-6f7f-43a9-a9c5-4b5ffdeaee8a" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "0058a2ef3af2c94de043679acab68d42", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:29:20 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "0058a2ef3af2c94de043679acab68d42", + "x-ms-correlation-request-id": "9c755a35-6d92-47ae-9ea5-54a7022d5657", + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-request-id": "3f95cdfd-7e61-40c8-a8aa-63ef19fcb605", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112920Z:9c755a35-6d92-47ae-9ea5-54a7022d5657" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "b74ac0e4a38dc73a511862af53ddb4a8", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:29:21 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b74ac0e4a38dc73a511862af53ddb4a8", + "x-ms-correlation-request-id": "1074b688-3cf1-4a3d-9242-f75a495ad315", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-request-id": "dba79534-f697-4c72-8f6a-acd44f2bcc8d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112921Z:1074b688-3cf1-4a3d-9242-f75a495ad315" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "e4a839f111a68a35167de1501d42d432", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:29:22 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e4a839f111a68a35167de1501d42d432", + "x-ms-correlation-request-id": "b72b85e8-39ac-4c30-ad77-e7e0f6432aca", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-request-id": "3684801e-3fc6-4b10-8a3c-c11c663ff700", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112923Z:b72b85e8-39ac-4c30-ad77-e7e0f6432aca" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "50074694a8794ca26790afdad79e7602", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:29:24 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "50074694a8794ca26790afdad79e7602", + "x-ms-correlation-request-id": "9c73b63e-453f-4c95-bdfc-19fc8ae684df", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-request-id": "29b503f5-409c-4d68-a526-8d528953ab01", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112924Z:9c73b63e-453f-4c95-bdfc-19fc8ae684df" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "91a9bf8ea90dd29b8ac0a10fc1eaaa0e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:29:25 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "91a9bf8ea90dd29b8ac0a10fc1eaaa0e", + "x-ms-correlation-request-id": "a8389bcb-e519-44aa-a5d3-913262f8e517", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-request-id": "77e10ecf-981b-41f0-aa4f-a2f2f206f015", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112925Z:a8389bcb-e519-44aa-a5d3-913262f8e517" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "0c1a2f4364d6482e965c7c15625ab277", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:29:26 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "0c1a2f4364d6482e965c7c15625ab277", + "x-ms-correlation-request-id": "f1cdffe6-0e6f-49a4-8db7-fd196aa2dc3b", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-request-id": "91a94c74-b193-47e5-9d5f-25d5fd612ef5", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112926Z:f1cdffe6-0e6f-49a4-8db7-fd196aa2dc3b" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "5dc1de074398eb25ab34c5b907938a7d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:29:27 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5dc1de074398eb25ab34c5b907938a7d", + "x-ms-correlation-request-id": "ad313173-772e-409a-8dd4-668baef23903", + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-request-id": "a3c21db2-f60f-47b3-9f50-de6e97fbf1e6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112928Z:ad313173-772e-409a-8dd4-668baef23903" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "a797a0e669832a2c9161fab12c867030", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:29:29 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a797a0e669832a2c9161fab12c867030", + "x-ms-correlation-request-id": "66e7ff10-1222-4a21-97c8-a2c9425ee5ff", + "x-ms-ratelimit-remaining-subscription-reads": "11988", + "x-ms-request-id": "73eea70a-3b9e-4164-b3ff-3f3451e35f1e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112929Z:66e7ff10-1222-4a21-97c8-a2c9425ee5ff" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "e307290d4c2800750a2f61a29e754103", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:29:30 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e307290d4c2800750a2f61a29e754103", + "x-ms-correlation-request-id": "e7ff4d19-6a13-4118-a0ce-bcc0ba50d77b", + "x-ms-ratelimit-remaining-subscription-reads": "11987", + "x-ms-request-id": "773c47b4-3d25-47af-82ec-145c573ad52e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112930Z:e7ff4d19-6a13-4118-a0ce-bcc0ba50d77b" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "c12ffed10bc39ef3b297cc374873be24", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:29:32 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c12ffed10bc39ef3b297cc374873be24", + "x-ms-correlation-request-id": "59d27a3d-17c9-4f22-9816-22c19c1165f7", + "x-ms-ratelimit-remaining-subscription-reads": "11986", + "x-ms-request-id": "9bbc4659-0b7d-481f-9697-685680f4b3cb", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112932Z:59d27a3d-17c9-4f22-9816-22c19c1165f7" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "ddac95c4a78c99542a969c54088a8b1c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:29:33 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ddac95c4a78c99542a969c54088a8b1c", + "x-ms-correlation-request-id": "7b7d5ece-a400-4288-96d7-c262eb6d163c", + "x-ms-ratelimit-remaining-subscription-reads": "11985", + "x-ms-request-id": "7a9add27-52c0-4283-98ae-2902e49ac557", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112934Z:7b7d5ece-a400-4288-96d7-c262eb6d163c" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "2edff720ae57016c36693091803eb797", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:29:35 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "2edff720ae57016c36693091803eb797", + "x-ms-correlation-request-id": "c4cf209a-445e-4e5f-9cf8-1c87d3620410", + "x-ms-ratelimit-remaining-subscription-reads": "11984", + "x-ms-request-id": "579ece64-4ac4-44b3-b699-3782de968b0d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112935Z:c4cf209a-445e-4e5f-9cf8-1c87d3620410" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "08dd3c7163c82977aa95972c6e9f9527", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:29:36 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "08dd3c7163c82977aa95972c6e9f9527", + "x-ms-correlation-request-id": "0cd70846-e44f-4469-9b0a-b1fc13d319db", + "x-ms-ratelimit-remaining-subscription-reads": "11983", + "x-ms-request-id": "01f18990-633b-4f65-810a-76f98c0e2fd6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112936Z:0cd70846-e44f-4469-9b0a-b1fc13d319db" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "5017b00b909316cd28aaa72276c319ec", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:29:37 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5017b00b909316cd28aaa72276c319ec", + "x-ms-correlation-request-id": "fac62dc5-77b5-4015-8c72-1a882bd4f423", + "x-ms-ratelimit-remaining-subscription-reads": "11982", + "x-ms-request-id": "be492ef0-5a04-4926-9759-b51ffffed406", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112938Z:fac62dc5-77b5-4015-8c72-1a882bd4f423" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "cbe205df82acbc5380b583c117409396", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:29:39 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "cbe205df82acbc5380b583c117409396", + "x-ms-correlation-request-id": "014dd5f7-3cc1-43f6-affb-b66088e85d73", + "x-ms-ratelimit-remaining-subscription-reads": "11981", + "x-ms-request-id": "c362d994-90e4-4195-9bea-61b3addbae42", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112939Z:014dd5f7-3cc1-43f6-affb-b66088e85d73" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "cf8509d36726e1036fc7e01ebb54b3e6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:29:40 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "cf8509d36726e1036fc7e01ebb54b3e6", + "x-ms-correlation-request-id": "0cc0343a-9168-4851-a37c-c64a88fef1d0", + "x-ms-ratelimit-remaining-subscription-reads": "11980", + "x-ms-request-id": "6a79a242-5533-4e66-ab77-d73338865ae1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112940Z:0cc0343a-9168-4851-a37c-c64a88fef1d0" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "694daa7cc9bc897b5d5bd0dd0c0bfee8", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:29:41 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "694daa7cc9bc897b5d5bd0dd0c0bfee8", + "x-ms-correlation-request-id": "5d0ff104-9d63-42a4-8edd-bbcf97927859", + "x-ms-ratelimit-remaining-subscription-reads": "11979", + "x-ms-request-id": "4fc7b25e-79b2-4e74-83b2-5c795d953e08", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112942Z:5d0ff104-9d63-42a4-8edd-bbcf97927859" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "6d4e1017493e78c601015ce5a234002c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:29:43 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6d4e1017493e78c601015ce5a234002c", + "x-ms-correlation-request-id": "f0cdf3c3-d6d0-4c75-85c5-90c61c872b38", + "x-ms-ratelimit-remaining-subscription-reads": "11978", + "x-ms-request-id": "9c4a2d7a-5c51-4677-87f7-2d149e6f2998", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112943Z:f0cdf3c3-d6d0-4c75-85c5-90c61c872b38" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "6d459d0229f209da8efc72cb9625d464", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:29:44 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6d459d0229f209da8efc72cb9625d464", + "x-ms-correlation-request-id": "78832c25-e8bf-4f16-86cc-e44dbafe636c", + "x-ms-ratelimit-remaining-subscription-reads": "11977", + "x-ms-request-id": "f8ed784b-f10a-4a56-b499-0fa3a7c09713", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112944Z:78832c25-e8bf-4f16-86cc-e44dbafe636c" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ed20b62-ac6d-4a88-8f63-e07f074fb03d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "ab07f7c8450532a7e3d567ba6d95e628", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:29:45 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ab07f7c8450532a7e3d567ba6d95e628", + "x-ms-correlation-request-id": "8ae6ff69-d4f0-4cc0-95ab-97432e5c0c78", + "x-ms-ratelimit-remaining-subscription-reads": "11976", + "x-ms-request-id": "f42f2e13-ae90-4427-a927-351cc5c27478", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112946Z:8ae6ff69-d4f0-4cc0-95ab-97432e5c0c78" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-841/providers/Microsoft.Storage/storageAccounts/teststoragemgmt283?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "6edba35a91c5edf63545df42d7fbe1db", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1469", + "Content-Type": "application/json", + "Date": "Wed, 17 Nov 2021 11:29:46 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6edba35a91c5edf63545df42d7fbe1db", + "x-ms-correlation-request-id": "ece56271-a091-49d7-9655-6bd4e23d59ba", + "x-ms-ratelimit-remaining-subscription-reads": "11975", + "x-ms-request-id": "447cb05a-da78-45d3-9ddb-e73eb53cc1e8", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112946Z:ece56271-a091-49d7-9655-6bd4e23d59ba" + }, + "ResponseBody": { + "sku": { + "name": "Standard_LRS", + "tier": "Standard" + }, + "kind": "StorageV2", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-841/providers/Microsoft.Storage/storageAccounts/teststoragemgmt283", + "name": "teststoragemgmt283", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-11-17T11:14:17.0628253Z", + "key2": "2021-11-17T11:14:17.0628253Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T11:14:17.0628253Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T11:14:17.0628253Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "accessTier": "Hot", + "provisioningState": "Succeeded", + "creationTime": "2021-11-17T11:14:16.9534369Z", + "primaryEndpoints": { + "dfs": "https://teststoragemgmt283.dfs.core.windows.net/", + "web": "https://teststoragemgmt283.z20.web.core.windows.net/", + "blob": "https://teststoragemgmt283.blob.core.windows.net/", + "queue": "https://teststoragemgmt283.queue.core.windows.net/", + "table": "https://teststoragemgmt283.table.core.windows.net/", + "file": "https://teststoragemgmt283.file.core.windows.net/" + }, + "primaryLocation": "centralus", + "statusOfPrimary": "available", + "lastGeoFailoverTime": "2021-11-17T11:29:45.5485604Z" + } + } + } + ], + "Variables": { + "RandomSeed": "998037328", + "RESOURCE_MANAGER_URL": null, + "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" + } +} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountFailOverAsync.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountFailOverAsync.json new file mode 100644 index 0000000000000..cf518990b30ae --- /dev/null +++ b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountFailOverAsync.json @@ -0,0 +1,20805 @@ +{ + "Entries": [ + { + "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-3af7883ed3491840af18c0a42a052ef5-c2e12d5acba52642-00", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "81370bccb364ab6b261fd590bc719898", + "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": "Wed, 17 Nov 2021 11:29:56 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "025d6e58-2cf1-47ce-a5b4-98acefa46f6a", + "x-ms-ratelimit-remaining-subscription-reads": "11972", + "x-ms-request-id": "025d6e58-2cf1-47ce-a5b4-98acefa46f6a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112957Z:025d6e58-2cf1-47ce-a5b4-98acefa46f6a" + }, + "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.Storage/checkNameAvailability?api-version=2021-04-01", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "73", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "15684aeab8f05fa7d9f74ba6cc96dce9", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "name": "teststoragemgmt3571", + "type": "Microsoft.Storage/storageAccounts" + }, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "22", + "Content-Type": "application/json", + "Date": "Wed, 17 Nov 2021 11:29:57 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "15684aeab8f05fa7d9f74ba6cc96dce9", + "x-ms-correlation-request-id": "3bba7245-8ef2-466d-ae59-b40cfd5f0027", + "x-ms-ratelimit-remaining-subscription-reads": "11971", + "x-ms-request-id": "6ce1a685-5046-4c23-8d87-d94d619d8f18", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112958Z:3bba7245-8ef2-466d-ae59-b40cfd5f0027" + }, + "ResponseBody": { + "nameAvailable": true + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/teststorageRG-8939?api-version=2019-10-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "44", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "231895cc69edbfc3c15ae48c9118df38", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "location": "eastus2", + "tags": { + "test": "env" + } + }, + "StatusCode": 201, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "256", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:29:58 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "e5d25654-c6c9-4347-8325-79589bce7c2a", + "x-ms-ratelimit-remaining-subscription-writes": "1199", + "x-ms-request-id": "e5d25654-c6c9-4347-8325-79589bce7c2a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T112958Z:e5d25654-c6c9-4347-8325-79589bce7c2a" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-8939", + "name": "teststorageRG-8939", + "type": "Microsoft.Resources/resourceGroups", + "location": "eastus2", + "tags": { + "test": "env" + }, + "properties": { + "provisioningState": "Succeeded" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-8939/providers/Microsoft.Storage/storageAccounts/teststoragemgmt3571?api-version=2021-04-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "130", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "1ea2fac4dc108f52218abb1f045989f8", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "sku": { + "name": "Standard_RAGRS" + }, + "kind": "StorageV2", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": {} + }, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:30:05 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/baf4fe85-9bc6-4989-af2a-520b97594b0f?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1ea2fac4dc108f52218abb1f045989f8", + "x-ms-correlation-request-id": "ac7e4953-6adf-4109-ae1a-5e36deb6d13e", + "x-ms-ratelimit-remaining-subscription-writes": "1198", + "x-ms-request-id": "baf4fe85-9bc6-4989-af2a-520b97594b0f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113006Z:ac7e4953-6adf-4109-ae1a-5e36deb6d13e" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/baf4fe85-9bc6-4989-af2a-520b97594b0f?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "9b086e6ccb3aefc043880162aea3ba68", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:30:05 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/baf4fe85-9bc6-4989-af2a-520b97594b0f?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "9b086e6ccb3aefc043880162aea3ba68", + "x-ms-correlation-request-id": "8bec27fc-9af7-4ce3-8b70-7d468cec7935", + "x-ms-ratelimit-remaining-subscription-reads": "11970", + "x-ms-request-id": "a804599c-844c-44b6-ab33-360dbbdb7550", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113006Z:8bec27fc-9af7-4ce3-8b70-7d468cec7935" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/baf4fe85-9bc6-4989-af2a-520b97594b0f?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "a5e5ebd0dd73a6b8fcc078bbaef3cc4e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:30:07 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/baf4fe85-9bc6-4989-af2a-520b97594b0f?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a5e5ebd0dd73a6b8fcc078bbaef3cc4e", + "x-ms-correlation-request-id": "b95fb2f9-e6dd-400d-9831-7ccd5fcaa5f3", + "x-ms-ratelimit-remaining-subscription-reads": "11969", + "x-ms-request-id": "a132f265-ff2d-48fe-a8c7-cca000007694", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113007Z:b95fb2f9-e6dd-400d-9831-7ccd5fcaa5f3" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/baf4fe85-9bc6-4989-af2a-520b97594b0f?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "96b3db41ed50dbbe2bb5bef71b9b3301", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:30:08 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/baf4fe85-9bc6-4989-af2a-520b97594b0f?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "96b3db41ed50dbbe2bb5bef71b9b3301", + "x-ms-correlation-request-id": "675c9f61-13dc-42f0-9718-de9404a47103", + "x-ms-ratelimit-remaining-subscription-reads": "11968", + "x-ms-request-id": "cae0350d-cc22-4c8f-9864-9fc58b6a65b1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113009Z:675c9f61-13dc-42f0-9718-de9404a47103" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/baf4fe85-9bc6-4989-af2a-520b97594b0f?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "d88dc59aa2ed8f6bb5619f7952054150", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:30:09 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/baf4fe85-9bc6-4989-af2a-520b97594b0f?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d88dc59aa2ed8f6bb5619f7952054150", + "x-ms-correlation-request-id": "a7745d5f-51d9-43be-a42f-fa7c9e88a8cb", + "x-ms-ratelimit-remaining-subscription-reads": "11967", + "x-ms-request-id": "b24d5f63-b8de-4907-b41b-4917f96d1747", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113010Z:a7745d5f-51d9-43be-a42f-fa7c9e88a8cb" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/baf4fe85-9bc6-4989-af2a-520b97594b0f?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "d221b2bc24efe3182c0a7abe1ec18b61", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:30:11 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/baf4fe85-9bc6-4989-af2a-520b97594b0f?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d221b2bc24efe3182c0a7abe1ec18b61", + "x-ms-correlation-request-id": "028e13d1-f245-4d58-aca5-473b2d611eac", + "x-ms-ratelimit-remaining-subscription-reads": "11966", + "x-ms-request-id": "4c140468-28ec-4905-b098-eeccdd090364", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113011Z:028e13d1-f245-4d58-aca5-473b2d611eac" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/baf4fe85-9bc6-4989-af2a-520b97594b0f?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "e820778df3669e617024e0ee4e458826", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:30:12 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/baf4fe85-9bc6-4989-af2a-520b97594b0f?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e820778df3669e617024e0ee4e458826", + "x-ms-correlation-request-id": "d74b8a2d-3989-478c-8833-ec14ced006f4", + "x-ms-ratelimit-remaining-subscription-reads": "11965", + "x-ms-request-id": "b0eecab3-9586-4da4-967e-0da795bf313e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113013Z:d74b8a2d-3989-478c-8833-ec14ced006f4" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/baf4fe85-9bc6-4989-af2a-520b97594b0f?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "693a6e74617a7612adaaace228ad70f4", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:30:13 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/baf4fe85-9bc6-4989-af2a-520b97594b0f?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "693a6e74617a7612adaaace228ad70f4", + "x-ms-correlation-request-id": "3a8c0323-0836-471a-9d09-da87e0a63569", + "x-ms-ratelimit-remaining-subscription-reads": "11964", + "x-ms-request-id": "6201cfd6-b74c-4c83-bf9f-7c2a2c55b6b7", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113014Z:3a8c0323-0836-471a-9d09-da87e0a63569" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/baf4fe85-9bc6-4989-af2a-520b97594b0f?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "dbeb3dd658e4c9ea508262cb432994e6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:30:15 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/baf4fe85-9bc6-4989-af2a-520b97594b0f?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "dbeb3dd658e4c9ea508262cb432994e6", + "x-ms-correlation-request-id": "2eec368e-c0da-401f-88e0-6b377db78869", + "x-ms-ratelimit-remaining-subscription-reads": "11963", + "x-ms-request-id": "abb46edf-6b69-4429-a315-8370b8296405", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113015Z:2eec368e-c0da-401f-88e0-6b377db78869" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/baf4fe85-9bc6-4989-af2a-520b97594b0f?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "b04a548122862ce764a93abb467e76c2", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:30:16 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/baf4fe85-9bc6-4989-af2a-520b97594b0f?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b04a548122862ce764a93abb467e76c2", + "x-ms-correlation-request-id": "6e065d87-92e3-46ce-93ff-5b278e50bffc", + "x-ms-ratelimit-remaining-subscription-reads": "11962", + "x-ms-request-id": "85e0d585-d60b-4ac8-b24a-19d9220806c3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113017Z:6e065d87-92e3-46ce-93ff-5b278e50bffc" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/baf4fe85-9bc6-4989-af2a-520b97594b0f?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "1018ecb4ad591b41847118f7ff463284", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:30:17 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/baf4fe85-9bc6-4989-af2a-520b97594b0f?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1018ecb4ad591b41847118f7ff463284", + "x-ms-correlation-request-id": "903948bf-a2fd-418d-a947-d8bb0efbefe3", + "x-ms-ratelimit-remaining-subscription-reads": "11961", + "x-ms-request-id": "3423b5df-c80e-449d-993e-fd7cbd2d17e4", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113018Z:903948bf-a2fd-418d-a947-d8bb0efbefe3" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/baf4fe85-9bc6-4989-af2a-520b97594b0f?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "d361c515c063b46e56bf763a1e2e82d2", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:30:19 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/baf4fe85-9bc6-4989-af2a-520b97594b0f?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d361c515c063b46e56bf763a1e2e82d2", + "x-ms-correlation-request-id": "61b112fb-6aa5-4aa9-b0d6-5d440fb05188", + "x-ms-ratelimit-remaining-subscription-reads": "11960", + "x-ms-request-id": "35be8e68-c10b-405c-9e2d-a8bad8c53ad4", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113019Z:61b112fb-6aa5-4aa9-b0d6-5d440fb05188" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/baf4fe85-9bc6-4989-af2a-520b97594b0f?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "57179f0b8411d38d132f2b1409ef2c1e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:30:21 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/baf4fe85-9bc6-4989-af2a-520b97594b0f?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "57179f0b8411d38d132f2b1409ef2c1e", + "x-ms-correlation-request-id": "320af79d-f5c5-48db-a370-669e22da7cf1", + "x-ms-ratelimit-remaining-subscription-reads": "11959", + "x-ms-request-id": "a31be321-ea97-4945-8b8c-9b24e282c852", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113021Z:320af79d-f5c5-48db-a370-669e22da7cf1" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/baf4fe85-9bc6-4989-af2a-520b97594b0f?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "81a6b677a21cf35f7d63ba993606fc56", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:30:22 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/baf4fe85-9bc6-4989-af2a-520b97594b0f?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "81a6b677a21cf35f7d63ba993606fc56", + "x-ms-correlation-request-id": "a4d93be4-1d56-4a33-95c0-26a2731fdf26", + "x-ms-ratelimit-remaining-subscription-reads": "11958", + "x-ms-request-id": "40752dd2-92d0-4918-b0ae-a8c66f6a4c3e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113022Z:a4d93be4-1d56-4a33-95c0-26a2731fdf26" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/baf4fe85-9bc6-4989-af2a-520b97594b0f?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "5fec46efda2f9173388ec0349459aa66", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1866", + "Content-Type": "application/json", + "Date": "Wed, 17 Nov 2021 11:30:23 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5fec46efda2f9173388ec0349459aa66", + "x-ms-correlation-request-id": "a4d19bc2-7244-4d91-88f4-ec5f734b11e5", + "x-ms-ratelimit-remaining-subscription-reads": "11957", + "x-ms-request-id": "353a0b53-d973-426b-8cd1-312ada6d2474", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113023Z:a4d19bc2-7244-4d91-88f4-ec5f734b11e5" + }, + "ResponseBody": { + "sku": { + "name": "Standard_RAGRS", + "tier": "Standard" + }, + "kind": "StorageV2", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-8939/providers/Microsoft.Storage/storageAccounts/teststoragemgmt3571", + "name": "teststoragemgmt3571", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-11-17T11:30:04.5179778Z", + "key2": "2021-11-17T11:30:04.5179778Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T11:30:04.5179778Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T11:30:04.5179778Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "accessTier": "Hot", + "provisioningState": "Succeeded", + "creationTime": "2021-11-17T11:30:04.3929815Z", + "primaryEndpoints": { + "dfs": "https://teststoragemgmt3571.dfs.core.windows.net/", + "web": "https://teststoragemgmt3571.z20.web.core.windows.net/", + "blob": "https://teststoragemgmt3571.blob.core.windows.net/", + "queue": "https://teststoragemgmt3571.queue.core.windows.net/", + "table": "https://teststoragemgmt3571.table.core.windows.net/", + "file": "https://teststoragemgmt3571.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available", + "secondaryEndpoints": { + "dfs": "https://teststoragemgmt3571-secondary.dfs.core.windows.net/", + "web": "https://teststoragemgmt3571-secondary.z20.web.core.windows.net/", + "blob": "https://teststoragemgmt3571-secondary.blob.core.windows.net/", + "queue": "https://teststoragemgmt3571-secondary.queue.core.windows.net/", + "table": "https://teststoragemgmt3571-secondary.table.core.windows.net/" + } + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-8939/providers/Microsoft.Storage/storageAccounts/teststoragemgmt3571?api-version=2021-04-01\u0026$expand=geoReplicationStats", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "68c35892018868b54023daadc9f39c0c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1971", + "Content-Type": "application/json", + "Date": "Wed, 17 Nov 2021 11:30:24 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "68c35892018868b54023daadc9f39c0c", + "x-ms-correlation-request-id": "3beef30e-5b35-4e56-ac1a-d2e4bbce8850", + "x-ms-ratelimit-remaining-subscription-reads": "11956", + "x-ms-request-id": "c2e547bf-5245-4f57-819e-c6ef65e28eaa", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113024Z:3beef30e-5b35-4e56-ac1a-d2e4bbce8850" + }, + "ResponseBody": { + "sku": { + "name": "Standard_RAGRS", + "tier": "Standard" + }, + "kind": "StorageV2", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-8939/providers/Microsoft.Storage/storageAccounts/teststoragemgmt3571", + "name": "teststoragemgmt3571", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-11-17T11:30:04.5179778Z", + "key2": "2021-11-17T11:30:04.5179778Z" + }, + "privateEndpointConnections": [], + "geoReplicationStats": { + "status": "Unavailable", + "lastSyncTime": "2021-11-17T11:30:04Z", + "canFailover": false + }, + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T11:30:04.5179778Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T11:30:04.5179778Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "accessTier": "Hot", + "provisioningState": "Succeeded", + "creationTime": "2021-11-17T11:30:04.3929815Z", + "primaryEndpoints": { + "dfs": "https://teststoragemgmt3571.dfs.core.windows.net/", + "web": "https://teststoragemgmt3571.z20.web.core.windows.net/", + "blob": "https://teststoragemgmt3571.blob.core.windows.net/", + "queue": "https://teststoragemgmt3571.queue.core.windows.net/", + "table": "https://teststoragemgmt3571.table.core.windows.net/", + "file": "https://teststoragemgmt3571.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available", + "secondaryEndpoints": { + "dfs": "https://teststoragemgmt3571-secondary.dfs.core.windows.net/", + "web": "https://teststoragemgmt3571-secondary.z20.web.core.windows.net/", + "blob": "https://teststoragemgmt3571-secondary.blob.core.windows.net/", + "queue": "https://teststoragemgmt3571-secondary.queue.core.windows.net/", + "table": "https://teststoragemgmt3571-secondary.table.core.windows.net/" + } + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-8939/providers/Microsoft.Storage/storageAccounts/teststoragemgmt3571?api-version=2021-04-01\u0026$expand=geoReplicationStats", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "c325d532cd039dee4314488ee22b5f23", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1971", + "Content-Type": "application/json", + "Date": "Wed, 17 Nov 2021 11:30:34 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c325d532cd039dee4314488ee22b5f23", + "x-ms-correlation-request-id": "f460bce6-2a8c-4a50-b84c-417cc562a3f4", + "x-ms-ratelimit-remaining-subscription-reads": "11955", + "x-ms-request-id": "d9b4ba17-a088-474e-932b-40a5da7b70a2", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113034Z:f460bce6-2a8c-4a50-b84c-417cc562a3f4" + }, + "ResponseBody": { + "sku": { + "name": "Standard_RAGRS", + "tier": "Standard" + }, + "kind": "StorageV2", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-8939/providers/Microsoft.Storage/storageAccounts/teststoragemgmt3571", + "name": "teststoragemgmt3571", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-11-17T11:30:04.5179778Z", + "key2": "2021-11-17T11:30:04.5179778Z" + }, + "privateEndpointConnections": [], + "geoReplicationStats": { + "status": "Unavailable", + "lastSyncTime": "2021-11-17T11:30:04Z", + "canFailover": false + }, + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T11:30:04.5179778Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T11:30:04.5179778Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "accessTier": "Hot", + "provisioningState": "Succeeded", + "creationTime": "2021-11-17T11:30:04.3929815Z", + "primaryEndpoints": { + "dfs": "https://teststoragemgmt3571.dfs.core.windows.net/", + "web": "https://teststoragemgmt3571.z20.web.core.windows.net/", + "blob": "https://teststoragemgmt3571.blob.core.windows.net/", + "queue": "https://teststoragemgmt3571.queue.core.windows.net/", + "table": "https://teststoragemgmt3571.table.core.windows.net/", + "file": "https://teststoragemgmt3571.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available", + "secondaryEndpoints": { + "dfs": "https://teststoragemgmt3571-secondary.dfs.core.windows.net/", + "web": "https://teststoragemgmt3571-secondary.z20.web.core.windows.net/", + "blob": "https://teststoragemgmt3571-secondary.blob.core.windows.net/", + "queue": "https://teststoragemgmt3571-secondary.queue.core.windows.net/", + "table": "https://teststoragemgmt3571-secondary.table.core.windows.net/" + } + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-8939/providers/Microsoft.Storage/storageAccounts/teststoragemgmt3571?api-version=2021-04-01\u0026$expand=geoReplicationStats", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "de0654b99443edcd90831f0b00c5c844", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1971", + "Content-Type": "application/json", + "Date": "Wed, 17 Nov 2021 11:30:44 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "de0654b99443edcd90831f0b00c5c844", + "x-ms-correlation-request-id": "52f48aff-0e12-428e-8859-769e91a1f41e", + "x-ms-ratelimit-remaining-subscription-reads": "11954", + "x-ms-request-id": "1feb1a8f-90d5-451f-a236-6d6501542d70", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113044Z:52f48aff-0e12-428e-8859-769e91a1f41e" + }, + "ResponseBody": { + "sku": { + "name": "Standard_RAGRS", + "tier": "Standard" + }, + "kind": "StorageV2", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-8939/providers/Microsoft.Storage/storageAccounts/teststoragemgmt3571", + "name": "teststoragemgmt3571", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-11-17T11:30:04.5179778Z", + "key2": "2021-11-17T11:30:04.5179778Z" + }, + "privateEndpointConnections": [], + "geoReplicationStats": { + "status": "Unavailable", + "lastSyncTime": "2021-11-17T11:30:04Z", + "canFailover": false + }, + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T11:30:04.5179778Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T11:30:04.5179778Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "accessTier": "Hot", + "provisioningState": "Succeeded", + "creationTime": "2021-11-17T11:30:04.3929815Z", + "primaryEndpoints": { + "dfs": "https://teststoragemgmt3571.dfs.core.windows.net/", + "web": "https://teststoragemgmt3571.z20.web.core.windows.net/", + "blob": "https://teststoragemgmt3571.blob.core.windows.net/", + "queue": "https://teststoragemgmt3571.queue.core.windows.net/", + "table": "https://teststoragemgmt3571.table.core.windows.net/", + "file": "https://teststoragemgmt3571.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available", + "secondaryEndpoints": { + "dfs": "https://teststoragemgmt3571-secondary.dfs.core.windows.net/", + "web": "https://teststoragemgmt3571-secondary.z20.web.core.windows.net/", + "blob": "https://teststoragemgmt3571-secondary.blob.core.windows.net/", + "queue": "https://teststoragemgmt3571-secondary.queue.core.windows.net/", + "table": "https://teststoragemgmt3571-secondary.table.core.windows.net/" + } + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-8939/providers/Microsoft.Storage/storageAccounts/teststoragemgmt3571?api-version=2021-04-01\u0026$expand=geoReplicationStats", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "be01b3f1e634c56369252473b8268515", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1971", + "Content-Type": "application/json", + "Date": "Wed, 17 Nov 2021 11:30:54 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "be01b3f1e634c56369252473b8268515", + "x-ms-correlation-request-id": "919960bc-1271-4546-a2f1-4e914a575baa", + "x-ms-ratelimit-remaining-subscription-reads": "11953", + "x-ms-request-id": "4336dea0-708c-44be-bbbc-3940f557c21d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113055Z:919960bc-1271-4546-a2f1-4e914a575baa" + }, + "ResponseBody": { + "sku": { + "name": "Standard_RAGRS", + "tier": "Standard" + }, + "kind": "StorageV2", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-8939/providers/Microsoft.Storage/storageAccounts/teststoragemgmt3571", + "name": "teststoragemgmt3571", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-11-17T11:30:04.5179778Z", + "key2": "2021-11-17T11:30:04.5179778Z" + }, + "privateEndpointConnections": [], + "geoReplicationStats": { + "status": "Unavailable", + "lastSyncTime": "2021-11-17T11:30:04Z", + "canFailover": false + }, + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T11:30:04.5179778Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T11:30:04.5179778Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "accessTier": "Hot", + "provisioningState": "Succeeded", + "creationTime": "2021-11-17T11:30:04.3929815Z", + "primaryEndpoints": { + "dfs": "https://teststoragemgmt3571.dfs.core.windows.net/", + "web": "https://teststoragemgmt3571.z20.web.core.windows.net/", + "blob": "https://teststoragemgmt3571.blob.core.windows.net/", + "queue": "https://teststoragemgmt3571.queue.core.windows.net/", + "table": "https://teststoragemgmt3571.table.core.windows.net/", + "file": "https://teststoragemgmt3571.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available", + "secondaryEndpoints": { + "dfs": "https://teststoragemgmt3571-secondary.dfs.core.windows.net/", + "web": "https://teststoragemgmt3571-secondary.z20.web.core.windows.net/", + "blob": "https://teststoragemgmt3571-secondary.blob.core.windows.net/", + "queue": "https://teststoragemgmt3571-secondary.queue.core.windows.net/", + "table": "https://teststoragemgmt3571-secondary.table.core.windows.net/" + } + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-8939/providers/Microsoft.Storage/storageAccounts/teststoragemgmt3571?api-version=2021-04-01\u0026$expand=geoReplicationStats", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "75f4b6c4beed9dc90738327fade29c7d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1971", + "Content-Type": "application/json", + "Date": "Wed, 17 Nov 2021 11:31:05 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "75f4b6c4beed9dc90738327fade29c7d", + "x-ms-correlation-request-id": "5970654c-d0e7-4253-b330-082c55b7007b", + "x-ms-ratelimit-remaining-subscription-reads": "11952", + "x-ms-request-id": "0742b333-8075-42c1-911a-bd94c8158c3a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113105Z:5970654c-d0e7-4253-b330-082c55b7007b" + }, + "ResponseBody": { + "sku": { + "name": "Standard_RAGRS", + "tier": "Standard" + }, + "kind": "StorageV2", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-8939/providers/Microsoft.Storage/storageAccounts/teststoragemgmt3571", + "name": "teststoragemgmt3571", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-11-17T11:30:04.5179778Z", + "key2": "2021-11-17T11:30:04.5179778Z" + }, + "privateEndpointConnections": [], + "geoReplicationStats": { + "status": "Unavailable", + "lastSyncTime": "2021-11-17T11:30:04Z", + "canFailover": false + }, + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T11:30:04.5179778Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T11:30:04.5179778Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "accessTier": "Hot", + "provisioningState": "Succeeded", + "creationTime": "2021-11-17T11:30:04.3929815Z", + "primaryEndpoints": { + "dfs": "https://teststoragemgmt3571.dfs.core.windows.net/", + "web": "https://teststoragemgmt3571.z20.web.core.windows.net/", + "blob": "https://teststoragemgmt3571.blob.core.windows.net/", + "queue": "https://teststoragemgmt3571.queue.core.windows.net/", + "table": "https://teststoragemgmt3571.table.core.windows.net/", + "file": "https://teststoragemgmt3571.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available", + "secondaryEndpoints": { + "dfs": "https://teststoragemgmt3571-secondary.dfs.core.windows.net/", + "web": "https://teststoragemgmt3571-secondary.z20.web.core.windows.net/", + "blob": "https://teststoragemgmt3571-secondary.blob.core.windows.net/", + "queue": "https://teststoragemgmt3571-secondary.queue.core.windows.net/", + "table": "https://teststoragemgmt3571-secondary.table.core.windows.net/" + } + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-8939/providers/Microsoft.Storage/storageAccounts/teststoragemgmt3571?api-version=2021-04-01\u0026$expand=geoReplicationStats", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "2f9d034ca029d2eff140741d6f5a346a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1963", + "Content-Type": "application/json", + "Date": "Wed, 17 Nov 2021 11:31:15 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "2f9d034ca029d2eff140741d6f5a346a", + "x-ms-correlation-request-id": "0750930d-a6f4-4629-b556-5ce315ba4094", + "x-ms-ratelimit-remaining-subscription-reads": "11951", + "x-ms-request-id": "821419c8-4fd8-4825-bb83-c0de3aa0daad", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113116Z:0750930d-a6f4-4629-b556-5ce315ba4094" + }, + "ResponseBody": { + "sku": { + "name": "Standard_RAGRS", + "tier": "Standard" + }, + "kind": "StorageV2", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-8939/providers/Microsoft.Storage/storageAccounts/teststoragemgmt3571", + "name": "teststoragemgmt3571", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-11-17T11:30:04.5179778Z", + "key2": "2021-11-17T11:30:04.5179778Z" + }, + "privateEndpointConnections": [], + "geoReplicationStats": { + "status": "Live", + "lastSyncTime": "2021-11-17T11:29:18Z", + "canFailover": true + }, + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T11:30:04.5179778Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T11:30:04.5179778Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "accessTier": "Hot", + "provisioningState": "Succeeded", + "creationTime": "2021-11-17T11:30:04.3929815Z", + "primaryEndpoints": { + "dfs": "https://teststoragemgmt3571.dfs.core.windows.net/", + "web": "https://teststoragemgmt3571.z20.web.core.windows.net/", + "blob": "https://teststoragemgmt3571.blob.core.windows.net/", + "queue": "https://teststoragemgmt3571.queue.core.windows.net/", + "table": "https://teststoragemgmt3571.table.core.windows.net/", + "file": "https://teststoragemgmt3571.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available", + "secondaryEndpoints": { + "dfs": "https://teststoragemgmt3571-secondary.dfs.core.windows.net/", + "web": "https://teststoragemgmt3571-secondary.z20.web.core.windows.net/", + "blob": "https://teststoragemgmt3571-secondary.blob.core.windows.net/", + "queue": "https://teststoragemgmt3571-secondary.queue.core.windows.net/", + "table": "https://teststoragemgmt3571-secondary.table.core.windows.net/" + } + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-8939/providers/Microsoft.Storage/storageAccounts/teststoragemgmt3571/failover?api-version=2021-04-01", + "RequestMethod": "POST", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "4a470afd52d13257e963b7fcb3e31787", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:31:26 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4a470afd52d13257e963b7fcb3e31787", + "x-ms-correlation-request-id": "15f3041e-83d4-4d9b-8a05-2bca5fabdc6f", + "x-ms-ratelimit-remaining-subscription-writes": "1199", + "x-ms-request-id": "77396359-12af-4055-ac6e-369b24832e19", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113126Z:15f3041e-83d4-4d9b-8a05-2bca5fabdc6f" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "a382c803529afaacac6b45c5e9f31f0d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:31:26 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a382c803529afaacac6b45c5e9f31f0d", + "x-ms-correlation-request-id": "00e86d67-7e2b-4e8f-a38d-3589f18fe930", + "x-ms-ratelimit-remaining-subscription-reads": "11950", + "x-ms-request-id": "49924d89-4399-4865-9752-53646317c2f5", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113127Z:00e86d67-7e2b-4e8f-a38d-3589f18fe930" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "c894ed297f34a6e21e2383b0ceabe83d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:31:27 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c894ed297f34a6e21e2383b0ceabe83d", + "x-ms-correlation-request-id": "19d17121-76c1-4039-a69f-3fc3a0907cfa", + "x-ms-ratelimit-remaining-subscription-reads": "11949", + "x-ms-request-id": "f8d81ffa-9722-43bf-9a91-895082769c77", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113128Z:19d17121-76c1-4039-a69f-3fc3a0907cfa" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "ebf80a35736036ecfb2c081d11263ad3", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:31:29 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ebf80a35736036ecfb2c081d11263ad3", + "x-ms-correlation-request-id": "e50d5f0b-454a-409b-97f2-3f26b015c288", + "x-ms-ratelimit-remaining-subscription-reads": "11948", + "x-ms-request-id": "052cda31-ebf1-4d9d-b557-66b334050b29", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113129Z:e50d5f0b-454a-409b-97f2-3f26b015c288" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "5c82760265178478e6db8576cffb2b00", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:31:30 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5c82760265178478e6db8576cffb2b00", + "x-ms-correlation-request-id": "0032be19-626c-437d-bd21-6c0a39a3caec", + "x-ms-ratelimit-remaining-subscription-reads": "11947", + "x-ms-request-id": "ca02a092-8a28-47e8-9c1d-64e3a955e74b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113131Z:0032be19-626c-437d-bd21-6c0a39a3caec" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "de8f088233fab5ac015ecd0776c495f7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:31:31 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "de8f088233fab5ac015ecd0776c495f7", + "x-ms-correlation-request-id": "14ee25b2-dd9c-466b-9062-4d3a27680465", + "x-ms-ratelimit-remaining-subscription-reads": "11946", + "x-ms-request-id": "0fb2c643-2b81-4da8-8c6d-7554c9c4e367", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113132Z:14ee25b2-dd9c-466b-9062-4d3a27680465" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "58adb0e98c28cf2591740585ee7567ff", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:31:33 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "58adb0e98c28cf2591740585ee7567ff", + "x-ms-correlation-request-id": "5ab214f8-b82c-4c1c-905d-8dcb7fe2a580", + "x-ms-ratelimit-remaining-subscription-reads": "11945", + "x-ms-request-id": "d970ae09-60f8-4c82-a9fe-823f86e80e83", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113133Z:5ab214f8-b82c-4c1c-905d-8dcb7fe2a580" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "099b08015b96ced9c9cd5bb898700d21", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:31:34 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "099b08015b96ced9c9cd5bb898700d21", + "x-ms-correlation-request-id": "9dacee5e-d950-414c-be4f-140c4c2a46cc", + "x-ms-ratelimit-remaining-subscription-reads": "11944", + "x-ms-request-id": "31a25bbb-0438-49d6-a1ba-5d9ea7d1ad67", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113135Z:9dacee5e-d950-414c-be4f-140c4c2a46cc" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "1e8d8d45d24df5d8e2c04d852e27c78b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:31:35 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1e8d8d45d24df5d8e2c04d852e27c78b", + "x-ms-correlation-request-id": "8bc31bf1-afaa-411e-b77f-e5152ef6a6d0", + "x-ms-ratelimit-remaining-subscription-reads": "11943", + "x-ms-request-id": "2903a654-aa72-4d96-bb2d-019a97807a61", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113136Z:8bc31bf1-afaa-411e-b77f-e5152ef6a6d0" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "6e06cdf78c298d61d7df8f5b316c3620", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:31:37 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6e06cdf78c298d61d7df8f5b316c3620", + "x-ms-correlation-request-id": "1a51e217-14ee-43f0-80bb-a50c27c42a96", + "x-ms-ratelimit-remaining-subscription-reads": "11942", + "x-ms-request-id": "81a1e486-b5fd-440d-92b3-229a7355fc0e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113137Z:1a51e217-14ee-43f0-80bb-a50c27c42a96" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "6040e46748e72eb130a527d60e539fa2", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:31:38 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6040e46748e72eb130a527d60e539fa2", + "x-ms-correlation-request-id": "419e6d98-fc2d-4893-86b9-ba23e442bf2d", + "x-ms-ratelimit-remaining-subscription-reads": "11941", + "x-ms-request-id": "b03d7e0c-b255-451d-b762-71b3620108b7", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113139Z:419e6d98-fc2d-4893-86b9-ba23e442bf2d" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "cbc1cf069e6ab9f72c00476e437cc375", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:31:39 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "cbc1cf069e6ab9f72c00476e437cc375", + "x-ms-correlation-request-id": "b21d6dbf-9c4c-40aa-bf26-b2af1c321334", + "x-ms-ratelimit-remaining-subscription-reads": "11940", + "x-ms-request-id": "076dbb16-6869-47c8-82ea-f91b45acafbf", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113140Z:b21d6dbf-9c4c-40aa-bf26-b2af1c321334" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "4a1e2c8966e7afa41cd83e84658b7e83", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:31:41 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4a1e2c8966e7afa41cd83e84658b7e83", + "x-ms-correlation-request-id": "5dbd6819-b88e-49d0-b77a-cad59f2fabff", + "x-ms-ratelimit-remaining-subscription-reads": "11939", + "x-ms-request-id": "4c69bf4f-4436-4a8a-835d-0a820729d994", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113141Z:5dbd6819-b88e-49d0-b77a-cad59f2fabff" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "6255ec3f6babc8b6ec8734e70042eab3", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:31:42 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6255ec3f6babc8b6ec8734e70042eab3", + "x-ms-correlation-request-id": "7b0bf889-ba5e-4584-bd89-4f13d83f9301", + "x-ms-ratelimit-remaining-subscription-reads": "11938", + "x-ms-request-id": "d088612f-70ac-4264-8923-1f08d8ac27cd", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113143Z:7b0bf889-ba5e-4584-bd89-4f13d83f9301" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "e14db1e155349fbb2b12af91607353a1", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:31:43 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e14db1e155349fbb2b12af91607353a1", + "x-ms-correlation-request-id": "390e49e0-8732-45cb-a62d-b3aee12f541d", + "x-ms-ratelimit-remaining-subscription-reads": "11937", + "x-ms-request-id": "f327d536-e403-4513-8f73-cfef661a5898", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113144Z:390e49e0-8732-45cb-a62d-b3aee12f541d" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "562ec48161271dc976565d6032bcaed9", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:31:45 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "562ec48161271dc976565d6032bcaed9", + "x-ms-correlation-request-id": "3444a606-1ed0-439f-be75-eac15aa0a7c7", + "x-ms-ratelimit-remaining-subscription-reads": "11936", + "x-ms-request-id": "cb614c00-d647-4fc0-beb6-d102271f98d7", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113145Z:3444a606-1ed0-439f-be75-eac15aa0a7c7" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "b3a28bee9d3eea4e31b53799bc246779", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:31:46 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b3a28bee9d3eea4e31b53799bc246779", + "x-ms-correlation-request-id": "f431b683-68ff-466f-b771-a9536bf53423", + "x-ms-ratelimit-remaining-subscription-reads": "11935", + "x-ms-request-id": "a44a585a-d252-4afc-a3c2-661702e302ad", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113147Z:f431b683-68ff-466f-b771-a9536bf53423" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "3c6692339314808be82f6bdef85a6c6e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:31:47 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "3c6692339314808be82f6bdef85a6c6e", + "x-ms-correlation-request-id": "8ccfed71-abb3-4d03-b839-1deb60a8195c", + "x-ms-ratelimit-remaining-subscription-reads": "11934", + "x-ms-request-id": "e35fa0e1-68e6-4a87-a605-46ccda62de50", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113148Z:8ccfed71-abb3-4d03-b839-1deb60a8195c" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "d5a3d5639fd1e463754424722a306051", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:31:49 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d5a3d5639fd1e463754424722a306051", + "x-ms-correlation-request-id": "053a74a0-87b7-40f2-add7-5ff823fa372c", + "x-ms-ratelimit-remaining-subscription-reads": "11933", + "x-ms-request-id": "a63c6ef4-98d4-44b7-b828-9dcb53367495", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113149Z:053a74a0-87b7-40f2-add7-5ff823fa372c" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "a02ce3ee72565ac5ff21cb0e3170f2d6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:31:50 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a02ce3ee72565ac5ff21cb0e3170f2d6", + "x-ms-correlation-request-id": "5fef2d34-1931-4edb-bc71-7c0333f62fd9", + "x-ms-ratelimit-remaining-subscription-reads": "11932", + "x-ms-request-id": "d6339a41-8856-491d-87b7-c85228a4743c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113151Z:5fef2d34-1931-4edb-bc71-7c0333f62fd9" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "e635c848928093a82f82c6cf6e1956b7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:31:51 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e635c848928093a82f82c6cf6e1956b7", + "x-ms-correlation-request-id": "4a8f7c1d-3c48-4c83-a142-951c8626b4ed", + "x-ms-ratelimit-remaining-subscription-reads": "11931", + "x-ms-request-id": "ae1b1212-cc0a-4241-baf5-5d5cb38470a4", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113152Z:4a8f7c1d-3c48-4c83-a142-951c8626b4ed" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "14ef19cecc2ef1181048d5afd454b205", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:31:52 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "14ef19cecc2ef1181048d5afd454b205", + "x-ms-correlation-request-id": "e8f37e83-1879-4004-9ba7-7989c7ee34c8", + "x-ms-ratelimit-remaining-subscription-reads": "11930", + "x-ms-request-id": "3f024c07-d897-4161-b4fc-9b21b23d62d6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113153Z:e8f37e83-1879-4004-9ba7-7989c7ee34c8" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "61294d5279fa5cd13b9870d4abf5ece6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:31:54 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "61294d5279fa5cd13b9870d4abf5ece6", + "x-ms-correlation-request-id": "60dd4768-3351-4e03-b170-7061298d508c", + "x-ms-ratelimit-remaining-subscription-reads": "11929", + "x-ms-request-id": "76acd68e-28d3-4900-94a8-27aed73d37f9", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113155Z:60dd4768-3351-4e03-b170-7061298d508c" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "183f14cbdd807ba8b044d638bdf8bfda", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:31:55 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "183f14cbdd807ba8b044d638bdf8bfda", + "x-ms-correlation-request-id": "e7a8dda3-fae8-416f-b1a6-a85cee3fbb18", + "x-ms-ratelimit-remaining-subscription-reads": "11928", + "x-ms-request-id": "e46eb33c-5fd6-4b0b-842d-e305efc7d9ab", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113156Z:e7a8dda3-fae8-416f-b1a6-a85cee3fbb18" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "207cc1cff5f054bc4893d9955c43451b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:31:57 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "207cc1cff5f054bc4893d9955c43451b", + "x-ms-correlation-request-id": "5f0c1350-1849-4cd7-a665-06f0b607054e", + "x-ms-ratelimit-remaining-subscription-reads": "11927", + "x-ms-request-id": "32f0be0e-56c1-4d98-a317-ee007c84e9b8", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113157Z:5f0c1350-1849-4cd7-a665-06f0b607054e" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "bfe4ef5c9a157484a5adb0b6a3989f42", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:31:58 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "bfe4ef5c9a157484a5adb0b6a3989f42", + "x-ms-correlation-request-id": "418bd98a-c0cb-44eb-a318-48a426c18348", + "x-ms-ratelimit-remaining-subscription-reads": "11926", + "x-ms-request-id": "4bd0ed34-5c3c-450f-88f7-dbbe585b488c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113159Z:418bd98a-c0cb-44eb-a318-48a426c18348" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "e90496d8cb78d6f557eacfed04121f6c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:31:59 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e90496d8cb78d6f557eacfed04121f6c", + "x-ms-correlation-request-id": "a59e615c-49a6-42fa-a086-bb0e27fe384e", + "x-ms-ratelimit-remaining-subscription-reads": "11925", + "x-ms-request-id": "0f957461-b6a4-4e95-8c5d-dcf692e90c64", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113200Z:a59e615c-49a6-42fa-a086-bb0e27fe384e" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "cddbbaff001435c53d087b424406b1af", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:32:00 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "cddbbaff001435c53d087b424406b1af", + "x-ms-correlation-request-id": "3e4fc23f-ff7f-4fa8-9009-e090d31ce8d2", + "x-ms-ratelimit-remaining-subscription-reads": "11924", + "x-ms-request-id": "5ef65374-1f99-4526-bb30-e943593f5f7c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113201Z:3e4fc23f-ff7f-4fa8-9009-e090d31ce8d2" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "c5bd96f45b3f90a2f90e672aca977092", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:32:02 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c5bd96f45b3f90a2f90e672aca977092", + "x-ms-correlation-request-id": "94178486-320b-4f31-b58c-28544e9c7b0f", + "x-ms-ratelimit-remaining-subscription-reads": "11923", + "x-ms-request-id": "2e453bdd-e2e7-47b8-a937-818eb9adfbc6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113202Z:94178486-320b-4f31-b58c-28544e9c7b0f" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "e8b6448dd1bdd82dd1cfac7050b39151", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:32:03 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e8b6448dd1bdd82dd1cfac7050b39151", + "x-ms-correlation-request-id": "04d84eea-3358-44a0-b596-4a8275ebc358", + "x-ms-ratelimit-remaining-subscription-reads": "11922", + "x-ms-request-id": "57fd080c-3606-4db8-b9be-eb4a91ed1a07", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113204Z:04d84eea-3358-44a0-b596-4a8275ebc358" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "6df820395a55a32d184bd406989a6aa6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:32:04 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6df820395a55a32d184bd406989a6aa6", + "x-ms-correlation-request-id": "5fc5b813-0d8b-40eb-b560-65c6ca1dffd7", + "x-ms-ratelimit-remaining-subscription-reads": "11921", + "x-ms-request-id": "f165ff69-eb3d-4590-97ae-530165103ade", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113205Z:5fc5b813-0d8b-40eb-b560-65c6ca1dffd7" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "00b5e897c84f22f269e4f46faf323f46", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:32:06 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "00b5e897c84f22f269e4f46faf323f46", + "x-ms-correlation-request-id": "0ed5bee2-0fb0-4512-a08b-eee4e78444f3", + "x-ms-ratelimit-remaining-subscription-reads": "11920", + "x-ms-request-id": "0964e9d9-0b30-4738-880a-5f51d2a353b8", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113206Z:0ed5bee2-0fb0-4512-a08b-eee4e78444f3" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "a9f1167c039e333d1613d071fd274036", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:32:07 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a9f1167c039e333d1613d071fd274036", + "x-ms-correlation-request-id": "7a4ecf04-7933-497f-88a8-817e447ab0f2", + "x-ms-ratelimit-remaining-subscription-reads": "11919", + "x-ms-request-id": "7db3f99c-20fb-4620-960d-5e0babf6001a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113208Z:7a4ecf04-7933-497f-88a8-817e447ab0f2" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "68d9066491fe71022ed5047165bef4e6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:32:08 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "68d9066491fe71022ed5047165bef4e6", + "x-ms-correlation-request-id": "cd8ea7b8-c8c4-48b5-8f87-0d67c46e3c95", + "x-ms-ratelimit-remaining-subscription-reads": "11918", + "x-ms-request-id": "b4a7fa57-35de-4b2c-aca9-a32339e07357", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113209Z:cd8ea7b8-c8c4-48b5-8f87-0d67c46e3c95" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "81898d0bc1a99407aa81e93bf7802541", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:32:10 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "81898d0bc1a99407aa81e93bf7802541", + "x-ms-correlation-request-id": "083694c0-19e2-49f0-b163-a14e40acb1e8", + "x-ms-ratelimit-remaining-subscription-reads": "11917", + "x-ms-request-id": "8f4f08c1-8379-4278-96cf-5a7c5030e802", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113210Z:083694c0-19e2-49f0-b163-a14e40acb1e8" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "a90abea3d759eb47147f7bc8feccce58", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:32:11 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a90abea3d759eb47147f7bc8feccce58", + "x-ms-correlation-request-id": "954d4e9b-d5db-47a4-9c85-2666f4b61ce2", + "x-ms-ratelimit-remaining-subscription-reads": "11916", + "x-ms-request-id": "88979ef6-4044-4389-9cba-e311399d2d40", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113212Z:954d4e9b-d5db-47a4-9c85-2666f4b61ce2" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "6f66ea1ebe9ea38dfe44bd7ca7c679ae", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:32:12 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6f66ea1ebe9ea38dfe44bd7ca7c679ae", + "x-ms-correlation-request-id": "fab60d1b-fcd2-4c85-ab6d-a6d0a79ce77d", + "x-ms-ratelimit-remaining-subscription-reads": "11915", + "x-ms-request-id": "4ad70af0-d4c3-4532-8fef-c258cf3a8a0d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113213Z:fab60d1b-fcd2-4c85-ab6d-a6d0a79ce77d" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "a7cdc2b04bb3338d469d6d29453f95de", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:32:14 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a7cdc2b04bb3338d469d6d29453f95de", + "x-ms-correlation-request-id": "7e9764c9-4205-4ba6-a24c-cef7c3ee943c", + "x-ms-ratelimit-remaining-subscription-reads": "11914", + "x-ms-request-id": "a0ffe3de-a873-4d3b-a0c4-ae71a7215999", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113214Z:7e9764c9-4205-4ba6-a24c-cef7c3ee943c" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "0d1c91b3b619e4a33166aa1419cb434d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:32:15 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "0d1c91b3b619e4a33166aa1419cb434d", + "x-ms-correlation-request-id": "671ceabd-4dd9-47bf-8fd7-5cbb22c17cd2", + "x-ms-ratelimit-remaining-subscription-reads": "11913", + "x-ms-request-id": "76e37361-aaec-424d-85f4-24a3741dc2ce", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113216Z:671ceabd-4dd9-47bf-8fd7-5cbb22c17cd2" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "3b18cc0626fed3a45d32290051635dbf", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:32:16 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "3b18cc0626fed3a45d32290051635dbf", + "x-ms-correlation-request-id": "a9190f05-281a-467c-b678-170fa2ae685a", + "x-ms-ratelimit-remaining-subscription-reads": "11912", + "x-ms-request-id": "87d3c17f-39aa-4eb5-8adc-77dc56725eea", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113217Z:a9190f05-281a-467c-b678-170fa2ae685a" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "16c9dfae6ca9f9941fe9764da0781a7a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:32:17 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "16c9dfae6ca9f9941fe9764da0781a7a", + "x-ms-correlation-request-id": "86cc0e8e-8b8d-43e9-b13b-b62e0a35e1e8", + "x-ms-ratelimit-remaining-subscription-reads": "11911", + "x-ms-request-id": "5f76bac6-c488-4593-ba19-a0f71be636be", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113218Z:86cc0e8e-8b8d-43e9-b13b-b62e0a35e1e8" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "782320595a268cdfec49b0e68da293cd", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:32:19 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "782320595a268cdfec49b0e68da293cd", + "x-ms-correlation-request-id": "378829f1-278b-4b1b-b91c-7c36009dc61a", + "x-ms-ratelimit-remaining-subscription-reads": "11910", + "x-ms-request-id": "ad3bf14f-a2e3-4dd4-ad7f-9968c1b4e911", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113220Z:378829f1-278b-4b1b-b91c-7c36009dc61a" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "3a65eb082d019aa4381e1b15b05732e4", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:32:20 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "3a65eb082d019aa4381e1b15b05732e4", + "x-ms-correlation-request-id": "e9e76ac0-f93f-4aab-bc58-3c6887526a17", + "x-ms-ratelimit-remaining-subscription-reads": "11909", + "x-ms-request-id": "536e1eac-b75a-4395-8a4c-8e7e90599914", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113221Z:e9e76ac0-f93f-4aab-bc58-3c6887526a17" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "31a6ae18e4405498ff3c2a60bbae6c7d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:32:21 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "31a6ae18e4405498ff3c2a60bbae6c7d", + "x-ms-correlation-request-id": "016ae37a-9e6b-4f93-add5-a378de48e0da", + "x-ms-ratelimit-remaining-subscription-reads": "11908", + "x-ms-request-id": "cc968319-d9d1-48ef-b42e-4dcf12c7e173", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113222Z:016ae37a-9e6b-4f93-add5-a378de48e0da" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "b544a855e0132c787b8840083ec9dc94", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:32:23 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b544a855e0132c787b8840083ec9dc94", + "x-ms-correlation-request-id": "babb6d7a-168c-4308-a951-910398aaa5d8", + "x-ms-ratelimit-remaining-subscription-reads": "11907", + "x-ms-request-id": "4e35aff9-f30c-4065-b44e-dff4627d55ba", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113224Z:babb6d7a-168c-4308-a951-910398aaa5d8" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "decdcb1662fc238d52103ac50344de89", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:32:24 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "decdcb1662fc238d52103ac50344de89", + "x-ms-correlation-request-id": "5283ea6b-8b8b-48a4-bc3b-5b0fac84b342", + "x-ms-ratelimit-remaining-subscription-reads": "11906", + "x-ms-request-id": "527989f4-0ab8-401d-9d10-9cc502a7eb38", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113225Z:5283ea6b-8b8b-48a4-bc3b-5b0fac84b342" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "07c09eb17d1338d13579b5b7a4901636", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:32:25 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "07c09eb17d1338d13579b5b7a4901636", + "x-ms-correlation-request-id": "cbaa91a6-5168-460e-8e2f-269c8962194f", + "x-ms-ratelimit-remaining-subscription-reads": "11905", + "x-ms-request-id": "9eb0bd41-88bf-4a1f-a1a6-fe43eabc529f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113226Z:cbaa91a6-5168-460e-8e2f-269c8962194f" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "f04995608ee0f3811b206202a5b32937", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:32:27 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f04995608ee0f3811b206202a5b32937", + "x-ms-correlation-request-id": "1a5a14b0-68ab-472c-9313-63d7e89491af", + "x-ms-ratelimit-remaining-subscription-reads": "11904", + "x-ms-request-id": "7742d50c-9b07-4dab-ad38-cb6830a584a9", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113228Z:1a5a14b0-68ab-472c-9313-63d7e89491af" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "9f56b6aad4099981fa95a982acd67fc2", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:32:28 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "9f56b6aad4099981fa95a982acd67fc2", + "x-ms-correlation-request-id": "9d1e402e-d25f-4dbd-93e0-4ba178991093", + "x-ms-ratelimit-remaining-subscription-reads": "11903", + "x-ms-request-id": "2eb06e41-52a8-4f77-b967-3d3080a115b5", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113229Z:9d1e402e-d25f-4dbd-93e0-4ba178991093" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "6d6504faeefa23a91dccecf21ace9281", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:32:29 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6d6504faeefa23a91dccecf21ace9281", + "x-ms-correlation-request-id": "2bc7bb88-29f5-40a1-9c99-14b071edb5fd", + "x-ms-ratelimit-remaining-subscription-reads": "11902", + "x-ms-request-id": "53c9473d-1b35-4405-946d-813fb6ae3c5e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113230Z:2bc7bb88-29f5-40a1-9c99-14b071edb5fd" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "ed0c7d50773a8b2c14b0f54be5ff4745", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:32:31 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ed0c7d50773a8b2c14b0f54be5ff4745", + "x-ms-correlation-request-id": "143aabca-cc0b-4e93-a8fa-a87ffcb56760", + "x-ms-ratelimit-remaining-subscription-reads": "11901", + "x-ms-request-id": "83fa3fa7-bdd2-4d5b-ae99-2c655ae59d19", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113232Z:143aabca-cc0b-4e93-a8fa-a87ffcb56760" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "a108a0a0bc4ebc3c0d32813de78e7e2b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:32:32 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a108a0a0bc4ebc3c0d32813de78e7e2b", + "x-ms-correlation-request-id": "dfd1038a-32b2-4de3-a815-779745c9451c", + "x-ms-ratelimit-remaining-subscription-reads": "11900", + "x-ms-request-id": "15ec765a-a33c-44f0-8bc6-1272eaf3cd15", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113233Z:dfd1038a-32b2-4de3-a815-779745c9451c" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "2e31270292c98387d7d9594af85d3e1e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:32:34 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "2e31270292c98387d7d9594af85d3e1e", + "x-ms-correlation-request-id": "2f9baaac-69a5-44bf-92cf-bfd2b0bb592c", + "x-ms-ratelimit-remaining-subscription-reads": "11899", + "x-ms-request-id": "25ba9a73-9db5-4472-aed3-3e19c812d2f8", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113234Z:2f9baaac-69a5-44bf-92cf-bfd2b0bb592c" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "7951a785f0c69433414fe007f5eea385", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:32:36 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "7951a785f0c69433414fe007f5eea385", + "x-ms-correlation-request-id": "2c76502e-bb96-4080-9c49-eb31ca6488e8", + "x-ms-ratelimit-remaining-subscription-reads": "11898", + "x-ms-request-id": "28832260-90c4-4636-a3e0-10656cef50c2", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113236Z:2c76502e-bb96-4080-9c49-eb31ca6488e8" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "bd49c93118cd0e7b1985ca7563f2c4af", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:32:37 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "bd49c93118cd0e7b1985ca7563f2c4af", + "x-ms-correlation-request-id": "6241a244-819a-4e95-b30a-61387a30f76c", + "x-ms-ratelimit-remaining-subscription-reads": "11897", + "x-ms-request-id": "aab23f06-7519-4705-98e8-8d5a900fabf4", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113237Z:6241a244-819a-4e95-b30a-61387a30f76c" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "40b863f4053c1165f39ded79b2808ee9", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:32:38 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "40b863f4053c1165f39ded79b2808ee9", + "x-ms-correlation-request-id": "1473565f-31c7-492e-9e17-c7a8bcdd572f", + "x-ms-ratelimit-remaining-subscription-reads": "11896", + "x-ms-request-id": "f797d46b-0900-47d1-8005-6812b6523cf1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113238Z:1473565f-31c7-492e-9e17-c7a8bcdd572f" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "2e19d33580146c512b42604126be314e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:32:39 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "2e19d33580146c512b42604126be314e", + "x-ms-correlation-request-id": "33861579-79e8-47fc-a93d-30db9c8bc54a", + "x-ms-ratelimit-remaining-subscription-reads": "11895", + "x-ms-request-id": "5029708b-183c-408e-8a58-7869b6a997eb", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113240Z:33861579-79e8-47fc-a93d-30db9c8bc54a" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "9113308b63362c486437c92f2a025c99", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:32:41 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "9113308b63362c486437c92f2a025c99", + "x-ms-correlation-request-id": "8a8344c3-79f5-4c43-aee2-291f803f703f", + "x-ms-ratelimit-remaining-subscription-reads": "11894", + "x-ms-request-id": "3b4b3bea-23c7-479c-9d63-27c5c6cad66e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113241Z:8a8344c3-79f5-4c43-aee2-291f803f703f" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "8f40e0f695d9739a124b15faa424ea35", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:32:42 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "8f40e0f695d9739a124b15faa424ea35", + "x-ms-correlation-request-id": "7fbc818a-7f98-49eb-805e-529f7fdf4b0e", + "x-ms-ratelimit-remaining-subscription-reads": "11893", + "x-ms-request-id": "2b4693ff-da19-4fda-9f9e-b8d4447dc4fc", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113242Z:7fbc818a-7f98-49eb-805e-529f7fdf4b0e" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "81ee9f6cfc6cd2b28aedcaddb7214229", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:32:43 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "81ee9f6cfc6cd2b28aedcaddb7214229", + "x-ms-correlation-request-id": "0d217d1c-f181-4257-b128-5fcd4a474c5e", + "x-ms-ratelimit-remaining-subscription-reads": "11892", + "x-ms-request-id": "cc22ea5e-f673-4004-9c52-43687ca311e2", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113243Z:0d217d1c-f181-4257-b128-5fcd4a474c5e" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "454ac7e6a17df57596a07feb4e4e873f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:32:45 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "454ac7e6a17df57596a07feb4e4e873f", + "x-ms-correlation-request-id": "771c079f-faf6-4ace-9de3-853972464fdb", + "x-ms-ratelimit-remaining-subscription-reads": "11891", + "x-ms-request-id": "7ceddf9b-2ccb-4b30-b840-f914df108a3f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113245Z:771c079f-faf6-4ace-9de3-853972464fdb" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "8bc3934cdb13fa2c2e6e05ebcbbdbcf1", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:32:46 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "8bc3934cdb13fa2c2e6e05ebcbbdbcf1", + "x-ms-correlation-request-id": "dfb6b15f-7ad6-41d7-b1b0-cdd31e5be2b7", + "x-ms-ratelimit-remaining-subscription-reads": "11890", + "x-ms-request-id": "d2aa67ab-de8e-4537-9fbe-8beab58768d0", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113246Z:dfb6b15f-7ad6-41d7-b1b0-cdd31e5be2b7" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "dd14eb08a4d9cab729f8eacb7dc7833b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:32:47 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "dd14eb08a4d9cab729f8eacb7dc7833b", + "x-ms-correlation-request-id": "9ed8c4e6-e7d1-4ff7-af63-73d98879ea17", + "x-ms-ratelimit-remaining-subscription-reads": "11889", + "x-ms-request-id": "3213e2fc-3052-46ab-958f-8358515b3e41", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113247Z:9ed8c4e6-e7d1-4ff7-af63-73d98879ea17" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "23908a66b65d0a159a50170f9c892ad9", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:32:49 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "23908a66b65d0a159a50170f9c892ad9", + "x-ms-correlation-request-id": "baa4f6d5-4e1e-4cea-9ea3-27354cced72e", + "x-ms-ratelimit-remaining-subscription-reads": "11888", + "x-ms-request-id": "bb885602-f337-442b-9332-6c08119afac3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113249Z:baa4f6d5-4e1e-4cea-9ea3-27354cced72e" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "62e28de4a93aa866dbf9621bf0607c67", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:32:50 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "62e28de4a93aa866dbf9621bf0607c67", + "x-ms-correlation-request-id": "69caeb50-f933-4a33-b993-294c97e4e2a4", + "x-ms-ratelimit-remaining-subscription-reads": "11887", + "x-ms-request-id": "026403c4-fee8-441f-af81-3a00568e42cd", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113250Z:69caeb50-f933-4a33-b993-294c97e4e2a4" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "4085c9ea992c5194d50942898da82e9f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:32:51 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4085c9ea992c5194d50942898da82e9f", + "x-ms-correlation-request-id": "45d7f96e-0fc4-4e89-91bf-b47d2fffb3c3", + "x-ms-ratelimit-remaining-subscription-reads": "11886", + "x-ms-request-id": "f545c681-40f7-43bc-a1a1-efbfa18527d8", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113251Z:45d7f96e-0fc4-4e89-91bf-b47d2fffb3c3" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "efe711cd21e4bc0024e8476454f91939", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:32:53 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "efe711cd21e4bc0024e8476454f91939", + "x-ms-correlation-request-id": "fb110df9-a5fb-4f22-8047-6e2fd02464bf", + "x-ms-ratelimit-remaining-subscription-reads": "11885", + "x-ms-request-id": "cc473228-5488-4e07-a2e9-bea8ac61670f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113253Z:fb110df9-a5fb-4f22-8047-6e2fd02464bf" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "d225b0d3ea034bacf9908c3166dc1a33", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:32:54 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d225b0d3ea034bacf9908c3166dc1a33", + "x-ms-correlation-request-id": "43a2acf2-3829-44c5-8548-362a465d623e", + "x-ms-ratelimit-remaining-subscription-reads": "11884", + "x-ms-request-id": "14b5e31d-affe-4989-b9df-ae4719962a62", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113254Z:43a2acf2-3829-44c5-8548-362a465d623e" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "df4ec2ca8d79c882c8c91b43522ffddb", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:32:55 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "df4ec2ca8d79c882c8c91b43522ffddb", + "x-ms-correlation-request-id": "73c973b1-1beb-4536-95cb-84bc8dd2415d", + "x-ms-ratelimit-remaining-subscription-reads": "11883", + "x-ms-request-id": "48407abd-d0a5-405e-965c-2b577734609a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113255Z:73c973b1-1beb-4536-95cb-84bc8dd2415d" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "dcb608ef5b82e29b649cf65394cf5548", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:32:57 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "dcb608ef5b82e29b649cf65394cf5548", + "x-ms-correlation-request-id": "897865af-3cd7-457e-accd-e1a6fb28c18f", + "x-ms-ratelimit-remaining-subscription-reads": "11882", + "x-ms-request-id": "093efcd7-9ed5-4c7b-b3b9-f56829426d63", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113257Z:897865af-3cd7-457e-accd-e1a6fb28c18f" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "929913cd3aab45c02e5c0a3ace69f9c9", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:32:58 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "929913cd3aab45c02e5c0a3ace69f9c9", + "x-ms-correlation-request-id": "ff7dbf9f-a653-40c1-886d-9ce37ac37289", + "x-ms-ratelimit-remaining-subscription-reads": "11881", + "x-ms-request-id": "b5d6fe02-2658-416b-9f51-acd9d99cbc34", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113258Z:ff7dbf9f-a653-40c1-886d-9ce37ac37289" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "5d41b0933e256fb1266b7adc972e34f8", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:32:59 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5d41b0933e256fb1266b7adc972e34f8", + "x-ms-correlation-request-id": "ba55f754-02cb-4967-a63e-5f3af88b99b3", + "x-ms-ratelimit-remaining-subscription-reads": "11880", + "x-ms-request-id": "6b00c277-8468-462a-819f-d11dc6b2f606", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113259Z:ba55f754-02cb-4967-a63e-5f3af88b99b3" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "3e76d3736a96b5304870ae25516114fb", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:33:00 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "3e76d3736a96b5304870ae25516114fb", + "x-ms-correlation-request-id": "05827ca5-5239-4768-baea-e288d0c98073", + "x-ms-ratelimit-remaining-subscription-reads": "11879", + "x-ms-request-id": "e6863170-5846-4847-affc-d2cce890198b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113301Z:05827ca5-5239-4768-baea-e288d0c98073" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "e3c02ca3f78e8f2261296b40bfe3aeff", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:33:02 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e3c02ca3f78e8f2261296b40bfe3aeff", + "x-ms-correlation-request-id": "a23777bc-538c-4348-9278-a5ed2575b6a4", + "x-ms-ratelimit-remaining-subscription-reads": "11878", + "x-ms-request-id": "9299afb6-4ebf-4dc9-987d-c26f611381ab", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113302Z:a23777bc-538c-4348-9278-a5ed2575b6a4" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "fbc61127baf22833808b15b48f8b1ec5", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:33:03 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "fbc61127baf22833808b15b48f8b1ec5", + "x-ms-correlation-request-id": "ca50cd39-ca47-470d-a03a-b9229f2c7970", + "x-ms-ratelimit-remaining-subscription-reads": "11877", + "x-ms-request-id": "0eec94c0-e4b7-4aca-bb61-70e054bc90db", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113303Z:ca50cd39-ca47-470d-a03a-b9229f2c7970" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "6a397f57516e7b6ab0e6dc6cfff0f664", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:33:04 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6a397f57516e7b6ab0e6dc6cfff0f664", + "x-ms-correlation-request-id": "f38f7a69-948a-4395-b78a-4c7fcaa71085", + "x-ms-ratelimit-remaining-subscription-reads": "11876", + "x-ms-request-id": "46597cc0-2b8c-4c9f-9b5b-6acb8ca6c645", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113305Z:f38f7a69-948a-4395-b78a-4c7fcaa71085" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "3ffdaec1199ae808f8976202e26d00d6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:33:06 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "3ffdaec1199ae808f8976202e26d00d6", + "x-ms-correlation-request-id": "16fa87db-5bd1-4489-b1e0-28672fb004c7", + "x-ms-ratelimit-remaining-subscription-reads": "11875", + "x-ms-request-id": "42fb0419-685b-4833-9f06-594bdc54d6e0", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113306Z:16fa87db-5bd1-4489-b1e0-28672fb004c7" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "3fe8a50b43a9d691a64a4a0cddc72890", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:33:07 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "3fe8a50b43a9d691a64a4a0cddc72890", + "x-ms-correlation-request-id": "0645612a-2164-4a22-a7d0-70df298fa1b7", + "x-ms-ratelimit-remaining-subscription-reads": "11874", + "x-ms-request-id": "189f9f77-4169-4156-8d33-bb2f36171574", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113307Z:0645612a-2164-4a22-a7d0-70df298fa1b7" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "e0f3b195de8d3e2a765172d6ee689942", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:33:08 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e0f3b195de8d3e2a765172d6ee689942", + "x-ms-correlation-request-id": "0f9f2bdc-ff42-48e2-973e-a9cf54ff3f32", + "x-ms-ratelimit-remaining-subscription-reads": "11873", + "x-ms-request-id": "a4fbb918-6f92-4af5-a14f-23bec93e6bf1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113309Z:0f9f2bdc-ff42-48e2-973e-a9cf54ff3f32" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "5a6006e6b6077dba1c279850cefc0b31", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:33:10 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5a6006e6b6077dba1c279850cefc0b31", + "x-ms-correlation-request-id": "603cb230-1345-4d56-a97a-987cad84f0ab", + "x-ms-ratelimit-remaining-subscription-reads": "11872", + "x-ms-request-id": "1767a942-3807-46d8-a861-7a2342999609", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113310Z:603cb230-1345-4d56-a97a-987cad84f0ab" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "316cd26e1f7a2c487aaac958d1bbe83e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:33:11 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "316cd26e1f7a2c487aaac958d1bbe83e", + "x-ms-correlation-request-id": "d428d397-e0a1-4a17-a07b-b70e69c4d853", + "x-ms-ratelimit-remaining-subscription-reads": "11871", + "x-ms-request-id": "119eae15-4e3e-4444-a683-d2bc87ad9fbb", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113311Z:d428d397-e0a1-4a17-a07b-b70e69c4d853" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "d72508b0ce66df88f675c36645da6f7a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:33:12 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d72508b0ce66df88f675c36645da6f7a", + "x-ms-correlation-request-id": "67a00aad-308b-4711-80fc-0d78ca749a84", + "x-ms-ratelimit-remaining-subscription-reads": "11870", + "x-ms-request-id": "480b4c35-0108-4b14-bb20-c0247b04f154", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113313Z:67a00aad-308b-4711-80fc-0d78ca749a84" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "1b68404668fbc7c7bd33df5ced62ac61", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:33:14 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1b68404668fbc7c7bd33df5ced62ac61", + "x-ms-correlation-request-id": "4d36c719-10ae-4ee2-a909-a1cc1250eb46", + "x-ms-ratelimit-remaining-subscription-reads": "11869", + "x-ms-request-id": "e06e273c-6394-4b53-9fbd-783eb4a5d47a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113314Z:4d36c719-10ae-4ee2-a909-a1cc1250eb46" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "c69f593f33d69fcb498d3b055be2e6a0", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:33:15 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c69f593f33d69fcb498d3b055be2e6a0", + "x-ms-correlation-request-id": "bdbf7aca-6315-4cb8-9cd8-855904f6fc21", + "x-ms-ratelimit-remaining-subscription-reads": "11868", + "x-ms-request-id": "e89fc399-a081-4892-bd21-7e89e5c273a6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113315Z:bdbf7aca-6315-4cb8-9cd8-855904f6fc21" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "91114e3bcc534843405e1932ef2cf293", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:33:16 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "91114e3bcc534843405e1932ef2cf293", + "x-ms-correlation-request-id": "5dea3221-1d9b-4a64-b319-16d83a3e81cb", + "x-ms-ratelimit-remaining-subscription-reads": "11867", + "x-ms-request-id": "c30fc3ef-0215-4c14-83e8-81f4b5428923", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113317Z:5dea3221-1d9b-4a64-b319-16d83a3e81cb" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "ec2762c8a93b12a375c8d16d2dc26cdb", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:33:17 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ec2762c8a93b12a375c8d16d2dc26cdb", + "x-ms-correlation-request-id": "e0ac4885-3161-42b1-81dc-395850c5447f", + "x-ms-ratelimit-remaining-subscription-reads": "11866", + "x-ms-request-id": "0eb1964d-67b8-4ac7-bfc3-13ba85636215", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113318Z:e0ac4885-3161-42b1-81dc-395850c5447f" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "9e213f4d1b50720e165685781a99b01d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:33:19 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "9e213f4d1b50720e165685781a99b01d", + "x-ms-correlation-request-id": "6f43ed09-941c-4e51-a92f-38b3b2b23cf5", + "x-ms-ratelimit-remaining-subscription-reads": "11865", + "x-ms-request-id": "4091adb6-2c2f-43ee-b791-41f6384805af", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113319Z:6f43ed09-941c-4e51-a92f-38b3b2b23cf5" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "f93ca79afabb9164aaff1c8afad61b7e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:33:20 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f93ca79afabb9164aaff1c8afad61b7e", + "x-ms-correlation-request-id": "26945394-6fe5-4299-ba42-2eb1f13755e1", + "x-ms-ratelimit-remaining-subscription-reads": "11864", + "x-ms-request-id": "8c7f5544-c93a-4555-9ed2-f691f2735864", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113320Z:26945394-6fe5-4299-ba42-2eb1f13755e1" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "afe53ef2540aad4353b4d5e4232bf8db", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:33:21 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "afe53ef2540aad4353b4d5e4232bf8db", + "x-ms-correlation-request-id": "e0fd23a4-9efb-4294-abff-0de0134b3be8", + "x-ms-ratelimit-remaining-subscription-reads": "11863", + "x-ms-request-id": "ad8855fe-8313-48f6-80b9-78808eb58219", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113322Z:e0fd23a4-9efb-4294-abff-0de0134b3be8" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "85d2b41773855220da8ff351ff847840", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:33:23 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "85d2b41773855220da8ff351ff847840", + "x-ms-correlation-request-id": "b9d59b8d-76f0-465c-8435-e996e564be51", + "x-ms-ratelimit-remaining-subscription-reads": "11862", + "x-ms-request-id": "0e97c651-7518-423a-984c-3147b95d6fc7", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113323Z:b9d59b8d-76f0-465c-8435-e996e564be51" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "dc86073b00b44612648ea50624806d7f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:33:24 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "dc86073b00b44612648ea50624806d7f", + "x-ms-correlation-request-id": "50d2dc76-9edb-43ac-895f-894b0721b552", + "x-ms-ratelimit-remaining-subscription-reads": "11861", + "x-ms-request-id": "9832912c-49ae-4e35-bb5c-e39843566d49", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113324Z:50d2dc76-9edb-43ac-895f-894b0721b552" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "4673400795037ef91e92d57b60f1aecf", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:33:25 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4673400795037ef91e92d57b60f1aecf", + "x-ms-correlation-request-id": "e6ebc317-0234-44c2-8b47-c54848e41e18", + "x-ms-ratelimit-remaining-subscription-reads": "11860", + "x-ms-request-id": "67a6c368-f93c-49b4-bd41-a7480662755f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113326Z:e6ebc317-0234-44c2-8b47-c54848e41e18" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "1ca9953b1ca41627a18b21f6cd192d5a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:33:27 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1ca9953b1ca41627a18b21f6cd192d5a", + "x-ms-correlation-request-id": "292686ef-168a-4380-b3e4-48adac9da8a3", + "x-ms-ratelimit-remaining-subscription-reads": "11859", + "x-ms-request-id": "cc9e856d-9765-459f-be31-c938e262db4f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113327Z:292686ef-168a-4380-b3e4-48adac9da8a3" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "be4973213210a53c0e07bd212b97e672", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:33:28 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "be4973213210a53c0e07bd212b97e672", + "x-ms-correlation-request-id": "4c8b598c-273b-42b2-bdd5-d2b57a719dc6", + "x-ms-ratelimit-remaining-subscription-reads": "11858", + "x-ms-request-id": "aeab7cb5-1d15-431e-9650-0138ef9e93c3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113328Z:4c8b598c-273b-42b2-bdd5-d2b57a719dc6" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "8ecad6e051d7ebda185ca5777402b104", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:33:29 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "8ecad6e051d7ebda185ca5777402b104", + "x-ms-correlation-request-id": "cda9a079-f9b0-434c-adab-31ac33364a81", + "x-ms-ratelimit-remaining-subscription-reads": "11857", + "x-ms-request-id": "dbe0e7ec-aa58-4676-9b10-f0a1235f7301", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113330Z:cda9a079-f9b0-434c-adab-31ac33364a81" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "ec597b65efa709be58030e9d5e06ea09", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:33:31 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ec597b65efa709be58030e9d5e06ea09", + "x-ms-correlation-request-id": "f45a0e8f-1640-486e-b653-58fb10a99585", + "x-ms-ratelimit-remaining-subscription-reads": "11856", + "x-ms-request-id": "00d22dfb-0486-4f3f-90ed-ea171e9726c2", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113331Z:f45a0e8f-1640-486e-b653-58fb10a99585" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "f616aea59e4ed082995ea6b48dc5310b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:33:32 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f616aea59e4ed082995ea6b48dc5310b", + "x-ms-correlation-request-id": "c9a8cec2-e1e7-4648-b137-3dd356426ad0", + "x-ms-ratelimit-remaining-subscription-reads": "11855", + "x-ms-request-id": "57ea5c67-86c2-40fb-97fb-e5d671365e21", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113332Z:c9a8cec2-e1e7-4648-b137-3dd356426ad0" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "b0bcb955f93ef0ca18c136d4423d8d12", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:33:33 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b0bcb955f93ef0ca18c136d4423d8d12", + "x-ms-correlation-request-id": "00bbf9f6-f9b3-42f6-94e1-b88d960142e4", + "x-ms-ratelimit-remaining-subscription-reads": "11854", + "x-ms-request-id": "aee08479-b250-4b18-955b-4e9e176968a3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113334Z:00bbf9f6-f9b3-42f6-94e1-b88d960142e4" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "c5d29b71baecc6b6f888534949097c93", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:33:34 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c5d29b71baecc6b6f888534949097c93", + "x-ms-correlation-request-id": "b979e6d3-f920-45cf-a9b7-9c2e86d4ecb3", + "x-ms-ratelimit-remaining-subscription-reads": "11853", + "x-ms-request-id": "9ee9e23e-8be3-4e54-9855-b9ad4cf098c4", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113335Z:b979e6d3-f920-45cf-a9b7-9c2e86d4ecb3" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "a44703d13a49abcbe425de8d68ae8e5b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:33:36 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a44703d13a49abcbe425de8d68ae8e5b", + "x-ms-correlation-request-id": "7481d22d-e7a5-425d-8303-dbdfbff24a25", + "x-ms-ratelimit-remaining-subscription-reads": "11852", + "x-ms-request-id": "34244214-5459-4c02-b6dc-8a561c9e3f4b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113336Z:7481d22d-e7a5-425d-8303-dbdfbff24a25" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "f14393d16cf39b1e02f5b8b5a681a60e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:33:37 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f14393d16cf39b1e02f5b8b5a681a60e", + "x-ms-correlation-request-id": "1849c2cd-b521-4729-9c46-416c7bd571d3", + "x-ms-ratelimit-remaining-subscription-reads": "11851", + "x-ms-request-id": "fca4ec42-9561-4ad9-a08c-2aa8f71b1167", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113338Z:1849c2cd-b521-4729-9c46-416c7bd571d3" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "3e02a244e8f537c8cf26e1c6db295e4a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:33:38 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "3e02a244e8f537c8cf26e1c6db295e4a", + "x-ms-correlation-request-id": "351667b2-e89f-4a9c-9f86-271b3783c81e", + "x-ms-ratelimit-remaining-subscription-reads": "11850", + "x-ms-request-id": "925014a6-58dc-499b-a9f9-b74f611bc9fb", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113339Z:351667b2-e89f-4a9c-9f86-271b3783c81e" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "b677f7fa8ac665a0e5aca25482150562", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:33:40 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b677f7fa8ac665a0e5aca25482150562", + "x-ms-correlation-request-id": "04e93145-0481-4422-9214-ef7558b1fc77", + "x-ms-ratelimit-remaining-subscription-reads": "11849", + "x-ms-request-id": "c9954585-c30e-4277-90cd-512f14994c08", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113340Z:04e93145-0481-4422-9214-ef7558b1fc77" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "c648d07f4fabe965cb0b21cc8b57bfd9", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:33:41 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c648d07f4fabe965cb0b21cc8b57bfd9", + "x-ms-correlation-request-id": "05a564f0-a538-4b45-b937-bf7697ad6a82", + "x-ms-ratelimit-remaining-subscription-reads": "11848", + "x-ms-request-id": "ba7ce72c-194a-4b3f-904d-dfc2bd1ed73d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113342Z:05a564f0-a538-4b45-b937-bf7697ad6a82" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "aebb6d97f009ba47029d59494674b4ba", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:33:42 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "aebb6d97f009ba47029d59494674b4ba", + "x-ms-correlation-request-id": "f5af2e44-57d6-4051-b5ae-8e26dcd56aed", + "x-ms-ratelimit-remaining-subscription-reads": "11847", + "x-ms-request-id": "ff3c3d54-fa22-46b0-a387-379b2f777daa", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113343Z:f5af2e44-57d6-4051-b5ae-8e26dcd56aed" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "0b477e2198e0aa9e928eebba68d3da8d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:33:44 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "0b477e2198e0aa9e928eebba68d3da8d", + "x-ms-correlation-request-id": "03c19f10-a5c2-4c40-9a38-d7fb9b0da4ec", + "x-ms-ratelimit-remaining-subscription-reads": "11846", + "x-ms-request-id": "92d06715-4b04-493e-b62f-ac7cdbc53452", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113344Z:03c19f10-a5c2-4c40-9a38-d7fb9b0da4ec" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "14bcc8ed575a8e59888ec30df51ca356", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:33:45 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "14bcc8ed575a8e59888ec30df51ca356", + "x-ms-correlation-request-id": "3396cb42-521b-487d-a755-873c2f0aa9fa", + "x-ms-ratelimit-remaining-subscription-reads": "11845", + "x-ms-request-id": "ea007d02-9f01-4383-a73e-102a78e3768b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113346Z:3396cb42-521b-487d-a755-873c2f0aa9fa" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "0cab6756b310fff9cf101b7b058d512e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:33:46 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "0cab6756b310fff9cf101b7b058d512e", + "x-ms-correlation-request-id": "8816f607-6e21-4ebf-b402-cc6a413bcd05", + "x-ms-ratelimit-remaining-subscription-reads": "11844", + "x-ms-request-id": "aa527063-97cc-4e05-bbf5-700ad836072f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113347Z:8816f607-6e21-4ebf-b402-cc6a413bcd05" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "7d5cccc3a0b7c96025b88252d490b575", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:33:48 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "7d5cccc3a0b7c96025b88252d490b575", + "x-ms-correlation-request-id": "b3f523ee-cef1-423c-81f4-fd6e6cffebe2", + "x-ms-ratelimit-remaining-subscription-reads": "11843", + "x-ms-request-id": "1755e948-0c98-4049-acfe-6efe86d8bcee", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113348Z:b3f523ee-cef1-423c-81f4-fd6e6cffebe2" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "006394ebcd27397dcfbd45493bdd89fb", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:33:49 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "006394ebcd27397dcfbd45493bdd89fb", + "x-ms-correlation-request-id": "659ebe96-00a1-422a-acbe-e6139f91439b", + "x-ms-ratelimit-remaining-subscription-reads": "11842", + "x-ms-request-id": "e9cfb35d-0233-49b1-b644-6b731936e499", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113350Z:659ebe96-00a1-422a-acbe-e6139f91439b" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "284a953c25c0b69f07e2e75730a62b3e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:33:50 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "284a953c25c0b69f07e2e75730a62b3e", + "x-ms-correlation-request-id": "74a55823-a91e-4d91-9ad6-c92e6da3806d", + "x-ms-ratelimit-remaining-subscription-reads": "11841", + "x-ms-request-id": "de7b1a96-2440-4833-8703-73053781be2f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113351Z:74a55823-a91e-4d91-9ad6-c92e6da3806d" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "7190a65b5029f6064f22aefa5b178e47", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:33:52 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "7190a65b5029f6064f22aefa5b178e47", + "x-ms-correlation-request-id": "d36ab072-35ce-4c46-911a-8a7c314d6531", + "x-ms-ratelimit-remaining-subscription-reads": "11840", + "x-ms-request-id": "96457f72-d93c-4dc3-9efb-c425935223a5", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113352Z:d36ab072-35ce-4c46-911a-8a7c314d6531" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "3e16872e8c46c5b5f5adf945e5250828", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:33:53 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "3e16872e8c46c5b5f5adf945e5250828", + "x-ms-correlation-request-id": "5df3dacd-1408-4236-bb29-0e10cae1da13", + "x-ms-ratelimit-remaining-subscription-reads": "11839", + "x-ms-request-id": "b8be9a8b-1c42-431a-b388-f05a5a5fda40", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113354Z:5df3dacd-1408-4236-bb29-0e10cae1da13" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "95ed0792184debd28e54d99d77a45bf0", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:33:54 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "95ed0792184debd28e54d99d77a45bf0", + "x-ms-correlation-request-id": "b6d5ee76-90f1-4970-a700-5924013151dd", + "x-ms-ratelimit-remaining-subscription-reads": "11838", + "x-ms-request-id": "a55f317d-f26d-4df5-8cc9-ad4c285bfa50", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113355Z:b6d5ee76-90f1-4970-a700-5924013151dd" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "a929a053ec8fcff7f0ca7b7c57c0102a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:33:56 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a929a053ec8fcff7f0ca7b7c57c0102a", + "x-ms-correlation-request-id": "fb8c6a5e-4a4a-41b8-92e9-9ecba0d0b39c", + "x-ms-ratelimit-remaining-subscription-reads": "11837", + "x-ms-request-id": "c056302c-603c-4c84-a0ec-f78a1cca127d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113356Z:fb8c6a5e-4a4a-41b8-92e9-9ecba0d0b39c" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "5367851af82916fab52ab0f2b2184e50", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:33:57 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5367851af82916fab52ab0f2b2184e50", + "x-ms-correlation-request-id": "bef89348-02ba-4307-b8e1-094b5eedaa1e", + "x-ms-ratelimit-remaining-subscription-reads": "11836", + "x-ms-request-id": "91ce5a9c-9ad8-481f-98c6-3597b67db896", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113358Z:bef89348-02ba-4307-b8e1-094b5eedaa1e" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "45f109525efca5990f1da5829c5694cd", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:33:58 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "45f109525efca5990f1da5829c5694cd", + "x-ms-correlation-request-id": "1333b367-f011-47c6-b687-277620bc82af", + "x-ms-ratelimit-remaining-subscription-reads": "11835", + "x-ms-request-id": "dd55f78e-4861-4afe-b8d5-191eefcb7f51", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113359Z:1333b367-f011-47c6-b687-277620bc82af" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "f182af43073d5ac6a612f4653c051cd7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:33:59 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f182af43073d5ac6a612f4653c051cd7", + "x-ms-correlation-request-id": "c57bdf4d-3f18-4f6b-9596-62389db7c5a5", + "x-ms-ratelimit-remaining-subscription-reads": "11834", + "x-ms-request-id": "a0990274-12ed-4ae7-b7aa-712726bb6e08", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113400Z:c57bdf4d-3f18-4f6b-9596-62389db7c5a5" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "4d292b7ccbcfbb2eecc1440c5377795f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:34:01 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4d292b7ccbcfbb2eecc1440c5377795f", + "x-ms-correlation-request-id": "635cc2d1-c63a-4e0b-a04a-d4b12c7fc011", + "x-ms-ratelimit-remaining-subscription-reads": "11833", + "x-ms-request-id": "7b88ed23-3f9b-4a96-a9d6-1197de480f32", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113401Z:635cc2d1-c63a-4e0b-a04a-d4b12c7fc011" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "03aee2965c964a1343979ee96a336909", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:34:02 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "03aee2965c964a1343979ee96a336909", + "x-ms-correlation-request-id": "513b116d-b8cc-43ea-a9f8-2af27bd9fce5", + "x-ms-ratelimit-remaining-subscription-reads": "11832", + "x-ms-request-id": "83c1faec-3cea-4b92-a377-549f70101830", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113403Z:513b116d-b8cc-43ea-a9f8-2af27bd9fce5" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "7106cd01462c77fe81c7057bc2ba072e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:34:03 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "7106cd01462c77fe81c7057bc2ba072e", + "x-ms-correlation-request-id": "d8cf8197-f264-4883-b2e7-12656efb36f8", + "x-ms-ratelimit-remaining-subscription-reads": "11831", + "x-ms-request-id": "547dd9aa-bccb-47d8-8b7e-83a69089ce8c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113404Z:d8cf8197-f264-4883-b2e7-12656efb36f8" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "5ace959918561f4118df0a372c4450b8", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:34:05 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5ace959918561f4118df0a372c4450b8", + "x-ms-correlation-request-id": "07e589b5-07f4-4fa6-8090-65d4a4cab0b5", + "x-ms-ratelimit-remaining-subscription-reads": "11830", + "x-ms-request-id": "32771cad-6f1d-4a4a-a698-fbfc7ab9d2d1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113405Z:07e589b5-07f4-4fa6-8090-65d4a4cab0b5" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "860a3a5808714f32e33782cf57978789", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:34:06 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "860a3a5808714f32e33782cf57978789", + "x-ms-correlation-request-id": "1749576e-f253-4a58-82dc-48da6f5217e7", + "x-ms-ratelimit-remaining-subscription-reads": "11829", + "x-ms-request-id": "8902874f-9930-4d01-a6dd-89a1fac854c6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113407Z:1749576e-f253-4a58-82dc-48da6f5217e7" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "d54f70900f64e8b28ce6594c3cc64a3c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:34:07 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d54f70900f64e8b28ce6594c3cc64a3c", + "x-ms-correlation-request-id": "75446765-3ef6-41ff-804d-3402461bd7d3", + "x-ms-ratelimit-remaining-subscription-reads": "11828", + "x-ms-request-id": "dba07153-fcce-4188-bbac-0ae41034d350", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113408Z:75446765-3ef6-41ff-804d-3402461bd7d3" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "87224c7680af91bd627f761f9672c780", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:34:09 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "87224c7680af91bd627f761f9672c780", + "x-ms-correlation-request-id": "ffcf00c0-42ff-41a7-902f-c2ab7fad6b69", + "x-ms-ratelimit-remaining-subscription-reads": "11827", + "x-ms-request-id": "880d10bc-59c6-4af0-bbc7-4102b18c7a5e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113409Z:ffcf00c0-42ff-41a7-902f-c2ab7fad6b69" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "bca781577bf449538822f98baee5131c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:34:10 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "bca781577bf449538822f98baee5131c", + "x-ms-correlation-request-id": "b623c34b-e5bc-4530-8a0a-8df411c21d6a", + "x-ms-ratelimit-remaining-subscription-reads": "11826", + "x-ms-request-id": "1f0e107d-cb46-400b-814c-4e9bfaa641a0", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113411Z:b623c34b-e5bc-4530-8a0a-8df411c21d6a" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "0b5846ec00750fd9b3be72e59992521a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:34:11 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "0b5846ec00750fd9b3be72e59992521a", + "x-ms-correlation-request-id": "bac3bd48-51ad-4981-bdbf-2c28c3940a26", + "x-ms-ratelimit-remaining-subscription-reads": "11825", + "x-ms-request-id": "40827259-c658-476c-a94a-a4e3cbbe0843", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113412Z:bac3bd48-51ad-4981-bdbf-2c28c3940a26" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "bbf5d81f8e1efa47f8d9ff8d8732e27c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:34:13 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "bbf5d81f8e1efa47f8d9ff8d8732e27c", + "x-ms-correlation-request-id": "7e4ab5e2-bc48-4e84-b9b4-123e81eaa84a", + "x-ms-ratelimit-remaining-subscription-reads": "11824", + "x-ms-request-id": "9d776bc2-64d1-4418-8cf0-16f8c87f0b89", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113413Z:7e4ab5e2-bc48-4e84-b9b4-123e81eaa84a" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "4f33596cbb19570ba7980936086daff5", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Connection": "close", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:34:14 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4f33596cbb19570ba7980936086daff5", + "x-ms-correlation-request-id": "88bb82e9-3922-4aab-826a-d27f9763e297", + "x-ms-ratelimit-remaining-subscription-reads": "11823", + "x-ms-request-id": "a5091767-c816-4faa-b0e3-4e8fa4ffc744", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113415Z:88bb82e9-3922-4aab-826a-d27f9763e297" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "d56bdfcf57f05efefe5e129b004c8781", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:34:15 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d56bdfcf57f05efefe5e129b004c8781", + "x-ms-correlation-request-id": "4a4a0fc9-f36b-4abb-bdda-05a09200aadd", + "x-ms-ratelimit-remaining-subscription-reads": "11999", + "x-ms-request-id": "942b61b5-534c-41c0-b78b-c19a1fb4a1ae", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113416Z:4a4a0fc9-f36b-4abb-bdda-05a09200aadd" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "3f79f6db025f6301cd9e14858410f28a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:34:17 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "3f79f6db025f6301cd9e14858410f28a", + "x-ms-correlation-request-id": "189e2d78-ee94-45ee-825f-342c8f973cdd", + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-request-id": "520a8a66-4dbb-4277-960f-a0fc73ce204e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113418Z:189e2d78-ee94-45ee-825f-342c8f973cdd" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "a7bd0a290cc6148c5bd551bba86f575a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:34:18 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a7bd0a290cc6148c5bd551bba86f575a", + "x-ms-correlation-request-id": "aee0ec54-5141-4179-a27e-a9f37c566a69", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-request-id": "56086352-bc31-4a60-8a37-1c01224e6128", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113419Z:aee0ec54-5141-4179-a27e-a9f37c566a69" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "125a881070f4cd96de0808514378d9ed", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:34:19 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "125a881070f4cd96de0808514378d9ed", + "x-ms-correlation-request-id": "5d729dcc-93c6-45e8-9a06-74f41c74d2f3", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-request-id": "e6b3f7f2-8434-45f9-91a3-f598542347c6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113420Z:5d729dcc-93c6-45e8-9a06-74f41c74d2f3" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "f572886bdf8ecfba6965e489b145ba5e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:34:21 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f572886bdf8ecfba6965e489b145ba5e", + "x-ms-correlation-request-id": "cf4b6bf4-4364-4832-989a-53afc8d18170", + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-request-id": "c2c13586-41d0-42e5-a115-7fad02cfdb6d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113422Z:cf4b6bf4-4364-4832-989a-53afc8d18170" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "fb75b947e0b6b99674f0c9bd043ad0e2", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:34:22 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "fb75b947e0b6b99674f0c9bd043ad0e2", + "x-ms-correlation-request-id": "b5ecfb25-0abc-4438-9513-5eae7d0d969e", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-request-id": "5694ac93-b6d4-4670-b75f-1c66568057ef", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113423Z:b5ecfb25-0abc-4438-9513-5eae7d0d969e" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "204f63fc61fd31cbcd8ba88f8b0c1b98", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:34:24 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "204f63fc61fd31cbcd8ba88f8b0c1b98", + "x-ms-correlation-request-id": "e308f3b9-eff6-4c02-b230-e48765ae7d54", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-request-id": "4d1d8c71-869e-4701-868c-a5cce2949b0b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113425Z:e308f3b9-eff6-4c02-b230-e48765ae7d54" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "8a0aa94edd038b37f2b8819e16fdcb2f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:34:25 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "8a0aa94edd038b37f2b8819e16fdcb2f", + "x-ms-correlation-request-id": "2f38f0e3-d072-44cf-8726-daa8d22e79a5", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-request-id": "bb57590c-7559-4879-88fe-8c165d0407de", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113426Z:2f38f0e3-d072-44cf-8726-daa8d22e79a5" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "4e8d019599f6e561ed432e2b37072d67", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:34:27 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4e8d019599f6e561ed432e2b37072d67", + "x-ms-correlation-request-id": "670ec84a-ac13-449f-a593-f13724bc1202", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-request-id": "14a920ba-5f0f-4dae-8614-630612739d1a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113427Z:670ec84a-ac13-449f-a593-f13724bc1202" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "5a6e31d4452f1edf2bc32e44e02d1ad0", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:34:28 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5a6e31d4452f1edf2bc32e44e02d1ad0", + "x-ms-correlation-request-id": "2e656aac-126b-4de0-8944-4a7471b38204", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-request-id": "fb11d70c-c6e9-4fc2-aa08-91da79854fd9", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113429Z:2e656aac-126b-4de0-8944-4a7471b38204" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "89f978bfcd7fb4a148249cbfaf0c53ea", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:34:29 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "89f978bfcd7fb4a148249cbfaf0c53ea", + "x-ms-correlation-request-id": "98ab40d4-aef1-45c7-b224-845b96be14bd", + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-request-id": "a38512d4-1deb-4557-8f23-acf8da674e4f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113430Z:98ab40d4-aef1-45c7-b224-845b96be14bd" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "e4c9198a708e4fff226e22326b1c05c0", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:34:31 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e4c9198a708e4fff226e22326b1c05c0", + "x-ms-correlation-request-id": "c00556a4-03ff-484b-8679-0918aa816c69", + "x-ms-ratelimit-remaining-subscription-reads": "11988", + "x-ms-request-id": "555d3bc2-caa4-4a36-9b46-bf2558b089af", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113431Z:c00556a4-03ff-484b-8679-0918aa816c69" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "be6b5e28a40d07e78fb9110aa8206f1f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:34:32 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "be6b5e28a40d07e78fb9110aa8206f1f", + "x-ms-correlation-request-id": "9b87ce82-9462-4920-b56f-bac97a56beeb", + "x-ms-ratelimit-remaining-subscription-reads": "11987", + "x-ms-request-id": "f3a1fe38-949d-4c1d-bbef-748ef581e50f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113433Z:9b87ce82-9462-4920-b56f-bac97a56beeb" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "c6b9436f36644f4179aa6711aa6f492c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:34:33 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c6b9436f36644f4179aa6711aa6f492c", + "x-ms-correlation-request-id": "fc199295-37a7-4531-871a-6154437a5130", + "x-ms-ratelimit-remaining-subscription-reads": "11986", + "x-ms-request-id": "85650535-9c98-493c-942b-8da18cbb9a12", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113434Z:fc199295-37a7-4531-871a-6154437a5130" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "5196dc1f95a0e6dd32c155d55ef4a601", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:34:35 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5196dc1f95a0e6dd32c155d55ef4a601", + "x-ms-correlation-request-id": "6bb6580d-7e23-493d-a884-5a574d7093f7", + "x-ms-ratelimit-remaining-subscription-reads": "11985", + "x-ms-request-id": "1bbd61bd-b59e-4cea-a7c5-d9db4787a142", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113435Z:6bb6580d-7e23-493d-a884-5a574d7093f7" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "27c203fe3e62f25c1d1c45623dd65d20", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:34:36 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "27c203fe3e62f25c1d1c45623dd65d20", + "x-ms-correlation-request-id": "9a19f879-3fac-4810-85a8-ed1ce081255c", + "x-ms-ratelimit-remaining-subscription-reads": "11984", + "x-ms-request-id": "48af479d-dae9-4b52-a1b6-baf67b874358", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113437Z:9a19f879-3fac-4810-85a8-ed1ce081255c" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "ccebe56f1e8ada7e66d394a2e16cf084", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:34:37 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ccebe56f1e8ada7e66d394a2e16cf084", + "x-ms-correlation-request-id": "aa2290f2-b414-4c3d-ae92-be8d074ff3c1", + "x-ms-ratelimit-remaining-subscription-reads": "11983", + "x-ms-request-id": "57dbfe35-60a0-435e-9c28-b5330bae5fd4", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113438Z:aa2290f2-b414-4c3d-ae92-be8d074ff3c1" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "a612650322ace1c980a333844f7aa95c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:34:38 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a612650322ace1c980a333844f7aa95c", + "x-ms-correlation-request-id": "dc55290b-a426-4f6a-beef-96f839764728", + "x-ms-ratelimit-remaining-subscription-reads": "11982", + "x-ms-request-id": "8be9432c-2991-434a-8b42-dc9f7979a75b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113439Z:dc55290b-a426-4f6a-beef-96f839764728" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "79653563da09e07784e8c08fa9b911b1", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:34:40 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "79653563da09e07784e8c08fa9b911b1", + "x-ms-correlation-request-id": "cca0b0e6-3e60-481d-99f0-38c29b65a292", + "x-ms-ratelimit-remaining-subscription-reads": "11981", + "x-ms-request-id": "e371b3fa-4b31-4875-8824-446365b37562", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113441Z:cca0b0e6-3e60-481d-99f0-38c29b65a292" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "d75fc02bb7c34d731c0a4be6eafa8beb", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:34:41 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d75fc02bb7c34d731c0a4be6eafa8beb", + "x-ms-correlation-request-id": "74535681-c2a4-4d5c-98f3-de05a05553ad", + "x-ms-ratelimit-remaining-subscription-reads": "11980", + "x-ms-request-id": "dc49b3dc-df9d-4e3b-8790-11fe00cf5a9e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113442Z:74535681-c2a4-4d5c-98f3-de05a05553ad" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "ac3e382a7706297bee3222c4613937c7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:34:42 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ac3e382a7706297bee3222c4613937c7", + "x-ms-correlation-request-id": "5c54555b-5d98-4c89-8679-fa386ef74cae", + "x-ms-ratelimit-remaining-subscription-reads": "11979", + "x-ms-request-id": "ff5d8a22-4112-4a20-a442-492fe585d248", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113443Z:5c54555b-5d98-4c89-8679-fa386ef74cae" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "8e598292d21bac98c1185cfe8e90f58a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:34:44 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "8e598292d21bac98c1185cfe8e90f58a", + "x-ms-correlation-request-id": "aae31cfb-d456-4c14-909d-531b8d8cff4a", + "x-ms-ratelimit-remaining-subscription-reads": "11978", + "x-ms-request-id": "7ae65784-755d-4611-b71c-ab60d8e45d89", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113445Z:aae31cfb-d456-4c14-909d-531b8d8cff4a" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "7165d45c657ab3aa4535e99094afebe2", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:34:45 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "7165d45c657ab3aa4535e99094afebe2", + "x-ms-correlation-request-id": "e00ba081-6d1a-41d0-9626-808cc8c89d00", + "x-ms-ratelimit-remaining-subscription-reads": "11977", + "x-ms-request-id": "73081b46-2e39-40c0-ae0c-3c0775c64f04", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113446Z:e00ba081-6d1a-41d0-9626-808cc8c89d00" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "675484d3fca158d09f92eaee1a7c9a5d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:34:46 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "675484d3fca158d09f92eaee1a7c9a5d", + "x-ms-correlation-request-id": "9cf71231-8c5c-4541-aa58-008ecbae90d6", + "x-ms-ratelimit-remaining-subscription-reads": "11976", + "x-ms-request-id": "85b49677-6faa-4741-83d2-559ac62282a5", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113447Z:9cf71231-8c5c-4541-aa58-008ecbae90d6" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "8d67973cc6d42c4cd8a549e5e8081712", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:34:48 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "8d67973cc6d42c4cd8a549e5e8081712", + "x-ms-correlation-request-id": "a79674d4-3ec3-45e9-9165-e67bf22cc396", + "x-ms-ratelimit-remaining-subscription-reads": "11975", + "x-ms-request-id": "76026b4c-3a6a-43a4-aa6d-be8a5a011b10", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113449Z:a79674d4-3ec3-45e9-9165-e67bf22cc396" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "0a2b7a2c8e3c60e9040dd1e87abb99c8", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:34:49 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "0a2b7a2c8e3c60e9040dd1e87abb99c8", + "x-ms-correlation-request-id": "c82f6317-6d35-4154-88c0-29f6257a2901", + "x-ms-ratelimit-remaining-subscription-reads": "11974", + "x-ms-request-id": "6c2c6ad3-ccfb-4b2f-b417-5164cf6988e6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113450Z:c82f6317-6d35-4154-88c0-29f6257a2901" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "fd538b9b5d470c0d37278efbb2eb6f97", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:34:50 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "fd538b9b5d470c0d37278efbb2eb6f97", + "x-ms-correlation-request-id": "64c77e1d-bf22-4283-afd2-a6223ab07d59", + "x-ms-ratelimit-remaining-subscription-reads": "11973", + "x-ms-request-id": "bdb58b9a-f042-4bd7-b132-7ed5da54f503", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113451Z:64c77e1d-bf22-4283-afd2-a6223ab07d59" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "a0c1d87a8f50ae20ae0689c7f464b11d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:34:52 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a0c1d87a8f50ae20ae0689c7f464b11d", + "x-ms-correlation-request-id": "0c93f75b-e757-450a-b4f8-1bbeb6f8add0", + "x-ms-ratelimit-remaining-subscription-reads": "11972", + "x-ms-request-id": "fcf95d4d-4f57-4f35-b683-2cf43c292b35", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113453Z:0c93f75b-e757-450a-b4f8-1bbeb6f8add0" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "5d49810c1ab4cfca6c1fd214ffedad19", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:34:53 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5d49810c1ab4cfca6c1fd214ffedad19", + "x-ms-correlation-request-id": "971b5fbe-dea9-4047-9723-ff6a3333d0af", + "x-ms-ratelimit-remaining-subscription-reads": "11971", + "x-ms-request-id": "b0c0bd94-3e76-434a-9989-ec2574d108d2", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113454Z:971b5fbe-dea9-4047-9723-ff6a3333d0af" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "a16d399ef9f90b776ba54e40d44617d3", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:34:54 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a16d399ef9f90b776ba54e40d44617d3", + "x-ms-correlation-request-id": "6089b2c0-8c8f-44bf-a777-93e7af608cbf", + "x-ms-ratelimit-remaining-subscription-reads": "11970", + "x-ms-request-id": "5d9a9414-a32d-400d-96ec-ff32ebca4e06", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113455Z:6089b2c0-8c8f-44bf-a777-93e7af608cbf" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "31ef717511a15fe30ef23331bd0bafc1", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:34:57 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "31ef717511a15fe30ef23331bd0bafc1", + "x-ms-correlation-request-id": "57cd0ee1-aecf-4d66-88d1-ff2cd496f137", + "x-ms-ratelimit-remaining-subscription-reads": "11969", + "x-ms-request-id": "1bbed89b-359f-46d9-8381-b69fff679784", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113457Z:57cd0ee1-aecf-4d66-88d1-ff2cd496f137" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "bb296f5910f61223093ef20fcc89fa26", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:34:58 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "bb296f5910f61223093ef20fcc89fa26", + "x-ms-correlation-request-id": "188e805c-0b1b-4c84-9063-c542f841e275", + "x-ms-ratelimit-remaining-subscription-reads": "11968", + "x-ms-request-id": "c8a1f089-2fba-4240-bbe7-75c1b0ba0786", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113458Z:188e805c-0b1b-4c84-9063-c542f841e275" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "8d9eff077cfd8c77560d9306c5454e5f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:34:59 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "8d9eff077cfd8c77560d9306c5454e5f", + "x-ms-correlation-request-id": "afb6018b-71ba-4805-a36f-2253142674f4", + "x-ms-ratelimit-remaining-subscription-reads": "11967", + "x-ms-request-id": "54ceb779-a076-4950-954a-9441030ebcc3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113459Z:afb6018b-71ba-4805-a36f-2253142674f4" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "64e78df55c1d65dd4edc27631fd39385", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:35:01 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "64e78df55c1d65dd4edc27631fd39385", + "x-ms-correlation-request-id": "b6bfb7dc-20af-4b5e-9cb9-6a2559c09b32", + "x-ms-ratelimit-remaining-subscription-reads": "11966", + "x-ms-request-id": "9b6a715a-7e51-4688-841c-989a865ac092", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113501Z:b6bfb7dc-20af-4b5e-9cb9-6a2559c09b32" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "be2a0df8226dddc3f89d64e87c1c4dc3", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:35:02 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "be2a0df8226dddc3f89d64e87c1c4dc3", + "x-ms-correlation-request-id": "5cdb146c-636b-4b45-aed5-b6abd63dd837", + "x-ms-ratelimit-remaining-subscription-reads": "11965", + "x-ms-request-id": "a3271747-968d-48de-b119-dc84db67ea46", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113502Z:5cdb146c-636b-4b45-aed5-b6abd63dd837" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "3f1a93ef95a1aa0921393f2154146c82", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:35:03 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "3f1a93ef95a1aa0921393f2154146c82", + "x-ms-correlation-request-id": "ae6c2551-d95a-42f0-888f-c1e1200d602e", + "x-ms-ratelimit-remaining-subscription-reads": "11964", + "x-ms-request-id": "dd3f178c-3ff3-4da6-92a3-60ab3b450b9f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113503Z:ae6c2551-d95a-42f0-888f-c1e1200d602e" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "b80e0e7a901bd3f1c90a6c80f8f4e931", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:35:05 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b80e0e7a901bd3f1c90a6c80f8f4e931", + "x-ms-correlation-request-id": "7a305202-be1a-40fa-8536-3c8048386285", + "x-ms-ratelimit-remaining-subscription-reads": "11963", + "x-ms-request-id": "4a498254-64ad-4036-85fb-ead70bc5339f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113505Z:7a305202-be1a-40fa-8536-3c8048386285" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "8c73638f54b963e304809c33e2a288e3", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:35:06 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "8c73638f54b963e304809c33e2a288e3", + "x-ms-correlation-request-id": "1fc1f81f-ba44-4009-ad78-127f64668784", + "x-ms-ratelimit-remaining-subscription-reads": "11962", + "x-ms-request-id": "0e520210-5e46-4802-96fd-d95a5540e222", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113506Z:1fc1f81f-ba44-4009-ad78-127f64668784" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "6e6ee130940e5ea8a14675972889b22d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:35:07 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6e6ee130940e5ea8a14675972889b22d", + "x-ms-correlation-request-id": "e3ea0150-2127-4500-9dc3-75188eba7943", + "x-ms-ratelimit-remaining-subscription-reads": "11961", + "x-ms-request-id": "557a41c4-3f75-45ac-b7c9-50a262e56c7a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113507Z:e3ea0150-2127-4500-9dc3-75188eba7943" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "f0910e4fe0a125c92baab49af4bef027", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:35:09 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f0910e4fe0a125c92baab49af4bef027", + "x-ms-correlation-request-id": "16266840-6c68-4fd5-8487-d4af4488acbe", + "x-ms-ratelimit-remaining-subscription-reads": "11960", + "x-ms-request-id": "a5086852-631a-4129-8046-aef0117ad3d8", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113509Z:16266840-6c68-4fd5-8487-d4af4488acbe" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "164f89817b86fa22bb14eb72df4b3b7b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:35:10 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "164f89817b86fa22bb14eb72df4b3b7b", + "x-ms-correlation-request-id": "075fe629-6746-4c6c-bf62-e85be26831fe", + "x-ms-ratelimit-remaining-subscription-reads": "11959", + "x-ms-request-id": "de0f8e15-ddc9-4f2d-831f-a2919add90ae", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113510Z:075fe629-6746-4c6c-bf62-e85be26831fe" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "d4e46ecd9810504118484263e00d6ae3", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:35:11 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d4e46ecd9810504118484263e00d6ae3", + "x-ms-correlation-request-id": "302cdead-e06b-41cb-a581-c7cb226b00c7", + "x-ms-ratelimit-remaining-subscription-reads": "11958", + "x-ms-request-id": "6b32b309-b4f6-4eea-b1b3-105285c60137", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113511Z:302cdead-e06b-41cb-a581-c7cb226b00c7" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "9e154d569b39d4a6eb97358cf55646df", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:35:12 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "9e154d569b39d4a6eb97358cf55646df", + "x-ms-correlation-request-id": "7742d810-c83c-41bc-8e45-2f9b6d9bf0af", + "x-ms-ratelimit-remaining-subscription-reads": "11957", + "x-ms-request-id": "ad7b9ef0-5ebe-4841-8a51-3e262c646683", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113513Z:7742d810-c83c-41bc-8e45-2f9b6d9bf0af" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "85cd396f1bd9e91647fffe3e38bf1aad", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:35:14 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "85cd396f1bd9e91647fffe3e38bf1aad", + "x-ms-correlation-request-id": "0c6933a6-af92-4c8b-85a9-0d172dfd2c8c", + "x-ms-ratelimit-remaining-subscription-reads": "11956", + "x-ms-request-id": "404e3d43-0e71-435d-9a63-a1d831bebac8", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113514Z:0c6933a6-af92-4c8b-85a9-0d172dfd2c8c" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "911c07aa9c353141c70fe97963b55bc1", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:35:15 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "911c07aa9c353141c70fe97963b55bc1", + "x-ms-correlation-request-id": "2ce45e57-638e-40a6-93d6-2081027f1135", + "x-ms-ratelimit-remaining-subscription-reads": "11955", + "x-ms-request-id": "2093309d-797c-4234-8815-708ffad26780", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113515Z:2ce45e57-638e-40a6-93d6-2081027f1135" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "a7f36301e4403a09362c563a9d689c2b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:35:16 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a7f36301e4403a09362c563a9d689c2b", + "x-ms-correlation-request-id": "5510aacd-9ee9-4cc4-bc47-0f7b813f4d9e", + "x-ms-ratelimit-remaining-subscription-reads": "11954", + "x-ms-request-id": "0efa6f8e-b546-4bc6-9e10-61cd4e21c4a2", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113517Z:5510aacd-9ee9-4cc4-bc47-0f7b813f4d9e" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "ede2877db53ad3a9f79bbdca329d8692", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:35:18 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ede2877db53ad3a9f79bbdca329d8692", + "x-ms-correlation-request-id": "a1fe0915-3be1-429a-986c-3a8ad4795f39", + "x-ms-ratelimit-remaining-subscription-reads": "11953", + "x-ms-request-id": "4331f441-9619-466c-86c4-79a6fca2e98c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113518Z:a1fe0915-3be1-429a-986c-3a8ad4795f39" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "d53c3ca472cbc56cfee15a094507945e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:35:19 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d53c3ca472cbc56cfee15a094507945e", + "x-ms-correlation-request-id": "813c67f9-1ae4-4604-81b4-87bdf6e888c1", + "x-ms-ratelimit-remaining-subscription-reads": "11952", + "x-ms-request-id": "19fd3f07-e7f1-4b20-9c9f-eefaef6f8b43", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113519Z:813c67f9-1ae4-4604-81b4-87bdf6e888c1" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "dbfbbd736dd24c87b920afa5263f0899", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:35:20 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "dbfbbd736dd24c87b920afa5263f0899", + "x-ms-correlation-request-id": "5b5b8364-5b2b-4f94-882a-0e40471b7c20", + "x-ms-ratelimit-remaining-subscription-reads": "11951", + "x-ms-request-id": "97689fa7-4328-49e5-932d-f6bc396065ea", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113521Z:5b5b8364-5b2b-4f94-882a-0e40471b7c20" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "6196c4a6c62c0a601a1dee585ba08df0", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:35:22 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6196c4a6c62c0a601a1dee585ba08df0", + "x-ms-correlation-request-id": "9f2a9e52-03e2-436d-8452-e78a31d42fe8", + "x-ms-ratelimit-remaining-subscription-reads": "11950", + "x-ms-request-id": "ee5e961c-0485-4d25-af4e-505ecbc7b7a8", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113522Z:9f2a9e52-03e2-436d-8452-e78a31d42fe8" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "74565e07aaa136c0b4f01baac3c79ebf", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:35:23 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "74565e07aaa136c0b4f01baac3c79ebf", + "x-ms-correlation-request-id": "5833db3f-e9fd-478d-8be3-9fd77f32d5f5", + "x-ms-ratelimit-remaining-subscription-reads": "11949", + "x-ms-request-id": "c81da736-804a-4d18-9017-4ccbc14399d2", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113523Z:5833db3f-e9fd-478d-8be3-9fd77f32d5f5" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "8163c0d93270ac325df1c1b57f2ff019", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:35:24 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "8163c0d93270ac325df1c1b57f2ff019", + "x-ms-correlation-request-id": "3def471a-b597-4336-8d84-08fc26dfc0f6", + "x-ms-ratelimit-remaining-subscription-reads": "11948", + "x-ms-request-id": "d09a9807-a89b-48c7-a77b-79c330f3540e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113525Z:3def471a-b597-4336-8d84-08fc26dfc0f6" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "c79ebe9394e8fcf70360ac3cabb64753", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:35:26 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c79ebe9394e8fcf70360ac3cabb64753", + "x-ms-correlation-request-id": "d9ca9225-e465-4006-a09f-df955f8ba6af", + "x-ms-ratelimit-remaining-subscription-reads": "11947", + "x-ms-request-id": "c5612db5-8024-4b4e-8d72-d6a254f60e17", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113526Z:d9ca9225-e465-4006-a09f-df955f8ba6af" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "9a7f2f7e0c3cd4802caa17b0e80ab685", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:35:27 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "9a7f2f7e0c3cd4802caa17b0e80ab685", + "x-ms-correlation-request-id": "f9eebcf8-08a3-4322-a491-c7ccc63b4830", + "x-ms-ratelimit-remaining-subscription-reads": "11946", + "x-ms-request-id": "648d2df6-084f-4941-afc7-148b95fe9f4e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113527Z:f9eebcf8-08a3-4322-a491-c7ccc63b4830" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "041702ffd62844d7c9677d1085f601a7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:35:28 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "041702ffd62844d7c9677d1085f601a7", + "x-ms-correlation-request-id": "a884bd04-8d53-4467-9ca4-bdf856b15b83", + "x-ms-ratelimit-remaining-subscription-reads": "11945", + "x-ms-request-id": "7f444f33-97f2-43d4-844e-3b021d9cdcb9", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113529Z:a884bd04-8d53-4467-9ca4-bdf856b15b83" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "4f366eaa56af86dc3eca9b3d7d4713f9", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:35:30 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4f366eaa56af86dc3eca9b3d7d4713f9", + "x-ms-correlation-request-id": "f8931639-cfa5-40bc-b367-bb9b95762be9", + "x-ms-ratelimit-remaining-subscription-reads": "11944", + "x-ms-request-id": "2f6c9d14-c96d-4798-91df-2ecd7dc65920", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113530Z:f8931639-cfa5-40bc-b367-bb9b95762be9" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "a83c26a9429ea72a573ad1d58e6f4e36", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:35:31 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a83c26a9429ea72a573ad1d58e6f4e36", + "x-ms-correlation-request-id": "31fb8544-81ea-44b5-a1c3-a6b956a862a7", + "x-ms-ratelimit-remaining-subscription-reads": "11943", + "x-ms-request-id": "acdc57ec-b2e9-48dd-a9f9-4473f8a192aa", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113531Z:31fb8544-81ea-44b5-a1c3-a6b956a862a7" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "7a056fa967d3a9d52690c55e3b99c782", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:35:32 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "7a056fa967d3a9d52690c55e3b99c782", + "x-ms-correlation-request-id": "9c4444ca-4bcd-4109-8d08-d7754f9786fe", + "x-ms-ratelimit-remaining-subscription-reads": "11942", + "x-ms-request-id": "10f07981-f9fa-44d5-a450-8c89f7640475", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113532Z:9c4444ca-4bcd-4109-8d08-d7754f9786fe" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "5f67845358b96708448ff7758506f7cf", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:35:33 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5f67845358b96708448ff7758506f7cf", + "x-ms-correlation-request-id": "66f86ba5-5fe2-4b56-a898-e96524dbcfa8", + "x-ms-ratelimit-remaining-subscription-reads": "11941", + "x-ms-request-id": "c8391ba7-685d-4c26-9909-0b7e8fb1c90f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113534Z:66f86ba5-5fe2-4b56-a898-e96524dbcfa8" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "0d94657b994142255192820d7ccb6cbe", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:35:35 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "0d94657b994142255192820d7ccb6cbe", + "x-ms-correlation-request-id": "cbda0231-4da5-4e01-b8be-3ee8e2a8d7f3", + "x-ms-ratelimit-remaining-subscription-reads": "11940", + "x-ms-request-id": "b6fb932c-1b52-41a9-83dc-36e1c5ff38e2", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113535Z:cbda0231-4da5-4e01-b8be-3ee8e2a8d7f3" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "0a824f72ef08507c679e35446f60241f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:35:36 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "0a824f72ef08507c679e35446f60241f", + "x-ms-correlation-request-id": "2ecab90d-558c-4e3a-ba6d-43b916a075eb", + "x-ms-ratelimit-remaining-subscription-reads": "11939", + "x-ms-request-id": "129d8049-612b-4385-8e50-d95cb334e72c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113536Z:2ecab90d-558c-4e3a-ba6d-43b916a075eb" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "d6e3f699ba05ba405f250e27d6faea78", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:35:37 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d6e3f699ba05ba405f250e27d6faea78", + "x-ms-correlation-request-id": "aaa2cc74-6490-441c-bdc0-c69b89e7c06c", + "x-ms-ratelimit-remaining-subscription-reads": "11938", + "x-ms-request-id": "a25beab2-a4b0-48d2-b91e-d053c185c47b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113538Z:aaa2cc74-6490-441c-bdc0-c69b89e7c06c" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "35033923ed848cc6e844a5a263e0d2f0", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:35:39 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "35033923ed848cc6e844a5a263e0d2f0", + "x-ms-correlation-request-id": "8f488368-726f-4fc5-881c-04e9690ecbec", + "x-ms-ratelimit-remaining-subscription-reads": "11937", + "x-ms-request-id": "a8bbaabb-bbff-419f-a111-c67157e9d607", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113539Z:8f488368-726f-4fc5-881c-04e9690ecbec" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "8674626e95e8b8b90ec7abe3e155796c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:35:40 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "8674626e95e8b8b90ec7abe3e155796c", + "x-ms-correlation-request-id": "c7000af7-a937-4650-aad1-e998f4491716", + "x-ms-ratelimit-remaining-subscription-reads": "11936", + "x-ms-request-id": "75aff48b-c62c-491a-9ee1-ce07400080b6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113540Z:c7000af7-a937-4650-aad1-e998f4491716" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "3521bdb3ee5dac9b2f56edc0149d577e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:35:41 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "3521bdb3ee5dac9b2f56edc0149d577e", + "x-ms-correlation-request-id": "01ebca0c-4f6a-4112-ac31-116eed316b2c", + "x-ms-ratelimit-remaining-subscription-reads": "11935", + "x-ms-request-id": "4bf1e0d3-052c-4fab-9e12-39a341ff73ab", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113542Z:01ebca0c-4f6a-4112-ac31-116eed316b2c" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "73b81d5264868d90804a27bc41e3ab93", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:35:43 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "73b81d5264868d90804a27bc41e3ab93", + "x-ms-correlation-request-id": "18c2c8b6-287d-40c0-8075-874bd54350ab", + "x-ms-ratelimit-remaining-subscription-reads": "11934", + "x-ms-request-id": "7322216d-2059-4c4e-ba2f-919d11875d8d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113543Z:18c2c8b6-287d-40c0-8075-874bd54350ab" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "a5ef39ca9dbf8093c7c85691a8f8a370", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:35:44 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a5ef39ca9dbf8093c7c85691a8f8a370", + "x-ms-correlation-request-id": "ed1cc311-2454-4d56-99bd-9a4b5e49879d", + "x-ms-ratelimit-remaining-subscription-reads": "11933", + "x-ms-request-id": "1bd892c3-9dcc-4bd7-bde7-d8148afd0898", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113544Z:ed1cc311-2454-4d56-99bd-9a4b5e49879d" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "c3902d6f069c4ee62c94b412c6de6a4b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:35:45 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c3902d6f069c4ee62c94b412c6de6a4b", + "x-ms-correlation-request-id": "8bb8e4b8-abfe-470c-9bb5-b2efba5c2a4c", + "x-ms-ratelimit-remaining-subscription-reads": "11932", + "x-ms-request-id": "28d68b78-fc8f-4029-ac18-0c2216ff52ea", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113546Z:8bb8e4b8-abfe-470c-9bb5-b2efba5c2a4c" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "daf65aabb1aeb4bf8938acbd0effe588", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:35:47 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "daf65aabb1aeb4bf8938acbd0effe588", + "x-ms-correlation-request-id": "29ab73a8-6471-43fa-b871-518f3d8452ea", + "x-ms-ratelimit-remaining-subscription-reads": "11931", + "x-ms-request-id": "40df4c3a-d4ab-498f-80ac-f0f3b81a4449", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113547Z:29ab73a8-6471-43fa-b871-518f3d8452ea" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "144db6a7e753c4f653a0792ae881b9e8", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:35:48 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "144db6a7e753c4f653a0792ae881b9e8", + "x-ms-correlation-request-id": "59a77eda-1fc6-4188-b38d-30fa3e3cc432", + "x-ms-ratelimit-remaining-subscription-reads": "11930", + "x-ms-request-id": "f51cd59e-0c36-4351-9b84-fea412153889", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113548Z:59a77eda-1fc6-4188-b38d-30fa3e3cc432" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "4de50a5dc802bdc26ddb3a645a28402c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:35:49 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4de50a5dc802bdc26ddb3a645a28402c", + "x-ms-correlation-request-id": "44c89996-8168-437b-aefa-d46eb7a30f58", + "x-ms-ratelimit-remaining-subscription-reads": "11929", + "x-ms-request-id": "a1003812-3fa3-4da1-b55e-1f61d6b083e6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113550Z:44c89996-8168-437b-aefa-d46eb7a30f58" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "0f6b2cae5691c4f86332870d3894cb07", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:35:51 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "0f6b2cae5691c4f86332870d3894cb07", + "x-ms-correlation-request-id": "89444ff8-931a-4a1d-9001-0c3d8378efdf", + "x-ms-ratelimit-remaining-subscription-reads": "11928", + "x-ms-request-id": "df24dc30-937a-44f4-a0d0-30cf6cbfaa7c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113551Z:89444ff8-931a-4a1d-9001-0c3d8378efdf" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "045fc37f971ade86f48fa677ac92692b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:35:52 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "045fc37f971ade86f48fa677ac92692b", + "x-ms-correlation-request-id": "cc09fefe-08c1-43df-b0a9-8ff3796fcaa7", + "x-ms-ratelimit-remaining-subscription-reads": "11927", + "x-ms-request-id": "17a80e68-b8fc-4192-b5a9-89650fc85e8b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113552Z:cc09fefe-08c1-43df-b0a9-8ff3796fcaa7" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "bc7c4c60a91607571120eacf41b485d9", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:35:53 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "bc7c4c60a91607571120eacf41b485d9", + "x-ms-correlation-request-id": "36107c81-8ea9-4197-8e61-de1b28936fb9", + "x-ms-ratelimit-remaining-subscription-reads": "11926", + "x-ms-request-id": "c45ec67f-5b09-4776-ba2f-6d7d01dd169c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113554Z:36107c81-8ea9-4197-8e61-de1b28936fb9" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "96e532103cc81712a58c1b02af8118d0", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:35:54 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "96e532103cc81712a58c1b02af8118d0", + "x-ms-correlation-request-id": "50d52bc8-a1d0-44ff-b27c-0380a00f8376", + "x-ms-ratelimit-remaining-subscription-reads": "11925", + "x-ms-request-id": "ec2eae64-bbba-4907-91b3-ab8e0ae37f16", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113555Z:50d52bc8-a1d0-44ff-b27c-0380a00f8376" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "ebad5cc80f18d5f16b58f2f9acb69d40", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:35:56 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ebad5cc80f18d5f16b58f2f9acb69d40", + "x-ms-correlation-request-id": "6eb6b4ef-eafc-41c9-86e2-c97ee1ac9f36", + "x-ms-ratelimit-remaining-subscription-reads": "11924", + "x-ms-request-id": "10a4598a-b467-41e2-b12c-15afc8aed8aa", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113556Z:6eb6b4ef-eafc-41c9-86e2-c97ee1ac9f36" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "7967cd09d2ad2462396416898e555790", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:35:57 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "7967cd09d2ad2462396416898e555790", + "x-ms-correlation-request-id": "56167803-760e-4955-9f1f-e36e1f1a542b", + "x-ms-ratelimit-remaining-subscription-reads": "11923", + "x-ms-request-id": "0d2976c1-93ac-45ea-9436-9fb4e7296dcf", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113558Z:56167803-760e-4955-9f1f-e36e1f1a542b" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "e4071a089a0600c0410f2b6f4a196aef", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:35:58 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e4071a089a0600c0410f2b6f4a196aef", + "x-ms-correlation-request-id": "b03164bc-faf7-4f72-b3bd-41986f392dbb", + "x-ms-ratelimit-remaining-subscription-reads": "11922", + "x-ms-request-id": "6b94e657-2214-4028-a046-31dad790a4b6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113559Z:b03164bc-faf7-4f72-b3bd-41986f392dbb" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "e2f8dbef9e1af522f989b1b3f8674716", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:36:00 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e2f8dbef9e1af522f989b1b3f8674716", + "x-ms-correlation-request-id": "14b5198a-d0e6-49cb-9e82-64ef7b5613e2", + "x-ms-ratelimit-remaining-subscription-reads": "11921", + "x-ms-request-id": "e9034310-8a87-45e3-aae0-521af0f9b312", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113600Z:14b5198a-d0e6-49cb-9e82-64ef7b5613e2" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "92f16100b8ae6e390c66389ea7f3d920", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:36:01 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "92f16100b8ae6e390c66389ea7f3d920", + "x-ms-correlation-request-id": "0886cc58-28ca-46f2-885f-d7ae9b102a7e", + "x-ms-ratelimit-remaining-subscription-reads": "11920", + "x-ms-request-id": "2829fddf-275f-437e-a030-b30b7ff75a44", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113602Z:0886cc58-28ca-46f2-885f-d7ae9b102a7e" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "b39927f9755c6976f711eb7de90d08d9", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:36:02 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b39927f9755c6976f711eb7de90d08d9", + "x-ms-correlation-request-id": "ef52445e-c445-4f14-bb2a-836fb5474a68", + "x-ms-ratelimit-remaining-subscription-reads": "11919", + "x-ms-request-id": "97b396b2-955a-4c8e-b317-a310b415d2e5", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113603Z:ef52445e-c445-4f14-bb2a-836fb5474a68" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "e86f14c7d8283740a18ad6b366844e06", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:36:04 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e86f14c7d8283740a18ad6b366844e06", + "x-ms-correlation-request-id": "15a497f9-47ed-4cda-8d0a-4d56bcd7ec83", + "x-ms-ratelimit-remaining-subscription-reads": "11918", + "x-ms-request-id": "de3e4185-712b-4a33-a0e5-a2a346a9389f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113604Z:15a497f9-47ed-4cda-8d0a-4d56bcd7ec83" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "d0b990af94ce8bb9eb879a9dccbb85ff", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:36:05 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d0b990af94ce8bb9eb879a9dccbb85ff", + "x-ms-correlation-request-id": "a4abeea5-93a1-480d-ad07-ff2f517bb2bd", + "x-ms-ratelimit-remaining-subscription-reads": "11917", + "x-ms-request-id": "8b9ed74f-7a61-4603-91a5-52c07695b537", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113606Z:a4abeea5-93a1-480d-ad07-ff2f517bb2bd" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "92d65e5ef18321f8e76211d29fc20373", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:36:06 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "92d65e5ef18321f8e76211d29fc20373", + "x-ms-correlation-request-id": "6bb599c5-aac4-4910-accb-e20b2665ac95", + "x-ms-ratelimit-remaining-subscription-reads": "11916", + "x-ms-request-id": "7f8e8ba2-d19e-4cd2-b96d-35776e8f118b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113607Z:6bb599c5-aac4-4910-accb-e20b2665ac95" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "58cde5c33753330b5be3fca03ea36ae6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:36:08 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "58cde5c33753330b5be3fca03ea36ae6", + "x-ms-correlation-request-id": "86b6774b-394b-4ef4-b509-2a0caab42af1", + "x-ms-ratelimit-remaining-subscription-reads": "11915", + "x-ms-request-id": "a164441d-a6d3-4cab-bf64-2e917c1f107e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113608Z:86b6774b-394b-4ef4-b509-2a0caab42af1" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "0755d605bbadbd829898e96c83e6ec29", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:36:09 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "0755d605bbadbd829898e96c83e6ec29", + "x-ms-correlation-request-id": "481f7441-630e-4a0a-9110-5f26e2cf97e0", + "x-ms-ratelimit-remaining-subscription-reads": "11914", + "x-ms-request-id": "56adfa5e-f16c-45d7-bbf8-9f0272080fc0", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113610Z:481f7441-630e-4a0a-9110-5f26e2cf97e0" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "e7d927842ced26ac53a2379ff557e243", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:36:10 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e7d927842ced26ac53a2379ff557e243", + "x-ms-correlation-request-id": "51847fc9-e2e0-4f46-a7fc-7458f6a7eeff", + "x-ms-ratelimit-remaining-subscription-reads": "11913", + "x-ms-request-id": "53f6ebad-ecd4-471e-9cd1-7b98672dcb12", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113611Z:51847fc9-e2e0-4f46-a7fc-7458f6a7eeff" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "c8cd2af7fc6c08c56210c0ba4d9fb074", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:36:12 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c8cd2af7fc6c08c56210c0ba4d9fb074", + "x-ms-correlation-request-id": "f4664f65-ba8c-40b7-96d3-ef4f5c58b3c4", + "x-ms-ratelimit-remaining-subscription-reads": "11912", + "x-ms-request-id": "e47a518b-58ef-402f-9df3-00d46eccb807", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113612Z:f4664f65-ba8c-40b7-96d3-ef4f5c58b3c4" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "171cd2f782c9d8f82a2fb30b84e2c841", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:36:13 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "171cd2f782c9d8f82a2fb30b84e2c841", + "x-ms-correlation-request-id": "824e5db6-0320-4563-8490-bbeb431545aa", + "x-ms-ratelimit-remaining-subscription-reads": "11911", + "x-ms-request-id": "7768f6f9-c2df-47cb-be67-ad82083cf8c5", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113614Z:824e5db6-0320-4563-8490-bbeb431545aa" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "5874a6b5231988bc61d084dd6cf1d9b4", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:36:14 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5874a6b5231988bc61d084dd6cf1d9b4", + "x-ms-correlation-request-id": "191baba3-b328-449f-8196-03d7cefed5cb", + "x-ms-ratelimit-remaining-subscription-reads": "11910", + "x-ms-request-id": "93c574dd-2713-456a-b737-66dfbbf838ab", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113615Z:191baba3-b328-449f-8196-03d7cefed5cb" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "22a7c2f2cb3a747932f49d3d48ba8380", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:36:16 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "22a7c2f2cb3a747932f49d3d48ba8380", + "x-ms-correlation-request-id": "03b4aef6-6349-4f9e-aff9-3134c00a243f", + "x-ms-ratelimit-remaining-subscription-reads": "11909", + "x-ms-request-id": "0ba42b1b-e2ae-434e-bf8a-7e0dc43be82d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113616Z:03b4aef6-6349-4f9e-aff9-3134c00a243f" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "a7047e48582ad45b1594b5f9fd1b6c38", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:36:17 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a7047e48582ad45b1594b5f9fd1b6c38", + "x-ms-correlation-request-id": "2a756a02-5c25-4b46-a8b8-4e36afabc124", + "x-ms-ratelimit-remaining-subscription-reads": "11908", + "x-ms-request-id": "58d9abfb-6887-4e48-8b71-5dbc4293cc6e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113618Z:2a756a02-5c25-4b46-a8b8-4e36afabc124" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "c218fe56a53ae9062c002524857f3fa7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:36:18 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c218fe56a53ae9062c002524857f3fa7", + "x-ms-correlation-request-id": "8afe564b-9e14-4031-b5a7-8351dd1f9d5b", + "x-ms-ratelimit-remaining-subscription-reads": "11907", + "x-ms-request-id": "66051024-5c04-4cd0-862a-f6093f3b33a1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113619Z:8afe564b-9e14-4031-b5a7-8351dd1f9d5b" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "ed95044c31ec9a8a66d30ca616807617", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:36:20 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ed95044c31ec9a8a66d30ca616807617", + "x-ms-correlation-request-id": "fac7d94b-5338-4b3f-abf1-9ed469fddf0f", + "x-ms-ratelimit-remaining-subscription-reads": "11906", + "x-ms-request-id": "3f234881-0242-4cfb-a875-d9f890062a22", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113620Z:fac7d94b-5338-4b3f-abf1-9ed469fddf0f" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "49e76488c1a1a245781a7b2a32374e96", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:36:21 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "49e76488c1a1a245781a7b2a32374e96", + "x-ms-correlation-request-id": "a84b3e72-4bb0-4510-9eae-d20b7fe1533c", + "x-ms-ratelimit-remaining-subscription-reads": "11905", + "x-ms-request-id": "dcbb958d-289d-436c-b9cc-766746f3a3fc", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113622Z:a84b3e72-4bb0-4510-9eae-d20b7fe1533c" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "f9ac0e557f85244c747e5b669860d3ab", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:36:22 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f9ac0e557f85244c747e5b669860d3ab", + "x-ms-correlation-request-id": "84d23e45-ee63-4679-960e-4958e306e580", + "x-ms-ratelimit-remaining-subscription-reads": "11904", + "x-ms-request-id": "e32c0948-c606-4fac-a67b-edeca2ae689a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113623Z:84d23e45-ee63-4679-960e-4958e306e580" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "209c0e89f5978b05bff275d1b65f672f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:36:23 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "209c0e89f5978b05bff275d1b65f672f", + "x-ms-correlation-request-id": "4cf4bc05-74b3-4958-995b-d4da2eb5d5f1", + "x-ms-ratelimit-remaining-subscription-reads": "11903", + "x-ms-request-id": "c36b87cb-669c-4635-b85d-7249f335c99b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113624Z:4cf4bc05-74b3-4958-995b-d4da2eb5d5f1" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "075176857dd4099118c3d52366de0917", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:36:25 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "075176857dd4099118c3d52366de0917", + "x-ms-correlation-request-id": "0e2d4796-8638-4e56-9b94-4f8efa2ba416", + "x-ms-ratelimit-remaining-subscription-reads": "11902", + "x-ms-request-id": "da17761d-2eff-4ff6-89c5-6305a690718c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113626Z:0e2d4796-8638-4e56-9b94-4f8efa2ba416" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "23a0cf472d9b5ffe08213992097a6e14", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:36:26 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "23a0cf472d9b5ffe08213992097a6e14", + "x-ms-correlation-request-id": "2f5c79b7-4e68-46c3-bf0c-f3ef2de37738", + "x-ms-ratelimit-remaining-subscription-reads": "11901", + "x-ms-request-id": "4422f7c9-2e20-4c24-acd3-e20db768e2e8", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113627Z:2f5c79b7-4e68-46c3-bf0c-f3ef2de37738" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "22e12c16cc0f0cd67d9208d420e225e0", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:36:27 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "22e12c16cc0f0cd67d9208d420e225e0", + "x-ms-correlation-request-id": "a5084511-1db7-4ca9-9ae8-12bd0ec7b977", + "x-ms-ratelimit-remaining-subscription-reads": "11900", + "x-ms-request-id": "929d095f-b034-4ca8-822f-6c6ee86e2f63", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113628Z:a5084511-1db7-4ca9-9ae8-12bd0ec7b977" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "e68a5de943be579477f1feb343feff9e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:36:29 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e68a5de943be579477f1feb343feff9e", + "x-ms-correlation-request-id": "f2bb51da-2c6d-493f-b984-a5146d685d22", + "x-ms-ratelimit-remaining-subscription-reads": "11899", + "x-ms-request-id": "5c6b3804-385a-40c8-88f0-b5bae4687428", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113629Z:f2bb51da-2c6d-493f-b984-a5146d685d22" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "390cc054e6fd7a08f894a608252a3e26", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:36:30 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "390cc054e6fd7a08f894a608252a3e26", + "x-ms-correlation-request-id": "14d2aae0-4723-4062-b6b8-7cb5f77e2ebe", + "x-ms-ratelimit-remaining-subscription-reads": "11898", + "x-ms-request-id": "82cfdf38-63f0-44e4-a184-4bc865e1d9bd", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113631Z:14d2aae0-4723-4062-b6b8-7cb5f77e2ebe" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "aca959fb87efd2559889ab1dcd23c87e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:36:31 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "aca959fb87efd2559889ab1dcd23c87e", + "x-ms-correlation-request-id": "b31cbe20-1d39-449a-81e1-665fd32d6805", + "x-ms-ratelimit-remaining-subscription-reads": "11897", + "x-ms-request-id": "3e4453a7-87eb-44a3-b5fb-1e988f15dc0c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113632Z:b31cbe20-1d39-449a-81e1-665fd32d6805" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "60806993ebd502e35510ed2a9d8c324c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:36:33 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "60806993ebd502e35510ed2a9d8c324c", + "x-ms-correlation-request-id": "c8cdb1f5-6003-4a05-8466-5e83444762e4", + "x-ms-ratelimit-remaining-subscription-reads": "11896", + "x-ms-request-id": "b7378604-3d42-4b2f-9cf7-dc07fb45378e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113633Z:c8cdb1f5-6003-4a05-8466-5e83444762e4" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "eab7d8b35254ccae6a39a1733beaadd5", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:36:34 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "eab7d8b35254ccae6a39a1733beaadd5", + "x-ms-correlation-request-id": "eb9cd1d5-6d59-41c8-8b4e-1768e4041fae", + "x-ms-ratelimit-remaining-subscription-reads": "11895", + "x-ms-request-id": "0cfeaff4-72fd-4e1b-9166-0db59289acee", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113635Z:eb9cd1d5-6d59-41c8-8b4e-1768e4041fae" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "bb7428ccddaa105076a757df9a2b350b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:36:35 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "bb7428ccddaa105076a757df9a2b350b", + "x-ms-correlation-request-id": "ff81175c-6dff-4c17-9116-325b349f4bd7", + "x-ms-ratelimit-remaining-subscription-reads": "11894", + "x-ms-request-id": "61d4627c-3f1c-43cf-8c81-eb004898b1a8", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113636Z:ff81175c-6dff-4c17-9116-325b349f4bd7" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "f5695e57de6b4029bbb3f69b496fc66a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:36:37 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f5695e57de6b4029bbb3f69b496fc66a", + "x-ms-correlation-request-id": "26474292-b98d-479e-afdd-381d3ee1169a", + "x-ms-ratelimit-remaining-subscription-reads": "11893", + "x-ms-request-id": "d9ecb07e-fda8-435a-abc2-5ea5d5ed1b4b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113638Z:26474292-b98d-479e-afdd-381d3ee1169a" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "745e18627617d5a287a773acfbcf323e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:36:38 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "745e18627617d5a287a773acfbcf323e", + "x-ms-correlation-request-id": "fddc21d7-b0b1-4426-bbf2-1ce188c33e83", + "x-ms-ratelimit-remaining-subscription-reads": "11892", + "x-ms-request-id": "90d9015d-1f2e-4ec3-b406-b7d8f78e2058", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113639Z:fddc21d7-b0b1-4426-bbf2-1ce188c33e83" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "dc1c9504b881ed69fe3300f6e7b4c606", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:36:40 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "dc1c9504b881ed69fe3300f6e7b4c606", + "x-ms-correlation-request-id": "79e750bb-d7ec-438f-8937-2e2f646108dc", + "x-ms-ratelimit-remaining-subscription-reads": "11891", + "x-ms-request-id": "8971afb7-8f14-4170-9437-b25c4e4f6aed", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113640Z:79e750bb-d7ec-438f-8937-2e2f646108dc" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "817cede0c0cde0f4bc946dc46a7d45eb", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:36:41 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "817cede0c0cde0f4bc946dc46a7d45eb", + "x-ms-correlation-request-id": "255bd017-0921-40b0-b0ae-a27851da10e3", + "x-ms-ratelimit-remaining-subscription-reads": "11890", + "x-ms-request-id": "ff5519c5-6044-4119-ab99-61bd652323fd", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113642Z:255bd017-0921-40b0-b0ae-a27851da10e3" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "b397b780ea53aae9ae7076e375abeed2", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:36:43 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b397b780ea53aae9ae7076e375abeed2", + "x-ms-correlation-request-id": "33b76c42-c59b-4b18-bf49-9b667c09318f", + "x-ms-ratelimit-remaining-subscription-reads": "11889", + "x-ms-request-id": "225929b0-336e-4770-9774-102ee033e5d1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113643Z:33b76c42-c59b-4b18-bf49-9b667c09318f" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "0ecb6ce0b0524370a13b20ec4aa48281", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:36:44 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "0ecb6ce0b0524370a13b20ec4aa48281", + "x-ms-correlation-request-id": "05be2d64-e310-4fd1-8e46-53a32158b5f6", + "x-ms-ratelimit-remaining-subscription-reads": "11888", + "x-ms-request-id": "4c84bda4-7c74-416d-a9ad-cad7df43f336", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113644Z:05be2d64-e310-4fd1-8e46-53a32158b5f6" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "2f7614ee121df6b304d2d35d4a106a10", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:36:45 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "2f7614ee121df6b304d2d35d4a106a10", + "x-ms-correlation-request-id": "a192e743-14ac-4f28-b154-fdea63e0edcb", + "x-ms-ratelimit-remaining-subscription-reads": "11887", + "x-ms-request-id": "cebf08d2-0ac3-4ca9-b57f-b8de040d0c00", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113646Z:a192e743-14ac-4f28-b154-fdea63e0edcb" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "fde49aa536b1d09947541217cafc5f0a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:36:47 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "fde49aa536b1d09947541217cafc5f0a", + "x-ms-correlation-request-id": "99a5e657-86c8-48ea-9989-0e08783211a1", + "x-ms-ratelimit-remaining-subscription-reads": "11886", + "x-ms-request-id": "06f0d54f-4832-4e0e-808b-0c72fd3c7506", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113647Z:99a5e657-86c8-48ea-9989-0e08783211a1" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "61f4f5edbe35cdb5b9d50a7fdd13f890", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:36:48 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "61f4f5edbe35cdb5b9d50a7fdd13f890", + "x-ms-correlation-request-id": "bcb414c4-5713-4bc7-99db-e833e3cccd47", + "x-ms-ratelimit-remaining-subscription-reads": "11885", + "x-ms-request-id": "731c4bae-5def-4906-b289-da55ce454db3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113648Z:bcb414c4-5713-4bc7-99db-e833e3cccd47" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "af4710d084c0b8cf7aa5e8c8009c2b08", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:36:49 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "af4710d084c0b8cf7aa5e8c8009c2b08", + "x-ms-correlation-request-id": "14cf0186-7337-4d47-b88e-61b4afd17f3e", + "x-ms-ratelimit-remaining-subscription-reads": "11884", + "x-ms-request-id": "3bb9c4d7-b3f9-404f-a1d7-e8c43ffb3e17", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113649Z:14cf0186-7337-4d47-b88e-61b4afd17f3e" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "546fc872091be7dae51744db2c1af233", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:36:51 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "546fc872091be7dae51744db2c1af233", + "x-ms-correlation-request-id": "8e657ccd-bb33-4b9b-82f6-220aa480b18a", + "x-ms-ratelimit-remaining-subscription-reads": "11883", + "x-ms-request-id": "e5872a82-e895-49d6-8ca1-c09f26867a74", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113651Z:8e657ccd-bb33-4b9b-82f6-220aa480b18a" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "ba46815cafb4684a253ce68fd6edcd1c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:36:52 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ba46815cafb4684a253ce68fd6edcd1c", + "x-ms-correlation-request-id": "27e899a5-5e90-45c6-97ce-7fe0eb88f1b4", + "x-ms-ratelimit-remaining-subscription-reads": "11882", + "x-ms-request-id": "eb0ef1cc-e3ed-4bf9-baf1-370712018fce", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113652Z:27e899a5-5e90-45c6-97ce-7fe0eb88f1b4" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "140c01a9a3a3c6753560caa840f48b60", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:36:53 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "140c01a9a3a3c6753560caa840f48b60", + "x-ms-correlation-request-id": "40415344-2437-4a36-a9be-6368f2898726", + "x-ms-ratelimit-remaining-subscription-reads": "11881", + "x-ms-request-id": "5184cc90-9e6a-4f5a-8a54-bfad1ac516bb", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113653Z:40415344-2437-4a36-a9be-6368f2898726" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "7e6bb4b37156c3537e062fde234a10f7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:36:55 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "7e6bb4b37156c3537e062fde234a10f7", + "x-ms-correlation-request-id": "980d6e85-5c6f-4d4d-9327-aabaf578d2c0", + "x-ms-ratelimit-remaining-subscription-reads": "11880", + "x-ms-request-id": "10fdf7bc-7d57-457c-93a5-e9b7323d2784", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113655Z:980d6e85-5c6f-4d4d-9327-aabaf578d2c0" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "2a31274add0db8900c7f8454e4a12831", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:36:56 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "2a31274add0db8900c7f8454e4a12831", + "x-ms-correlation-request-id": "f5faa1ad-2639-478e-8509-8ed17c6789d8", + "x-ms-ratelimit-remaining-subscription-reads": "11879", + "x-ms-request-id": "7cdb64f8-52d4-4d61-85ab-3c7f65d351c6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113656Z:f5faa1ad-2639-478e-8509-8ed17c6789d8" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "21dc85b14e8138c6ae49959c7496a3eb", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:36:57 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "21dc85b14e8138c6ae49959c7496a3eb", + "x-ms-correlation-request-id": "c4204f6c-ab94-4621-beda-3f1d9c32862c", + "x-ms-ratelimit-remaining-subscription-reads": "11878", + "x-ms-request-id": "4761ee11-1c4f-4752-a1e9-9762badb7fc8", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113657Z:c4204f6c-ab94-4621-beda-3f1d9c32862c" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "185ed24f61c2d55324b371d6edfededd", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:36:58 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "185ed24f61c2d55324b371d6edfededd", + "x-ms-correlation-request-id": "f17a1e09-8cee-48c6-88ed-f5eed02e9aef", + "x-ms-ratelimit-remaining-subscription-reads": "11877", + "x-ms-request-id": "5f0e579c-c717-4f96-83e8-3dc93aaa2e0a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113659Z:f17a1e09-8cee-48c6-88ed-f5eed02e9aef" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "9e2dfedeef6dfb7661f97bc447f34476", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:37:00 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "9e2dfedeef6dfb7661f97bc447f34476", + "x-ms-correlation-request-id": "3efc1ed8-237d-4ef8-9f42-8ac77538ddee", + "x-ms-ratelimit-remaining-subscription-reads": "11876", + "x-ms-request-id": "d305d756-802c-4d4f-9fe7-28a333571938", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113700Z:3efc1ed8-237d-4ef8-9f42-8ac77538ddee" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "120598dc1042506e3206fccedcf04baf", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:37:01 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "120598dc1042506e3206fccedcf04baf", + "x-ms-correlation-request-id": "5c4ac595-be94-43aa-b606-5950de791dbd", + "x-ms-ratelimit-remaining-subscription-reads": "11875", + "x-ms-request-id": "07bc3c93-3d07-4024-9a3a-6f80ad94321e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113701Z:5c4ac595-be94-43aa-b606-5950de791dbd" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "76beb86b04685f7d5c63b6c9e58f8e31", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:37:02 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "76beb86b04685f7d5c63b6c9e58f8e31", + "x-ms-correlation-request-id": "2c69ff58-7981-4fd5-9685-aed5bac67e2e", + "x-ms-ratelimit-remaining-subscription-reads": "11874", + "x-ms-request-id": "79911c4b-e1a8-4208-a0cb-cfd5f00b4425", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113703Z:2c69ff58-7981-4fd5-9685-aed5bac67e2e" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "54fafa6fccf9ce9b8fdd6c67f2a81e71", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:37:04 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "54fafa6fccf9ce9b8fdd6c67f2a81e71", + "x-ms-correlation-request-id": "ace9d617-a84d-4a5c-8dcc-8b0d3cc919cf", + "x-ms-ratelimit-remaining-subscription-reads": "11873", + "x-ms-request-id": "04e266bd-4776-4dda-9d61-9e9ab83c01fa", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113704Z:ace9d617-a84d-4a5c-8dcc-8b0d3cc919cf" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "8f58cbaece34d70e1ba5b5df59a46ba3", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:37:05 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "8f58cbaece34d70e1ba5b5df59a46ba3", + "x-ms-correlation-request-id": "919cf664-d2ad-4b39-b721-c9f5a981db39", + "x-ms-ratelimit-remaining-subscription-reads": "11872", + "x-ms-request-id": "b5cc76fd-8f99-4be2-89cc-5898ca38095d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113705Z:919cf664-d2ad-4b39-b721-c9f5a981db39" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "e25ecb78f6f69eb61df0e68a98166cb4", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:37:06 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e25ecb78f6f69eb61df0e68a98166cb4", + "x-ms-correlation-request-id": "f79d85f9-1208-4d13-8428-340449d21258", + "x-ms-ratelimit-remaining-subscription-reads": "11871", + "x-ms-request-id": "aa9689aa-b489-4117-b9fb-65a690444200", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113707Z:f79d85f9-1208-4d13-8428-340449d21258" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "191b4544fe36a0fcec22395316bb74eb", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:37:08 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "191b4544fe36a0fcec22395316bb74eb", + "x-ms-correlation-request-id": "1deff0c3-13eb-44bb-9fff-d24e29c4d5a6", + "x-ms-ratelimit-remaining-subscription-reads": "11870", + "x-ms-request-id": "7eeb9c71-14a9-429a-8132-22c82282e34b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113708Z:1deff0c3-13eb-44bb-9fff-d24e29c4d5a6" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "27eec9723c49b77b15b97244e8833f05", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:37:09 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "27eec9723c49b77b15b97244e8833f05", + "x-ms-correlation-request-id": "a5f1124f-dcc1-48fb-adb6-c948f750f4ca", + "x-ms-ratelimit-remaining-subscription-reads": "11869", + "x-ms-request-id": "62687612-7a00-4a37-95b5-9b18568c5e1b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113709Z:a5f1124f-dcc1-48fb-adb6-c948f750f4ca" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "139b003852887a6ccebef5d3bd628861", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:37:10 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "139b003852887a6ccebef5d3bd628861", + "x-ms-correlation-request-id": "4052f0f4-2bf3-4493-8e5d-80a569095cd4", + "x-ms-ratelimit-remaining-subscription-reads": "11868", + "x-ms-request-id": "04e33ae4-4713-4749-9273-31a92e2144e8", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113711Z:4052f0f4-2bf3-4493-8e5d-80a569095cd4" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "ce18fa7b4527076bca63037c8cb8b868", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:37:12 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ce18fa7b4527076bca63037c8cb8b868", + "x-ms-correlation-request-id": "5316a982-f799-4ea4-868d-bfcc20aa1b63", + "x-ms-ratelimit-remaining-subscription-reads": "11867", + "x-ms-request-id": "2ba94e31-df34-4efd-a7ec-7f3541658fa5", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113712Z:5316a982-f799-4ea4-868d-bfcc20aa1b63" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "161b34e2612020625c74598b46a7fab2", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:37:13 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "161b34e2612020625c74598b46a7fab2", + "x-ms-correlation-request-id": "4d5a7518-3e18-42cb-950e-bd9c1b1d5cb1", + "x-ms-ratelimit-remaining-subscription-reads": "11866", + "x-ms-request-id": "456b3a6e-fc40-494b-be07-fe45713c67b9", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113713Z:4d5a7518-3e18-42cb-950e-bd9c1b1d5cb1" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "edc81031716bf3dd959349254ef0ed15", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:37:14 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "edc81031716bf3dd959349254ef0ed15", + "x-ms-correlation-request-id": "9744014a-2c80-41c3-bb84-5ff800bbf0a3", + "x-ms-ratelimit-remaining-subscription-reads": "11865", + "x-ms-request-id": "038d3f7c-258e-4dc4-8515-d67769166272", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113715Z:9744014a-2c80-41c3-bb84-5ff800bbf0a3" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "89f18d057247194098f772b3ebe0c123", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:37:16 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "89f18d057247194098f772b3ebe0c123", + "x-ms-correlation-request-id": "9b276ce3-a439-4775-be68-e980939a9d9b", + "x-ms-ratelimit-remaining-subscription-reads": "11864", + "x-ms-request-id": "048e5869-659d-47c2-8eb1-94ae0a65d999", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113716Z:9b276ce3-a439-4775-be68-e980939a9d9b" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "7b4a5169caef71fd5627808d183dd26b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:37:17 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "7b4a5169caef71fd5627808d183dd26b", + "x-ms-correlation-request-id": "9d6e2bdf-ae31-4427-aa33-7cd5ff7bf611", + "x-ms-ratelimit-remaining-subscription-reads": "11863", + "x-ms-request-id": "008cd7a3-e6d5-4cb8-85e3-0eb8751883b4", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113717Z:9d6e2bdf-ae31-4427-aa33-7cd5ff7bf611" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "b985448670b6bf6ad0af5573fe2a07b5", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:37:18 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b985448670b6bf6ad0af5573fe2a07b5", + "x-ms-correlation-request-id": "d0423bca-2604-4b87-90fe-97bb18777dc1", + "x-ms-ratelimit-remaining-subscription-reads": "11862", + "x-ms-request-id": "b7145c45-760d-42d8-8436-f39825597558", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113719Z:d0423bca-2604-4b87-90fe-97bb18777dc1" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "fcbb26d172a63a25907f3220f1b3015a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:37:20 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "fcbb26d172a63a25907f3220f1b3015a", + "x-ms-correlation-request-id": "6c4317ad-6403-4867-88c7-c01a8f8325b6", + "x-ms-ratelimit-remaining-subscription-reads": "11861", + "x-ms-request-id": "bd48d7e5-2093-44fd-bd3d-6dd5c77bee7f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113720Z:6c4317ad-6403-4867-88c7-c01a8f8325b6" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "a72c0625075af96ce78aab407589722c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:37:21 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a72c0625075af96ce78aab407589722c", + "x-ms-correlation-request-id": "37c442ed-1ac4-40f0-8380-a14e661e611a", + "x-ms-ratelimit-remaining-subscription-reads": "11860", + "x-ms-request-id": "a1154519-1c4c-4da5-807a-690aa36c635e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113721Z:37c442ed-1ac4-40f0-8380-a14e661e611a" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "f2bbcb1fd58213c41e4a29363d4ace1d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:37:22 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f2bbcb1fd58213c41e4a29363d4ace1d", + "x-ms-correlation-request-id": "46f95d87-a257-4782-aed3-a73438d0a9d1", + "x-ms-ratelimit-remaining-subscription-reads": "11859", + "x-ms-request-id": "f8ffde71-1322-4387-b866-bdbddd195010", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113723Z:46f95d87-a257-4782-aed3-a73438d0a9d1" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "f84efaad60fdc95ab9c1151cc7e5c507", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:37:23 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f84efaad60fdc95ab9c1151cc7e5c507", + "x-ms-correlation-request-id": "d007d9e8-338e-4e79-bf75-278e2d9eb613", + "x-ms-ratelimit-remaining-subscription-reads": "11858", + "x-ms-request-id": "f3b45122-826a-4ea7-a39f-ce2fb4b47381", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113724Z:d007d9e8-338e-4e79-bf75-278e2d9eb613" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "2600060d0ff750d84118890fde36bb9c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:37:25 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "2600060d0ff750d84118890fde36bb9c", + "x-ms-correlation-request-id": "103df2d4-3bd4-46a5-8063-e418d2d24347", + "x-ms-ratelimit-remaining-subscription-reads": "11857", + "x-ms-request-id": "2dc98af6-429a-4f1c-ae0c-46b9d6f10955", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113725Z:103df2d4-3bd4-46a5-8063-e418d2d24347" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "7a938ebc7a3abf2f70f138c0bfa84c39", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:37:26 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "7a938ebc7a3abf2f70f138c0bfa84c39", + "x-ms-correlation-request-id": "d3b7bc12-5539-4ca9-bd6b-713895579e67", + "x-ms-ratelimit-remaining-subscription-reads": "11856", + "x-ms-request-id": "d3ee163b-1a0a-4bf1-ab41-ab0c466b5132", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113727Z:d3b7bc12-5539-4ca9-bd6b-713895579e67" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "37282285a7499d2522fdb6e4d74aeb82", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:37:27 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "37282285a7499d2522fdb6e4d74aeb82", + "x-ms-correlation-request-id": "073630b5-6500-49c0-b707-3ca684bb3622", + "x-ms-ratelimit-remaining-subscription-reads": "11855", + "x-ms-request-id": "fecd8fcc-eb42-444b-9f90-a77d648804d0", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113728Z:073630b5-6500-49c0-b707-3ca684bb3622" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "395f78054a5293ccd641b605d6179099", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:37:29 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "395f78054a5293ccd641b605d6179099", + "x-ms-correlation-request-id": "5e11d9ce-0a07-4bc3-b3c5-430506a1e849", + "x-ms-ratelimit-remaining-subscription-reads": "11854", + "x-ms-request-id": "4aa7dfc6-ceb2-4bac-a1b4-de652e88d004", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113729Z:5e11d9ce-0a07-4bc3-b3c5-430506a1e849" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "bc8a4fcc840e145368f5583dc34ae825", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:37:30 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "bc8a4fcc840e145368f5583dc34ae825", + "x-ms-correlation-request-id": "f0a6ea9b-9a30-4e8d-ac26-fcdcf0e58a82", + "x-ms-ratelimit-remaining-subscription-reads": "11853", + "x-ms-request-id": "9c883d92-ce4e-4997-b9ab-21916d68cc3c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113731Z:f0a6ea9b-9a30-4e8d-ac26-fcdcf0e58a82" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "46bab60612483be656956008f120c70a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:37:32 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "46bab60612483be656956008f120c70a", + "x-ms-correlation-request-id": "4421b091-a5b8-42a0-9383-d986708c0ce0", + "x-ms-ratelimit-remaining-subscription-reads": "11852", + "x-ms-request-id": "06d55001-d233-4ca3-92f9-dd5d350ed8a4", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113733Z:4421b091-a5b8-42a0-9383-d986708c0ce0" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "87181d6c2ec08174254ad15cf18ecf8c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:37:33 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "87181d6c2ec08174254ad15cf18ecf8c", + "x-ms-correlation-request-id": "e54cbd47-3722-4b8a-9423-3103decc9aa3", + "x-ms-ratelimit-remaining-subscription-reads": "11851", + "x-ms-request-id": "d6e6f42a-73fb-4e55-b507-98a3f11054ae", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113734Z:e54cbd47-3722-4b8a-9423-3103decc9aa3" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "20fe90594a5cb950694e6678234a2347", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:37:35 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "20fe90594a5cb950694e6678234a2347", + "x-ms-correlation-request-id": "fef3f042-fd0d-48ff-b341-fe71c23a57a3", + "x-ms-ratelimit-remaining-subscription-reads": "11850", + "x-ms-request-id": "41500185-ec51-4d05-a42e-6855f8d42c90", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113735Z:fef3f042-fd0d-48ff-b341-fe71c23a57a3" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "a6d04d2d6032d765413920fd418a49c7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:37:36 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a6d04d2d6032d765413920fd418a49c7", + "x-ms-correlation-request-id": "2aacc4cd-b65a-4e02-91fe-9d7b6e5c798b", + "x-ms-ratelimit-remaining-subscription-reads": "11849", + "x-ms-request-id": "253b2b17-0881-4f0d-8108-aa7cde993730", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113737Z:2aacc4cd-b65a-4e02-91fe-9d7b6e5c798b" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "60afd4c5a72122aecd5e1e71c8fb5edb", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:37:37 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "60afd4c5a72122aecd5e1e71c8fb5edb", + "x-ms-correlation-request-id": "80319823-04f9-47db-91ce-7370924745b3", + "x-ms-ratelimit-remaining-subscription-reads": "11848", + "x-ms-request-id": "af134ae9-ef81-4191-b79a-6452385cd112", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113738Z:80319823-04f9-47db-91ce-7370924745b3" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "a42f892729bef8592b26de23295278df", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:37:39 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a42f892729bef8592b26de23295278df", + "x-ms-correlation-request-id": "5b84e1b4-eff3-4620-a434-1ef9b9f304bd", + "x-ms-ratelimit-remaining-subscription-reads": "11847", + "x-ms-request-id": "bfcc5cec-5abc-4ce9-99f7-c52f108f8fb5", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113739Z:5b84e1b4-eff3-4620-a434-1ef9b9f304bd" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "4fb39e04c29b86269fadd8d442f30f46", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:37:40 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4fb39e04c29b86269fadd8d442f30f46", + "x-ms-correlation-request-id": "7db78d49-c541-4fb7-b7d9-862229f31978", + "x-ms-ratelimit-remaining-subscription-reads": "11846", + "x-ms-request-id": "cf3eb6d6-2a8d-4e80-8f0d-38bff3e8f24f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113741Z:7db78d49-c541-4fb7-b7d9-862229f31978" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "b8d645dba55a9c087bb735fac98af87b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:37:41 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b8d645dba55a9c087bb735fac98af87b", + "x-ms-correlation-request-id": "9b03eda8-55b1-4432-93fd-53ad83e24842", + "x-ms-ratelimit-remaining-subscription-reads": "11845", + "x-ms-request-id": "838c4807-6126-4e5b-ad99-04b7b4c27ebd", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113742Z:9b03eda8-55b1-4432-93fd-53ad83e24842" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "296c3fe60e48643f63a904115084b638", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:37:43 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "296c3fe60e48643f63a904115084b638", + "x-ms-correlation-request-id": "2f445da6-9b95-4175-8066-a1c219641313", + "x-ms-ratelimit-remaining-subscription-reads": "11844", + "x-ms-request-id": "e7d927f7-7a99-4865-a25f-61844b7cdd9a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113743Z:2f445da6-9b95-4175-8066-a1c219641313" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "e4489717bf7b5f849617d3e48d2bbc15", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:37:44 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e4489717bf7b5f849617d3e48d2bbc15", + "x-ms-correlation-request-id": "7629979b-dee9-49f0-806a-88ac821cf25e", + "x-ms-ratelimit-remaining-subscription-reads": "11843", + "x-ms-request-id": "e7b6c404-bf27-4f71-908d-35daba36549e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113745Z:7629979b-dee9-49f0-806a-88ac821cf25e" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "02ed5db4e586ccfd057254b1a0f74bf6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:37:45 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "02ed5db4e586ccfd057254b1a0f74bf6", + "x-ms-correlation-request-id": "fe6b0a29-b5be-4cea-bb75-7539b79b604a", + "x-ms-ratelimit-remaining-subscription-reads": "11842", + "x-ms-request-id": "1b63b2b2-929e-4540-8f0f-5299d5bfcedb", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113746Z:fe6b0a29-b5be-4cea-bb75-7539b79b604a" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "31e2fc00144126ffbb0d93313b5bd638", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:37:47 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "31e2fc00144126ffbb0d93313b5bd638", + "x-ms-correlation-request-id": "0237a1c0-b4d3-48ec-95f1-e1d2d408c94d", + "x-ms-ratelimit-remaining-subscription-reads": "11841", + "x-ms-request-id": "cf62494e-3616-4580-ac12-a411fa51fde6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113747Z:0237a1c0-b4d3-48ec-95f1-e1d2d408c94d" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "f25cefecb39732b29a7cde096bd2be9f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:37:48 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f25cefecb39732b29a7cde096bd2be9f", + "x-ms-correlation-request-id": "2c644f6f-2815-43c8-8ea6-155501f0f945", + "x-ms-ratelimit-remaining-subscription-reads": "11840", + "x-ms-request-id": "33538b6b-ecde-46f2-8318-61c4900de6d9", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113749Z:2c644f6f-2815-43c8-8ea6-155501f0f945" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "91e3ddcb8b48a0d35dc7477852cc91a9", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:37:49 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "91e3ddcb8b48a0d35dc7477852cc91a9", + "x-ms-correlation-request-id": "7a23ef9e-01ee-47b8-981b-2df86ba98e69", + "x-ms-ratelimit-remaining-subscription-reads": "11839", + "x-ms-request-id": "645d1b58-69c7-41c1-925d-00e3429de774", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113750Z:7a23ef9e-01ee-47b8-981b-2df86ba98e69" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "b1c41c9b589b4d5f4ab097c536f6bbe8", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:37:51 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b1c41c9b589b4d5f4ab097c536f6bbe8", + "x-ms-correlation-request-id": "f491208d-fabd-4311-8721-546eb8fa6f2c", + "x-ms-ratelimit-remaining-subscription-reads": "11838", + "x-ms-request-id": "777a597f-7307-4cf8-bfbd-edbe87af5541", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113751Z:f491208d-fabd-4311-8721-546eb8fa6f2c" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "5d65f34e457861ef1cbc94cf6b39dfcd", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:37:52 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5d65f34e457861ef1cbc94cf6b39dfcd", + "x-ms-correlation-request-id": "0d11269b-6a8f-4fd8-9b4b-4723562dd53e", + "x-ms-ratelimit-remaining-subscription-reads": "11837", + "x-ms-request-id": "34d570c1-75f4-430a-8c79-9caa8f33f56a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113753Z:0d11269b-6a8f-4fd8-9b4b-4723562dd53e" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "4e6d34eb0d0e72047e954797f30d6967", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:37:53 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4e6d34eb0d0e72047e954797f30d6967", + "x-ms-correlation-request-id": "b46b96d8-c8a6-4681-a05c-b26618311763", + "x-ms-ratelimit-remaining-subscription-reads": "11836", + "x-ms-request-id": "973bf1e4-1599-43c5-91a1-6aa8d70bbdff", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113754Z:b46b96d8-c8a6-4681-a05c-b26618311763" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "5e2a5f0c336756312c6394dfc38fe210", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:37:55 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5e2a5f0c336756312c6394dfc38fe210", + "x-ms-correlation-request-id": "da4f6918-251b-4f8e-a664-364f7faa4cd5", + "x-ms-ratelimit-remaining-subscription-reads": "11835", + "x-ms-request-id": "756f3d62-1cf9-48ef-9d7c-9f0aea91fd09", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113755Z:da4f6918-251b-4f8e-a664-364f7faa4cd5" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "02dacad06c8841d9eff2dee3fd576d0e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:37:56 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "02dacad06c8841d9eff2dee3fd576d0e", + "x-ms-correlation-request-id": "b40b51d3-a6a4-4323-9bb3-c1e26941a31c", + "x-ms-ratelimit-remaining-subscription-reads": "11834", + "x-ms-request-id": "109a783f-a280-471d-86e1-c64a49adbd47", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113757Z:b40b51d3-a6a4-4323-9bb3-c1e26941a31c" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "0bc32d52810fb765031621aa7825aeef", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:37:57 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "0bc32d52810fb765031621aa7825aeef", + "x-ms-correlation-request-id": "6f325c11-e982-4478-b607-5fed10fa4416", + "x-ms-ratelimit-remaining-subscription-reads": "11833", + "x-ms-request-id": "fbc05ae5-08e6-4a2a-a5a2-f17afa3f2a4e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113758Z:6f325c11-e982-4478-b607-5fed10fa4416" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "29c736b367329fde85e86e74544d58d5", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:37:58 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "29c736b367329fde85e86e74544d58d5", + "x-ms-correlation-request-id": "0d0ef000-55f8-4213-af2a-2cfed2644e36", + "x-ms-ratelimit-remaining-subscription-reads": "11832", + "x-ms-request-id": "51c8e2ec-0de8-40cf-93cb-fbf33d0d379b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113759Z:0d0ef000-55f8-4213-af2a-2cfed2644e36" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "968c85f6d6cb4f016423ff714a2fc8ca", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:38:00 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "968c85f6d6cb4f016423ff714a2fc8ca", + "x-ms-correlation-request-id": "3be2e6e9-9d22-42c6-863f-fc0bfe2ce014", + "x-ms-ratelimit-remaining-subscription-reads": "11831", + "x-ms-request-id": "55c51a0b-f4ab-4267-9ac4-cf432a32b81e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113801Z:3be2e6e9-9d22-42c6-863f-fc0bfe2ce014" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "c730ef434390eadc4e23852612f162b5", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:38:01 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c730ef434390eadc4e23852612f162b5", + "x-ms-correlation-request-id": "af34d286-8b66-4925-8a46-86a7828d3128", + "x-ms-ratelimit-remaining-subscription-reads": "11830", + "x-ms-request-id": "22eed1dd-ec56-4bb6-b6f8-f5dced03c641", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113802Z:af34d286-8b66-4925-8a46-86a7828d3128" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "f3b44cbe1898dc233578c50f686d5556", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:38:03 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f3b44cbe1898dc233578c50f686d5556", + "x-ms-correlation-request-id": "7c6a3d19-6349-4847-a2b1-0802cf19b12c", + "x-ms-ratelimit-remaining-subscription-reads": "11829", + "x-ms-request-id": "23951ab7-160a-435f-af37-34b55e7dfce4", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113804Z:7c6a3d19-6349-4847-a2b1-0802cf19b12c" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "6531a420911db244a9a248a850da3c73", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:38:04 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6531a420911db244a9a248a850da3c73", + "x-ms-correlation-request-id": "b603c3f3-9fcd-414e-be00-c2b4e9962def", + "x-ms-ratelimit-remaining-subscription-reads": "11828", + "x-ms-request-id": "1b12bf3d-e43c-4c7a-a68d-6ce7f10f009f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113805Z:b603c3f3-9fcd-414e-be00-c2b4e9962def" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "fdb349c1d47a2b32cc5492187dcc82e1", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:38:06 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "fdb349c1d47a2b32cc5492187dcc82e1", + "x-ms-correlation-request-id": "aa23b26a-d655-4f60-8150-b9a6d272bf80", + "x-ms-ratelimit-remaining-subscription-reads": "11827", + "x-ms-request-id": "d43e525b-f40d-4319-9dd5-f545d0ece46e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113807Z:aa23b26a-d655-4f60-8150-b9a6d272bf80" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "6e052fcefdbf2c98080249f5cf7b8b5a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:38:07 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6e052fcefdbf2c98080249f5cf7b8b5a", + "x-ms-correlation-request-id": "4fdac1e0-0b90-4ced-8d11-1731fb4c9cfe", + "x-ms-ratelimit-remaining-subscription-reads": "11826", + "x-ms-request-id": "30f3d7f0-13c2-4d97-abfd-b6c677b7c0ba", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113808Z:4fdac1e0-0b90-4ced-8d11-1731fb4c9cfe" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "1e4e523b57b94bdb710598c8fe2c34dc", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:38:08 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1e4e523b57b94bdb710598c8fe2c34dc", + "x-ms-correlation-request-id": "24dcc850-8695-4479-a0bb-3ad9f767ac86", + "x-ms-ratelimit-remaining-subscription-reads": "11825", + "x-ms-request-id": "e78c6f29-d80e-4bb1-b21c-1e1b6b98d08c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113809Z:24dcc850-8695-4479-a0bb-3ad9f767ac86" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "21d96720cdd5c3b3b186f5788b3c5b51", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:38:10 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "21d96720cdd5c3b3b186f5788b3c5b51", + "x-ms-correlation-request-id": "8c0fd357-a198-4f4e-bb1d-7f2a284383f8", + "x-ms-ratelimit-remaining-subscription-reads": "11824", + "x-ms-request-id": "4d480a96-6fa6-479d-a20e-3dc1db5a04a6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113810Z:8c0fd357-a198-4f4e-bb1d-7f2a284383f8" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "2bdc38c8637e772753b9fdba64cf2edb", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:38:11 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "2bdc38c8637e772753b9fdba64cf2edb", + "x-ms-correlation-request-id": "34ce163b-a19d-4093-bc4d-9f010fd5bcba", + "x-ms-ratelimit-remaining-subscription-reads": "11823", + "x-ms-request-id": "6fdbcb37-ea11-445c-a070-764134722299", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113812Z:34ce163b-a19d-4093-bc4d-9f010fd5bcba" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "68d56dcd6aa16e849f8a6d326162c035", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:38:12 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "68d56dcd6aa16e849f8a6d326162c035", + "x-ms-correlation-request-id": "6c57afbd-e3ee-49b6-a2b8-80198d7da6f3", + "x-ms-ratelimit-remaining-subscription-reads": "11822", + "x-ms-request-id": "b4dfa05b-0118-4e33-a8c4-3b706801516e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113813Z:6c57afbd-e3ee-49b6-a2b8-80198d7da6f3" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "c60047a90950bd5d3f61cd1bd0f85fe1", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:38:14 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c60047a90950bd5d3f61cd1bd0f85fe1", + "x-ms-correlation-request-id": "f0d0f956-aca2-439a-b21a-e359653effc9", + "x-ms-ratelimit-remaining-subscription-reads": "11821", + "x-ms-request-id": "7fa6eec5-b69c-4aa2-b8b7-717202074e6e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113815Z:f0d0f956-aca2-439a-b21a-e359653effc9" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "1dab1a58f3665eafb36d8bf4f5f416f1", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:38:15 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1dab1a58f3665eafb36d8bf4f5f416f1", + "x-ms-correlation-request-id": "e3c0879e-476f-4d01-b9a1-8063a2672d1b", + "x-ms-ratelimit-remaining-subscription-reads": "11820", + "x-ms-request-id": "858e1419-4bd9-42e9-8dfc-f8cf8d2d48fc", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113816Z:e3c0879e-476f-4d01-b9a1-8063a2672d1b" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "1d10c7f967cfc48b0f1829409c699da6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:38:16 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1d10c7f967cfc48b0f1829409c699da6", + "x-ms-correlation-request-id": "af28b006-5c9b-45de-a2bb-013e56e3d536", + "x-ms-ratelimit-remaining-subscription-reads": "11819", + "x-ms-request-id": "7c5a12ec-63ab-4a55-9181-a28dca1ba7b0", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113817Z:af28b006-5c9b-45de-a2bb-013e56e3d536" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "46da8c2aa2b7b6ce97a113e27d68c74a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:38:18 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "46da8c2aa2b7b6ce97a113e27d68c74a", + "x-ms-correlation-request-id": "b6a51c74-0bfc-4b22-a4e0-05a7108083b6", + "x-ms-ratelimit-remaining-subscription-reads": "11818", + "x-ms-request-id": "9cae0d8c-bae6-40db-8d45-0e7202f49ad1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113819Z:b6a51c74-0bfc-4b22-a4e0-05a7108083b6" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "0822dc4a41e7f0128fe60e4ec96ec149", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:38:19 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "0822dc4a41e7f0128fe60e4ec96ec149", + "x-ms-correlation-request-id": "9c2c91c5-59a0-489a-a3bc-18bce9a34b2a", + "x-ms-ratelimit-remaining-subscription-reads": "11817", + "x-ms-request-id": "bc17fc58-81db-4797-b100-59ab2bb091fb", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113820Z:9c2c91c5-59a0-489a-a3bc-18bce9a34b2a" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "69cae5cfcf1a5639f95a862d54a847a6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:38:20 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "69cae5cfcf1a5639f95a862d54a847a6", + "x-ms-correlation-request-id": "dcb02c8b-d953-4486-a11b-641c45d3ed07", + "x-ms-ratelimit-remaining-subscription-reads": "11816", + "x-ms-request-id": "129817fc-96ed-48b0-9d46-2833118ad164", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113821Z:dcb02c8b-d953-4486-a11b-641c45d3ed07" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "c0f5de509547e9bf79eab7d09480ec28", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:38:22 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c0f5de509547e9bf79eab7d09480ec28", + "x-ms-correlation-request-id": "312a4ad4-74c0-4c16-ae22-8ab50d5a2bbc", + "x-ms-ratelimit-remaining-subscription-reads": "11815", + "x-ms-request-id": "2e7c938b-8d20-4800-b51c-67653ea6ea0d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113822Z:312a4ad4-74c0-4c16-ae22-8ab50d5a2bbc" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "9812c9df5e9e7b30a2cc0f8dbbe49ce6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:38:23 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "9812c9df5e9e7b30a2cc0f8dbbe49ce6", + "x-ms-correlation-request-id": "02b75976-59b5-4e43-8d8c-e819928564d1", + "x-ms-ratelimit-remaining-subscription-reads": "11814", + "x-ms-request-id": "5c1b7995-e832-4ece-9f04-d386e41f99c4", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113824Z:02b75976-59b5-4e43-8d8c-e819928564d1" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "ebfd679f01793a0225e0ef301869c178", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:38:24 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ebfd679f01793a0225e0ef301869c178", + "x-ms-correlation-request-id": "d9768767-4074-4e91-85be-fc3a969bf5dd", + "x-ms-ratelimit-remaining-subscription-reads": "11813", + "x-ms-request-id": "f7d7385d-c78d-4f45-b4dc-98c26694b614", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113825Z:d9768767-4074-4e91-85be-fc3a969bf5dd" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "8b4d5d6eaf96f108ae7a1e7a85322d95", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:38:26 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "8b4d5d6eaf96f108ae7a1e7a85322d95", + "x-ms-correlation-request-id": "7480cea1-394f-4588-95c9-f5d7e68a113c", + "x-ms-ratelimit-remaining-subscription-reads": "11812", + "x-ms-request-id": "993c23ad-6084-4c00-b4de-55ea2dfd5094", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113827Z:7480cea1-394f-4588-95c9-f5d7e68a113c" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "2d31d14e0182deafc6d772bd6f006238", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:38:27 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "2d31d14e0182deafc6d772bd6f006238", + "x-ms-correlation-request-id": "158f428b-8df3-47b3-946d-2c182a122f3c", + "x-ms-ratelimit-remaining-subscription-reads": "11811", + "x-ms-request-id": "6d9ed6fb-9e47-4da7-bf89-8c04d4615c5d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113828Z:158f428b-8df3-47b3-946d-2c182a122f3c" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "5e1e960a1096ef505f0b3cfee387b5f3", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:38:28 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5e1e960a1096ef505f0b3cfee387b5f3", + "x-ms-correlation-request-id": "c350aee5-e84c-4428-8923-b4bdede391ed", + "x-ms-ratelimit-remaining-subscription-reads": "11810", + "x-ms-request-id": "764fd92d-25dc-4e2a-b8c9-b492b8743681", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113829Z:c350aee5-e84c-4428-8923-b4bdede391ed" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "47e15ab394376df5ae6fc4be3d4a82ad", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:38:30 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "47e15ab394376df5ae6fc4be3d4a82ad", + "x-ms-correlation-request-id": "f65d02bc-42f8-4af6-a392-1f1706500239", + "x-ms-ratelimit-remaining-subscription-reads": "11809", + "x-ms-request-id": "1e883250-0cda-42ac-9df1-c8472379ea3b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113831Z:f65d02bc-42f8-4af6-a392-1f1706500239" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "ee70e517cf133dfe8041ce77c4b0fb3e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:38:31 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ee70e517cf133dfe8041ce77c4b0fb3e", + "x-ms-correlation-request-id": "b756a2de-bfdd-40be-b602-ddb98506ed38", + "x-ms-ratelimit-remaining-subscription-reads": "11808", + "x-ms-request-id": "7ae41428-3676-4daf-be87-70bc10db1188", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113832Z:b756a2de-bfdd-40be-b602-ddb98506ed38" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "150a7e221b1e7501a1b1b0274c92b214", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:38:32 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "150a7e221b1e7501a1b1b0274c92b214", + "x-ms-correlation-request-id": "f6f761b2-b2de-430f-93ee-2f4f123a0b73", + "x-ms-ratelimit-remaining-subscription-reads": "11807", + "x-ms-request-id": "adc442c5-6d49-4851-9bd4-3d6d894fb37d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113833Z:f6f761b2-b2de-430f-93ee-2f4f123a0b73" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "fde78e89c617e3e05ca4c6f6c67ea9fd", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:38:34 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "fde78e89c617e3e05ca4c6f6c67ea9fd", + "x-ms-correlation-request-id": "ab37f3c3-f103-4ffc-9ae3-22ec66d9ce58", + "x-ms-ratelimit-remaining-subscription-reads": "11806", + "x-ms-request-id": "b9c14221-1014-4623-882c-654d4ebfc759", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113835Z:ab37f3c3-f103-4ffc-9ae3-22ec66d9ce58" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "be9b85746c3ffc8fe4fa4d621fd6f0ee", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:38:35 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "be9b85746c3ffc8fe4fa4d621fd6f0ee", + "x-ms-correlation-request-id": "8ad7210b-b5f2-4fd3-bdb8-0a6f56bb32f5", + "x-ms-ratelimit-remaining-subscription-reads": "11805", + "x-ms-request-id": "b2384014-dfe7-4350-9853-3e1b009428a3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113836Z:8ad7210b-b5f2-4fd3-bdb8-0a6f56bb32f5" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "35edb98efdc95b279e27b979540aaf22", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:38:36 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "35edb98efdc95b279e27b979540aaf22", + "x-ms-correlation-request-id": "77906655-8020-49af-83f9-b4c46e0176a1", + "x-ms-ratelimit-remaining-subscription-reads": "11804", + "x-ms-request-id": "7fca7d4c-1424-4db5-9a75-20c7ac401066", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113837Z:77906655-8020-49af-83f9-b4c46e0176a1" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "c6b3b208f4f61dd5ffea191c797dc485", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:38:37 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c6b3b208f4f61dd5ffea191c797dc485", + "x-ms-correlation-request-id": "a3d1e55f-1a5c-450b-88d2-bdf0a5e9179f", + "x-ms-ratelimit-remaining-subscription-reads": "11803", + "x-ms-request-id": "29bfcdb7-1b67-4d83-9133-bb29709e4273", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113838Z:a3d1e55f-1a5c-450b-88d2-bdf0a5e9179f" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "0d67d8b4739176345d402018b315a7d9", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:38:40 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "0d67d8b4739176345d402018b315a7d9", + "x-ms-correlation-request-id": "fbf75dc6-d138-418a-844b-7ea3759a978f", + "x-ms-ratelimit-remaining-subscription-reads": "11802", + "x-ms-request-id": "aee7eea1-5d6a-4c8d-9ea2-bf7f3bef4705", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113840Z:fbf75dc6-d138-418a-844b-7ea3759a978f" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "6c5a2b4b2a239af8e4d035dee30be220", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:38:41 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6c5a2b4b2a239af8e4d035dee30be220", + "x-ms-correlation-request-id": "73fbcf95-7f76-40ad-851d-3a91f33ad47a", + "x-ms-ratelimit-remaining-subscription-reads": "11801", + "x-ms-request-id": "6ee4d427-c9f8-4463-83b1-03617a340d62", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113841Z:73fbcf95-7f76-40ad-851d-3a91f33ad47a" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "7cc53362a2a294907d3c68b6d4bc6ae9", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:38:42 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "7cc53362a2a294907d3c68b6d4bc6ae9", + "x-ms-correlation-request-id": "fe844a35-ac44-4b5f-811e-1ade89dee810", + "x-ms-ratelimit-remaining-subscription-reads": "11800", + "x-ms-request-id": "781fad6c-1d18-4120-8328-1dc63837f9da", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113842Z:fe844a35-ac44-4b5f-811e-1ade89dee810" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "4ed03f4257238a62dfcd28c13e569352", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:38:44 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4ed03f4257238a62dfcd28c13e569352", + "x-ms-correlation-request-id": "b52d7a78-ac05-47ee-92d4-fc1b646b2945", + "x-ms-ratelimit-remaining-subscription-reads": "11799", + "x-ms-request-id": "e8e95396-11d5-44fc-933f-2a914a946a27", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113844Z:b52d7a78-ac05-47ee-92d4-fc1b646b2945" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "7fb5ff5d2b50a9379ac5eee6c141c627", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:38:45 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "7fb5ff5d2b50a9379ac5eee6c141c627", + "x-ms-correlation-request-id": "895b87b6-d262-40be-afdc-ad2ba8bd1ea8", + "x-ms-ratelimit-remaining-subscription-reads": "11798", + "x-ms-request-id": "48002b54-0a93-4cae-9c53-7d5a4032980e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113845Z:895b87b6-d262-40be-afdc-ad2ba8bd1ea8" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "a39b4c65933b0afcd13b9cd579cf5627", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:38:46 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a39b4c65933b0afcd13b9cd579cf5627", + "x-ms-correlation-request-id": "5386088a-d82b-46dc-aef3-60dd69c55098", + "x-ms-ratelimit-remaining-subscription-reads": "11797", + "x-ms-request-id": "f9f4c0e2-3a05-47c9-81db-2dd253f33f7b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113846Z:5386088a-d82b-46dc-aef3-60dd69c55098" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "d45816a9ea0717990826b45d697bc89d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:38:48 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d45816a9ea0717990826b45d697bc89d", + "x-ms-correlation-request-id": "67ac5f5f-0245-4a0a-a80e-fea8863742af", + "x-ms-ratelimit-remaining-subscription-reads": "11796", + "x-ms-request-id": "74cffa61-106a-4708-9c50-6f6a50e17faa", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113848Z:67ac5f5f-0245-4a0a-a80e-fea8863742af" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "f25b0107efbaca1702aaad148e6130cb", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:38:49 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f25b0107efbaca1702aaad148e6130cb", + "x-ms-correlation-request-id": "d61e558a-31c6-4e57-9c23-30aaa7726a36", + "x-ms-ratelimit-remaining-subscription-reads": "11795", + "x-ms-request-id": "2d3a32ca-cf07-4eee-b942-54dd1607f901", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113849Z:d61e558a-31c6-4e57-9c23-30aaa7726a36" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "ab3dc76ff1e97b20b2839b14df9ea156", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:38:50 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ab3dc76ff1e97b20b2839b14df9ea156", + "x-ms-correlation-request-id": "429d433d-a0f6-4f82-8d88-6dac2deba416", + "x-ms-ratelimit-remaining-subscription-reads": "11794", + "x-ms-request-id": "c0badc7b-bb9f-4175-ab11-541230ed205d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113850Z:429d433d-a0f6-4f82-8d88-6dac2deba416" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "78cdff726473ba6cfe8ed25c3d8489a6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:38:52 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "78cdff726473ba6cfe8ed25c3d8489a6", + "x-ms-correlation-request-id": "d719da4a-993d-4529-90ad-048f153300d5", + "x-ms-ratelimit-remaining-subscription-reads": "11793", + "x-ms-request-id": "0f8c6d33-5640-4b4e-9c39-bed0e6e077b3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113852Z:d719da4a-993d-4529-90ad-048f153300d5" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "a2eee9f61d3d15b4e1e03f375303ea63", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:38:53 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a2eee9f61d3d15b4e1e03f375303ea63", + "x-ms-correlation-request-id": "75932479-6cbf-47d4-a129-6e635f9e0beb", + "x-ms-ratelimit-remaining-subscription-reads": "11792", + "x-ms-request-id": "1c2dc4d9-da00-4083-b563-a7f9986987f4", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113853Z:75932479-6cbf-47d4-a129-6e635f9e0beb" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "8fa25609b8930b575a82ac5b1fc33d2e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:38:54 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "8fa25609b8930b575a82ac5b1fc33d2e", + "x-ms-correlation-request-id": "6d6acee8-81d4-418b-8047-7e9e78fd005d", + "x-ms-ratelimit-remaining-subscription-reads": "11791", + "x-ms-request-id": "9a3f5cbd-5cab-4589-b790-d1460ea05aec", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113854Z:6d6acee8-81d4-418b-8047-7e9e78fd005d" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "f61df4f9ffb055184ab89693243566fb", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:38:56 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f61df4f9ffb055184ab89693243566fb", + "x-ms-correlation-request-id": "49bd19e4-f748-4272-a6dd-f4469be18594", + "x-ms-ratelimit-remaining-subscription-reads": "11790", + "x-ms-request-id": "79b129ab-22df-4e28-930b-f4946fb82b53", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113856Z:49bd19e4-f748-4272-a6dd-f4469be18594" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "e6526ea3fae23e1391e247ba7158f61d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:38:57 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e6526ea3fae23e1391e247ba7158f61d", + "x-ms-correlation-request-id": "73c5d3fb-4c4c-474c-b258-bd914e6b7d15", + "x-ms-ratelimit-remaining-subscription-reads": "11789", + "x-ms-request-id": "22e53454-d900-4f0e-bd9c-acb3687362c8", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113857Z:73c5d3fb-4c4c-474c-b258-bd914e6b7d15" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "5f3d11a3f4e50ab33e4c44db21c4e725", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:38:58 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5f3d11a3f4e50ab33e4c44db21c4e725", + "x-ms-correlation-request-id": "50cb4570-bf47-4ded-96c9-35c97851647a", + "x-ms-ratelimit-remaining-subscription-reads": "11788", + "x-ms-request-id": "05beaf36-301f-40e9-9de7-f24da3573f84", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113858Z:50cb4570-bf47-4ded-96c9-35c97851647a" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "b0b7b01c5671ff4be1de64ceb75de3f1", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:39:00 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b0b7b01c5671ff4be1de64ceb75de3f1", + "x-ms-correlation-request-id": "42021f50-3349-422d-b348-2ad1f0078307", + "x-ms-ratelimit-remaining-subscription-reads": "11787", + "x-ms-request-id": "81f63b66-0720-4a3f-91df-bac461c3e759", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113900Z:42021f50-3349-422d-b348-2ad1f0078307" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "13f079c106f7af15bb48a895b6371dcd", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:39:01 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "13f079c106f7af15bb48a895b6371dcd", + "x-ms-correlation-request-id": "50c54016-a12f-4e7e-a26b-d140e962dc0b", + "x-ms-ratelimit-remaining-subscription-reads": "11786", + "x-ms-request-id": "90665761-ad53-480e-90f2-c4d7bc7adcb9", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113901Z:50c54016-a12f-4e7e-a26b-d140e962dc0b" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "c09e22fb45a04cacc53e7e078fe552e0", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:39:02 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c09e22fb45a04cacc53e7e078fe552e0", + "x-ms-correlation-request-id": "381f2745-facd-4cb1-962c-c092a7258c26", + "x-ms-ratelimit-remaining-subscription-reads": "11785", + "x-ms-request-id": "25ac4c85-4625-4b50-9c19-7db93aff3369", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113902Z:381f2745-facd-4cb1-962c-c092a7258c26" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "a71a5269d3d4152d9b08f528aeb648aa", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:39:04 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a71a5269d3d4152d9b08f528aeb648aa", + "x-ms-correlation-request-id": "299362bb-af2c-4b2e-ad28-a66044798cb6", + "x-ms-ratelimit-remaining-subscription-reads": "11784", + "x-ms-request-id": "3e967ff1-4a41-4283-95d9-c39ec4a6cc43", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113904Z:299362bb-af2c-4b2e-ad28-a66044798cb6" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "94d297c123bf7b50cda44eb8880e20d6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:39:05 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "94d297c123bf7b50cda44eb8880e20d6", + "x-ms-correlation-request-id": "d5433389-7f33-4ee5-a69a-dca55c827f96", + "x-ms-ratelimit-remaining-subscription-reads": "11783", + "x-ms-request-id": "c4b4e2b7-8fb7-4fc2-bc51-b7528158b9b8", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113905Z:d5433389-7f33-4ee5-a69a-dca55c827f96" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "632cc7f5751c27f9f58925984f839d0f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:39:06 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "632cc7f5751c27f9f58925984f839d0f", + "x-ms-correlation-request-id": "b32f06a8-c3dd-459e-b5cf-4d7687295a7c", + "x-ms-ratelimit-remaining-subscription-reads": "11782", + "x-ms-request-id": "8d2f2cb2-1893-44a5-8381-1da298e16e01", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113906Z:b32f06a8-c3dd-459e-b5cf-4d7687295a7c" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "f746d4f5bd124621019eda2f85748d8c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:39:07 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f746d4f5bd124621019eda2f85748d8c", + "x-ms-correlation-request-id": "d61c8a07-30c9-4cbd-9f77-5527a9508e91", + "x-ms-ratelimit-remaining-subscription-reads": "11781", + "x-ms-request-id": "10c4638c-b066-40e7-8a7a-0dcbac9db160", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113908Z:d61c8a07-30c9-4cbd-9f77-5527a9508e91" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "e7321fe8e58a4b8d9eaa9f36fdb82b4a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:39:09 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e7321fe8e58a4b8d9eaa9f36fdb82b4a", + "x-ms-correlation-request-id": "9cef8afb-87ac-48bd-9498-57a19f0fac85", + "x-ms-ratelimit-remaining-subscription-reads": "11780", + "x-ms-request-id": "6cafdb88-c3a2-4588-9442-b9c53676f41a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113909Z:9cef8afb-87ac-48bd-9498-57a19f0fac85" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "b4c23e0628c838c3a5e6617e9bc9a280", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:39:10 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b4c23e0628c838c3a5e6617e9bc9a280", + "x-ms-correlation-request-id": "a8eded3f-57a5-46bc-a35a-a6535ec30927", + "x-ms-ratelimit-remaining-subscription-reads": "11779", + "x-ms-request-id": "a7d4b032-f04e-4a21-915f-cd189d58d29c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113910Z:a8eded3f-57a5-46bc-a35a-a6535ec30927" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "30b098fcb650108547fb59671eeb4849", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:39:11 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "30b098fcb650108547fb59671eeb4849", + "x-ms-correlation-request-id": "e160a29d-99b7-4b3d-97e2-994638674fdc", + "x-ms-ratelimit-remaining-subscription-reads": "11778", + "x-ms-request-id": "4e32131c-d2ac-4876-83c2-8ad8d12f79db", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113912Z:e160a29d-99b7-4b3d-97e2-994638674fdc" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "46299072d8b2bfc45bfa41a4830fafd4", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:39:13 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "46299072d8b2bfc45bfa41a4830fafd4", + "x-ms-correlation-request-id": "e8bf0f33-a8d1-47b3-8713-cefe3a2a9164", + "x-ms-ratelimit-remaining-subscription-reads": "11777", + "x-ms-request-id": "e6385e6e-4882-45f4-9ff2-ca17a32e45c4", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113913Z:e8bf0f33-a8d1-47b3-8713-cefe3a2a9164" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "64391f08fb0750f9b9b26ccccf5c19b9", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:39:14 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "64391f08fb0750f9b9b26ccccf5c19b9", + "x-ms-correlation-request-id": "3e926f9d-8be6-461b-aa15-5242bf2f69e8", + "x-ms-ratelimit-remaining-subscription-reads": "11776", + "x-ms-request-id": "3eed716f-03c7-49cd-bd6e-ba9a5ea39a62", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113914Z:3e926f9d-8be6-461b-aa15-5242bf2f69e8" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "0b0b189d5c9f23ced4f1d45674e18c37", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:39:15 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "0b0b189d5c9f23ced4f1d45674e18c37", + "x-ms-correlation-request-id": "e3435d97-a2c6-423d-92df-383990563a63", + "x-ms-ratelimit-remaining-subscription-reads": "11775", + "x-ms-request-id": "95d4bbd9-03a4-4838-a393-45fd5afb3008", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113916Z:e3435d97-a2c6-423d-92df-383990563a63" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "ff5f844be4b1764196d98c006bf7efff", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Connection": "close", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:39:17 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ff5f844be4b1764196d98c006bf7efff", + "x-ms-correlation-request-id": "8fc8c7fc-378b-4baa-be31-4d56b7b5ecd4", + "x-ms-ratelimit-remaining-subscription-reads": "11774", + "x-ms-request-id": "0f952d00-e8c2-4a48-9071-25993a7bd1e5", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113917Z:8fc8c7fc-378b-4baa-be31-4d56b7b5ecd4" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "6b0688e1a303ac345016901627a2dbd8", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:39:18 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6b0688e1a303ac345016901627a2dbd8", + "x-ms-correlation-request-id": "fab09a03-099b-4815-ae1c-bfc38a3b1a78", + "x-ms-ratelimit-remaining-subscription-reads": "11619", + "x-ms-request-id": "f63f520e-a7c1-44df-aab5-bd5a5808514f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113919Z:fab09a03-099b-4815-ae1c-bfc38a3b1a78" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "4a81352519fdb907d69474c6cfceb7dc", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:39:20 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4a81352519fdb907d69474c6cfceb7dc", + "x-ms-correlation-request-id": "e8a4ab81-eb88-48a1-b5f2-74236801ac51", + "x-ms-ratelimit-remaining-subscription-reads": "11618", + "x-ms-request-id": "3730722f-8794-4406-a605-d41b304ea7ab", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113920Z:e8a4ab81-eb88-48a1-b5f2-74236801ac51" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "ec75d50121daa7344fb2ae9a532b4ff3", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:39:21 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ec75d50121daa7344fb2ae9a532b4ff3", + "x-ms-correlation-request-id": "83201a45-4ca1-4edd-9b1d-b8eaf6b88e6e", + "x-ms-ratelimit-remaining-subscription-reads": "11617", + "x-ms-request-id": "758ded12-4f41-4aaa-8deb-7ddcb6a7099d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113921Z:83201a45-4ca1-4edd-9b1d-b8eaf6b88e6e" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "36dab4fda576c701804d956f2f6ddc82", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:39:22 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "36dab4fda576c701804d956f2f6ddc82", + "x-ms-correlation-request-id": "24975066-15a9-4b4d-aac1-ea2f3318ff32", + "x-ms-ratelimit-remaining-subscription-reads": "11616", + "x-ms-request-id": "82cfbcb4-178a-415e-a961-f69f7d2b565c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113923Z:24975066-15a9-4b4d-aac1-ea2f3318ff32" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "5114b35fef2d04fe00d9fa4a6b6c65aa", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:39:24 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5114b35fef2d04fe00d9fa4a6b6c65aa", + "x-ms-correlation-request-id": "2a160f61-5c47-41fd-aeab-73942ba98209", + "x-ms-ratelimit-remaining-subscription-reads": "11615", + "x-ms-request-id": "067cc1b7-b41c-4e67-a1d7-46dc5008f51c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113924Z:2a160f61-5c47-41fd-aeab-73942ba98209" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "1bc9804480f35c66d3ad6c8c8bc478e2", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:39:25 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1bc9804480f35c66d3ad6c8c8bc478e2", + "x-ms-correlation-request-id": "e2c73f05-b9eb-4cb4-951b-2d000dbe5b61", + "x-ms-ratelimit-remaining-subscription-reads": "11614", + "x-ms-request-id": "bb005e7d-48e6-410e-8e69-45cfa5f5f4f9", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113925Z:e2c73f05-b9eb-4cb4-951b-2d000dbe5b61" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "9f3b2bd6fd160dc6b5d6369caab75b13", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:39:26 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "9f3b2bd6fd160dc6b5d6369caab75b13", + "x-ms-correlation-request-id": "8a2477fc-864b-49bd-8199-9614e137d465", + "x-ms-ratelimit-remaining-subscription-reads": "11613", + "x-ms-request-id": "4d0079cb-fa28-456b-b9d0-706b4c2902c3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113927Z:8a2477fc-864b-49bd-8199-9614e137d465" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "ae2aeae8c1a4df8f4db87e7f8371783c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:39:28 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ae2aeae8c1a4df8f4db87e7f8371783c", + "x-ms-correlation-request-id": "7ce8f931-80e3-43bd-9e49-b1592553e1f1", + "x-ms-ratelimit-remaining-subscription-reads": "11612", + "x-ms-request-id": "b7a1496f-5b76-402a-ade2-5ad44325fb65", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113928Z:7ce8f931-80e3-43bd-9e49-b1592553e1f1" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "3f741861c5314694babc651d49c9b11c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:39:29 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "3f741861c5314694babc651d49c9b11c", + "x-ms-correlation-request-id": "eadcb340-0510-40cf-b404-edcf02a93bd4", + "x-ms-ratelimit-remaining-subscription-reads": "11611", + "x-ms-request-id": "484a765e-faaa-4858-925b-ad82ebf686dd", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113929Z:eadcb340-0510-40cf-b404-edcf02a93bd4" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "a1a45852c99a143d9c5b515e7f468944", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:39:30 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a1a45852c99a143d9c5b515e7f468944", + "x-ms-correlation-request-id": "ef5bd3a9-21f6-4fe7-bca5-ca86c68ddc38", + "x-ms-ratelimit-remaining-subscription-reads": "11610", + "x-ms-request-id": "012475a3-ee95-43cf-8cf8-e78bc221e193", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113931Z:ef5bd3a9-21f6-4fe7-bca5-ca86c68ddc38" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "913bfa5d1b4222e156e3f4e75b729584", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:39:31 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "913bfa5d1b4222e156e3f4e75b729584", + "x-ms-correlation-request-id": "9a5e5f97-ac45-4938-919b-932ada7274fc", + "x-ms-ratelimit-remaining-subscription-reads": "11609", + "x-ms-request-id": "37a2fde4-3e9a-45f0-a5c8-d7e63024e986", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113932Z:9a5e5f97-ac45-4938-919b-932ada7274fc" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "2a2d6206d7cc97a2da5fa3d67335c774", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:39:33 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "2a2d6206d7cc97a2da5fa3d67335c774", + "x-ms-correlation-request-id": "5b5a4a04-5b17-4c67-b4c3-478c78f90a01", + "x-ms-ratelimit-remaining-subscription-reads": "11608", + "x-ms-request-id": "780be8c9-e4f1-4528-bdfd-998beb140d62", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113933Z:5b5a4a04-5b17-4c67-b4c3-478c78f90a01" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "4fbf2132208e36d976814ab6d556b92a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:39:34 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4fbf2132208e36d976814ab6d556b92a", + "x-ms-correlation-request-id": "694c3127-6407-4aad-9673-8a3c6aa9caaf", + "x-ms-ratelimit-remaining-subscription-reads": "11607", + "x-ms-request-id": "56cdced7-5377-461b-9837-3664b86fc2e9", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113934Z:694c3127-6407-4aad-9673-8a3c6aa9caaf" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "1d57cdc55e18867758a3b7e3780baf20", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:39:35 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1d57cdc55e18867758a3b7e3780baf20", + "x-ms-correlation-request-id": "44069a84-0804-461b-8f86-c5a3b06c0df3", + "x-ms-ratelimit-remaining-subscription-reads": "11606", + "x-ms-request-id": "5cbef298-ec28-4207-b94b-fa1b8e19bda3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113936Z:44069a84-0804-461b-8f86-c5a3b06c0df3" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "3ab57f1c45b2e6f688f7b34b8cebc284", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:39:37 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "3ab57f1c45b2e6f688f7b34b8cebc284", + "x-ms-correlation-request-id": "c0a4f4aa-2ae0-4a3e-8d70-c4b655558088", + "x-ms-ratelimit-remaining-subscription-reads": "11605", + "x-ms-request-id": "22025ed0-d080-45ba-9bad-afb23b185106", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113937Z:c0a4f4aa-2ae0-4a3e-8d70-c4b655558088" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "a51079a6aaded35baa39f7eb69f5bd6b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:39:38 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a51079a6aaded35baa39f7eb69f5bd6b", + "x-ms-correlation-request-id": "e33296ab-55f3-4815-9bb4-1db61d8a6e81", + "x-ms-ratelimit-remaining-subscription-reads": "11604", + "x-ms-request-id": "f014d9a9-a7d5-43c3-bb49-8553dc0eccc9", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113938Z:e33296ab-55f3-4815-9bb4-1db61d8a6e81" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "559929d27fa17f77d7719421aa2cf96c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:39:39 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "559929d27fa17f77d7719421aa2cf96c", + "x-ms-correlation-request-id": "83c3a13f-f143-40ca-ad52-e1a6159e132f", + "x-ms-ratelimit-remaining-subscription-reads": "11603", + "x-ms-request-id": "b0852c7f-e468-4212-8455-8e6305c03b28", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113940Z:83c3a13f-f143-40ca-ad52-e1a6159e132f" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "ff3d32e009fb724224e190794d0a7d92", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:39:41 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ff3d32e009fb724224e190794d0a7d92", + "x-ms-correlation-request-id": "607475de-761d-4f7a-98ed-a2216f4a59c5", + "x-ms-ratelimit-remaining-subscription-reads": "11602", + "x-ms-request-id": "c1e05638-2f4f-4af3-99f4-56d99d307029", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113941Z:607475de-761d-4f7a-98ed-a2216f4a59c5" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "637848396c5226e30190ce6c153a287e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:39:42 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "637848396c5226e30190ce6c153a287e", + "x-ms-correlation-request-id": "af7c7087-1439-4fbd-9f0b-d5d117ab229c", + "x-ms-ratelimit-remaining-subscription-reads": "11601", + "x-ms-request-id": "0c476a46-c549-4795-a42e-c64858bc4d0c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113942Z:af7c7087-1439-4fbd-9f0b-d5d117ab229c" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "360a8b3fbeb8c970e62631bfeffe31cc", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:39:43 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "360a8b3fbeb8c970e62631bfeffe31cc", + "x-ms-correlation-request-id": "8ac96e01-c0ba-43b4-ba9f-e6d02040d78c", + "x-ms-ratelimit-remaining-subscription-reads": "11600", + "x-ms-request-id": "06967c0b-837e-4395-b79d-2dc86dd7735b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113944Z:8ac96e01-c0ba-43b4-ba9f-e6d02040d78c" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "62e701f396b374194f16fe6a3ad55de9", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:39:45 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "62e701f396b374194f16fe6a3ad55de9", + "x-ms-correlation-request-id": "b8a62251-1b7f-416c-9f62-f90eda6f5dd7", + "x-ms-ratelimit-remaining-subscription-reads": "11599", + "x-ms-request-id": "5dd23935-e6bf-42c9-a0fa-28ec950b7c75", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113945Z:b8a62251-1b7f-416c-9f62-f90eda6f5dd7" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "c23912b847007bdad8af7c2b3a233703", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:39:46 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c23912b847007bdad8af7c2b3a233703", + "x-ms-correlation-request-id": "fbeb251b-ef9f-4a96-9952-69e428519c24", + "x-ms-ratelimit-remaining-subscription-reads": "11598", + "x-ms-request-id": "c477d2f7-de25-48a0-8c04-2e2727c27cff", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113946Z:fbeb251b-ef9f-4a96-9952-69e428519c24" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "1478015ec652a9ca7196e6a2c0058e10", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:39:47 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1478015ec652a9ca7196e6a2c0058e10", + "x-ms-correlation-request-id": "adbed75f-e436-4b11-af09-12891fa1cf95", + "x-ms-ratelimit-remaining-subscription-reads": "11597", + "x-ms-request-id": "516c185b-da23-4e31-a310-b06aa4f60336", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113948Z:adbed75f-e436-4b11-af09-12891fa1cf95" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "dd0648c96fc4accc276c890319ee392b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:39:49 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "dd0648c96fc4accc276c890319ee392b", + "x-ms-correlation-request-id": "1b4773b0-d14b-4a9f-a097-0c441c8f389b", + "x-ms-ratelimit-remaining-subscription-reads": "11596", + "x-ms-request-id": "955644ea-8332-4ba0-9b84-cac13e739584", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113949Z:1b4773b0-d14b-4a9f-a097-0c441c8f389b" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "390cfade495df296478f506a6038bbd3", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:39:50 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "390cfade495df296478f506a6038bbd3", + "x-ms-correlation-request-id": "777650be-8a1d-4caf-9b08-8d5752c3923b", + "x-ms-ratelimit-remaining-subscription-reads": "11595", + "x-ms-request-id": "4fe36c0a-7b61-4d9d-b3bf-e190282c9969", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113950Z:777650be-8a1d-4caf-9b08-8d5752c3923b" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "f2616b215a1dee3e35ccece63cc78f83", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:39:51 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f2616b215a1dee3e35ccece63cc78f83", + "x-ms-correlation-request-id": "25ffc2a5-bda1-41fe-8690-72c8fc7ba3dd", + "x-ms-ratelimit-remaining-subscription-reads": "11594", + "x-ms-request-id": "96aaddd3-a49c-416e-84b3-583977ccfc81", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113952Z:25ffc2a5-bda1-41fe-8690-72c8fc7ba3dd" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "c5c3ba5c54f880b3b11495341f614cef", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:39:52 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c5c3ba5c54f880b3b11495341f614cef", + "x-ms-correlation-request-id": "8f0358aa-d2b6-4254-aa0b-13eea3389380", + "x-ms-ratelimit-remaining-subscription-reads": "11593", + "x-ms-request-id": "b0c76d7e-b504-4f66-9917-6f41a96a8876", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113953Z:8f0358aa-d2b6-4254-aa0b-13eea3389380" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "aee2b6b1468c840ebc1d03915cb0b580", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:39:54 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "aee2b6b1468c840ebc1d03915cb0b580", + "x-ms-correlation-request-id": "863a2970-d237-407a-aa65-58a5fbd66dda", + "x-ms-ratelimit-remaining-subscription-reads": "11592", + "x-ms-request-id": "5a142797-bade-4b5e-93e8-9bb12bbc6b6b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113954Z:863a2970-d237-407a-aa65-58a5fbd66dda" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "a50dcc00f574ccdab7e14108c409cfd4", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:39:55 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a50dcc00f574ccdab7e14108c409cfd4", + "x-ms-correlation-request-id": "ab47ca3f-42f3-4fb8-b9bd-82bef8315b51", + "x-ms-ratelimit-remaining-subscription-reads": "11591", + "x-ms-request-id": "de00d3c6-b8da-4cc5-94c5-48eb830df015", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113956Z:ab47ca3f-42f3-4fb8-b9bd-82bef8315b51" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "8635fd7fe1e416f7ac3e08db51222400", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:39:56 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "8635fd7fe1e416f7ac3e08db51222400", + "x-ms-correlation-request-id": "3338d1c9-80e5-4141-b07f-05543c6d91cb", + "x-ms-ratelimit-remaining-subscription-reads": "11590", + "x-ms-request-id": "a11a4e97-e951-40a3-acdf-a54c6f68c483", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113957Z:3338d1c9-80e5-4141-b07f-05543c6d91cb" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "5234155ea653bb7adc15f7ab0405bfb3", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:39:58 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5234155ea653bb7adc15f7ab0405bfb3", + "x-ms-correlation-request-id": "0d7314b1-23a9-4b97-927e-d2f7181b7715", + "x-ms-ratelimit-remaining-subscription-reads": "11589", + "x-ms-request-id": "5b69e48c-b8b4-41c4-985b-e93738f3cce0", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T113958Z:0d7314b1-23a9-4b97-927e-d2f7181b7715" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "5e112f4d2f7b1e9bd5f7f935ecfe7b94", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:39:59 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5e112f4d2f7b1e9bd5f7f935ecfe7b94", + "x-ms-correlation-request-id": "b14085bd-7616-43e0-93bc-b77193237f75", + "x-ms-ratelimit-remaining-subscription-reads": "11588", + "x-ms-request-id": "3242795d-7472-446f-9cf1-a1b944871aff", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T114000Z:b14085bd-7616-43e0-93bc-b77193237f75" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "afaa40bc7cd4d8808279a9ceea4c11a6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:40:00 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "afaa40bc7cd4d8808279a9ceea4c11a6", + "x-ms-correlation-request-id": "c101c1ca-0b05-4e9e-a6bf-22bcead30cef", + "x-ms-ratelimit-remaining-subscription-reads": "11587", + "x-ms-request-id": "ee564148-68cb-4d5c-9e9d-0b89a0adcd0d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T114001Z:c101c1ca-0b05-4e9e-a6bf-22bcead30cef" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "218d557fc5112e8579157d5cad44cedd", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:40:02 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "218d557fc5112e8579157d5cad44cedd", + "x-ms-correlation-request-id": "1a0b2bd9-a1fc-4f7c-9558-d4741380f868", + "x-ms-ratelimit-remaining-subscription-reads": "11586", + "x-ms-request-id": "0a0ce466-ee6d-43f0-aca9-667227e2f4ac", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T114002Z:1a0b2bd9-a1fc-4f7c-9558-d4741380f868" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "c4ee629a105bd1deaf38db0185cc3488", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:40:03 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c4ee629a105bd1deaf38db0185cc3488", + "x-ms-correlation-request-id": "b1fa65d5-34ff-4c51-80ca-541fc99800ba", + "x-ms-ratelimit-remaining-subscription-reads": "11585", + "x-ms-request-id": "92f9229e-27d2-47b1-ae13-dd2687157a93", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T114004Z:b1fa65d5-34ff-4c51-80ca-541fc99800ba" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "97b652e55971f783ba7b35beff232a3e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:40:04 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "97b652e55971f783ba7b35beff232a3e", + "x-ms-correlation-request-id": "6747a0d7-e5ea-4b2c-9fb8-dfe7f1cc1c37", + "x-ms-ratelimit-remaining-subscription-reads": "11584", + "x-ms-request-id": "f7330f9e-c47a-422e-8ab0-6e2f104808bc", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T114005Z:6747a0d7-e5ea-4b2c-9fb8-dfe7f1cc1c37" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "8734ccab4d5e6f4a77bc71d8e984a9ac", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:40:06 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "8734ccab4d5e6f4a77bc71d8e984a9ac", + "x-ms-correlation-request-id": "08137f4b-9764-4171-8047-9fd02dce832d", + "x-ms-ratelimit-remaining-subscription-reads": "11583", + "x-ms-request-id": "62f0c53c-6153-49ea-b790-9c25d7844102", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T114006Z:08137f4b-9764-4171-8047-9fd02dce832d" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "5a77f4e1378e406cdff609dfda1fd18c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:40:07 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5a77f4e1378e406cdff609dfda1fd18c", + "x-ms-correlation-request-id": "410445c4-ca86-4fdc-a67f-d74d76c3e277", + "x-ms-ratelimit-remaining-subscription-reads": "11582", + "x-ms-request-id": "8e07132a-5edd-4687-ace3-9367fb009141", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T114007Z:410445c4-ca86-4fdc-a67f-d74d76c3e277" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "b9569d0dad98972a08471fb4e8aa0d35", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:40:08 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b9569d0dad98972a08471fb4e8aa0d35", + "x-ms-correlation-request-id": "647c8f00-9228-4d79-b831-e671c341e7ed", + "x-ms-ratelimit-remaining-subscription-reads": "11581", + "x-ms-request-id": "811b2593-5cbf-40c9-827a-c8f5834465e1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T114009Z:647c8f00-9228-4d79-b831-e671c341e7ed" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "0add88d2d0ab73b060f3a867436b9457", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:40:09 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "0add88d2d0ab73b060f3a867436b9457", + "x-ms-correlation-request-id": "27484ad7-6d9a-416b-9800-838269e8815b", + "x-ms-ratelimit-remaining-subscription-reads": "11580", + "x-ms-request-id": "e9de0576-e95a-4b6c-a456-b5dc0d20f3c5", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T114010Z:27484ad7-6d9a-416b-9800-838269e8815b" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "4bcae5eaf02e3314cadf524717b75834", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:40:11 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4bcae5eaf02e3314cadf524717b75834", + "x-ms-correlation-request-id": "d4af35e3-fc5c-47dc-9d2f-9ae184aa949f", + "x-ms-ratelimit-remaining-subscription-reads": "11579", + "x-ms-request-id": "16869c0d-7272-410e-9192-d43219df2af2", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T114011Z:d4af35e3-fc5c-47dc-9d2f-9ae184aa949f" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "510dd3e8c7413de0ede258a505c3549d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:40:12 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "510dd3e8c7413de0ede258a505c3549d", + "x-ms-correlation-request-id": "ebd63f76-89d5-4d18-bbe2-2d31818ceeab", + "x-ms-ratelimit-remaining-subscription-reads": "11578", + "x-ms-request-id": "759a95da-6abc-4558-9831-01e5fbe11f75", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T114013Z:ebd63f76-89d5-4d18-bbe2-2d31818ceeab" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "02cac7b2c2dfe20774a940cc7d695ba8", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:40:13 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "02cac7b2c2dfe20774a940cc7d695ba8", + "x-ms-correlation-request-id": "546af023-5eeb-4682-ba2a-cfc3310dec15", + "x-ms-ratelimit-remaining-subscription-reads": "11577", + "x-ms-request-id": "d12b5c25-7014-458f-8023-ddb0f34d23ef", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T114014Z:546af023-5eeb-4682-ba2a-cfc3310dec15" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "6f7e739b435d2315048c5e4c976f2e06", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:40:15 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6f7e739b435d2315048c5e4c976f2e06", + "x-ms-correlation-request-id": "9f21f122-274a-411f-bb45-1158de2850d8", + "x-ms-ratelimit-remaining-subscription-reads": "11576", + "x-ms-request-id": "e7e18c12-079e-439d-ac34-afb6efa8238a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T114015Z:9f21f122-274a-411f-bb45-1158de2850d8" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "4f94b58b55ed2654cc2bdc988614c084", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:40:16 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4f94b58b55ed2654cc2bdc988614c084", + "x-ms-correlation-request-id": "9195c24b-8152-430e-af5a-900023a05ff7", + "x-ms-ratelimit-remaining-subscription-reads": "11575", + "x-ms-request-id": "38882289-a27c-4bf4-8d03-4c5b27bc355f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T114017Z:9195c24b-8152-430e-af5a-900023a05ff7" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "9109af86e4446f3fb1a6fe5263ba4a05", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:40:17 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "9109af86e4446f3fb1a6fe5263ba4a05", + "x-ms-correlation-request-id": "41404aee-3cec-45a7-a36f-b2b4d0979551", + "x-ms-ratelimit-remaining-subscription-reads": "11574", + "x-ms-request-id": "303e0228-86f2-41bf-8101-418b55fdcebe", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T114018Z:41404aee-3cec-45a7-a36f-b2b4d0979551" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "c740397a0bd445bb1e58a332667d9def", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:40:19 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c740397a0bd445bb1e58a332667d9def", + "x-ms-correlation-request-id": "dd6c6eee-3a7c-449e-b9f8-90f4b37f73a7", + "x-ms-ratelimit-remaining-subscription-reads": "11573", + "x-ms-request-id": "91ec1d2f-648e-4158-b58c-25041e45e68c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T114019Z:dd6c6eee-3a7c-449e-b9f8-90f4b37f73a7" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "e7c5dacc9d65a6c276259d465702c211", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:40:20 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e7c5dacc9d65a6c276259d465702c211", + "x-ms-correlation-request-id": "31ac13e5-25a6-47f0-8508-b8394753f10c", + "x-ms-ratelimit-remaining-subscription-reads": "11572", + "x-ms-request-id": "8cc13e62-72d3-44e9-84f3-ec29c6ed60f4", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T114021Z:31ac13e5-25a6-47f0-8508-b8394753f10c" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "4c1dd6e0f9d37aaff3c473ec410c0834", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:40:21 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4c1dd6e0f9d37aaff3c473ec410c0834", + "x-ms-correlation-request-id": "12d97252-f28c-4ed4-aed7-40326917b9d8", + "x-ms-ratelimit-remaining-subscription-reads": "11571", + "x-ms-request-id": "330688e1-9769-4ecc-a1ce-cb4b9782964c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T114022Z:12d97252-f28c-4ed4-aed7-40326917b9d8" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "89860e0963f5dda0779a51af6d75ee1c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:40:23 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "89860e0963f5dda0779a51af6d75ee1c", + "x-ms-correlation-request-id": "67386f49-82ee-4b93-8ad4-395737d36e10", + "x-ms-ratelimit-remaining-subscription-reads": "11570", + "x-ms-request-id": "64dc850f-6f8e-400e-b88c-9a1b6c29d204", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T114023Z:67386f49-82ee-4b93-8ad4-395737d36e10" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "8f5291955060d31c2a4af3a12ad56569", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:40:24 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "8f5291955060d31c2a4af3a12ad56569", + "x-ms-correlation-request-id": "a373a42e-9b05-4f82-bab3-376ab5a70a18", + "x-ms-ratelimit-remaining-subscription-reads": "11569", + "x-ms-request-id": "1f74f649-7684-4424-976c-b6e77dc68abb", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T114025Z:a373a42e-9b05-4f82-bab3-376ab5a70a18" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "493d691c397b7c1c363fd539a8000c7e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:40:25 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "493d691c397b7c1c363fd539a8000c7e", + "x-ms-correlation-request-id": "be37d994-2c5f-410a-8c95-9bfd884bc044", + "x-ms-ratelimit-remaining-subscription-reads": "11568", + "x-ms-request-id": "d841bc42-3581-473e-bf21-b7cdb9fa4087", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T114026Z:be37d994-2c5f-410a-8c95-9bfd884bc044" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "b05756d679bab8d3f2b35faa6fffb3a1", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:40:26 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b05756d679bab8d3f2b35faa6fffb3a1", + "x-ms-correlation-request-id": "a6c2c18e-f9b0-4e6e-abe3-4ad2da7919ac", + "x-ms-ratelimit-remaining-subscription-reads": "11567", + "x-ms-request-id": "8ec356b6-1be5-4494-9b0a-c053ef8ff65c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T114027Z:a6c2c18e-f9b0-4e6e-abe3-4ad2da7919ac" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "0492e734a5385ba074d558207be22b29", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:40:28 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "0492e734a5385ba074d558207be22b29", + "x-ms-correlation-request-id": "4d837ede-e332-47a9-bfee-68922de88650", + "x-ms-ratelimit-remaining-subscription-reads": "11566", + "x-ms-request-id": "bd58420c-41dd-4e55-8b66-54943c358ebb", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T114029Z:4d837ede-e332-47a9-bfee-68922de88650" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "d3cb753db57ea3af958456c8da710d37", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:40:29 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d3cb753db57ea3af958456c8da710d37", + "x-ms-correlation-request-id": "8864c5fd-be1c-44e7-b25c-0dbb5ee4742f", + "x-ms-ratelimit-remaining-subscription-reads": "11565", + "x-ms-request-id": "a0813fe0-099a-48b4-a5b0-fb6f30cb1c5c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T114030Z:8864c5fd-be1c-44e7-b25c-0dbb5ee4742f" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "c004348c086e3046b5fb3be420b33d0f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:40:30 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c004348c086e3046b5fb3be420b33d0f", + "x-ms-correlation-request-id": "c8ca7967-7204-4af7-af65-4007d78cb9d9", + "x-ms-ratelimit-remaining-subscription-reads": "11564", + "x-ms-request-id": "0f3cfd4f-fe0d-4571-b2db-639c0aa5fb3e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T114031Z:c8ca7967-7204-4af7-af65-4007d78cb9d9" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "fa6c3588df347f2238ee6eb34ed88103", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:40:32 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "fa6c3588df347f2238ee6eb34ed88103", + "x-ms-correlation-request-id": "a05bd8c7-2038-4699-a519-9b6a9cd99089", + "x-ms-ratelimit-remaining-subscription-reads": "11563", + "x-ms-request-id": "c66a1107-d59c-4409-94e9-aa811f76f626", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T114032Z:a05bd8c7-2038-4699-a519-9b6a9cd99089" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "469321c86ade34bb2e9a1d8279ca83e2", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:40:33 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "469321c86ade34bb2e9a1d8279ca83e2", + "x-ms-correlation-request-id": "1dfb9481-fadf-4498-863e-9bac061fc1ce", + "x-ms-ratelimit-remaining-subscription-reads": "11562", + "x-ms-request-id": "74205cee-f0f4-4613-9b44-b7ced9153655", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T114034Z:1dfb9481-fadf-4498-863e-9bac061fc1ce" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "a44047461205ad031184887f9a92e2dd", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:40:34 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a44047461205ad031184887f9a92e2dd", + "x-ms-correlation-request-id": "fdfc4007-a8b0-46a3-b6a4-9a5039d9be58", + "x-ms-ratelimit-remaining-subscription-reads": "11561", + "x-ms-request-id": "cbe847cf-3454-4381-9fdf-1f6577fcf4af", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T114035Z:fdfc4007-a8b0-46a3-b6a4-9a5039d9be58" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "fe1c387af6201d317a37cc9ac29f066d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:40:36 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "fe1c387af6201d317a37cc9ac29f066d", + "x-ms-correlation-request-id": "82333738-91bf-4e8e-8515-10d547805061", + "x-ms-ratelimit-remaining-subscription-reads": "11560", + "x-ms-request-id": "6dd1825f-5179-4525-b6d5-895880b35fa0", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T114036Z:82333738-91bf-4e8e-8515-10d547805061" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "076d8c6bdd98b6fe1ee63559e23c9a9b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:40:37 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "076d8c6bdd98b6fe1ee63559e23c9a9b", + "x-ms-correlation-request-id": "f268f38d-d520-495c-a26f-44ce5bb9d574", + "x-ms-ratelimit-remaining-subscription-reads": "11559", + "x-ms-request-id": "8ce90389-a424-471f-9e52-ff0f720a7870", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T114038Z:f268f38d-d520-495c-a26f-44ce5bb9d574" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "41083fb784ae4fc1152229cd4669eb71", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:40:38 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "41083fb784ae4fc1152229cd4669eb71", + "x-ms-correlation-request-id": "9a16db92-1f47-48d9-b118-a4838889e8f7", + "x-ms-ratelimit-remaining-subscription-reads": "11558", + "x-ms-request-id": "b65d3584-f97b-4ba9-96e7-7103e756a731", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T114039Z:9a16db92-1f47-48d9-b118-a4838889e8f7" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "0e131b7edb259d453a66e039c1d73b3e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:40:39 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "0e131b7edb259d453a66e039c1d73b3e", + "x-ms-correlation-request-id": "80e89f67-0d92-4a22-b736-375358bee343", + "x-ms-ratelimit-remaining-subscription-reads": "11557", + "x-ms-request-id": "a2dba5a3-1b99-45aa-9be6-99751331c58f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T114040Z:80e89f67-0d92-4a22-b736-375358bee343" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "82e2309dc497e7bfca1df175b3306fb5", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:40:41 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "82e2309dc497e7bfca1df175b3306fb5", + "x-ms-correlation-request-id": "de46fbb9-6eb8-48e1-8f04-8fb82354788b", + "x-ms-ratelimit-remaining-subscription-reads": "11556", + "x-ms-request-id": "79e51de5-3891-4e1a-ba5c-cf5561cf535d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T114042Z:de46fbb9-6eb8-48e1-8f04-8fb82354788b" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "c7dac4fb8c28db76fa6b0747a4888e3d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:40:42 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c7dac4fb8c28db76fa6b0747a4888e3d", + "x-ms-correlation-request-id": "9f248cc4-ea5a-4401-a683-c13c0556e55a", + "x-ms-ratelimit-remaining-subscription-reads": "11555", + "x-ms-request-id": "06c1ea92-de6c-4972-a1eb-28f7cde291fa", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T114043Z:9f248cc4-ea5a-4401-a683-c13c0556e55a" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "162febe76986b9d95b2c4308ead0e909", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:40:43 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "162febe76986b9d95b2c4308ead0e909", + "x-ms-correlation-request-id": "0f11bbe5-c066-413f-94e4-61056cddecf1", + "x-ms-ratelimit-remaining-subscription-reads": "11554", + "x-ms-request-id": "5cc49317-376d-43ce-98cb-0f223a233893", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T114044Z:0f11bbe5-c066-413f-94e4-61056cddecf1" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "fd3e2af674fc1015b906872cbd774242", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:40:45 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "fd3e2af674fc1015b906872cbd774242", + "x-ms-correlation-request-id": "9bddf43a-36db-4dfe-a262-0a66d09dcd41", + "x-ms-ratelimit-remaining-subscription-reads": "11553", + "x-ms-request-id": "0f5cd4c2-d144-4602-9337-dd6855f0b733", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T114046Z:9bddf43a-36db-4dfe-a262-0a66d09dcd41" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "c78db38e5901912fea216bfc486ef12a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:40:46 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c78db38e5901912fea216bfc486ef12a", + "x-ms-correlation-request-id": "bbae7685-0bf9-4f95-a13a-abcd81ec7097", + "x-ms-ratelimit-remaining-subscription-reads": "11552", + "x-ms-request-id": "523da97c-2fdd-4308-9a55-0bebc1b57015", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T114047Z:bbae7685-0bf9-4f95-a13a-abcd81ec7097" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "7a51fd8191497341d51e5c7fe1adfce3", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:40:47 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "7a51fd8191497341d51e5c7fe1adfce3", + "x-ms-correlation-request-id": "0959069c-edc8-4aea-a127-6a5163ed77c0", + "x-ms-ratelimit-remaining-subscription-reads": "11551", + "x-ms-request-id": "651a564d-2989-4a0a-841f-02b27e7491cb", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T114048Z:0959069c-edc8-4aea-a127-6a5163ed77c0" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "377901e922429c08fbac12db0819c84b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:40:49 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "377901e922429c08fbac12db0819c84b", + "x-ms-correlation-request-id": "62e28285-2885-4777-ae89-7320b539fcc3", + "x-ms-ratelimit-remaining-subscription-reads": "11550", + "x-ms-request-id": "bb69ed06-a75b-485d-ae99-297de2211f9e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T114050Z:62e28285-2885-4777-ae89-7320b539fcc3" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "bfaa5d15c826fdf8721af1e2fdafb03c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:40:50 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "bfaa5d15c826fdf8721af1e2fdafb03c", + "x-ms-correlation-request-id": "a6cb2478-7512-475f-9529-54d43b1a2792", + "x-ms-ratelimit-remaining-subscription-reads": "11549", + "x-ms-request-id": "d44d0186-9c96-4546-a5eb-463619b2e32f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T114051Z:a6cb2478-7512-475f-9529-54d43b1a2792" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "46128724baf55fe7f5b47e9c7e656abc", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:40:51 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "46128724baf55fe7f5b47e9c7e656abc", + "x-ms-correlation-request-id": "916c167e-8fbc-4ac5-b9e0-c59e377d9f42", + "x-ms-ratelimit-remaining-subscription-reads": "11548", + "x-ms-request-id": "47abcc36-eea4-420c-9178-38fc28ff9156", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T114052Z:916c167e-8fbc-4ac5-b9e0-c59e377d9f42" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "846a11563d0321bd087bc42830269f4c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:40:53 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "846a11563d0321bd087bc42830269f4c", + "x-ms-correlation-request-id": "82b1c31a-ca7a-471a-a75c-8a0f7fe8a309", + "x-ms-ratelimit-remaining-subscription-reads": "11547", + "x-ms-request-id": "fba9781d-647b-454b-b0ab-3e1b06bbc534", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T114054Z:82b1c31a-ca7a-471a-a75c-8a0f7fe8a309" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "81b7d6fc81075a56764bca72495c7e0d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:40:54 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "81b7d6fc81075a56764bca72495c7e0d", + "x-ms-correlation-request-id": "f34fde22-8dc0-46de-b68d-13322229b4b6", + "x-ms-ratelimit-remaining-subscription-reads": "11546", + "x-ms-request-id": "e3664170-e990-48a8-a1ea-fdba890768fe", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T114055Z:f34fde22-8dc0-46de-b68d-13322229b4b6" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "ec8b35af2c44e739caf03e79f5be2ecf", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:40:55 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ec8b35af2c44e739caf03e79f5be2ecf", + "x-ms-correlation-request-id": "caa56da1-514e-41ab-9580-cd1b65a06584", + "x-ms-ratelimit-remaining-subscription-reads": "11545", + "x-ms-request-id": "1c6e86c1-4f05-4973-9166-f57a4728e1cc", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T114056Z:caa56da1-514e-41ab-9580-cd1b65a06584" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "a89f3215e9add4b5ba100db7734bd7ac", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:40:57 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a89f3215e9add4b5ba100db7734bd7ac", + "x-ms-correlation-request-id": "692d6236-48fb-44b4-90a9-014897cde5af", + "x-ms-ratelimit-remaining-subscription-reads": "11544", + "x-ms-request-id": "18d220c9-d9e0-420d-885f-eda921c69ad4", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T114058Z:692d6236-48fb-44b4-90a9-014897cde5af" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "fb78b7fcb29ad0089cd0b61643dd65b7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:40:58 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "fb78b7fcb29ad0089cd0b61643dd65b7", + "x-ms-correlation-request-id": "8c60fd31-985a-4d93-b33e-b29b8e0cf780", + "x-ms-ratelimit-remaining-subscription-reads": "11543", + "x-ms-request-id": "e7b7bab5-a6d6-4f85-b5dd-65312b55c765", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T114059Z:8c60fd31-985a-4d93-b33e-b29b8e0cf780" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "175cfa1cd6bcc65f7fb631341e81747f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:40:59 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "175cfa1cd6bcc65f7fb631341e81747f", + "x-ms-correlation-request-id": "d0677e21-db74-4984-b67e-acc55951aef1", + "x-ms-ratelimit-remaining-subscription-reads": "11542", + "x-ms-request-id": "4022a28a-f13e-437e-be85-3f2b330f3573", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T114100Z:d0677e21-db74-4984-b67e-acc55951aef1" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "3d7c91183346623429cf0bdd329e91dd", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:41:01 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "3d7c91183346623429cf0bdd329e91dd", + "x-ms-correlation-request-id": "5d6e7d4a-9fd2-43bb-9e61-1809ae376fe9", + "x-ms-ratelimit-remaining-subscription-reads": "11541", + "x-ms-request-id": "e015c50a-fa0b-41d9-893b-e26507a0b10c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T114102Z:5d6e7d4a-9fd2-43bb-9e61-1809ae376fe9" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "789b56aac0ee26ef58b17be381d3b11b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:41:02 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "789b56aac0ee26ef58b17be381d3b11b", + "x-ms-correlation-request-id": "5e150cc8-3caa-4ec2-94d4-4a21358de2bb", + "x-ms-ratelimit-remaining-subscription-reads": "11540", + "x-ms-request-id": "f6c90ff8-29a9-4dfd-bb8e-0e49ff11e9eb", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T114103Z:5e150cc8-3caa-4ec2-94d4-4a21358de2bb" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "b1fd375b2760e870c6faededcb8194e1", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:41:03 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b1fd375b2760e870c6faededcb8194e1", + "x-ms-correlation-request-id": "851a2fb6-17e9-4fdb-8452-15b6fd4f546f", + "x-ms-ratelimit-remaining-subscription-reads": "11539", + "x-ms-request-id": "0b1e00ee-d4e6-4c5b-b9b0-ab15d37a2e4e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T114104Z:851a2fb6-17e9-4fdb-8452-15b6fd4f546f" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "c7895325fce55890a156e594b750e056", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:41:05 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c7895325fce55890a156e594b750e056", + "x-ms-correlation-request-id": "86142d3f-a2f8-4bd8-89f1-5ce5e7b2bf8f", + "x-ms-ratelimit-remaining-subscription-reads": "11538", + "x-ms-request-id": "e1850bd9-076e-411e-9a46-d97b9403384d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T114105Z:86142d3f-a2f8-4bd8-89f1-5ce5e7b2bf8f" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "fa82ef1ddfa1827de5b2b2f3d2025ad6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:41:06 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "fa82ef1ddfa1827de5b2b2f3d2025ad6", + "x-ms-correlation-request-id": "96b09716-9062-4962-bf79-4801870f9ebc", + "x-ms-ratelimit-remaining-subscription-reads": "11537", + "x-ms-request-id": "8feff0e5-c5b0-43c5-b577-3b4854149bf8", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T114107Z:96b09716-9062-4962-bf79-4801870f9ebc" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "2ebe9a1de94a5f35a7a40f0a42dc3075", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:41:07 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "2ebe9a1de94a5f35a7a40f0a42dc3075", + "x-ms-correlation-request-id": "ab4cc041-3cbd-41dd-badf-5ec5c7d0781e", + "x-ms-ratelimit-remaining-subscription-reads": "11536", + "x-ms-request-id": "fdf333e9-3abb-47ed-b9f0-acd98ba90ac4", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T114108Z:ab4cc041-3cbd-41dd-badf-5ec5c7d0781e" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "dccf97199aff453fd606e232499c869f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:41:08 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "dccf97199aff453fd606e232499c869f", + "x-ms-correlation-request-id": "86134ab7-c2b8-4860-aaf1-12f8efed2a5e", + "x-ms-ratelimit-remaining-subscription-reads": "11535", + "x-ms-request-id": "53825231-ce92-4937-8b97-d2261dba49a2", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T114109Z:86134ab7-c2b8-4860-aaf1-12f8efed2a5e" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "1d770efbb292330bb92253fccf723f09", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:41:10 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1d770efbb292330bb92253fccf723f09", + "x-ms-correlation-request-id": "3bc72066-da9f-4689-947d-67c2596ba0d5", + "x-ms-ratelimit-remaining-subscription-reads": "11534", + "x-ms-request-id": "2cb28fdf-6033-479f-adec-de674b4061a9", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T114111Z:3bc72066-da9f-4689-947d-67c2596ba0d5" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "3ada3c827d3382d75a7957430702150a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:41:11 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "3ada3c827d3382d75a7957430702150a", + "x-ms-correlation-request-id": "d4451156-5549-4852-b9f8-96cb60065397", + "x-ms-ratelimit-remaining-subscription-reads": "11533", + "x-ms-request-id": "7f33653c-af17-4a90-99c9-92b64033e8b8", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T114112Z:d4451156-5549-4852-b9f8-96cb60065397" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "340e701e136467e38b9b22dd47437564", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:41:12 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "340e701e136467e38b9b22dd47437564", + "x-ms-correlation-request-id": "1cd56b99-f75b-4376-8836-e844ba350cd3", + "x-ms-ratelimit-remaining-subscription-reads": "11532", + "x-ms-request-id": "d8fe4009-d141-48e6-b510-047bd3e23873", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T114113Z:1cd56b99-f75b-4376-8836-e844ba350cd3" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "0cb0d8c64bc27e6c36f4c2185ac82cb7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:41:14 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "0cb0d8c64bc27e6c36f4c2185ac82cb7", + "x-ms-correlation-request-id": "baecbd92-6f8f-489b-aa1f-0216d3393d04", + "x-ms-ratelimit-remaining-subscription-reads": "11531", + "x-ms-request-id": "698ec173-37e4-4c98-9c69-bae40300c553", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T114115Z:baecbd92-6f8f-489b-aa1f-0216d3393d04" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "5fdd480c0b636ea55972ae975bfa3b16", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:41:15 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5fdd480c0b636ea55972ae975bfa3b16", + "x-ms-correlation-request-id": "71e70400-613c-4464-8566-273862454cc1", + "x-ms-ratelimit-remaining-subscription-reads": "11530", + "x-ms-request-id": "e1c9c965-2715-4263-960e-f26e1da090f5", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T114116Z:71e70400-613c-4464-8566-273862454cc1" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "2e7cf3030851d3470490fe6f50ca0cc3", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:41:16 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "2e7cf3030851d3470490fe6f50ca0cc3", + "x-ms-correlation-request-id": "2eec03db-8699-47b6-aa40-236b45f2fa05", + "x-ms-ratelimit-remaining-subscription-reads": "11529", + "x-ms-request-id": "5d73c82f-a403-4d16-a0c1-a3a614f5b3f3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T114117Z:2eec03db-8699-47b6-aa40-236b45f2fa05" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "fed06b6f1666bb003342b34f9cd5223c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:41:18 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "fed06b6f1666bb003342b34f9cd5223c", + "x-ms-correlation-request-id": "b89735a9-3c0e-43e6-9947-0f5ec108bf56", + "x-ms-ratelimit-remaining-subscription-reads": "11528", + "x-ms-request-id": "3244e7da-d534-4576-8ffb-048f271f6321", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T114119Z:b89735a9-3c0e-43e6-9947-0f5ec108bf56" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "6715acb9fd4c0365010a5ad20d351d8f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:41:19 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6715acb9fd4c0365010a5ad20d351d8f", + "x-ms-correlation-request-id": "10197759-7c3f-48d8-8bb6-6110f00b09c5", + "x-ms-ratelimit-remaining-subscription-reads": "11527", + "x-ms-request-id": "8b59a47f-b5f4-4abb-8d7c-a3f63c9c289a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T114120Z:10197759-7c3f-48d8-8bb6-6110f00b09c5" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "f027eb663c29ecaff3c0fb0f55f7362f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:41:20 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f027eb663c29ecaff3c0fb0f55f7362f", + "x-ms-correlation-request-id": "e2823e3e-7478-4bcd-87f6-dc9667979cd0", + "x-ms-ratelimit-remaining-subscription-reads": "11526", + "x-ms-request-id": "5c64fdb8-a8c2-430c-9fa3-d0f388dd8c04", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T114121Z:e2823e3e-7478-4bcd-87f6-dc9667979cd0" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "a4b5c16da4b4727706ccfd5cbc2daefd", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:41:23 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a4b5c16da4b4727706ccfd5cbc2daefd", + "x-ms-correlation-request-id": "79c886ef-278f-428e-bf6d-3cb961601714", + "x-ms-ratelimit-remaining-subscription-reads": "11525", + "x-ms-request-id": "57dde449-5220-43d8-b6ff-6d9bd40a6eb2", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T114123Z:79c886ef-278f-428e-bf6d-3cb961601714" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "b1e9232432ad7c12fc29748b0155ae09", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:41:24 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b1e9232432ad7c12fc29748b0155ae09", + "x-ms-correlation-request-id": "10f8d9e3-2934-4e90-8fcc-e98011c898ce", + "x-ms-ratelimit-remaining-subscription-reads": "11524", + "x-ms-request-id": "c297463b-6cc8-4660-aefb-0db8aa1d51d7", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T114124Z:10f8d9e3-2934-4e90-8fcc-e98011c898ce" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "4b652bd3797fc2da73b5ea5c3f5330c5", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:41:25 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4b652bd3797fc2da73b5ea5c3f5330c5", + "x-ms-correlation-request-id": "9a08217f-dedb-4d44-9489-a1f48ae215d9", + "x-ms-ratelimit-remaining-subscription-reads": "11523", + "x-ms-request-id": "b9dd3b71-e780-4e8b-8dff-eadea7064f75", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T114125Z:9a08217f-dedb-4d44-9489-a1f48ae215d9" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "31eafd12840e3b81af38a88b30ec70b0", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:41:26 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "31eafd12840e3b81af38a88b30ec70b0", + "x-ms-correlation-request-id": "b1728f9a-5fa6-4bd3-901d-98f82debe4e1", + "x-ms-ratelimit-remaining-subscription-reads": "11522", + "x-ms-request-id": "2c3ac8d1-6561-46d3-8e2b-5bab9456c258", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T114127Z:b1728f9a-5fa6-4bd3-901d-98f82debe4e1" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "9088f31e62c8ab7d48273df848b53da8", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:41:28 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "9088f31e62c8ab7d48273df848b53da8", + "x-ms-correlation-request-id": "6a3b401b-ba75-4670-b4ac-10ace697a0d6", + "x-ms-ratelimit-remaining-subscription-reads": "11521", + "x-ms-request-id": "73397fb6-d782-47d2-9186-e907b9184886", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T114128Z:6a3b401b-ba75-4670-b4ac-10ace697a0d6" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "0479aef87c6b4efba9299c47d04f9187", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:41:29 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "0479aef87c6b4efba9299c47d04f9187", + "x-ms-correlation-request-id": "efdfddcc-deee-4238-abd9-698de2ba670e", + "x-ms-ratelimit-remaining-subscription-reads": "11520", + "x-ms-request-id": "0981fe4f-e00c-4eaf-9b74-fd4dc846ee3a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T114129Z:efdfddcc-deee-4238-abd9-698de2ba670e" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "4b3e39449fcaaffd7f3fe8e74789f2f9", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:41:30 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4b3e39449fcaaffd7f3fe8e74789f2f9", + "x-ms-correlation-request-id": "bb8d9230-7152-4e01-b90a-ba40e5a266a2", + "x-ms-ratelimit-remaining-subscription-reads": "11519", + "x-ms-request-id": "095f37bf-30c9-4f53-93a0-ef3da0a73c5a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T114130Z:bb8d9230-7152-4e01-b90a-ba40e5a266a2" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "8193fffb6b73a244f83ae79ec636daf9", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:41:32 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "8193fffb6b73a244f83ae79ec636daf9", + "x-ms-correlation-request-id": "3d378f92-af00-4313-bf5a-c05e8eea3a01", + "x-ms-ratelimit-remaining-subscription-reads": "11518", + "x-ms-request-id": "b346dd74-8e04-4a4c-b19c-db9b4d739973", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T114132Z:3d378f92-af00-4313-bf5a-c05e8eea3a01" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "0eb3b695f27758deb1c9842b9313071f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:41:33 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "0eb3b695f27758deb1c9842b9313071f", + "x-ms-correlation-request-id": "25a1752f-a1b6-4052-ac99-25e39ee1d6f4", + "x-ms-ratelimit-remaining-subscription-reads": "11517", + "x-ms-request-id": "94519a47-a3b0-4d75-ab7f-ffd91a14f262", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T114133Z:25a1752f-a1b6-4052-ac99-25e39ee1d6f4" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "d14ba23710bcd814f59b5290b85ee948", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:41:34 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d14ba23710bcd814f59b5290b85ee948", + "x-ms-correlation-request-id": "203514c4-043d-4393-acb3-3e3578789795", + "x-ms-ratelimit-remaining-subscription-reads": "11516", + "x-ms-request-id": "facb32f1-8f1a-4886-bdc8-70470cbb77f3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T114134Z:203514c4-043d-4393-acb3-3e3578789795" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "9052ef64e3d60982213acfa9e7180fe4", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:41:36 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "9052ef64e3d60982213acfa9e7180fe4", + "x-ms-correlation-request-id": "901514c0-f0d2-4171-b4b3-c020d41c5b4a", + "x-ms-ratelimit-remaining-subscription-reads": "11515", + "x-ms-request-id": "8e9af305-164b-490f-bc55-fbcc8a94ba48", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T114136Z:901514c0-f0d2-4171-b4b3-c020d41c5b4a" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "2367c73209ea843da2da19db9f4d9f53", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:41:37 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "2367c73209ea843da2da19db9f4d9f53", + "x-ms-correlation-request-id": "ced3a412-8f22-47e1-b68e-bb0536caab2b", + "x-ms-ratelimit-remaining-subscription-reads": "11514", + "x-ms-request-id": "bba9775f-30d1-4c36-b113-d457a358d801", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T114137Z:ced3a412-8f22-47e1-b68e-bb0536caab2b" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "a4c73be076c153492042af81416af1dc", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:41:38 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a4c73be076c153492042af81416af1dc", + "x-ms-correlation-request-id": "72c74542-2c23-45ce-b05b-389fb5b5ab2d", + "x-ms-ratelimit-remaining-subscription-reads": "11513", + "x-ms-request-id": "88e00dc9-743f-4a64-bdaf-9b3f2898864f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T114138Z:72c74542-2c23-45ce-b05b-389fb5b5ab2d" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "f15e6e8cc5f75b5eb1cdeefbcaa669d3", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:41:40 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f15e6e8cc5f75b5eb1cdeefbcaa669d3", + "x-ms-correlation-request-id": "c66233ca-efe6-44b4-9f90-996ba40f0274", + "x-ms-ratelimit-remaining-subscription-reads": "11512", + "x-ms-request-id": "5221894d-d2eb-4e8f-8141-e250cda13e2c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T114140Z:c66233ca-efe6-44b4-9f90-996ba40f0274" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "abc87b9a6b51bb237d1302a859bb4337", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:41:41 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "abc87b9a6b51bb237d1302a859bb4337", + "x-ms-correlation-request-id": "e30995e3-f4f3-4ad5-8629-86e25fcd6b56", + "x-ms-ratelimit-remaining-subscription-reads": "11511", + "x-ms-request-id": "caee8ec4-b356-41db-a7e9-b07ac93d5f7d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T114141Z:e30995e3-f4f3-4ad5-8629-86e25fcd6b56" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "314f3de8aeef1a5bdd6bf2f4884d897a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:41:42 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "314f3de8aeef1a5bdd6bf2f4884d897a", + "x-ms-correlation-request-id": "40abae1e-8163-493b-b970-c124bb1c0180", + "x-ms-ratelimit-remaining-subscription-reads": "11510", + "x-ms-request-id": "da9a4530-79f3-4aeb-85ac-cdbd79f47c95", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T114142Z:40abae1e-8163-493b-b970-c124bb1c0180" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "c5e7dbd846a1218a4ba273e4c3b502f6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:41:43 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c5e7dbd846a1218a4ba273e4c3b502f6", + "x-ms-correlation-request-id": "6e55bee4-8b59-497c-be61-6051714ff5bd", + "x-ms-ratelimit-remaining-subscription-reads": "11509", + "x-ms-request-id": "3c8ec31a-cff5-4f11-a58f-1dc5ddcbd288", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T114144Z:6e55bee4-8b59-497c-be61-6051714ff5bd" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "8c12b7893856ebe420adcde6792e3330", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:41:45 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "8c12b7893856ebe420adcde6792e3330", + "x-ms-correlation-request-id": "759b4bb6-6c80-46ee-8663-51746212f97d", + "x-ms-ratelimit-remaining-subscription-reads": "11508", + "x-ms-request-id": "861ba0ba-8f95-40be-b916-4be94710bc56", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T114145Z:759b4bb6-6c80-46ee-8663-51746212f97d" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "7dcf878a7ed4a295b32ee64c3b775727", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:41:46 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "7dcf878a7ed4a295b32ee64c3b775727", + "x-ms-correlation-request-id": "b311c89c-12c3-4ecf-bd1b-7bf5b4c26963", + "x-ms-ratelimit-remaining-subscription-reads": "11507", + "x-ms-request-id": "cedd1e54-34a6-41c6-bd43-2a1483157542", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T114146Z:b311c89c-12c3-4ecf-bd1b-7bf5b4c26963" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "d06bfb69fc3ba024f7fba5f378a4a81c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:41:47 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d06bfb69fc3ba024f7fba5f378a4a81c", + "x-ms-correlation-request-id": "1c862e8a-6a09-4e61-b241-4e6dce6f2e6d", + "x-ms-ratelimit-remaining-subscription-reads": "11506", + "x-ms-request-id": "2690024f-cac2-4ff1-9bf2-519ab0ccb4f2", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T114148Z:1c862e8a-6a09-4e61-b241-4e6dce6f2e6d" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "3b5a436f85e60a212170d9275297b0a8", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:41:49 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "3b5a436f85e60a212170d9275297b0a8", + "x-ms-correlation-request-id": "4ca07431-e9cd-49e8-bdee-54708784cb6f", + "x-ms-ratelimit-remaining-subscription-reads": "11505", + "x-ms-request-id": "d637d7fd-5f9a-47ae-95b9-641aa2b9fcc0", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T114149Z:4ca07431-e9cd-49e8-bdee-54708784cb6f" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "7d7da55662c38df4632f85d8d9a1290f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:41:51 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "7d7da55662c38df4632f85d8d9a1290f", + "x-ms-correlation-request-id": "69f1d4fd-9557-4c8e-a780-0674f423bc53", + "x-ms-ratelimit-remaining-subscription-reads": "11504", + "x-ms-request-id": "19b57069-c64b-402d-9511-0c484fac1adb", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T114151Z:69f1d4fd-9557-4c8e-a780-0674f423bc53" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "f8ddc9861c1de441da60afcb23fc4d5f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:41:52 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f8ddc9861c1de441da60afcb23fc4d5f", + "x-ms-correlation-request-id": "72ca74c3-7c8b-4e60-bb7a-114f33ff5877", + "x-ms-ratelimit-remaining-subscription-reads": "11503", + "x-ms-request-id": "34cfde11-4fc5-4fb1-b0b8-ba8f9a76930d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T114152Z:72ca74c3-7c8b-4e60-bb7a-114f33ff5877" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "d39dfc4b2a270c594eccd7b7ff483180", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:41:53 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d39dfc4b2a270c594eccd7b7ff483180", + "x-ms-correlation-request-id": "fe1328f4-a8cf-4265-99dd-0085a6527eb1", + "x-ms-ratelimit-remaining-subscription-reads": "11502", + "x-ms-request-id": "4b30f2e6-94c0-4faa-a7b2-716d90b3703c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T114153Z:fe1328f4-a8cf-4265-99dd-0085a6527eb1" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "89a1ca46b7ba398a6498a363b3296966", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:41:55 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "89a1ca46b7ba398a6498a363b3296966", + "x-ms-correlation-request-id": "ffa755db-6c67-4c29-a87c-59a44a6f22e6", + "x-ms-ratelimit-remaining-subscription-reads": "11501", + "x-ms-request-id": "87a9a8f1-29af-4bc0-af1a-8eca1845e76f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T114155Z:ffa755db-6c67-4c29-a87c-59a44a6f22e6" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "dc8d26e256035be86fd0aa504489e491", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:41:56 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "dc8d26e256035be86fd0aa504489e491", + "x-ms-correlation-request-id": "e0944d90-9b64-447d-bf30-d7cfcfdab3f7", + "x-ms-ratelimit-remaining-subscription-reads": "11500", + "x-ms-request-id": "941d44f7-0b00-4b74-b26e-34c009293a66", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T114156Z:e0944d90-9b64-447d-bf30-d7cfcfdab3f7" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "59842e2ec35b93a572646e8e87f65924", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:41:57 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "59842e2ec35b93a572646e8e87f65924", + "x-ms-correlation-request-id": "8738914d-d131-4e63-b252-43ac2851bab6", + "x-ms-ratelimit-remaining-subscription-reads": "11499", + "x-ms-request-id": "671ac7f3-1ef5-480c-ace2-08b2b7e631e9", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T114157Z:8738914d-d131-4e63-b252-43ac2851bab6" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "d9d5716354bbf07ce24519e90d39f5da", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:41:58 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d9d5716354bbf07ce24519e90d39f5da", + "x-ms-correlation-request-id": "6ab90369-df7c-461b-94e9-8e09cd1bd2ed", + "x-ms-ratelimit-remaining-subscription-reads": "11498", + "x-ms-request-id": "f7389a15-9022-49eb-8f04-4edfca52e14f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T114159Z:6ab90369-df7c-461b-94e9-8e09cd1bd2ed" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "843412b410a51e0b80fa6a9fe759d379", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:42:00 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "843412b410a51e0b80fa6a9fe759d379", + "x-ms-correlation-request-id": "232271ad-cb9a-42ab-82df-259e493fbe37", + "x-ms-ratelimit-remaining-subscription-reads": "11497", + "x-ms-request-id": "034e0622-3e68-4f25-9097-950f65c4296b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T114200Z:232271ad-cb9a-42ab-82df-259e493fbe37" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "d3ed85760bb4d9d5b2947715aabc8538", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:42:01 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d3ed85760bb4d9d5b2947715aabc8538", + "x-ms-correlation-request-id": "c529e925-6512-4749-8496-2aba728dc073", + "x-ms-ratelimit-remaining-subscription-reads": "11496", + "x-ms-request-id": "5f32ed5c-4d4a-4584-8150-21c193703d47", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T114201Z:c529e925-6512-4749-8496-2aba728dc073" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "75d9936ed5c1537f65b658c1eadc0888", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:42:02 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "75d9936ed5c1537f65b658c1eadc0888", + "x-ms-correlation-request-id": "c129ffba-1c80-4b4f-9b6d-ca037d7937e0", + "x-ms-ratelimit-remaining-subscription-reads": "11495", + "x-ms-request-id": "7b1fbfdf-a38d-4148-8f3f-a1e9a3745834", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T114203Z:c129ffba-1c80-4b4f-9b6d-ca037d7937e0" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "88729f71214ba8263c5ad11098f673c4", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:42:04 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "88729f71214ba8263c5ad11098f673c4", + "x-ms-correlation-request-id": "68c1db7a-a0eb-4326-ad51-78352974401d", + "x-ms-ratelimit-remaining-subscription-reads": "11494", + "x-ms-request-id": "c8725637-ea18-4cea-9127-373a7e558fae", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T114204Z:68c1db7a-a0eb-4326-ad51-78352974401d" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "533131745d7fa1b7069a6efdb314efd6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:42:05 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "533131745d7fa1b7069a6efdb314efd6", + "x-ms-correlation-request-id": "321715fc-f322-4ca1-8067-bd25117de1e3", + "x-ms-ratelimit-remaining-subscription-reads": "11493", + "x-ms-request-id": "344564b1-6841-4b67-92a2-085571d99123", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T114205Z:321715fc-f322-4ca1-8067-bd25117de1e3" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "0aa3ee8cfd4a4dec6d313967036eba6f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:42:06 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "0aa3ee8cfd4a4dec6d313967036eba6f", + "x-ms-correlation-request-id": "384b158c-67e1-41be-b74c-8544167e2ea9", + "x-ms-ratelimit-remaining-subscription-reads": "11492", + "x-ms-request-id": "ea90483e-8c0b-4871-b2c7-2f82a264bde7", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T114207Z:384b158c-67e1-41be-b74c-8544167e2ea9" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "b94c9442b4ab1408e8d081b1b328f527", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:42:08 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b94c9442b4ab1408e8d081b1b328f527", + "x-ms-correlation-request-id": "4cbf01ca-cd69-4504-a9b0-3ab7dde90814", + "x-ms-ratelimit-remaining-subscription-reads": "11491", + "x-ms-request-id": "883de34e-c025-4bc5-8bdc-aaf413fb6e45", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T114208Z:4cbf01ca-cd69-4504-a9b0-3ab7dde90814" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "a984fb6b6952767944e3e64e24509d97", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:42:09 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a984fb6b6952767944e3e64e24509d97", + "x-ms-correlation-request-id": "24d330b6-a5f6-49e2-9ca3-bea32b68467a", + "x-ms-ratelimit-remaining-subscription-reads": "11490", + "x-ms-request-id": "e0e542d5-d8af-4365-88f2-a1e880852a96", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T114209Z:24d330b6-a5f6-49e2-9ca3-bea32b68467a" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "1ebaffe035c7d82ae68f22797b3b9944", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:42:10 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1ebaffe035c7d82ae68f22797b3b9944", + "x-ms-correlation-request-id": "549c0415-6fca-4082-811e-b55d2bf8794a", + "x-ms-ratelimit-remaining-subscription-reads": "11489", + "x-ms-request-id": "73c83020-a549-48f9-83fa-24997e8c0bd3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T114211Z:549c0415-6fca-4082-811e-b55d2bf8794a" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "08fc123c10ead91c1ad575c7cdb9ef98", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:42:11 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "08fc123c10ead91c1ad575c7cdb9ef98", + "x-ms-correlation-request-id": "f388abf0-ad27-4f45-9abc-c5fca4b627fb", + "x-ms-ratelimit-remaining-subscription-reads": "11488", + "x-ms-request-id": "2aadbc04-38d5-43c1-92ab-9f277f9c7d6a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T114212Z:f388abf0-ad27-4f45-9abc-c5fca4b627fb" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "b4d1ea33d66e355fd0acc3c34700fb08", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:42:13 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b4d1ea33d66e355fd0acc3c34700fb08", + "x-ms-correlation-request-id": "868bfda1-7c3f-4c62-9d08-397d017a4960", + "x-ms-ratelimit-remaining-subscription-reads": "11487", + "x-ms-request-id": "801edb85-38bf-44a8-8be7-015cda6463c6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T114213Z:868bfda1-7c3f-4c62-9d08-397d017a4960" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "1212a14a9553d0ace2e104f2c0630a2c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:42:14 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1212a14a9553d0ace2e104f2c0630a2c", + "x-ms-correlation-request-id": "bd5bad74-bfe2-4ebe-99a9-038c7b30eada", + "x-ms-ratelimit-remaining-subscription-reads": "11486", + "x-ms-request-id": "ea7359bb-98c3-43e6-9c2f-c4d911eab911", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T114215Z:bd5bad74-bfe2-4ebe-99a9-038c7b30eada" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "91458a9fe56a65d6b2c6373e4c589219", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:42:15 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "91458a9fe56a65d6b2c6373e4c589219", + "x-ms-correlation-request-id": "92f7224f-22b7-4281-acb8-7402761c115e", + "x-ms-ratelimit-remaining-subscription-reads": "11485", + "x-ms-request-id": "d7b3cd56-2015-43df-8c43-1cb26884bd25", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T114216Z:92f7224f-22b7-4281-acb8-7402761c115e" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "2c7d6cdadda79d443d00d18dd26d756d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:42:17 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "2c7d6cdadda79d443d00d18dd26d756d", + "x-ms-correlation-request-id": "b026b0a5-47c5-4962-a5d3-7fa97e59bcc7", + "x-ms-ratelimit-remaining-subscription-reads": "11484", + "x-ms-request-id": "c5d3dd3c-cae9-4a4a-bf36-5fe218fcf206", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T114217Z:b026b0a5-47c5-4962-a5d3-7fa97e59bcc7" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "bc2496a169ba659ecaac5f8c5d6e838a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:42:18 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "bc2496a169ba659ecaac5f8c5d6e838a", + "x-ms-correlation-request-id": "99856529-d71a-4d52-bd13-a7cacbef61e4", + "x-ms-ratelimit-remaining-subscription-reads": "11483", + "x-ms-request-id": "c9669417-2e4f-4c9a-95dc-2dca964cbc76", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T114219Z:99856529-d71a-4d52-bd13-a7cacbef61e4" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "5317ea4edde6c18546a8536913499244", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:42:19 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5317ea4edde6c18546a8536913499244", + "x-ms-correlation-request-id": "01e8f649-7137-4275-a795-0f0c30819a67", + "x-ms-ratelimit-remaining-subscription-reads": "11482", + "x-ms-request-id": "2ea40f0e-8b81-47b8-af25-a9ff771a7990", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T114220Z:01e8f649-7137-4275-a795-0f0c30819a67" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "b69cc951d534705fce1761fa7db740cf", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:42:21 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b69cc951d534705fce1761fa7db740cf", + "x-ms-correlation-request-id": "28b2a5e1-578e-4a84-9c1c-9fa16583645a", + "x-ms-ratelimit-remaining-subscription-reads": "11481", + "x-ms-request-id": "fc216f25-6136-40f2-a18a-65ba851475ef", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T114221Z:28b2a5e1-578e-4a84-9c1c-9fa16583645a" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "e83e477d2156c3871162761216345280", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:42:22 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e83e477d2156c3871162761216345280", + "x-ms-correlation-request-id": "d170233c-29ff-4d67-817b-af4396b8d4f7", + "x-ms-ratelimit-remaining-subscription-reads": "11480", + "x-ms-request-id": "d9a70a73-99dd-44b8-8cd3-616ad3dcb2c6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T114222Z:d170233c-29ff-4d67-817b-af4396b8d4f7" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "943a1a19ccd178558ba684ce7c8a438e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:42:23 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "943a1a19ccd178558ba684ce7c8a438e", + "x-ms-correlation-request-id": "7dd3fbfc-eece-4f47-97c7-f7c2c06d12d5", + "x-ms-ratelimit-remaining-subscription-reads": "11479", + "x-ms-request-id": "e2bcd0a5-99a1-4dd2-bac2-ab413a80219a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T114224Z:7dd3fbfc-eece-4f47-97c7-f7c2c06d12d5" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "cbec8468aa0b2fee42d8a5d25f4c5a9a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:42:25 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "cbec8468aa0b2fee42d8a5d25f4c5a9a", + "x-ms-correlation-request-id": "24cba00a-2ce3-40d7-962e-ef9c76674a05", + "x-ms-ratelimit-remaining-subscription-reads": "11478", + "x-ms-request-id": "792f807d-8e2c-4b82-83b1-cc78f55eded9", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T114225Z:24cba00a-2ce3-40d7-962e-ef9c76674a05" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "63e0e0c5ab7cb0fdf2c55db09cb94786", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:42:26 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "63e0e0c5ab7cb0fdf2c55db09cb94786", + "x-ms-correlation-request-id": "093ccf83-fc0b-4044-abb0-60bbcc943717", + "x-ms-ratelimit-remaining-subscription-reads": "11477", + "x-ms-request-id": "2e565f6b-2bc5-4fdb-ad90-fc731551bb21", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T114226Z:093ccf83-fc0b-4044-abb0-60bbcc943717" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "92aae81e86486f752c0a52f92782193e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:42:27 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "92aae81e86486f752c0a52f92782193e", + "x-ms-correlation-request-id": "40a1f864-85f9-40bc-a2d2-fd2c47fb7e6b", + "x-ms-ratelimit-remaining-subscription-reads": "11476", + "x-ms-request-id": "f8884cc8-2a7c-4bfd-b003-5b4b6018908a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T114228Z:40a1f864-85f9-40bc-a2d2-fd2c47fb7e6b" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "9b08ea4be0a9bc11863bd9454d3e9388", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:42:28 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "9b08ea4be0a9bc11863bd9454d3e9388", + "x-ms-correlation-request-id": "a3023b7a-125b-4239-bc7d-1ead0e597c76", + "x-ms-ratelimit-remaining-subscription-reads": "11475", + "x-ms-request-id": "7bc095f4-d905-4597-add3-e2ab4403091b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T114229Z:a3023b7a-125b-4239-bc7d-1ead0e597c76" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "76b41e90c7a13f526a7136715904896f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:42:30 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "76b41e90c7a13f526a7136715904896f", + "x-ms-correlation-request-id": "6161a460-193f-488a-9af0-317f3fcebf66", + "x-ms-ratelimit-remaining-subscription-reads": "11474", + "x-ms-request-id": "2bb58f21-9a2f-4ee2-9bf7-29bd5bc3df0c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T114230Z:6161a460-193f-488a-9af0-317f3fcebf66" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "b2641eacacb03dddd6ee0b0cac3022ee", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:42:31 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b2641eacacb03dddd6ee0b0cac3022ee", + "x-ms-correlation-request-id": "9c518965-85ac-4f16-a5cc-39af0f785c89", + "x-ms-ratelimit-remaining-subscription-reads": "11473", + "x-ms-request-id": "ca023f20-2da8-4640-8a84-de18824f0116", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T114232Z:9c518965-85ac-4f16-a5cc-39af0f785c89" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "0868c977a2ce839d98c93038aa9f6282", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:42:32 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "0868c977a2ce839d98c93038aa9f6282", + "x-ms-correlation-request-id": "912e485f-f2b1-4625-90b2-88b9510d8bdd", + "x-ms-ratelimit-remaining-subscription-reads": "11472", + "x-ms-request-id": "1cda49cb-76ef-4ce1-ad22-577f44cd7256", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T114233Z:912e485f-f2b1-4625-90b2-88b9510d8bdd" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "2e996ab2e0d9e4d841769fb3bb45923a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:42:34 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "2e996ab2e0d9e4d841769fb3bb45923a", + "x-ms-correlation-request-id": "6a795f74-de6c-4436-bc97-da47f4dd2d67", + "x-ms-ratelimit-remaining-subscription-reads": "11471", + "x-ms-request-id": "e6e154d1-e468-4be1-9199-9d88378796e0", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T114234Z:6a795f74-de6c-4436-bc97-da47f4dd2d67" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "90fa484f809b09a081e019e77ba49337", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:42:35 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "90fa484f809b09a081e019e77ba49337", + "x-ms-correlation-request-id": "5110e1b8-a56a-4d4e-8d12-e4623bdb4ab8", + "x-ms-ratelimit-remaining-subscription-reads": "11470", + "x-ms-request-id": "fcd65e17-df10-4353-87cf-40b36bc32f59", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T114236Z:5110e1b8-a56a-4d4e-8d12-e4623bdb4ab8" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "4259898cf3979615f084c75802eac752", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:42:36 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4259898cf3979615f084c75802eac752", + "x-ms-correlation-request-id": "ac498cdc-3a37-42f2-8126-c5c410a3c981", + "x-ms-ratelimit-remaining-subscription-reads": "11469", + "x-ms-request-id": "89cddc15-940f-47fa-a37d-6899f8e9b5ad", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T114237Z:ac498cdc-3a37-42f2-8126-c5c410a3c981" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "61e9f536d1a532e6c98fadf8c7f1689c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:42:38 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "61e9f536d1a532e6c98fadf8c7f1689c", + "x-ms-correlation-request-id": "b8567635-c51a-4ad8-a281-5572bb9d7dd4", + "x-ms-ratelimit-remaining-subscription-reads": "11468", + "x-ms-request-id": "488191a1-d724-4f1b-9d15-e2776379ed65", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T114238Z:b8567635-c51a-4ad8-a281-5572bb9d7dd4" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "322668e24fec5ba333639f17b9480797", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:42:39 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "322668e24fec5ba333639f17b9480797", + "x-ms-correlation-request-id": "d04442f2-dc16-4ec1-8953-59f7185635c3", + "x-ms-ratelimit-remaining-subscription-reads": "11467", + "x-ms-request-id": "a56cefeb-21d7-4232-a58f-c881d85d727d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T114240Z:d04442f2-dc16-4ec1-8953-59f7185635c3" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "85b0c71831bbba91a2277907451ccfff", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:42:40 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "85b0c71831bbba91a2277907451ccfff", + "x-ms-correlation-request-id": "9b759528-bc25-401e-b8e2-04643b6edec0", + "x-ms-ratelimit-remaining-subscription-reads": "11466", + "x-ms-request-id": "31d9f754-a52a-4a5a-a15c-d842782093de", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T114241Z:9b759528-bc25-401e-b8e2-04643b6edec0" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "99752a1b95c3e666528d2e4231cf7880", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:42:42 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "99752a1b95c3e666528d2e4231cf7880", + "x-ms-correlation-request-id": "303236d5-bcdb-46e2-a768-d603da487ed3", + "x-ms-ratelimit-remaining-subscription-reads": "11465", + "x-ms-request-id": "b4a718ce-d853-4ed8-baab-633f83f4794d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T114242Z:303236d5-bcdb-46e2-a768-d603da487ed3" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "ffdf1688e340b0e0d66c8fc4d69b1616", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:42:43 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ffdf1688e340b0e0d66c8fc4d69b1616", + "x-ms-correlation-request-id": "e7c75b1b-6364-4acd-8fe3-1ca4d13cabe4", + "x-ms-ratelimit-remaining-subscription-reads": "11464", + "x-ms-request-id": "272e61d8-76b3-487e-a622-0b1c75649291", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T114244Z:e7c75b1b-6364-4acd-8fe3-1ca4d13cabe4" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "8efb9f936dd283d360c9332e034f88d2", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:42:44 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "8efb9f936dd283d360c9332e034f88d2", + "x-ms-correlation-request-id": "38b1829c-27bf-4969-bd5d-e8a46c79423e", + "x-ms-ratelimit-remaining-subscription-reads": "11463", + "x-ms-request-id": "ac219171-6bd0-4ce9-9d02-d7d7b5e0b87e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T114245Z:38b1829c-27bf-4969-bd5d-e8a46c79423e" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "2e7ff8aecf3c38bf49c5c35605a210b6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:42:46 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "2e7ff8aecf3c38bf49c5c35605a210b6", + "x-ms-correlation-request-id": "f90ea062-3e05-46d0-aa77-061165ba0ae1", + "x-ms-ratelimit-remaining-subscription-reads": "11462", + "x-ms-request-id": "c49b3219-d2a8-4574-bab0-d531383f8e2a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T114246Z:f90ea062-3e05-46d0-aa77-061165ba0ae1" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "91ae1876ead31aae425c9f76afb2ad87", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:42:47 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "91ae1876ead31aae425c9f76afb2ad87", + "x-ms-correlation-request-id": "48a1f576-face-42a0-ac8d-621cd9f6ac6e", + "x-ms-ratelimit-remaining-subscription-reads": "11461", + "x-ms-request-id": "959e7f52-1a1b-45a3-a57c-f21aef02f377", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T114248Z:48a1f576-face-42a0-ac8d-621cd9f6ac6e" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "dd15bce3e71cc3d9e0c3450daa7d7dbe", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:42:48 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "dd15bce3e71cc3d9e0c3450daa7d7dbe", + "x-ms-correlation-request-id": "e9711262-974d-4212-b341-b0d89f67cf0e", + "x-ms-ratelimit-remaining-subscription-reads": "11460", + "x-ms-request-id": "1187a323-013e-4432-bfcb-c1826b1c170c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T114249Z:e9711262-974d-4212-b341-b0d89f67cf0e" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "eab87cb9f6a0c4ff4a64ebe030488897", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:42:49 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "eab87cb9f6a0c4ff4a64ebe030488897", + "x-ms-correlation-request-id": "3d9522e4-abe3-4d21-93d6-dcf3ca35b278", + "x-ms-ratelimit-remaining-subscription-reads": "11459", + "x-ms-request-id": "e87491d7-053c-477c-836f-e861f086b1c4", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T114250Z:3d9522e4-abe3-4d21-93d6-dcf3ca35b278" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "49723b17328c8e9a3eeab110a4a170c5", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:42:51 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "49723b17328c8e9a3eeab110a4a170c5", + "x-ms-correlation-request-id": "f6806625-8d46-4a51-8c1d-4f598d96a5f2", + "x-ms-ratelimit-remaining-subscription-reads": "11458", + "x-ms-request-id": "b7683d3b-6b99-4602-b660-995dd47b451b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T114251Z:f6806625-8d46-4a51-8c1d-4f598d96a5f2" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "32bde0dfc2faede6bd5193b7fcf99398", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:42:52 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "32bde0dfc2faede6bd5193b7fcf99398", + "x-ms-correlation-request-id": "7516a590-f7d3-4929-9f96-41279368170f", + "x-ms-ratelimit-remaining-subscription-reads": "11457", + "x-ms-request-id": "30e8277e-f35a-46c2-8321-6a11ffe61b6b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T114253Z:7516a590-f7d3-4929-9f96-41279368170f" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "6ef5ae3a340a8732e229acb545ef20a8", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:42:53 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6ef5ae3a340a8732e229acb545ef20a8", + "x-ms-correlation-request-id": "e510e57d-ff4d-45f7-9a1b-440dfcb982fc", + "x-ms-ratelimit-remaining-subscription-reads": "11456", + "x-ms-request-id": "c95110da-75f2-4eb8-969b-4f8d377f31cb", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T114254Z:e510e57d-ff4d-45f7-9a1b-440dfcb982fc" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "500126f3558b559d54858b3b9ee29244", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:42:55 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "500126f3558b559d54858b3b9ee29244", + "x-ms-correlation-request-id": "a4a7c18f-abc4-4a5c-8ac1-7deebb931527", + "x-ms-ratelimit-remaining-subscription-reads": "11455", + "x-ms-request-id": "ce27bbd1-285d-4405-986f-ef7229dddd97", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T114255Z:a4a7c18f-abc4-4a5c-8ac1-7deebb931527" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "f6d5185701acaabbad3550d01531a7ce", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:42:56 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f6d5185701acaabbad3550d01531a7ce", + "x-ms-correlation-request-id": "2e63cf40-7a08-487c-b760-c7d7a9a564d2", + "x-ms-ratelimit-remaining-subscription-reads": "11454", + "x-ms-request-id": "29fbcd6f-5cf9-4efd-b76d-49a0ae6813d6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T114257Z:2e63cf40-7a08-487c-b760-c7d7a9a564d2" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "d6c3eb3142f8e50d109f1984a8f7e9ff", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:42:57 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d6c3eb3142f8e50d109f1984a8f7e9ff", + "x-ms-correlation-request-id": "5eec1f6c-7972-4f34-bd81-0d32e44d13aa", + "x-ms-ratelimit-remaining-subscription-reads": "11453", + "x-ms-request-id": "f23a9123-308b-4f61-8e6b-21630041512f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T114258Z:5eec1f6c-7972-4f34-bd81-0d32e44d13aa" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "2d5d6797291af2fc6b56a25505cc3f23", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:42:59 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "2d5d6797291af2fc6b56a25505cc3f23", + "x-ms-correlation-request-id": "5a2220ca-7971-4c69-a9ad-e071d4150cb8", + "x-ms-ratelimit-remaining-subscription-reads": "11452", + "x-ms-request-id": "ab629b10-5553-4d3b-a632-441b398a1f7a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T114259Z:5a2220ca-7971-4c69-a9ad-e071d4150cb8" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "b30abdddbc1e154c0aefe50ce73601b6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:43:00 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b30abdddbc1e154c0aefe50ce73601b6", + "x-ms-correlation-request-id": "ba49ae21-9fe2-4bc5-a98b-f4cac1dcf979", + "x-ms-ratelimit-remaining-subscription-reads": "11451", + "x-ms-request-id": "2150e214-688f-4da5-bb59-2afdd1694d67", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T114301Z:ba49ae21-9fe2-4bc5-a98b-f4cac1dcf979" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "ae39504c7ad307b4eed16ba1a0b8e044", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:43:01 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ae39504c7ad307b4eed16ba1a0b8e044", + "x-ms-correlation-request-id": "8429fb5f-641d-4263-bf44-49b8ce99cc49", + "x-ms-ratelimit-remaining-subscription-reads": "11450", + "x-ms-request-id": "f8ffc6a1-71a7-4f29-8d60-af80ba0ba78b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T114302Z:8429fb5f-641d-4263-bf44-49b8ce99cc49" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "eba6f66035eddbe11b48222a44ef0a34", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:43:02 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "eba6f66035eddbe11b48222a44ef0a34", + "x-ms-correlation-request-id": "16ea543e-9db4-47f3-b7bb-435e2b6608b3", + "x-ms-ratelimit-remaining-subscription-reads": "11449", + "x-ms-request-id": "9a3f9550-3fce-4967-a4ed-c59276355d15", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T114303Z:16ea543e-9db4-47f3-b7bb-435e2b6608b3" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "b408ec54919363500902c44d51aa7552", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:43:04 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b408ec54919363500902c44d51aa7552", + "x-ms-correlation-request-id": "92d346fa-797b-4887-b9cb-a54f75b9a079", + "x-ms-ratelimit-remaining-subscription-reads": "11448", + "x-ms-request-id": "e47c6cbd-cfab-46b5-a123-3326c8070850", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T114305Z:92d346fa-797b-4887-b9cb-a54f75b9a079" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "f1aca10f168f16c96f5e928a588ac3ff", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:43:05 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f1aca10f168f16c96f5e928a588ac3ff", + "x-ms-correlation-request-id": "c3df4f0b-708b-4e5a-93f6-721e0c279ecd", + "x-ms-ratelimit-remaining-subscription-reads": "11447", + "x-ms-request-id": "266bf119-9258-423f-9531-78d1d4f83269", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T114306Z:c3df4f0b-708b-4e5a-93f6-721e0c279ecd" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "b44d36c72bafceb0a643e2ea71948a70", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:43:06 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b44d36c72bafceb0a643e2ea71948a70", + "x-ms-correlation-request-id": "3c18c17f-22c5-4ec5-bc1a-4230757b7286", + "x-ms-ratelimit-remaining-subscription-reads": "11446", + "x-ms-request-id": "8734a3fc-8ceb-4b2d-9d2d-2334edb14b23", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T114307Z:3c18c17f-22c5-4ec5-bc1a-4230757b7286" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "a31acfd318433da522f14535fec50a7f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:43:08 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a31acfd318433da522f14535fec50a7f", + "x-ms-correlation-request-id": "306b24d5-dcec-473f-a113-fefda12f260a", + "x-ms-ratelimit-remaining-subscription-reads": "11445", + "x-ms-request-id": "7bc7cf63-7f31-493d-b7a4-33e47ef29f2e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T114309Z:306b24d5-dcec-473f-a113-fefda12f260a" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "1a85c53fc15de4a2f0dd4b4b34dfa5db", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:43:09 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1a85c53fc15de4a2f0dd4b4b34dfa5db", + "x-ms-correlation-request-id": "b12dc88d-4dad-4766-951f-250b0a29b11d", + "x-ms-ratelimit-remaining-subscription-reads": "11444", + "x-ms-request-id": "7305f545-a376-4ea9-a2f6-8b43e2c5edf6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T114310Z:b12dc88d-4dad-4766-951f-250b0a29b11d" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "89b722d41f6fafbb900f91bee67bd0e0", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:43:10 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "89b722d41f6fafbb900f91bee67bd0e0", + "x-ms-correlation-request-id": "e49ffee0-9b72-42b1-a44b-b422d625969d", + "x-ms-ratelimit-remaining-subscription-reads": "11443", + "x-ms-request-id": "6ace06d7-ffb7-4a3f-97ce-f1788511bb48", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T114311Z:e49ffee0-9b72-42b1-a44b-b422d625969d" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "acaa63396f0e12132c35b265cc5a0943", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:43:12 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "acaa63396f0e12132c35b265cc5a0943", + "x-ms-correlation-request-id": "9a647763-ed50-4e64-8600-3ca8ffbb7d56", + "x-ms-ratelimit-remaining-subscription-reads": "11442", + "x-ms-request-id": "894bfaf5-1542-4294-97be-99245f8e5157", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T114313Z:9a647763-ed50-4e64-8600-3ca8ffbb7d56" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "dc60694c810e1f0f09d6894d2fe4fe74", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:43:13 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "dc60694c810e1f0f09d6894d2fe4fe74", + "x-ms-correlation-request-id": "fb95706a-2345-4a16-bfba-fb337ca2b79b", + "x-ms-ratelimit-remaining-subscription-reads": "11441", + "x-ms-request-id": "6b3ee20c-2bd4-438d-9d1f-4f19bf18a57f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T114314Z:fb95706a-2345-4a16-bfba-fb337ca2b79b" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "d1126b0df93464cc0ea55c3a6c56e236", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:43:14 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d1126b0df93464cc0ea55c3a6c56e236", + "x-ms-correlation-request-id": "34a9055e-7ddf-4f4c-ac1a-c6e8950331b8", + "x-ms-ratelimit-remaining-subscription-reads": "11440", + "x-ms-request-id": "4be337aa-4422-439d-808e-8d4c1270864d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T114315Z:34a9055e-7ddf-4f4c-ac1a-c6e8950331b8" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "7c724e06f31ab8d2548aa238e5c6e247", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:43:16 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "7c724e06f31ab8d2548aa238e5c6e247", + "x-ms-correlation-request-id": "70a73b80-e17a-4135-bdc3-bc6c572055d9", + "x-ms-ratelimit-remaining-subscription-reads": "11439", + "x-ms-request-id": "7ce49575-9048-459d-b16a-93ac1a1cfcf6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T114316Z:70a73b80-e17a-4135-bdc3-bc6c572055d9" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "61573e373848520e9dfcce6924d4b2b2", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:43:17 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "61573e373848520e9dfcce6924d4b2b2", + "x-ms-correlation-request-id": "f4c8d62c-21e1-49bf-bc55-40d0f574db84", + "x-ms-ratelimit-remaining-subscription-reads": "11438", + "x-ms-request-id": "f0567694-251d-427a-b9cb-a91f5632f84c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T114318Z:f4c8d62c-21e1-49bf-bc55-40d0f574db84" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "e14752f382721a5a98597da956947e47", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:43:18 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e14752f382721a5a98597da956947e47", + "x-ms-correlation-request-id": "882a807e-b497-47a5-bd31-7396f59a9590", + "x-ms-ratelimit-remaining-subscription-reads": "11437", + "x-ms-request-id": "602d47c9-9f2d-49b2-84ab-72f912e80514", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T114319Z:882a807e-b497-47a5-bd31-7396f59a9590" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "2e0314c280ffcdee3f1fdf1e2569937f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:43:19 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "2e0314c280ffcdee3f1fdf1e2569937f", + "x-ms-correlation-request-id": "4dd9fe41-7d86-462b-9cae-8a3b0de08376", + "x-ms-ratelimit-remaining-subscription-reads": "11436", + "x-ms-request-id": "4d367bf8-06b0-4870-9e7d-19e6558ff156", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T114320Z:4dd9fe41-7d86-462b-9cae-8a3b0de08376" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "9344f0d7017eb5d5e43dc9eeba64fb08", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:43:21 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "9344f0d7017eb5d5e43dc9eeba64fb08", + "x-ms-correlation-request-id": "6c84561d-5b1b-4f10-98fc-75d12770a6aa", + "x-ms-ratelimit-remaining-subscription-reads": "11435", + "x-ms-request-id": "d58c5886-fb64-4940-8a41-7e85407fcc59", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T114322Z:6c84561d-5b1b-4f10-98fc-75d12770a6aa" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "0fa6867d84d173b26379a252a33bf42f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:43:22 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "0fa6867d84d173b26379a252a33bf42f", + "x-ms-correlation-request-id": "4125de0d-f26c-42ad-bfed-8b9a96a20b54", + "x-ms-ratelimit-remaining-subscription-reads": "11434", + "x-ms-request-id": "f4c3017e-9e4b-48a1-a2a8-91908a36bd52", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T114323Z:4125de0d-f26c-42ad-bfed-8b9a96a20b54" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "66d2fdc6eb50c1c93f4d4ac2b70013da", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:43:23 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "66d2fdc6eb50c1c93f4d4ac2b70013da", + "x-ms-correlation-request-id": "46f78f60-fa32-4c12-a475-36050b96013b", + "x-ms-ratelimit-remaining-subscription-reads": "11433", + "x-ms-request-id": "b2dacde1-d3ba-4f3b-91bf-36e12d49f01f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T114324Z:46f78f60-fa32-4c12-a475-36050b96013b" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "9fa1d62384c253ad3dd02f055e8211a8", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:43:25 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "9fa1d62384c253ad3dd02f055e8211a8", + "x-ms-correlation-request-id": "0c88bf6a-a98b-4684-90b4-8e20eac1e43b", + "x-ms-ratelimit-remaining-subscription-reads": "11432", + "x-ms-request-id": "09ce45a6-876b-42ed-b2f9-dd6829d8df1a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T114326Z:0c88bf6a-a98b-4684-90b4-8e20eac1e43b" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "bd289948959291b7bde5d08339f0bc63", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:43:26 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "bd289948959291b7bde5d08339f0bc63", + "x-ms-correlation-request-id": "e3f35e41-edbf-43af-ba4f-4140932c93ec", + "x-ms-ratelimit-remaining-subscription-reads": "11431", + "x-ms-request-id": "a2e929f2-d43a-4436-8def-95d164ad419a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T114327Z:e3f35e41-edbf-43af-ba4f-4140932c93ec" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "cc2fc866559a416c507e297fbcc362bc", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:43:27 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "cc2fc866559a416c507e297fbcc362bc", + "x-ms-correlation-request-id": "484cd704-f562-4f47-a2c1-5ffc829e2b79", + "x-ms-ratelimit-remaining-subscription-reads": "11430", + "x-ms-request-id": "f8575145-5d84-407c-9295-1ae5eb1240f4", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T114328Z:484cd704-f562-4f47-a2c1-5ffc829e2b79" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "1d7aa23b55d88e471f0fe1ddb4291a4c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:43:30 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1d7aa23b55d88e471f0fe1ddb4291a4c", + "x-ms-correlation-request-id": "5230552a-3412-420d-8473-5e630092a2d6", + "x-ms-ratelimit-remaining-subscription-reads": "11429", + "x-ms-request-id": "50f0b040-d8d3-46e6-9845-2b7df6a90581", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T114330Z:5230552a-3412-420d-8473-5e630092a2d6" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "969ecc144553f20e2de66c136b37d5f9", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:43:31 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "969ecc144553f20e2de66c136b37d5f9", + "x-ms-correlation-request-id": "97811ef5-99e9-4ac6-b4ac-2c2f323ee183", + "x-ms-ratelimit-remaining-subscription-reads": "11428", + "x-ms-request-id": "27d657ba-2069-435a-9b03-b3982c74241b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T114331Z:97811ef5-99e9-4ac6-b4ac-2c2f323ee183" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "974713829e76108a80a0ad8a738f8d26", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:43:32 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "974713829e76108a80a0ad8a738f8d26", + "x-ms-correlation-request-id": "dda280c3-76d5-44a2-883f-6cdbfbd19fb5", + "x-ms-ratelimit-remaining-subscription-reads": "11427", + "x-ms-request-id": "8b3c6b11-819f-4ca8-b02a-2cf40e3435d1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T114332Z:dda280c3-76d5-44a2-883f-6cdbfbd19fb5" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "ef6bdc64cc24f6699387f0f2e93322e7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:43:33 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ef6bdc64cc24f6699387f0f2e93322e7", + "x-ms-correlation-request-id": "19e004e4-bd37-42ca-a1ae-3c6bef48bce6", + "x-ms-ratelimit-remaining-subscription-reads": "11426", + "x-ms-request-id": "55b83178-f455-44c0-9cd1-c7d14357e0ca", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T114333Z:19e004e4-bd37-42ca-a1ae-3c6bef48bce6" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "a05ae83a82e276d6428e15b398847e9d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:43:35 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a05ae83a82e276d6428e15b398847e9d", + "x-ms-correlation-request-id": "fba820a4-d68a-4d12-8a36-2909316ac2ed", + "x-ms-ratelimit-remaining-subscription-reads": "11425", + "x-ms-request-id": "c5277305-e1b0-4800-87e3-5cde643ed11d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T114335Z:fba820a4-d68a-4d12-8a36-2909316ac2ed" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "8fae4658e5ccb6d5a95103eeae97274c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:43:36 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "8fae4658e5ccb6d5a95103eeae97274c", + "x-ms-correlation-request-id": "27be4907-76d7-4e58-bdef-26b6b230c7a8", + "x-ms-ratelimit-remaining-subscription-reads": "11424", + "x-ms-request-id": "dcb493a8-f2b7-4f67-8d72-0f604fe481a5", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T114336Z:27be4907-76d7-4e58-bdef-26b6b230c7a8" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "8b4fc67ded34e14406f5ad96b6b65e0f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:43:37 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "8b4fc67ded34e14406f5ad96b6b65e0f", + "x-ms-correlation-request-id": "99408b54-11a3-44b3-b2bf-57fdf55d49ff", + "x-ms-ratelimit-remaining-subscription-reads": "11423", + "x-ms-request-id": "b45fdc0d-75bb-44f8-9ca9-875f77d68c81", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T114337Z:99408b54-11a3-44b3-b2bf-57fdf55d49ff" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "a29a52089385551a12a4f7907fe8c7aa", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:43:39 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a29a52089385551a12a4f7907fe8c7aa", + "x-ms-correlation-request-id": "4b4c27b2-cffc-4cbd-b5ca-8cb580aa9381", + "x-ms-ratelimit-remaining-subscription-reads": "11422", + "x-ms-request-id": "d31c50ec-b2f9-4a75-9cb6-2536116f31a5", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T114339Z:4b4c27b2-cffc-4cbd-b5ca-8cb580aa9381" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "d235c867f2356b6902cc89d7373ffff3", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:43:40 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d235c867f2356b6902cc89d7373ffff3", + "x-ms-correlation-request-id": "cfe1ba01-fdbc-4063-8708-06ed13ac8560", + "x-ms-ratelimit-remaining-subscription-reads": "11421", + "x-ms-request-id": "d1e19e59-1984-4432-ae82-b29b35d3582e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T114340Z:cfe1ba01-fdbc-4063-8708-06ed13ac8560" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "5ce5f4f384fdeac7abf97890f5b3621d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:43:41 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5ce5f4f384fdeac7abf97890f5b3621d", + "x-ms-correlation-request-id": "645617bb-7fbd-46ee-b810-ebfaf49f67d9", + "x-ms-ratelimit-remaining-subscription-reads": "11420", + "x-ms-request-id": "578e0f6f-a063-49d5-acaf-3a8774e8e70e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T114341Z:645617bb-7fbd-46ee-b810-ebfaf49f67d9" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "ee2e032d8b8116dae82fa0b80a421ed3", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:43:43 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ee2e032d8b8116dae82fa0b80a421ed3", + "x-ms-correlation-request-id": "19dd2a79-ea7b-40a3-b8cb-dea75748de2f", + "x-ms-ratelimit-remaining-subscription-reads": "11419", + "x-ms-request-id": "13e581d3-2b91-411f-a57c-4ba67da5363b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T114343Z:19dd2a79-ea7b-40a3-b8cb-dea75748de2f" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "8a9d04a56a02e2ac014b263b7ad9754f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:43:44 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "8a9d04a56a02e2ac014b263b7ad9754f", + "x-ms-correlation-request-id": "a81d5677-ffb2-4029-97c7-27f60495e418", + "x-ms-ratelimit-remaining-subscription-reads": "11418", + "x-ms-request-id": "46c5c7f1-a5bf-40c7-b9b2-1aec5b3466bf", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T114344Z:a81d5677-ffb2-4029-97c7-27f60495e418" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "33a96b6a101067711acf73cee40fdf69", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:43:45 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "33a96b6a101067711acf73cee40fdf69", + "x-ms-correlation-request-id": "a40f64d5-6598-458b-a81a-c4c44cf918d5", + "x-ms-ratelimit-remaining-subscription-reads": "11417", + "x-ms-request-id": "42a8fcef-a285-4abb-b592-76e5d963bf4b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T114345Z:a40f64d5-6598-458b-a81a-c4c44cf918d5" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "f1eaa4dad816c31b574ced36659e9c0f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:43:46 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f1eaa4dad816c31b574ced36659e9c0f", + "x-ms-correlation-request-id": "3719b8e8-c463-479d-8f2f-4e35b45ec185", + "x-ms-ratelimit-remaining-subscription-reads": "11416", + "x-ms-request-id": "124b2ddd-cc69-4f61-a221-e01c101cdc91", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T114347Z:3719b8e8-c463-479d-8f2f-4e35b45ec185" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "9e4e51b9eb9894c392357032f7defdf1", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:43:48 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "9e4e51b9eb9894c392357032f7defdf1", + "x-ms-correlation-request-id": "a1c00d72-9853-4ba1-a742-ebe2f8d4ee81", + "x-ms-ratelimit-remaining-subscription-reads": "11415", + "x-ms-request-id": "4ca3a2d9-5188-4502-ab6c-e319e184f443", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T114348Z:a1c00d72-9853-4ba1-a742-ebe2f8d4ee81" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "d561bc6b83ee91384fe6dcc3233b017c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:43:49 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d561bc6b83ee91384fe6dcc3233b017c", + "x-ms-correlation-request-id": "0af9ecd7-f092-4dd2-95af-e909f991d113", + "x-ms-ratelimit-remaining-subscription-reads": "11414", + "x-ms-request-id": "2dcd6700-96c1-4f0f-a898-56f199248fc5", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T114349Z:0af9ecd7-f092-4dd2-95af-e909f991d113" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "9314633341c1eed0e0555fe067e8cc78", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:43:50 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "9314633341c1eed0e0555fe067e8cc78", + "x-ms-correlation-request-id": "ee0106b1-462f-4b3c-9f14-61eee9a87057", + "x-ms-ratelimit-remaining-subscription-reads": "11413", + "x-ms-request-id": "d2d44d29-bba5-4eab-80ba-2f6b4ec42a94", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T114351Z:ee0106b1-462f-4b3c-9f14-61eee9a87057" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "a9cbfb4fc63d352118bc4fb10f007156", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:43:52 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a9cbfb4fc63d352118bc4fb10f007156", + "x-ms-correlation-request-id": "6828f582-2e57-47b1-a62a-ec366badbbda", + "x-ms-ratelimit-remaining-subscription-reads": "11412", + "x-ms-request-id": "f2f08526-500c-4110-93f5-24b9a76f41eb", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T114352Z:6828f582-2e57-47b1-a62a-ec366badbbda" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "93fff43469c92a30eb72f49824582a67", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:43:53 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "93fff43469c92a30eb72f49824582a67", + "x-ms-correlation-request-id": "53548fe5-92f5-4e43-ab99-8cbe464b1946", + "x-ms-ratelimit-remaining-subscription-reads": "11411", + "x-ms-request-id": "cd88d5cb-1da1-423e-b14c-a50c9dffa1d9", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T114353Z:53548fe5-92f5-4e43-ab99-8cbe464b1946" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "2774631a58706c3e42de7b05f11fdfe0", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:43:54 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "2774631a58706c3e42de7b05f11fdfe0", + "x-ms-correlation-request-id": "4abd8213-f6df-4077-95a3-9a54d0c0f44c", + "x-ms-ratelimit-remaining-subscription-reads": "11410", + "x-ms-request-id": "dedc4833-c615-4bd3-9228-5c8d52a7b47f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T114355Z:4abd8213-f6df-4077-95a3-9a54d0c0f44c" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "73ac09e438e9e5afcba1bdcad28911bf", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:43:56 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "73ac09e438e9e5afcba1bdcad28911bf", + "x-ms-correlation-request-id": "21a6b1d3-f2e2-4c85-a6a8-92dfec1f8fad", + "x-ms-ratelimit-remaining-subscription-reads": "11409", + "x-ms-request-id": "7fc319b0-0fea-4457-be7e-725a833922fd", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T114356Z:21a6b1d3-f2e2-4c85-a6a8-92dfec1f8fad" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "ab96e892498cdce5b59250ebee2b38cc", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:43:57 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ab96e892498cdce5b59250ebee2b38cc", + "x-ms-correlation-request-id": "b58cf534-079b-4f17-8208-69363370ac16", + "x-ms-ratelimit-remaining-subscription-reads": "11408", + "x-ms-request-id": "05ed00ec-22e0-4ebd-93f2-49674bfe4d59", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T114357Z:b58cf534-079b-4f17-8208-69363370ac16" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "1ab31392b6ace27eb48e5ccf9a7499b9", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:43:58 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1ab31392b6ace27eb48e5ccf9a7499b9", + "x-ms-correlation-request-id": "a78c262a-00c9-406e-8ba9-ffbf5c3b86ab", + "x-ms-ratelimit-remaining-subscription-reads": "11407", + "x-ms-request-id": "24e81f5e-c2a9-47a6-9f2f-e0d2fe877e73", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T114358Z:a78c262a-00c9-406e-8ba9-ffbf5c3b86ab" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "0972bbcc33889b5323d0be56e7c4f7a0", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:44:00 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "0972bbcc33889b5323d0be56e7c4f7a0", + "x-ms-correlation-request-id": "e4228ee4-80e2-48ef-abe3-d46544190c7e", + "x-ms-ratelimit-remaining-subscription-reads": "11406", + "x-ms-request-id": "296b7ea2-058f-41d7-b82b-920f372ae4b1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T114400Z:e4228ee4-80e2-48ef-abe3-d46544190c7e" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "be38f168f6d5db136ab4f7fdec154141", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:44:01 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "be38f168f6d5db136ab4f7fdec154141", + "x-ms-correlation-request-id": "65cd157c-d804-4ac5-92f7-b47108b3ee5c", + "x-ms-ratelimit-remaining-subscription-reads": "11405", + "x-ms-request-id": "e2b06783-7963-4d05-81c3-6879348937a8", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T114401Z:65cd157c-d804-4ac5-92f7-b47108b3ee5c" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "321e97f92eb85e43bf17f7dcf828faf0", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:44:02 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "321e97f92eb85e43bf17f7dcf828faf0", + "x-ms-correlation-request-id": "9fa133a9-2291-48d5-84c6-136e3f7c944e", + "x-ms-ratelimit-remaining-subscription-reads": "11404", + "x-ms-request-id": "5a95eef9-0e06-45ff-acc1-d6f1fe78f56f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T114402Z:9fa133a9-2291-48d5-84c6-136e3f7c944e" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "a966bb97db3cd6e3a8979fd43c55ae0d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:44:03 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a966bb97db3cd6e3a8979fd43c55ae0d", + "x-ms-correlation-request-id": "ce965a48-2712-4ccf-905e-1d9f1ad19db9", + "x-ms-ratelimit-remaining-subscription-reads": "11403", + "x-ms-request-id": "59ca07f8-c681-4435-9c07-f511bfa79d4d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T114404Z:ce965a48-2712-4ccf-905e-1d9f1ad19db9" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "505c7c8ec4a539e8add9febdff37e341", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:44:05 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "505c7c8ec4a539e8add9febdff37e341", + "x-ms-correlation-request-id": "9a0e10da-8a12-4d08-b654-15885fe55e6b", + "x-ms-ratelimit-remaining-subscription-reads": "11402", + "x-ms-request-id": "0400666e-fb03-4f86-a248-9108fb37921a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T114405Z:9a0e10da-8a12-4d08-b654-15885fe55e6b" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "306607ba98ae1d04b3478a218f6f226a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:44:06 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "306607ba98ae1d04b3478a218f6f226a", + "x-ms-correlation-request-id": "a7f1e44f-5db6-442e-a1ac-163e70583aa9", + "x-ms-ratelimit-remaining-subscription-reads": "11401", + "x-ms-request-id": "763119fd-7662-4f83-aa32-b36b6a791f0c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T114406Z:a7f1e44f-5db6-442e-a1ac-163e70583aa9" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "7b4de968aacbd24ad32dfb62dc26d670", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:44:07 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "7b4de968aacbd24ad32dfb62dc26d670", + "x-ms-correlation-request-id": "b0b9d9f5-a04c-47db-b5d0-f92e622f1f87", + "x-ms-ratelimit-remaining-subscription-reads": "11400", + "x-ms-request-id": "59f67006-34eb-4692-9d18-5583a0046ecd", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T114408Z:b0b9d9f5-a04c-47db-b5d0-f92e622f1f87" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "35195db37eeff55f773f9c5d3ac7aa3e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:44:09 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "35195db37eeff55f773f9c5d3ac7aa3e", + "x-ms-correlation-request-id": "b54f793e-72d3-42d0-82cf-f424ed9e6e73", + "x-ms-ratelimit-remaining-subscription-reads": "11399", + "x-ms-request-id": "27dee704-01f1-49ee-9469-3280045ed6c7", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T114409Z:b54f793e-72d3-42d0-82cf-f424ed9e6e73" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "165494b767e90f76bc945d819da2418d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:44:10 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "165494b767e90f76bc945d819da2418d", + "x-ms-correlation-request-id": "9f4c6a45-76ad-478f-858b-433bb8aa7fb3", + "x-ms-ratelimit-remaining-subscription-reads": "11398", + "x-ms-request-id": "2d3a7bae-ca11-4d14-becf-a297c86ac1bc", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T114410Z:9f4c6a45-76ad-478f-858b-433bb8aa7fb3" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "316d1971ec55ea7a8a57038b0dec980c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:44:11 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "316d1971ec55ea7a8a57038b0dec980c", + "x-ms-correlation-request-id": "6c86248a-4a9d-4958-ab59-eda5e469da76", + "x-ms-ratelimit-remaining-subscription-reads": "11397", + "x-ms-request-id": "cde4b9e9-dd42-45e4-8033-9bfd0ccd2134", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T114412Z:6c86248a-4a9d-4958-ab59-eda5e469da76" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "47abbc82c0d14c87e609785b20dd58d5", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:44:13 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "47abbc82c0d14c87e609785b20dd58d5", + "x-ms-correlation-request-id": "eda829aa-909d-4c03-a6ad-e375f94dc37f", + "x-ms-ratelimit-remaining-subscription-reads": "11396", + "x-ms-request-id": "66971268-516b-4e49-97ed-4d1fb32f3fb3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T114413Z:eda829aa-909d-4c03-a6ad-e375f94dc37f" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "21ec0efd7959cae81a698b9164ea02d0", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:44:14 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "21ec0efd7959cae81a698b9164ea02d0", + "x-ms-correlation-request-id": "70dbda16-e587-43e2-a100-26ccd0923d3f", + "x-ms-ratelimit-remaining-subscription-reads": "11395", + "x-ms-request-id": "db4502dc-419c-428c-82ab-cc5140360beb", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T114414Z:70dbda16-e587-43e2-a100-26ccd0923d3f" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "e0ff51fcf9f6b1bb92214a4b741fcaad", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:44:15 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e0ff51fcf9f6b1bb92214a4b741fcaad", + "x-ms-correlation-request-id": "98694277-b752-491b-b953-7be083ed827c", + "x-ms-ratelimit-remaining-subscription-reads": "11394", + "x-ms-request-id": "12e0bc3d-7bb7-402f-8eba-dd902800fc84", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T114416Z:98694277-b752-491b-b953-7be083ed827c" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "ff8e2dff77ff09b2d3e12d6834f5e7fb", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:44:17 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ff8e2dff77ff09b2d3e12d6834f5e7fb", + "x-ms-correlation-request-id": "cc950031-2c7d-4526-8a54-469df95b542f", + "x-ms-ratelimit-remaining-subscription-reads": "11393", + "x-ms-request-id": "cfadfa9b-c50e-419c-b70c-50b73f9272b8", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T114417Z:cc950031-2c7d-4526-8a54-469df95b542f" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "cf5ea80777dd03df523b8f382e9d55fa", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:44:18 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "cf5ea80777dd03df523b8f382e9d55fa", + "x-ms-correlation-request-id": "6c60a844-d26e-48a5-b0ae-7e3fa19ba9cd", + "x-ms-ratelimit-remaining-subscription-reads": "11392", + "x-ms-request-id": "6de5189b-9827-4869-af6a-94058f2dc0e1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T114418Z:6c60a844-d26e-48a5-b0ae-7e3fa19ba9cd" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "3692de9f025c85d09ef60d14cc537c9c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Connection": "close", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:44:19 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "3692de9f025c85d09ef60d14cc537c9c", + "x-ms-correlation-request-id": "f1341c9f-4903-469e-a106-a5caf522a280", + "x-ms-ratelimit-remaining-subscription-reads": "11391", + "x-ms-request-id": "5157c03a-604e-4bd1-8d9a-2feec651ae49", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T114420Z:f1341c9f-4903-469e-a106-a5caf522a280" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "cc434e39fac087cf4e8aacc4e87ada36", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:44:20 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "cc434e39fac087cf4e8aacc4e87ada36", + "x-ms-correlation-request-id": "9d346f8f-f7bd-49cc-91e8-c9f3e2ce2c6a", + "x-ms-ratelimit-remaining-subscription-reads": "11822", + "x-ms-request-id": "68a8e255-b72b-450f-a8c4-10f7c738c74c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T114421Z:9d346f8f-f7bd-49cc-91e8-c9f3e2ce2c6a" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "55c8338cb162059fd7d930e76acb37fe", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:44:22 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "55c8338cb162059fd7d930e76acb37fe", + "x-ms-correlation-request-id": "0a89737b-41b9-472c-a9e1-6fc2979fc4b0", + "x-ms-ratelimit-remaining-subscription-reads": "11821", + "x-ms-request-id": "efd37f03-7e00-474f-8cd2-40b8250f94bb", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T114422Z:0a89737b-41b9-472c-a9e1-6fc2979fc4b0" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "dffff2be8959a4390f0be8d2560c9d24", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:44:23 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "dffff2be8959a4390f0be8d2560c9d24", + "x-ms-correlation-request-id": "db518898-39e9-4423-a9f8-94d4596505c7", + "x-ms-ratelimit-remaining-subscription-reads": "11820", + "x-ms-request-id": "ea682a35-f5d2-492b-982b-3fe50e80a8f8", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T114424Z:db518898-39e9-4423-a9f8-94d4596505c7" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "9988d71b268b8839af3ef4e6c9e81d83", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:44:24 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "9988d71b268b8839af3ef4e6c9e81d83", + "x-ms-correlation-request-id": "c6f5024d-2526-47b0-af7c-88d2fd1d621a", + "x-ms-ratelimit-remaining-subscription-reads": "11819", + "x-ms-request-id": "587fdc2a-a90e-47ef-85ba-c70226c1d2b1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T114425Z:c6f5024d-2526-47b0-af7c-88d2fd1d621a" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "f505ad52fa7a02dcf9244657c8ccafcb", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:44:26 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f505ad52fa7a02dcf9244657c8ccafcb", + "x-ms-correlation-request-id": "64589aee-b155-4b9e-9496-3e436d0b756a", + "x-ms-ratelimit-remaining-subscription-reads": "11818", + "x-ms-request-id": "9774ae06-1498-4047-94b3-54742f90942d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T114426Z:64589aee-b155-4b9e-9496-3e436d0b756a" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "93cb0c3c9e429773b876301b9552da26", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:44:27 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "93cb0c3c9e429773b876301b9552da26", + "x-ms-correlation-request-id": "cd26b77d-f916-45b5-a21c-1c2f3c87d31e", + "x-ms-ratelimit-remaining-subscription-reads": "11817", + "x-ms-request-id": "d7902416-233b-4767-8c95-98f8504b68d5", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T114428Z:cd26b77d-f916-45b5-a21c-1c2f3c87d31e" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "a87f65eda70621a9fa859f66e0e1bfe2", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:44:28 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a87f65eda70621a9fa859f66e0e1bfe2", + "x-ms-correlation-request-id": "d2f1f281-1c9d-47ca-bf39-c1b89dbef381", + "x-ms-ratelimit-remaining-subscription-reads": "11816", + "x-ms-request-id": "d8dbbde6-6831-45a6-adcd-90ebbfaf6c80", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T114429Z:d2f1f281-1c9d-47ca-bf39-c1b89dbef381" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "bda9288f891db440396d3c04cac16da6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:44:29 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "bda9288f891db440396d3c04cac16da6", + "x-ms-correlation-request-id": "938b1b54-4457-49d3-8685-f9ec8015dee2", + "x-ms-ratelimit-remaining-subscription-reads": "11815", + "x-ms-request-id": "4f679d5f-e09d-48e7-a678-1bc22fd29e6f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T114430Z:938b1b54-4457-49d3-8685-f9ec8015dee2" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "63692049064d95c562a998bcfe0db7d6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:44:31 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "63692049064d95c562a998bcfe0db7d6", + "x-ms-correlation-request-id": "05581e23-f3d7-421b-ab7c-37c95238797b", + "x-ms-ratelimit-remaining-subscription-reads": "11814", + "x-ms-request-id": "cf819b4f-012b-431b-bced-96eaf5feb6c0", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T114432Z:05581e23-f3d7-421b-ab7c-37c95238797b" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "6c8c4db71ca9640825cb6e986aa55639", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:44:32 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6c8c4db71ca9640825cb6e986aa55639", + "x-ms-correlation-request-id": "94f45c37-85ff-4a38-af31-23fb2492e941", + "x-ms-ratelimit-remaining-subscription-reads": "11813", + "x-ms-request-id": "95a8a1bb-1819-470c-9bf4-a3f03008f930", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T114433Z:94f45c37-85ff-4a38-af31-23fb2492e941" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "bf1df9185c77889563145a73f083b52c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:44:34 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "bf1df9185c77889563145a73f083b52c", + "x-ms-correlation-request-id": "dfc6fb75-e05c-4d97-879a-df5ed309f961", + "x-ms-ratelimit-remaining-subscription-reads": "11812", + "x-ms-request-id": "85ffb9f6-fb46-433d-9bcf-b78f0aaddde1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T114434Z:dfc6fb75-e05c-4d97-879a-df5ed309f961" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "7c4c65b600352cfd17053e81972c2abd", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:44:36 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "7c4c65b600352cfd17053e81972c2abd", + "x-ms-correlation-request-id": "7c6c9569-da3f-429c-9042-0058693ebe16", + "x-ms-ratelimit-remaining-subscription-reads": "11811", + "x-ms-request-id": "1328949b-9ffe-4629-89cd-d154e2daa616", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T114436Z:7c6c9569-da3f-429c-9042-0058693ebe16" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "05a35f53f7ef5b5eb8030894c29573a1", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:44:37 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "05a35f53f7ef5b5eb8030894c29573a1", + "x-ms-correlation-request-id": "3ea4170d-2e32-404b-8b80-059c907ae6c3", + "x-ms-ratelimit-remaining-subscription-reads": "11810", + "x-ms-request-id": "8e108182-afe4-4d71-80fe-2e9639c16b69", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T114437Z:3ea4170d-2e32-404b-8b80-059c907ae6c3" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "04e24216d9581804fcf0a8721d13f137", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:44:38 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "04e24216d9581804fcf0a8721d13f137", + "x-ms-correlation-request-id": "21185b55-fdf5-45cc-9424-a389ae4f13f7", + "x-ms-ratelimit-remaining-subscription-reads": "11809", + "x-ms-request-id": "8fd5e884-04d7-4e42-94e7-16dc7a581a8f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T114438Z:21185b55-fdf5-45cc-9424-a389ae4f13f7" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "91209de9b0dfbe3c07f1c431f7686a82", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:44:40 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "91209de9b0dfbe3c07f1c431f7686a82", + "x-ms-correlation-request-id": "a7e06d7a-2931-4332-b815-1ebb20482600", + "x-ms-ratelimit-remaining-subscription-reads": "11808", + "x-ms-request-id": "22f99552-2a0e-4fd4-b4b3-67349ee66f75", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T114440Z:a7e06d7a-2931-4332-b815-1ebb20482600" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "556b9c92254a79645b8b09ff4eec3da4", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:44:41 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "556b9c92254a79645b8b09ff4eec3da4", + "x-ms-correlation-request-id": "5554ddab-9a4b-4a8f-9c9c-96a6bb80d6ac", + "x-ms-ratelimit-remaining-subscription-reads": "11807", + "x-ms-request-id": "f77e76bf-cf8b-45eb-b9a0-d992bcddba3c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T114441Z:5554ddab-9a4b-4a8f-9c9c-96a6bb80d6ac" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "24aad112e17466c10523fd6715d22093", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:44:42 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "24aad112e17466c10523fd6715d22093", + "x-ms-correlation-request-id": "a79d32f1-8b16-4c97-9045-b54ef1d86bdb", + "x-ms-ratelimit-remaining-subscription-reads": "11806", + "x-ms-request-id": "ef56df19-dc30-428d-8a18-49ea1030ee6b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T114442Z:a79d32f1-8b16-4c97-9045-b54ef1d86bdb" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "80df26859ba8c4ec38a63653a63c6f1a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:44:44 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "80df26859ba8c4ec38a63653a63c6f1a", + "x-ms-correlation-request-id": "5994e003-e860-4bbc-a821-afee90ec84a0", + "x-ms-ratelimit-remaining-subscription-reads": "11805", + "x-ms-request-id": "f92973f3-64b1-4ef0-9a23-990c339111f4", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T114444Z:5994e003-e860-4bbc-a821-afee90ec84a0" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "261f1fb345beb00ddb05502728fd6488", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:44:45 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "261f1fb345beb00ddb05502728fd6488", + "x-ms-correlation-request-id": "5faffcd3-46d3-4425-857f-2631ff904cca", + "x-ms-ratelimit-remaining-subscription-reads": "11804", + "x-ms-request-id": "c0457854-c33d-4d44-819a-79e6ec9a1f04", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T114445Z:5faffcd3-46d3-4425-857f-2631ff904cca" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "287a766bbc0d76fce4e6ecceab6dbfc8", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:44:46 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "287a766bbc0d76fce4e6ecceab6dbfc8", + "x-ms-correlation-request-id": "70e3220b-66d0-42d8-b275-bc0148670e6f", + "x-ms-ratelimit-remaining-subscription-reads": "11803", + "x-ms-request-id": "2f04f80b-7f67-4a22-a067-91a5f83cc85e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T114446Z:70e3220b-66d0-42d8-b275-bc0148670e6f" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "f5b3e3b3fab33fd4182fa5a24bc59c3b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:44:48 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f5b3e3b3fab33fd4182fa5a24bc59c3b", + "x-ms-correlation-request-id": "ebf54837-b754-44ce-8df9-d2ef84fc26f4", + "x-ms-ratelimit-remaining-subscription-reads": "11802", + "x-ms-request-id": "7a23e183-212a-418a-9f06-ed394210d253", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T114448Z:ebf54837-b754-44ce-8df9-d2ef84fc26f4" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "30e8ad4147c2f60d23a841d7593f046d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:44:49 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "30e8ad4147c2f60d23a841d7593f046d", + "x-ms-correlation-request-id": "43b2fc3d-7f04-4235-a240-d89e02679ca9", + "x-ms-ratelimit-remaining-subscription-reads": "11801", + "x-ms-request-id": "b307c3da-aee2-4d94-a87b-456e15c90992", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T114449Z:43b2fc3d-7f04-4235-a240-d89e02679ca9" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "447387456f4971d5a13b10dd17592b1f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:44:50 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "447387456f4971d5a13b10dd17592b1f", + "x-ms-correlation-request-id": "18ef0902-d679-426d-8e32-8359b2f8c2b5", + "x-ms-ratelimit-remaining-subscription-reads": "11800", + "x-ms-request-id": "4a62cc0b-278a-485f-9b16-b8f8ff6c1a37", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T114450Z:18ef0902-d679-426d-8e32-8359b2f8c2b5" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "fd8cb04a8f856c06d6bcd10ab8fde5d9", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:44:51 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "fd8cb04a8f856c06d6bcd10ab8fde5d9", + "x-ms-correlation-request-id": "e6cafc0e-1d9a-4bb9-81ca-24706eb2011a", + "x-ms-ratelimit-remaining-subscription-reads": "11799", + "x-ms-request-id": "57e7ed57-d56d-43e0-8e1e-b2afdd104bf1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T114452Z:e6cafc0e-1d9a-4bb9-81ca-24706eb2011a" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "c45c372a5751d2f1d8778f86372fdfc9", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:44:53 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c45c372a5751d2f1d8778f86372fdfc9", + "x-ms-correlation-request-id": "bd034cc9-9fcd-490b-b905-af54c55300cc", + "x-ms-ratelimit-remaining-subscription-reads": "11798", + "x-ms-request-id": "fcd8bfba-ec5f-4bde-9846-4f2b015c9f36", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T114453Z:bd034cc9-9fcd-490b-b905-af54c55300cc" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "a88d227d07b2b6e881076e8c9dcbb8a3", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:44:54 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a88d227d07b2b6e881076e8c9dcbb8a3", + "x-ms-correlation-request-id": "415767a3-d4a8-4ab9-be3d-35dd4ede8af7", + "x-ms-ratelimit-remaining-subscription-reads": "11797", + "x-ms-request-id": "6f6b479e-d548-46e4-82b0-a0c8a944a92c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T114454Z:415767a3-d4a8-4ab9-be3d-35dd4ede8af7" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "dfb3365567fcf3cdbfb9250dff7f34a6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:44:55 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "dfb3365567fcf3cdbfb9250dff7f34a6", + "x-ms-correlation-request-id": "ec3bbdfd-a3eb-4a7c-9f5e-a69d3cc075f3", + "x-ms-ratelimit-remaining-subscription-reads": "11796", + "x-ms-request-id": "19c15441-11bc-4510-886f-ff3f66281e05", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T114456Z:ec3bbdfd-a3eb-4a7c-9f5e-a69d3cc075f3" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "968c08dd3c7022274fa5424ae964350d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:44:57 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "968c08dd3c7022274fa5424ae964350d", + "x-ms-correlation-request-id": "409d3bfd-cc50-4077-b2e9-6a1febef0145", + "x-ms-ratelimit-remaining-subscription-reads": "11795", + "x-ms-request-id": "e1677e29-030d-492f-a26a-f0d75362af72", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T114457Z:409d3bfd-cc50-4077-b2e9-6a1febef0145" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "0031ebbf007b16cd549ae9f8e2dab701", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:44:58 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "0031ebbf007b16cd549ae9f8e2dab701", + "x-ms-correlation-request-id": "7dca0854-2abd-490d-b59a-3af5194358b9", + "x-ms-ratelimit-remaining-subscription-reads": "11794", + "x-ms-request-id": "9f303c80-2f85-42fc-8cd6-f06b409c8b9d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T114458Z:7dca0854-2abd-490d-b59a-3af5194358b9" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "95afc7d2213e18330f908f5624830a5a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:44:59 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "95afc7d2213e18330f908f5624830a5a", + "x-ms-correlation-request-id": "25ba2e5a-75eb-4678-91f3-3ec7845a051e", + "x-ms-ratelimit-remaining-subscription-reads": "11793", + "x-ms-request-id": "2f639bcb-0ebb-44f9-a6d1-f8c89a323e70", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T114500Z:25ba2e5a-75eb-4678-91f3-3ec7845a051e" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "144e1784344edd2b3a7541d5532e4075", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:45:01 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "144e1784344edd2b3a7541d5532e4075", + "x-ms-correlation-request-id": "10a391d0-d6af-4210-808f-6a3633909254", + "x-ms-ratelimit-remaining-subscription-reads": "11792", + "x-ms-request-id": "03b485e2-2853-4168-933b-3bc1b9cd1cb8", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T114501Z:10a391d0-d6af-4210-808f-6a3633909254" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "217741ee9fb59dceb718f1eb7076f2d1", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:45:03 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "217741ee9fb59dceb718f1eb7076f2d1", + "x-ms-correlation-request-id": "a17ea33d-41a1-4a28-8dc7-088c1bb56340", + "x-ms-ratelimit-remaining-subscription-reads": "11791", + "x-ms-request-id": "1ff6842b-65e9-4d86-97ea-6686c17cec00", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T114503Z:a17ea33d-41a1-4a28-8dc7-088c1bb56340" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "ca738e90a28c9eb39cd25ac9df5dc5e0", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:45:04 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ca738e90a28c9eb39cd25ac9df5dc5e0", + "x-ms-correlation-request-id": "d89d473a-c820-4bff-b153-3c172dba6486", + "x-ms-ratelimit-remaining-subscription-reads": "11790", + "x-ms-request-id": "f177bd06-e438-41fe-92cd-d3f68bfae687", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T114504Z:d89d473a-c820-4bff-b153-3c172dba6486" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "e2681a4fe80ce5a548b05c35433f6cc4", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:45:05 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e2681a4fe80ce5a548b05c35433f6cc4", + "x-ms-correlation-request-id": "79cd07ad-959d-4c83-968d-2989ff788618", + "x-ms-ratelimit-remaining-subscription-reads": "11789", + "x-ms-request-id": "e6c5987f-bebf-44bd-a8e8-086c026eb789", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T114506Z:79cd07ad-959d-4c83-968d-2989ff788618" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "c445708276ba4be98dd884e24505be59", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:45:07 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c445708276ba4be98dd884e24505be59", + "x-ms-correlation-request-id": "54c77a11-fc94-42eb-90f0-f135dca5dac8", + "x-ms-ratelimit-remaining-subscription-reads": "11788", + "x-ms-request-id": "7d61fbfb-8ff1-4556-a9ec-bd9ea9821660", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T114507Z:54c77a11-fc94-42eb-90f0-f135dca5dac8" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "559b1052100ea7c5e98e81db457d5b5c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:45:08 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "559b1052100ea7c5e98e81db457d5b5c", + "x-ms-correlation-request-id": "aba5f267-a5a4-404c-946c-9dfe5297df7e", + "x-ms-ratelimit-remaining-subscription-reads": "11787", + "x-ms-request-id": "9d0c0590-527b-4548-8380-01115f2aeb58", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T114508Z:aba5f267-a5a4-404c-946c-9dfe5297df7e" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "6e4695650117d926311c543363c2a043", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:45:09 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6e4695650117d926311c543363c2a043", + "x-ms-correlation-request-id": "7500763e-5abc-4450-a85d-997da4e27ce4", + "x-ms-ratelimit-remaining-subscription-reads": "11786", + "x-ms-request-id": "08a30eba-3caa-47c2-a832-75888200a321", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T114509Z:7500763e-5abc-4450-a85d-997da4e27ce4" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "32e303f216a472b6aa9eda2cf40d0610", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:45:11 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "32e303f216a472b6aa9eda2cf40d0610", + "x-ms-correlation-request-id": "ead944c5-376d-44bd-a92e-ba2a74ccc3c8", + "x-ms-ratelimit-remaining-subscription-reads": "11785", + "x-ms-request-id": "f314469e-dc98-439f-8d59-945b7d532da0", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T114511Z:ead944c5-376d-44bd-a92e-ba2a74ccc3c8" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "af7c287d4fbf5141eac223f1bb924327", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:45:12 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "af7c287d4fbf5141eac223f1bb924327", + "x-ms-correlation-request-id": "f4f4f967-e029-4ff4-af4c-4dea098155d9", + "x-ms-ratelimit-remaining-subscription-reads": "11784", + "x-ms-request-id": "b048f821-3c5b-4f91-8354-9d61c3a159d0", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T114512Z:f4f4f967-e029-4ff4-af4c-4dea098155d9" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "42e93eee289a4eb7ded3c37926f9e424", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:45:13 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "42e93eee289a4eb7ded3c37926f9e424", + "x-ms-correlation-request-id": "b3922e2d-7907-4264-8699-79e9c3f9b4de", + "x-ms-ratelimit-remaining-subscription-reads": "11783", + "x-ms-request-id": "ba47f3b7-9767-47d9-b6f7-e8514f76379e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T114513Z:b3922e2d-7907-4264-8699-79e9c3f9b4de" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "3bb54416f045a283c19148e2f3c4b718", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:45:15 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "3bb54416f045a283c19148e2f3c4b718", + "x-ms-correlation-request-id": "689c05b1-cc64-4aaf-a628-d1ce32685c14", + "x-ms-ratelimit-remaining-subscription-reads": "11782", + "x-ms-request-id": "22ff9570-12a7-43c4-8ed0-a26a2edb9ae4", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T114515Z:689c05b1-cc64-4aaf-a628-d1ce32685c14" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "b63eb35ac3245575702ed0ec8bc82af0", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:45:16 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b63eb35ac3245575702ed0ec8bc82af0", + "x-ms-correlation-request-id": "580fae99-df8c-4977-8d0d-23bbb32aff14", + "x-ms-ratelimit-remaining-subscription-reads": "11781", + "x-ms-request-id": "219618e3-4053-4f3f-a897-6002c48811af", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T114516Z:580fae99-df8c-4977-8d0d-23bbb32aff14" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77396359-12af-4055-ac6e-369b24832e19?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "76dbffdd08dcfde1bb478008dfd55b1a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 11:45:17 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "76dbffdd08dcfde1bb478008dfd55b1a", + "x-ms-correlation-request-id": "ba5218aa-7501-4692-ba88-9f873a6870ab", + "x-ms-ratelimit-remaining-subscription-reads": "11780", + "x-ms-request-id": "70dca302-dbef-4f4f-a9f1-87a7d679c813", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T114517Z:ba5218aa-7501-4692-ba88-9f873a6870ab" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-8939/providers/Microsoft.Storage/storageAccounts/teststoragemgmt3571?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "731eab1b2ebb52ffce60ca17209716f9", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1478", + "Content-Type": "application/json", + "Date": "Wed, 17 Nov 2021 11:45:18 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "731eab1b2ebb52ffce60ca17209716f9", + "x-ms-correlation-request-id": "66dfc4e5-a91d-4b35-86cd-d63f2ebde5aa", + "x-ms-ratelimit-remaining-subscription-reads": "11779", + "x-ms-request-id": "59802425-165c-4e3a-9104-577a03650775", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T114518Z:66dfc4e5-a91d-4b35-86cd-d63f2ebde5aa" + }, + "ResponseBody": { + "sku": { + "name": "Standard_LRS", + "tier": "Standard" + }, + "kind": "StorageV2", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-8939/providers/Microsoft.Storage/storageAccounts/teststoragemgmt3571", + "name": "teststoragemgmt3571", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-11-17T11:30:04.5179778Z", + "key2": "2021-11-17T11:30:04.5179778Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T11:30:04.5179778Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T11:30:04.5179778Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "accessTier": "Hot", + "provisioningState": "Succeeded", + "creationTime": "2021-11-17T11:30:04.3929815Z", + "primaryEndpoints": { + "dfs": "https://teststoragemgmt3571.dfs.core.windows.net/", + "web": "https://teststoragemgmt3571.z20.web.core.windows.net/", + "blob": "https://teststoragemgmt3571.blob.core.windows.net/", + "queue": "https://teststoragemgmt3571.queue.core.windows.net/", + "table": "https://teststoragemgmt3571.table.core.windows.net/", + "file": "https://teststoragemgmt3571.file.core.windows.net/" + }, + "primaryLocation": "centralus", + "statusOfPrimary": "available", + "lastGeoFailoverTime": "2021-11-17T11:45:17.3019130Z" + } + } + } + ], + "Variables": { + "RandomSeed": "1783617623", + "RESOURCE_MANAGER_URL": null, + "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" + } +} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountSASKeyPolicy.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountSASKeyPolicy.json new file mode 100644 index 0000000000000..442bcf589974c --- /dev/null +++ b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountSASKeyPolicy.json @@ -0,0 +1,765 @@ +{ + "Entries": [ + { + "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-70762dcfc5fcdf459b16ff06aec3f299-dab6b5af194b0446-00", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "1b7b2d0c6228ba79b9fc5963f5505e08", + "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": "Wed, 17 Nov 2021 07:18:30 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "94766439-882a-4672-952f-565c5e8e412c", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-request-id": "94766439-882a-4672-952f-565c5e8e412c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T071831Z:94766439-882a-4672-952f-565c5e8e412c" + }, + "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.Storage/checkNameAvailability?api-version=2021-04-01", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "73", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "b7402c66246bf26d51c0424d1436f5b1", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "name": "teststoragemgmt2721", + "type": "Microsoft.Storage/storageAccounts" + }, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "22", + "Content-Type": "application/json", + "Date": "Wed, 17 Nov 2021 07:18:31 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b7402c66246bf26d51c0424d1436f5b1", + "x-ms-correlation-request-id": "e5110e01-a57b-445b-b74a-8429013df70c", + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-request-id": "4f903018-0624-4b45-8512-4eb675b8cfcb", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T071832Z:e5110e01-a57b-445b-b74a-8429013df70c" + }, + "ResponseBody": { + "nameAvailable": true + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/teststorageRG-4716?api-version=2019-10-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "44", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "9ee2f8500439d933c1b7095da01ea813", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "location": "eastus2", + "tags": { + "test": "env" + } + }, + "StatusCode": 201, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "256", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 17 Nov 2021 07:18:33 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "e2d55c83-b467-4d60-8655-db4d332ef287", + "x-ms-ratelimit-remaining-subscription-writes": "1198", + "x-ms-request-id": "e2d55c83-b467-4d60-8655-db4d332ef287", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T071834Z:e2d55c83-b467-4d60-8655-db4d332ef287" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-4716", + "name": "teststorageRG-4716", + "type": "Microsoft.Resources/resourceGroups", + "location": "eastus2", + "tags": { + "test": "env" + }, + "properties": { + "provisioningState": "Succeeded" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-4716/providers/Microsoft.Storage/storageAccounts/teststoragemgmt2721?api-version=2021-04-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "243", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "1776d45ea1580d0828d7a2366da5c564", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "sku": { + "name": "Standard_GRS" + }, + "kind": "Storage", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "sasPolicy": { + "sasExpirationPeriod": "2.02:03:59", + "expirationAction": "Log" + }, + "keyPolicy": { + "keyExpirationPeriodInDays": 2 + } + } + }, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 07:18:43 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1c67c4c1-7b48-4849-99b3-6380f5a9b617?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1776d45ea1580d0828d7a2366da5c564", + "x-ms-correlation-request-id": "561983c3-abe2-42bc-82a5-031a7101bb34", + "x-ms-ratelimit-remaining-subscription-writes": "1197", + "x-ms-request-id": "1c67c4c1-7b48-4849-99b3-6380f5a9b617", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T071843Z:561983c3-abe2-42bc-82a5-031a7101bb34" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1c67c4c1-7b48-4849-99b3-6380f5a9b617?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "62b53a9a997eae96efd4756262fc6c1b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 07:18:43 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1c67c4c1-7b48-4849-99b3-6380f5a9b617?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "62b53a9a997eae96efd4756262fc6c1b", + "x-ms-correlation-request-id": "b6e4e1d1-97d5-45dd-9a22-b9ae769e9e3b", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-request-id": "fa54dbd3-162a-46f1-a15e-d273e5df8aca", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T071843Z:b6e4e1d1-97d5-45dd-9a22-b9ae769e9e3b" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1c67c4c1-7b48-4849-99b3-6380f5a9b617?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "99aba5f1411e24eda74e0a7af79caa93", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 07:18:44 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1c67c4c1-7b48-4849-99b3-6380f5a9b617?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "99aba5f1411e24eda74e0a7af79caa93", + "x-ms-correlation-request-id": "cdd427f9-4d2e-49d0-9638-4b98aa942037", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-request-id": "715eed1f-d759-4b03-a7cf-62ea79046010", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T071844Z:cdd427f9-4d2e-49d0-9638-4b98aa942037" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1c67c4c1-7b48-4849-99b3-6380f5a9b617?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "339b002663f017e571507651c4cac510", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 07:18:46 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1c67c4c1-7b48-4849-99b3-6380f5a9b617?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "339b002663f017e571507651c4cac510", + "x-ms-correlation-request-id": "4b27facb-4cfb-4845-adf7-4bd2398a2d62", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-request-id": "8742f751-1651-413b-a79c-490071ecb6e0", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T071846Z:4b27facb-4cfb-4845-adf7-4bd2398a2d62" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1c67c4c1-7b48-4849-99b3-6380f5a9b617?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "bd7a8e7117e958824c90bb2f8f1cb653", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 07:18:47 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1c67c4c1-7b48-4849-99b3-6380f5a9b617?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "bd7a8e7117e958824c90bb2f8f1cb653", + "x-ms-correlation-request-id": "8399a1c9-c2ce-41e6-85f3-7418920310dc", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-request-id": "3c56c8ab-4f43-4b35-89e8-92bfb83a45b5", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T071847Z:8399a1c9-c2ce-41e6-85f3-7418920310dc" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1c67c4c1-7b48-4849-99b3-6380f5a9b617?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "623be22938608e2abf9327cecb9b60dc", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 07:18:48 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1c67c4c1-7b48-4849-99b3-6380f5a9b617?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "623be22938608e2abf9327cecb9b60dc", + "x-ms-correlation-request-id": "b512e892-fdc2-4f6d-91bc-f2c481b65094", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-request-id": "7c7a6fd9-26f3-4759-99be-a2c5265911bd", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T071848Z:b512e892-fdc2-4f6d-91bc-f2c481b65094" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1c67c4c1-7b48-4849-99b3-6380f5a9b617?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "6908fa89ec210ea97d42e65fa8b68854", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 07:18:49 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1c67c4c1-7b48-4849-99b3-6380f5a9b617?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6908fa89ec210ea97d42e65fa8b68854", + "x-ms-correlation-request-id": "6cc59f7d-6064-4533-b545-745da368a259", + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-request-id": "e3dea870-4513-4de4-a717-abc65dfcc7d3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T071850Z:6cc59f7d-6064-4533-b545-745da368a259" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1c67c4c1-7b48-4849-99b3-6380f5a9b617?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "e2272299638f38af63ebfd56efb48db1", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 07:18:51 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1c67c4c1-7b48-4849-99b3-6380f5a9b617?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e2272299638f38af63ebfd56efb48db1", + "x-ms-correlation-request-id": "a6d48feb-90c7-4364-b1c8-970184cd06a5", + "x-ms-ratelimit-remaining-subscription-reads": "11988", + "x-ms-request-id": "d993c249-a650-4991-a562-cc2203bcbbc7", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T071851Z:a6d48feb-90c7-4364-b1c8-970184cd06a5" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1c67c4c1-7b48-4849-99b3-6380f5a9b617?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "94a5de304d143d32382ce41d52cbe609", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 07:18:52 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1c67c4c1-7b48-4849-99b3-6380f5a9b617?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "94a5de304d143d32382ce41d52cbe609", + "x-ms-correlation-request-id": "05c3f66e-7740-4ba5-aa1a-a3a0f67f1278", + "x-ms-ratelimit-remaining-subscription-reads": "11987", + "x-ms-request-id": "c05fcc35-7e15-4b39-bb18-8f98007d4127", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T071852Z:05c3f66e-7740-4ba5-aa1a-a3a0f67f1278" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1c67c4c1-7b48-4849-99b3-6380f5a9b617?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "a834d30a7e74264d4bcf0535ee531fc8", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 07:18:53 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1c67c4c1-7b48-4849-99b3-6380f5a9b617?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a834d30a7e74264d4bcf0535ee531fc8", + "x-ms-correlation-request-id": "1df4e405-424d-4e17-a439-959854ecef01", + "x-ms-ratelimit-remaining-subscription-reads": "11986", + "x-ms-request-id": "3926060c-0843-4da1-ac20-7002e50666de", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T071853Z:1df4e405-424d-4e17-a439-959854ecef01" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1c67c4c1-7b48-4849-99b3-6380f5a9b617?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "c92f35b5f4104b40f0eaa9627e91e698", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 07:18:55 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1c67c4c1-7b48-4849-99b3-6380f5a9b617?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c92f35b5f4104b40f0eaa9627e91e698", + "x-ms-correlation-request-id": "3624cb93-5a13-4e93-822c-5f94c829854f", + "x-ms-ratelimit-remaining-subscription-reads": "11985", + "x-ms-request-id": "16f3e4ac-1bdf-42a3-9dc7-03fe81e52c4a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T071855Z:3624cb93-5a13-4e93-822c-5f94c829854f" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1c67c4c1-7b48-4849-99b3-6380f5a9b617?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "1c4bf405e480b23c907f494448fc4ee5", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 07:18:56 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1c67c4c1-7b48-4849-99b3-6380f5a9b617?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1c4bf405e480b23c907f494448fc4ee5", + "x-ms-correlation-request-id": "2136521e-20b6-4ef3-a011-c28b4b337e41", + "x-ms-ratelimit-remaining-subscription-reads": "11984", + "x-ms-request-id": "e3b1422d-4bf6-4faa-864b-38de8791fa74", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T071856Z:2136521e-20b6-4ef3-a011-c28b4b337e41" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1c67c4c1-7b48-4849-99b3-6380f5a9b617?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "1c681c0d1c9b16f892e8b889d4eba8b9", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 07:18:57 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1c67c4c1-7b48-4849-99b3-6380f5a9b617?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1c681c0d1c9b16f892e8b889d4eba8b9", + "x-ms-correlation-request-id": "2ddf0d30-d001-4859-9fd6-f8c28dd50a9e", + "x-ms-ratelimit-remaining-subscription-reads": "11983", + "x-ms-request-id": "602286ac-5445-4b7b-bfca-2f04f20272e5", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T071857Z:2ddf0d30-d001-4859-9fd6-f8c28dd50a9e" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1c67c4c1-7b48-4849-99b3-6380f5a9b617?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "fa306ce80207d147f87d3991aafb03f3", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1491", + "Content-Type": "application/json", + "Date": "Wed, 17 Nov 2021 07:18:59 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "fa306ce80207d147f87d3991aafb03f3", + "x-ms-correlation-request-id": "fb0980e0-857e-436f-8e19-c6e25f5b3368", + "x-ms-ratelimit-remaining-subscription-reads": "11982", + "x-ms-request-id": "a78323b4-d8ed-404e-a496-16fe6ef4ef02", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T071859Z:fb0980e0-857e-436f-8e19-c6e25f5b3368" + }, + "ResponseBody": { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "Storage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-4716/providers/Microsoft.Storage/storageAccounts/teststoragemgmt2721", + "name": "teststoragemgmt2721", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "sasPolicy": { + "sasExpirationPeriod": "2.02:03:59", + "expirationAction": "Log" + }, + "keyPolicy": { + "keyExpirationPeriodInDays": 2, + "enableAutoRotation": false + }, + "keyCreationTime": { + "key1": "2021-11-17T07:18:39.8537366Z", + "key2": "2021-11-17T07:18:39.8537366Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T07:18:39.8537366Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T07:18:39.8537366Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "provisioningState": "Succeeded", + "creationTime": "2021-11-17T07:18:39.7131115Z", + "primaryEndpoints": { + "blob": "https://teststoragemgmt2721.blob.core.windows.net/", + "queue": "https://teststoragemgmt2721.queue.core.windows.net/", + "table": "https://teststoragemgmt2721.table.core.windows.net/", + "file": "https://teststoragemgmt2721.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-4716/providers/Microsoft.Storage/storageAccounts/teststoragemgmt2721?api-version=2021-04-01", + "RequestMethod": "PATCH", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "185", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "6254c49cca29e8fcfb3589982bb3dda4", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "kind": "StorageV2", + "properties": { + "sasPolicy": { + "sasExpirationPeriod": "0.02:03:59", + "expirationAction": "Log" + }, + "keyPolicy": { + "keyExpirationPeriodInDays": 9 + }, + "supportsHttpsTrafficOnly": true + } + }, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1632", + "Content-Type": "application/json", + "Date": "Wed, 17 Nov 2021 07:19:02 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6254c49cca29e8fcfb3589982bb3dda4", + "x-ms-correlation-request-id": "0fb37163-d923-4888-b146-a59a2234ad82", + "x-ms-ratelimit-remaining-subscription-writes": "1196", + "x-ms-request-id": "f86c84e1-3f54-446b-bd0b-113f7da88f3f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T071902Z:0fb37163-d923-4888-b146-a59a2234ad82" + }, + "ResponseBody": { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "StorageV2", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-4716/providers/Microsoft.Storage/storageAccounts/teststoragemgmt2721", + "name": "teststoragemgmt2721", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "sasPolicy": { + "sasExpirationPeriod": "0.02:03:59", + "expirationAction": "Log" + }, + "keyPolicy": { + "keyExpirationPeriodInDays": 9, + "enableAutoRotation": false + }, + "keyCreationTime": { + "key1": "2021-11-17T07:18:39.8537366Z", + "key2": "2021-11-17T07:18:39.8537366Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T07:18:39.8537366Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T07:18:39.8537366Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "accessTier": "Hot", + "provisioningState": "Succeeded", + "creationTime": "2021-11-17T07:18:39.7131115Z", + "primaryEndpoints": { + "dfs": "https://teststoragemgmt2721.dfs.core.windows.net/", + "web": "https://teststoragemgmt2721.z20.web.core.windows.net/", + "blob": "https://teststoragemgmt2721.blob.core.windows.net/", + "queue": "https://teststoragemgmt2721.queue.core.windows.net/", + "table": "https://teststoragemgmt2721.table.core.windows.net/", + "file": "https://teststoragemgmt2721.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + } + } + ], + "Variables": { + "RandomSeed": "1744241960", + "RESOURCE_MANAGER_URL": null, + "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" + } +} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountSASKeyPolicyAsync.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountSASKeyPolicyAsync.json new file mode 100644 index 0000000000000..0cf24f884f6c1 --- /dev/null +++ b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountSASKeyPolicyAsync.json @@ -0,0 +1,765 @@ +{ + "Entries": [ + { + "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-10998d74d7f5fd4ea85739931cad9193-b93a3961bc8c0e4e-00", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "6f356000ca44557d02e62b867e715354", + "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": "Wed, 17 Nov 2021 07:19:10 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "d8b7d645-dfee-45c9-9675-87f330399b97", + "x-ms-ratelimit-remaining-subscription-reads": "11979", + "x-ms-request-id": "d8b7d645-dfee-45c9-9675-87f330399b97", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T071911Z:d8b7d645-dfee-45c9-9675-87f330399b97" + }, + "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.Storage/checkNameAvailability?api-version=2021-04-01", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "73", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "dda956e2d83955d1661d3ad6e4cf8cd3", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "name": "teststoragemgmt6700", + "type": "Microsoft.Storage/storageAccounts" + }, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "22", + "Content-Type": "application/json", + "Date": "Wed, 17 Nov 2021 07:19:11 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "dda956e2d83955d1661d3ad6e4cf8cd3", + "x-ms-correlation-request-id": "2a2637da-fd44-40ce-bff1-6ca593d6bf31", + "x-ms-ratelimit-remaining-subscription-reads": "11978", + "x-ms-request-id": "0f742da6-6546-4e1f-b367-0540795de78f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T071912Z:2a2637da-fd44-40ce-bff1-6ca593d6bf31" + }, + "ResponseBody": { + "nameAvailable": true + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/teststorageRG-8654?api-version=2019-10-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "44", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "cb93cb36f1e311c19f18c0f06d09f72e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "location": "eastus2", + "tags": { + "test": "env" + } + }, + "StatusCode": 201, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "256", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 17 Nov 2021 07:19:12 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "8f27b8de-ad9b-48a4-b316-aca2ffdba434", + "x-ms-ratelimit-remaining-subscription-writes": "1195", + "x-ms-request-id": "8f27b8de-ad9b-48a4-b316-aca2ffdba434", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T071912Z:8f27b8de-ad9b-48a4-b316-aca2ffdba434" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-8654", + "name": "teststorageRG-8654", + "type": "Microsoft.Resources/resourceGroups", + "location": "eastus2", + "tags": { + "test": "env" + }, + "properties": { + "provisioningState": "Succeeded" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-8654/providers/Microsoft.Storage/storageAccounts/teststoragemgmt6700?api-version=2021-04-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "243", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "abdb29bdc63d638719ddac437e1e179f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "sku": { + "name": "Standard_GRS" + }, + "kind": "Storage", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "sasPolicy": { + "sasExpirationPeriod": "2.02:03:59", + "expirationAction": "Log" + }, + "keyPolicy": { + "keyExpirationPeriodInDays": 2 + } + } + }, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 07:19:16 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6ff8fe09-0e26-4078-a249-8ee334022454?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "abdb29bdc63d638719ddac437e1e179f", + "x-ms-correlation-request-id": "eaa645a4-2f70-40c3-b0ec-c768c7b62792", + "x-ms-ratelimit-remaining-subscription-writes": "1194", + "x-ms-request-id": "6ff8fe09-0e26-4078-a249-8ee334022454", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T071916Z:eaa645a4-2f70-40c3-b0ec-c768c7b62792" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6ff8fe09-0e26-4078-a249-8ee334022454?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "a527a84327b07058442fb105447e9380", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 07:19:16 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6ff8fe09-0e26-4078-a249-8ee334022454?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a527a84327b07058442fb105447e9380", + "x-ms-correlation-request-id": "dbcf1763-5624-40e3-ab10-92533033d26f", + "x-ms-ratelimit-remaining-subscription-reads": "11977", + "x-ms-request-id": "eb4662fd-1723-42bd-aa0d-f87bf3855773", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T071916Z:dbcf1763-5624-40e3-ab10-92533033d26f" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6ff8fe09-0e26-4078-a249-8ee334022454?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "853d20016fcf496d2b75c3702cc752b4", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 07:19:18 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6ff8fe09-0e26-4078-a249-8ee334022454?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "853d20016fcf496d2b75c3702cc752b4", + "x-ms-correlation-request-id": "ad83de3f-a3d7-41ad-810d-f4304e642fed", + "x-ms-ratelimit-remaining-subscription-reads": "11976", + "x-ms-request-id": "7863a351-169f-48c0-94ec-d8c71a35d7b2", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T071918Z:ad83de3f-a3d7-41ad-810d-f4304e642fed" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6ff8fe09-0e26-4078-a249-8ee334022454?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "d5ff99e471f78bef8fca4391c2f92069", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 07:19:19 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6ff8fe09-0e26-4078-a249-8ee334022454?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d5ff99e471f78bef8fca4391c2f92069", + "x-ms-correlation-request-id": "2bc7ffba-7431-4a19-83b8-2ba58c996d02", + "x-ms-ratelimit-remaining-subscription-reads": "11975", + "x-ms-request-id": "50295df5-8a99-48bd-9f8d-3481dd728953", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T071919Z:2bc7ffba-7431-4a19-83b8-2ba58c996d02" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6ff8fe09-0e26-4078-a249-8ee334022454?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "f0bf19397427d3433add7a3a63e7437c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 07:19:20 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6ff8fe09-0e26-4078-a249-8ee334022454?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f0bf19397427d3433add7a3a63e7437c", + "x-ms-correlation-request-id": "30f64c3d-f8e9-4020-9223-6ca67b20b6dc", + "x-ms-ratelimit-remaining-subscription-reads": "11974", + "x-ms-request-id": "17da4165-7f44-40fa-a6d7-8dbad15ed841", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T071920Z:30f64c3d-f8e9-4020-9223-6ca67b20b6dc" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6ff8fe09-0e26-4078-a249-8ee334022454?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "ab20fcdcbd7e8f8931b1f5052bdb8731", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 07:19:21 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6ff8fe09-0e26-4078-a249-8ee334022454?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ab20fcdcbd7e8f8931b1f5052bdb8731", + "x-ms-correlation-request-id": "fe23e0fe-f4ee-44ea-96ca-302e4b9e7706", + "x-ms-ratelimit-remaining-subscription-reads": "11973", + "x-ms-request-id": "4bce6380-8839-45f6-ace2-27e831e0bd1a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T071922Z:fe23e0fe-f4ee-44ea-96ca-302e4b9e7706" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6ff8fe09-0e26-4078-a249-8ee334022454?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "13375a556208708d552c9a19f7b427a8", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 07:19:23 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6ff8fe09-0e26-4078-a249-8ee334022454?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "13375a556208708d552c9a19f7b427a8", + "x-ms-correlation-request-id": "7905efb7-4f0f-49ab-a082-c1b7531da634", + "x-ms-ratelimit-remaining-subscription-reads": "11972", + "x-ms-request-id": "d49802c7-5403-4a42-be84-076e500a9e85", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T071923Z:7905efb7-4f0f-49ab-a082-c1b7531da634" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6ff8fe09-0e26-4078-a249-8ee334022454?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "c6b4c68675d87cea8f2fbf757f3ea75f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 07:19:24 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6ff8fe09-0e26-4078-a249-8ee334022454?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c6b4c68675d87cea8f2fbf757f3ea75f", + "x-ms-correlation-request-id": "de93e6cc-b49f-4739-908b-f19fecaf19bc", + "x-ms-ratelimit-remaining-subscription-reads": "11971", + "x-ms-request-id": "8d01aa2a-7aaf-4d0a-911f-e936a9892701", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T071924Z:de93e6cc-b49f-4739-908b-f19fecaf19bc" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6ff8fe09-0e26-4078-a249-8ee334022454?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "09e5485630b07a746fb056522270987d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 07:19:25 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6ff8fe09-0e26-4078-a249-8ee334022454?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "09e5485630b07a746fb056522270987d", + "x-ms-correlation-request-id": "d8f774d5-fa0b-4c29-90fe-00d941ec2de7", + "x-ms-ratelimit-remaining-subscription-reads": "11970", + "x-ms-request-id": "63e808df-7278-44ef-9514-2241ef585e5e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T071926Z:d8f774d5-fa0b-4c29-90fe-00d941ec2de7" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6ff8fe09-0e26-4078-a249-8ee334022454?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "657f4c8ac127e05970ba83d8a217f116", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 07:19:27 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6ff8fe09-0e26-4078-a249-8ee334022454?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "657f4c8ac127e05970ba83d8a217f116", + "x-ms-correlation-request-id": "9ea0afca-aa56-4010-ac96-14fceaa766cf", + "x-ms-ratelimit-remaining-subscription-reads": "11969", + "x-ms-request-id": "ab4db50d-ca9e-4085-bcc5-0b5087d8b42c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T071927Z:9ea0afca-aa56-4010-ac96-14fceaa766cf" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6ff8fe09-0e26-4078-a249-8ee334022454?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "aec33b841ece56f8523956281e975a1f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 07:19:28 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6ff8fe09-0e26-4078-a249-8ee334022454?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "aec33b841ece56f8523956281e975a1f", + "x-ms-correlation-request-id": "1ca63f8c-28df-44bd-89f5-338e24dcefe4", + "x-ms-ratelimit-remaining-subscription-reads": "11968", + "x-ms-request-id": "73a75098-c0df-4826-926c-5b51e765ef62", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T071929Z:1ca63f8c-28df-44bd-89f5-338e24dcefe4" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6ff8fe09-0e26-4078-a249-8ee334022454?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "32eb429742bf9538ef0599f5ac9bd857", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 07:19:30 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6ff8fe09-0e26-4078-a249-8ee334022454?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "32eb429742bf9538ef0599f5ac9bd857", + "x-ms-correlation-request-id": "1d6284af-df48-4f28-8ada-0c89fafde70c", + "x-ms-ratelimit-remaining-subscription-reads": "11967", + "x-ms-request-id": "28179e01-497f-4aab-ab12-b6faeb12b4bd", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T071930Z:1d6284af-df48-4f28-8ada-0c89fafde70c" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6ff8fe09-0e26-4078-a249-8ee334022454?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "e6ce3fbeeaac6bae542812ed6a30c1d8", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 07:19:31 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6ff8fe09-0e26-4078-a249-8ee334022454?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e6ce3fbeeaac6bae542812ed6a30c1d8", + "x-ms-correlation-request-id": "336c02e7-ed57-4ea3-a20a-a5dfc99e69e4", + "x-ms-ratelimit-remaining-subscription-reads": "11966", + "x-ms-request-id": "b7daa0d6-ad6a-4f16-97b9-e6507313c18b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T071931Z:336c02e7-ed57-4ea3-a20a-a5dfc99e69e4" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6ff8fe09-0e26-4078-a249-8ee334022454?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "60416460bf2b4157032dbec88502a9b7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1491", + "Content-Type": "application/json", + "Date": "Wed, 17 Nov 2021 07:19:32 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "60416460bf2b4157032dbec88502a9b7", + "x-ms-correlation-request-id": "6027d29a-fea9-4500-a5eb-87b2091b6023", + "x-ms-ratelimit-remaining-subscription-reads": "11965", + "x-ms-request-id": "fb10299f-5301-4520-9633-c4333f67f4ff", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T071933Z:6027d29a-fea9-4500-a5eb-87b2091b6023" + }, + "ResponseBody": { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "Storage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-8654/providers/Microsoft.Storage/storageAccounts/teststoragemgmt6700", + "name": "teststoragemgmt6700", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "sasPolicy": { + "sasExpirationPeriod": "2.02:03:59", + "expirationAction": "Log" + }, + "keyPolicy": { + "keyExpirationPeriodInDays": 2, + "enableAutoRotation": false + }, + "keyCreationTime": { + "key1": "2021-11-17T07:19:15.0111640Z", + "key2": "2021-11-17T07:19:15.0111640Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T07:19:15.0111640Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T07:19:15.0111640Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "provisioningState": "Succeeded", + "creationTime": "2021-11-17T07:19:14.8861121Z", + "primaryEndpoints": { + "blob": "https://teststoragemgmt6700.blob.core.windows.net/", + "queue": "https://teststoragemgmt6700.queue.core.windows.net/", + "table": "https://teststoragemgmt6700.table.core.windows.net/", + "file": "https://teststoragemgmt6700.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-8654/providers/Microsoft.Storage/storageAccounts/teststoragemgmt6700?api-version=2021-04-01", + "RequestMethod": "PATCH", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "185", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "df6aff6173c8ad72937fde96304a2bbf", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "kind": "StorageV2", + "properties": { + "sasPolicy": { + "sasExpirationPeriod": "0.02:03:59", + "expirationAction": "Log" + }, + "keyPolicy": { + "keyExpirationPeriodInDays": 9 + }, + "supportsHttpsTrafficOnly": true + } + }, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1632", + "Content-Type": "application/json", + "Date": "Wed, 17 Nov 2021 07:19:35 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "df6aff6173c8ad72937fde96304a2bbf", + "x-ms-correlation-request-id": "577b5c7d-4dfb-434b-b2ad-85f97c4b3c1c", + "x-ms-ratelimit-remaining-subscription-writes": "1193", + "x-ms-request-id": "dd24c0db-31fa-4168-8996-852f6d138a06", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T071936Z:577b5c7d-4dfb-434b-b2ad-85f97c4b3c1c" + }, + "ResponseBody": { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "StorageV2", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-8654/providers/Microsoft.Storage/storageAccounts/teststoragemgmt6700", + "name": "teststoragemgmt6700", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "sasPolicy": { + "sasExpirationPeriod": "0.02:03:59", + "expirationAction": "Log" + }, + "keyPolicy": { + "keyExpirationPeriodInDays": 9, + "enableAutoRotation": false + }, + "keyCreationTime": { + "key1": "2021-11-17T07:19:15.0111640Z", + "key2": "2021-11-17T07:19:15.0111640Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T07:19:15.0111640Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T07:19:15.0111640Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "accessTier": "Hot", + "provisioningState": "Succeeded", + "creationTime": "2021-11-17T07:19:14.8861121Z", + "primaryEndpoints": { + "dfs": "https://teststoragemgmt6700.dfs.core.windows.net/", + "web": "https://teststoragemgmt6700.z20.web.core.windows.net/", + "blob": "https://teststoragemgmt6700.blob.core.windows.net/", + "queue": "https://teststoragemgmt6700.queue.core.windows.net/", + "table": "https://teststoragemgmt6700.table.core.windows.net/", + "file": "https://teststoragemgmt6700.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + } + } + ], + "Variables": { + "RandomSeed": "267864454", + "RESOURCE_MANAGER_URL": null, + "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" + } +} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountVnetACL.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountVnetACL.json new file mode 100644 index 0000000000000..028396fb74dac --- /dev/null +++ b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountVnetACL.json @@ -0,0 +1,1204 @@ +{ + "Entries": [ + { + "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-bb068e050d84d642b02b3c48d2bc4780-15448c7f2635a143-00", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "20627d90d49bd1494fcf378adcc33401", + "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": "Wed, 17 Nov 2021 03:17:43 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "1fdb4b83-45ce-4a90-8a6f-5ea06c528f32", + "x-ms-ratelimit-remaining-subscription-reads": "11963", + "x-ms-request-id": "1fdb4b83-45ce-4a90-8a6f-5ea06c528f32", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T031744Z:1fdb4b83-45ce-4a90-8a6f-5ea06c528f32" + }, + "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.Storage/checkNameAvailability?api-version=2021-04-01", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "73", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "9aa61a6d40c15e11a662507a184be7ce", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "name": "teststoragemgmt5375", + "type": "Microsoft.Storage/storageAccounts" + }, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "22", + "Content-Type": "application/json", + "Date": "Wed, 17 Nov 2021 03:17:45 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "9aa61a6d40c15e11a662507a184be7ce", + "x-ms-correlation-request-id": "31114ef1-0a96-431a-9aba-5a9e69a8d23e", + "x-ms-ratelimit-remaining-subscription-reads": "11962", + "x-ms-request-id": "958c3ede-0d90-453f-8432-c84704fb7626", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T031746Z:31114ef1-0a96-431a-9aba-5a9e69a8d23e" + }, + "ResponseBody": { + "nameAvailable": true + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/teststorageRG-3314?api-version=2019-10-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "44", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "7d5ae8fae2c7dc411bd0c0010c83b01b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "location": "eastus2", + "tags": { + "test": "env" + } + }, + "StatusCode": 201, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "256", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 17 Nov 2021 03:17:46 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "6ef180b7-bd4e-4976-b8b9-0a6d7ee335c4", + "x-ms-ratelimit-remaining-subscription-writes": "1193", + "x-ms-request-id": "6ef180b7-bd4e-4976-b8b9-0a6d7ee335c4", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T031747Z:6ef180b7-bd4e-4976-b8b9-0a6d7ee335c4" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-3314", + "name": "teststorageRG-3314", + "type": "Microsoft.Resources/resourceGroups", + "location": "eastus2", + "tags": { + "test": "env" + }, + "properties": { + "provisioningState": "Succeeded" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-3314/providers/Microsoft.Storage/storageAccounts/teststoragemgmt5375?api-version=2021-04-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "252", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "53362b0ccf5e513cc2f572f95736844f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "sku": { + "name": "Standard_LRS" + }, + "kind": "StorageV2", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "networkAcls": { + "bypass": "Logging,AzureServices", + "ipRules": [ + { + "value": "23.45.67.90", + "action": "Allow" + } + ], + "defaultAction": "Deny" + } + } + }, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 03:17:54 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/752d51fe-69af-4b83-a8ba-9de25b6413a6?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "53362b0ccf5e513cc2f572f95736844f", + "x-ms-correlation-request-id": "76f37940-ea29-4f1f-9b07-5742d50dc8c1", + "x-ms-ratelimit-remaining-subscription-writes": "1192", + "x-ms-request-id": "752d51fe-69af-4b83-a8ba-9de25b6413a6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T031755Z:76f37940-ea29-4f1f-9b07-5742d50dc8c1" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/752d51fe-69af-4b83-a8ba-9de25b6413a6?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "1f0b5f9f7bb12bedac09bbd26f4784e4", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 03:17:54 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/752d51fe-69af-4b83-a8ba-9de25b6413a6?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1f0b5f9f7bb12bedac09bbd26f4784e4", + "x-ms-correlation-request-id": "49d8932c-c93b-4694-9d2d-23e72011782a", + "x-ms-ratelimit-remaining-subscription-reads": "11961", + "x-ms-request-id": "15c3ae7c-fa0b-44ba-b651-2551adfcf466", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T031755Z:49d8932c-c93b-4694-9d2d-23e72011782a" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/752d51fe-69af-4b83-a8ba-9de25b6413a6?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "7c45704c64bbae7585feeea029cdff65", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 03:17:56 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/752d51fe-69af-4b83-a8ba-9de25b6413a6?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "7c45704c64bbae7585feeea029cdff65", + "x-ms-correlation-request-id": "80d387d1-63bc-4124-a172-959360cab02e", + "x-ms-ratelimit-remaining-subscription-reads": "11960", + "x-ms-request-id": "64b37cad-ce3b-4d47-93af-c780d567fe4f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T031757Z:80d387d1-63bc-4124-a172-959360cab02e" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/752d51fe-69af-4b83-a8ba-9de25b6413a6?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "f859935c642a409ea29c9f9ca3d3c71c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 03:17:57 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/752d51fe-69af-4b83-a8ba-9de25b6413a6?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f859935c642a409ea29c9f9ca3d3c71c", + "x-ms-correlation-request-id": "2cc24731-76a8-4963-bb62-04b67cf58f57", + "x-ms-ratelimit-remaining-subscription-reads": "11959", + "x-ms-request-id": "0912f769-c339-4597-8c55-2f65b7476803", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T031758Z:2cc24731-76a8-4963-bb62-04b67cf58f57" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/752d51fe-69af-4b83-a8ba-9de25b6413a6?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "e123c1391c163b23e95d9ab28c4d02de", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 03:17:58 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/752d51fe-69af-4b83-a8ba-9de25b6413a6?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e123c1391c163b23e95d9ab28c4d02de", + "x-ms-correlation-request-id": "e70dc127-5381-49e4-8acd-fd465bc06848", + "x-ms-ratelimit-remaining-subscription-reads": "11958", + "x-ms-request-id": "400f31b6-6e0c-4759-bf26-e2acdb913778", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T031759Z:e70dc127-5381-49e4-8acd-fd465bc06848" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/752d51fe-69af-4b83-a8ba-9de25b6413a6?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "dc75550a8ceee8bad105d91ec4d80ab1", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 03:18:00 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/752d51fe-69af-4b83-a8ba-9de25b6413a6?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "dc75550a8ceee8bad105d91ec4d80ab1", + "x-ms-correlation-request-id": "339b81bf-a32f-4ec6-93fe-d594f5da4c91", + "x-ms-ratelimit-remaining-subscription-reads": "11957", + "x-ms-request-id": "7269524f-d131-47aa-8470-2d20d089eb05", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T031801Z:339b81bf-a32f-4ec6-93fe-d594f5da4c91" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/752d51fe-69af-4b83-a8ba-9de25b6413a6?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "6766d2371daa3f4e6f1e0ecdc9ebb455", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 03:18:01 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/752d51fe-69af-4b83-a8ba-9de25b6413a6?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6766d2371daa3f4e6f1e0ecdc9ebb455", + "x-ms-correlation-request-id": "b67cef09-d61d-4955-ae62-b1298aac70a6", + "x-ms-ratelimit-remaining-subscription-reads": "11956", + "x-ms-request-id": "f315a6dd-5503-4e56-ac8b-6f5922841a8e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T031802Z:b67cef09-d61d-4955-ae62-b1298aac70a6" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/752d51fe-69af-4b83-a8ba-9de25b6413a6?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "4e91c099eb5ead2e073a0f1143057611", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 03:18:02 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/752d51fe-69af-4b83-a8ba-9de25b6413a6?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4e91c099eb5ead2e073a0f1143057611", + "x-ms-correlation-request-id": "d01ebcc0-3945-4cf9-b582-d664fe1307e5", + "x-ms-ratelimit-remaining-subscription-reads": "11955", + "x-ms-request-id": "b13ad634-0215-4865-98aa-3084c709bf57", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T031803Z:d01ebcc0-3945-4cf9-b582-d664fe1307e5" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/752d51fe-69af-4b83-a8ba-9de25b6413a6?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "b97be8539ae6ec3406356ccf7dec1ee5", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 03:18:05 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/752d51fe-69af-4b83-a8ba-9de25b6413a6?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b97be8539ae6ec3406356ccf7dec1ee5", + "x-ms-correlation-request-id": "19d003af-9227-405c-aef8-c998cbba4a07", + "x-ms-ratelimit-remaining-subscription-reads": "11954", + "x-ms-request-id": "40d74f6c-743e-47e1-a920-a1f0fd6cd3bb", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T031805Z:19d003af-9227-405c-aef8-c998cbba4a07" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/752d51fe-69af-4b83-a8ba-9de25b6413a6?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "03848450bc474b53a4b8606f0e3dfc6a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 03:18:06 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/752d51fe-69af-4b83-a8ba-9de25b6413a6?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "03848450bc474b53a4b8606f0e3dfc6a", + "x-ms-correlation-request-id": "d5932d2d-5fd8-4a53-ac99-880383420993", + "x-ms-ratelimit-remaining-subscription-reads": "11953", + "x-ms-request-id": "4eaaf7e7-7e4d-443a-9ba9-4b16d5c8dba8", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T031806Z:d5932d2d-5fd8-4a53-ac99-880383420993" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/752d51fe-69af-4b83-a8ba-9de25b6413a6?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "e179fda7fa70ff6e8ba447287f5e2f1a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 03:18:07 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/752d51fe-69af-4b83-a8ba-9de25b6413a6?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e179fda7fa70ff6e8ba447287f5e2f1a", + "x-ms-correlation-request-id": "e6859502-307d-4844-a369-047b4e9f625a", + "x-ms-ratelimit-remaining-subscription-reads": "11952", + "x-ms-request-id": "73fbc46e-0489-47ac-8736-b89f7205b188", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T031807Z:e6859502-307d-4844-a369-047b4e9f625a" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/752d51fe-69af-4b83-a8ba-9de25b6413a6?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "bec0291b738096c9942f152e39c5dec9", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 03:18:08 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/752d51fe-69af-4b83-a8ba-9de25b6413a6?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "bec0291b738096c9942f152e39c5dec9", + "x-ms-correlation-request-id": "4769564c-e484-44b2-ac1a-f29e9af1b359", + "x-ms-ratelimit-remaining-subscription-reads": "11951", + "x-ms-request-id": "61c79606-4065-4470-8a6f-5039d005a57f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T031809Z:4769564c-e484-44b2-ac1a-f29e9af1b359" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/752d51fe-69af-4b83-a8ba-9de25b6413a6?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "802801393d735675168578a2742bcc45", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 03:18:10 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/752d51fe-69af-4b83-a8ba-9de25b6413a6?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "802801393d735675168578a2742bcc45", + "x-ms-correlation-request-id": "5f42753a-0ef5-438a-a8a0-c9d9a58f5a08", + "x-ms-ratelimit-remaining-subscription-reads": "11950", + "x-ms-request-id": "7cf6143f-7b0d-4bd7-bea7-76c3302a073f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T031810Z:5f42753a-0ef5-438a-a8a0-c9d9a58f5a08" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/752d51fe-69af-4b83-a8ba-9de25b6413a6?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "e55346893d7c34e933e24c41e540c5c6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1471", + "Content-Type": "application/json", + "Date": "Wed, 17 Nov 2021 03:18:11 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e55346893d7c34e933e24c41e540c5c6", + "x-ms-correlation-request-id": "550255fd-f6f0-4100-82a4-fb92b804c227", + "x-ms-ratelimit-remaining-subscription-reads": "11949", + "x-ms-request-id": "2dc1f49c-daa4-41b0-8148-da1c6068fcb0", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T031811Z:550255fd-f6f0-4100-82a4-fb92b804c227" + }, + "ResponseBody": { + "sku": { + "name": "Standard_LRS", + "tier": "Standard" + }, + "kind": "StorageV2", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-3314/providers/Microsoft.Storage/storageAccounts/teststoragemgmt5375", + "name": "teststoragemgmt5375", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-11-17T03:17:53.9020133Z", + "key2": "2021-11-17T03:17:53.9020133Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "Logging, AzureServices", + "virtualNetworkRules": [], + "ipRules": [ + { + "value": "23.45.67.90", + "action": "Allow" + } + ], + "defaultAction": "Deny" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T03:17:53.9020133Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T03:17:53.9020133Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "accessTier": "Hot", + "provisioningState": "Succeeded", + "creationTime": "2021-11-17T03:17:53.8083078Z", + "primaryEndpoints": { + "dfs": "https://teststoragemgmt5375.dfs.core.windows.net/", + "web": "https://teststoragemgmt5375.z20.web.core.windows.net/", + "blob": "https://teststoragemgmt5375.blob.core.windows.net/", + "queue": "https://teststoragemgmt5375.queue.core.windows.net/", + "table": "https://teststoragemgmt5375.table.core.windows.net/", + "file": "https://teststoragemgmt5375.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-3314/providers/Microsoft.Storage/storageAccounts/teststoragemgmt5375?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "7dee7dc6af36dea7b46aa8fbfb272269", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1471", + "Content-Type": "application/json", + "Date": "Wed, 17 Nov 2021 03:18:11 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "7dee7dc6af36dea7b46aa8fbfb272269", + "x-ms-correlation-request-id": "0bac50d2-b19b-48a0-ad26-f0a400d80039", + "x-ms-ratelimit-remaining-subscription-reads": "11948", + "x-ms-request-id": "185de756-83d3-431c-987d-282097b10b7b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T031811Z:0bac50d2-b19b-48a0-ad26-f0a400d80039" + }, + "ResponseBody": { + "sku": { + "name": "Standard_LRS", + "tier": "Standard" + }, + "kind": "StorageV2", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-3314/providers/Microsoft.Storage/storageAccounts/teststoragemgmt5375", + "name": "teststoragemgmt5375", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-11-17T03:17:53.9020133Z", + "key2": "2021-11-17T03:17:53.9020133Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "Logging, AzureServices", + "virtualNetworkRules": [], + "ipRules": [ + { + "value": "23.45.67.90", + "action": "Allow" + } + ], + "defaultAction": "Deny" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T03:17:53.9020133Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T03:17:53.9020133Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "accessTier": "Hot", + "provisioningState": "Succeeded", + "creationTime": "2021-11-17T03:17:53.8083078Z", + "primaryEndpoints": { + "dfs": "https://teststoragemgmt5375.dfs.core.windows.net/", + "web": "https://teststoragemgmt5375.z20.web.core.windows.net/", + "blob": "https://teststoragemgmt5375.blob.core.windows.net/", + "queue": "https://teststoragemgmt5375.queue.core.windows.net/", + "table": "https://teststoragemgmt5375.table.core.windows.net/", + "file": "https://teststoragemgmt5375.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-3314/providers/Microsoft.Storage/storageAccounts/teststoragemgmt5375?api-version=2021-04-01", + "RequestMethod": "PATCH", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "535", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "f2a4cf62f971fb4d18f34c90f13370d5", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "properties": { + "networkAcls": { + "bypass": "Logging, Metrics", + "resourceAccessRules": [ + { + "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", + "resourceId": "/subscriptions/subID/resourceGroups/RGName/providers/Microsoft.Storage/storageAccounts/testaccount1" + }, + { + "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", + "resourceId": "/subscriptions/subID/resourceGroups/RGName/providers/Microsoft.Storage/storageAccounts/testaccount2" + } + ], + "ipRules": [ + { + "value": "23.45.67.91", + "action": "Allow" + }, + { + "value": "23.45.67.92", + "action": "Allow" + } + ], + "defaultAction": "Deny" + } + } + }, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1864", + "Content-Type": "application/json", + "Date": "Wed, 17 Nov 2021 03:18:13 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f2a4cf62f971fb4d18f34c90f13370d5", + "x-ms-correlation-request-id": "3e5e7192-2098-4af5-b476-f84591461f5f", + "x-ms-ratelimit-remaining-subscription-writes": "1191", + "x-ms-request-id": "62da64f4-e21e-4d44-9a67-fb7cc371f26e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T031813Z:3e5e7192-2098-4af5-b476-f84591461f5f" + }, + "ResponseBody": { + "sku": { + "name": "Standard_LRS", + "tier": "Standard" + }, + "kind": "StorageV2", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-3314/providers/Microsoft.Storage/storageAccounts/teststoragemgmt5375", + "name": "teststoragemgmt5375", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-11-17T03:17:53.9020133Z", + "key2": "2021-11-17T03:17:53.9020133Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "resourceAccessRules": [ + { + "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", + "resourceId": "/subscriptions/subID/resourceGroups/RGName/providers/Microsoft.Storage/storageAccounts/testaccount1" + }, + { + "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", + "resourceId": "/subscriptions/subID/resourceGroups/RGName/providers/Microsoft.Storage/storageAccounts/testaccount2" + } + ], + "bypass": "Logging, Metrics", + "virtualNetworkRules": [], + "ipRules": [ + { + "value": "23.45.67.91", + "action": "Allow" + }, + { + "value": "23.45.67.92", + "action": "Allow" + } + ], + "defaultAction": "Deny" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T03:17:53.9020133Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T03:17:53.9020133Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "accessTier": "Hot", + "provisioningState": "Succeeded", + "creationTime": "2021-11-17T03:17:53.8083078Z", + "primaryEndpoints": { + "dfs": "https://teststoragemgmt5375.dfs.core.windows.net/", + "web": "https://teststoragemgmt5375.z20.web.core.windows.net/", + "blob": "https://teststoragemgmt5375.blob.core.windows.net/", + "queue": "https://teststoragemgmt5375.queue.core.windows.net/", + "table": "https://teststoragemgmt5375.table.core.windows.net/", + "file": "https://teststoragemgmt5375.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-3314/providers/Microsoft.Storage/storageAccounts/teststoragemgmt5375?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "f7dbb1bf4f3cd90f9f75301194ee390c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1864", + "Content-Type": "application/json", + "Date": "Wed, 17 Nov 2021 03:18:13 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f7dbb1bf4f3cd90f9f75301194ee390c", + "x-ms-correlation-request-id": "c9c17dc0-33a8-4090-b8aa-a5cd5402cb29", + "x-ms-ratelimit-remaining-subscription-reads": "11947", + "x-ms-request-id": "553f1da5-1814-411b-9301-11cb9d1e5582", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T031813Z:c9c17dc0-33a8-4090-b8aa-a5cd5402cb29" + }, + "ResponseBody": { + "sku": { + "name": "Standard_LRS", + "tier": "Standard" + }, + "kind": "StorageV2", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-3314/providers/Microsoft.Storage/storageAccounts/teststoragemgmt5375", + "name": "teststoragemgmt5375", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-11-17T03:17:53.9020133Z", + "key2": "2021-11-17T03:17:53.9020133Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "resourceAccessRules": [ + { + "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", + "resourceId": "/subscriptions/subID/resourceGroups/RGName/providers/Microsoft.Storage/storageAccounts/testaccount1" + }, + { + "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", + "resourceId": "/subscriptions/subID/resourceGroups/RGName/providers/Microsoft.Storage/storageAccounts/testaccount2" + } + ], + "bypass": "Logging, Metrics", + "virtualNetworkRules": [], + "ipRules": [ + { + "value": "23.45.67.91", + "action": "Allow" + }, + { + "value": "23.45.67.92", + "action": "Allow" + } + ], + "defaultAction": "Deny" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T03:17:53.9020133Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T03:17:53.9020133Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "accessTier": "Hot", + "provisioningState": "Succeeded", + "creationTime": "2021-11-17T03:17:53.8083078Z", + "primaryEndpoints": { + "dfs": "https://teststoragemgmt5375.dfs.core.windows.net/", + "web": "https://teststoragemgmt5375.z20.web.core.windows.net/", + "blob": "https://teststoragemgmt5375.blob.core.windows.net/", + "queue": "https://teststoragemgmt5375.queue.core.windows.net/", + "table": "https://teststoragemgmt5375.table.core.windows.net/", + "file": "https://teststoragemgmt5375.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-3314/providers/Microsoft.Storage/storageAccounts/teststoragemgmt5375?api-version=2021-04-01", + "RequestMethod": "PATCH", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "56", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "16dee3c0d29bcd5430f265426217ed80", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "properties": { + "networkAcls": { + "defaultAction": "Allow" + } + } + }, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1865", + "Content-Type": "application/json", + "Date": "Wed, 17 Nov 2021 03:18:15 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "16dee3c0d29bcd5430f265426217ed80", + "x-ms-correlation-request-id": "439fea1e-27d2-44a4-8e7b-b90424f4bf78", + "x-ms-ratelimit-remaining-subscription-writes": "1190", + "x-ms-request-id": "c69b9f10-9513-4860-b6e1-e3e168f94be5", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T031815Z:439fea1e-27d2-44a4-8e7b-b90424f4bf78" + }, + "ResponseBody": { + "sku": { + "name": "Standard_LRS", + "tier": "Standard" + }, + "kind": "StorageV2", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-3314/providers/Microsoft.Storage/storageAccounts/teststoragemgmt5375", + "name": "teststoragemgmt5375", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-11-17T03:17:53.9020133Z", + "key2": "2021-11-17T03:17:53.9020133Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "resourceAccessRules": [ + { + "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", + "resourceId": "/subscriptions/subID/resourceGroups/RGName/providers/Microsoft.Storage/storageAccounts/testaccount1" + }, + { + "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", + "resourceId": "/subscriptions/subID/resourceGroups/RGName/providers/Microsoft.Storage/storageAccounts/testaccount2" + } + ], + "bypass": "Logging, Metrics", + "virtualNetworkRules": [], + "ipRules": [ + { + "value": "23.45.67.91", + "action": "Allow" + }, + { + "value": "23.45.67.92", + "action": "Allow" + } + ], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T03:17:53.9020133Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T03:17:53.9020133Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "accessTier": "Hot", + "provisioningState": "Succeeded", + "creationTime": "2021-11-17T03:17:53.8083078Z", + "primaryEndpoints": { + "dfs": "https://teststoragemgmt5375.dfs.core.windows.net/", + "web": "https://teststoragemgmt5375.z20.web.core.windows.net/", + "blob": "https://teststoragemgmt5375.blob.core.windows.net/", + "queue": "https://teststoragemgmt5375.queue.core.windows.net/", + "table": "https://teststoragemgmt5375.table.core.windows.net/", + "file": "https://teststoragemgmt5375.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-3314/providers/Microsoft.Storage/storageAccounts/teststoragemgmt5375?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "493bd3fa2a4b132cbfcb53fcc83b6729", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1865", + "Content-Type": "application/json", + "Date": "Wed, 17 Nov 2021 03:18:15 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "493bd3fa2a4b132cbfcb53fcc83b6729", + "x-ms-correlation-request-id": "dad75297-6584-4a8f-a87b-5e320f22cc39", + "x-ms-ratelimit-remaining-subscription-reads": "11946", + "x-ms-request-id": "03fbab8c-004e-44c1-8367-2a11f79dcb5d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T031815Z:dad75297-6584-4a8f-a87b-5e320f22cc39" + }, + "ResponseBody": { + "sku": { + "name": "Standard_LRS", + "tier": "Standard" + }, + "kind": "StorageV2", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-3314/providers/Microsoft.Storage/storageAccounts/teststoragemgmt5375", + "name": "teststoragemgmt5375", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-11-17T03:17:53.9020133Z", + "key2": "2021-11-17T03:17:53.9020133Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "resourceAccessRules": [ + { + "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", + "resourceId": "/subscriptions/subID/resourceGroups/RGName/providers/Microsoft.Storage/storageAccounts/testaccount1" + }, + { + "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", + "resourceId": "/subscriptions/subID/resourceGroups/RGName/providers/Microsoft.Storage/storageAccounts/testaccount2" + } + ], + "bypass": "Logging, Metrics", + "virtualNetworkRules": [], + "ipRules": [ + { + "value": "23.45.67.91", + "action": "Allow" + }, + { + "value": "23.45.67.92", + "action": "Allow" + } + ], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T03:17:53.9020133Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T03:17:53.9020133Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "accessTier": "Hot", + "provisioningState": "Succeeded", + "creationTime": "2021-11-17T03:17:53.8083078Z", + "primaryEndpoints": { + "dfs": "https://teststoragemgmt5375.dfs.core.windows.net/", + "web": "https://teststoragemgmt5375.z20.web.core.windows.net/", + "blob": "https://teststoragemgmt5375.blob.core.windows.net/", + "queue": "https://teststoragemgmt5375.queue.core.windows.net/", + "table": "https://teststoragemgmt5375.table.core.windows.net/", + "file": "https://teststoragemgmt5375.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available" + } + } + } + ], + "Variables": { + "RandomSeed": "258606785", + "RESOURCE_MANAGER_URL": null, + "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" + } +} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountVnetACLAsync.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountVnetACLAsync.json new file mode 100644 index 0000000000000..d442ad689383b --- /dev/null +++ b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountVnetACLAsync.json @@ -0,0 +1,1235 @@ +{ + "Entries": [ + { + "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-9d37f46253835b45871e1db3e93ff720-2f3c048444cdb545-00", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "464c5e9c5dfd6ffb90d8694923bdafb9", + "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": "Wed, 17 Nov 2021 03:19:39 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "57b96a85-23d4-4f24-9a5e-f1090fb4b7d0", + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-request-id": "57b96a85-23d4-4f24-9a5e-f1090fb4b7d0", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T031939Z:57b96a85-23d4-4f24-9a5e-f1090fb4b7d0" + }, + "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.Storage/checkNameAvailability?api-version=2021-04-01", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "73", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "7952d2844a6e66742a9d7b0f83dde8f2", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "name": "teststoragemgmt5544", + "type": "Microsoft.Storage/storageAccounts" + }, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "22", + "Content-Type": "application/json", + "Date": "Wed, 17 Nov 2021 03:19:41 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "7952d2844a6e66742a9d7b0f83dde8f2", + "x-ms-correlation-request-id": "5e53f060-7d0b-4a0e-9585-c7143f8909dd", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-request-id": "a49e2475-38ef-4d24-bd38-213e7a8527ae", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T031941Z:5e53f060-7d0b-4a0e-9585-c7143f8909dd" + }, + "ResponseBody": { + "nameAvailable": true + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/teststorageRG-2468?api-version=2019-10-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "44", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "63fb59f62f88b28a3df49ca2b0a7617f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "location": "eastus2", + "tags": { + "test": "env" + } + }, + "StatusCode": 201, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "256", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 17 Nov 2021 03:19:42 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "fd097a22-307c-4ece-bec5-d4b529825688", + "x-ms-ratelimit-remaining-subscription-writes": "1199", + "x-ms-request-id": "fd097a22-307c-4ece-bec5-d4b529825688", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T031943Z:fd097a22-307c-4ece-bec5-d4b529825688" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-2468", + "name": "teststorageRG-2468", + "type": "Microsoft.Resources/resourceGroups", + "location": "eastus2", + "tags": { + "test": "env" + }, + "properties": { + "provisioningState": "Succeeded" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-2468/providers/Microsoft.Storage/storageAccounts/teststoragemgmt5544?api-version=2021-04-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "252", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "bbdb769e2d8bd814dfd3c080600cfa81", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "sku": { + "name": "Standard_LRS" + }, + "kind": "StorageV2", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "networkAcls": { + "bypass": "Logging,AzureServices", + "ipRules": [ + { + "value": "23.45.67.90", + "action": "Allow" + } + ], + "defaultAction": "Deny" + } + } + }, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 03:19:50 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2a4df26b-02a9-4824-945e-c21e18c43fa7?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "bbdb769e2d8bd814dfd3c080600cfa81", + "x-ms-correlation-request-id": "44313034-4310-41f7-bd40-cbf654b8ae3b", + "x-ms-ratelimit-remaining-subscription-writes": "1198", + "x-ms-request-id": "2a4df26b-02a9-4824-945e-c21e18c43fa7", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T031950Z:44313034-4310-41f7-bd40-cbf654b8ae3b" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2a4df26b-02a9-4824-945e-c21e18c43fa7?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "67e48f1a370dc8e5442383b46f0a5230", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 03:19:50 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2a4df26b-02a9-4824-945e-c21e18c43fa7?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "67e48f1a370dc8e5442383b46f0a5230", + "x-ms-correlation-request-id": "d5dabfb1-c4c7-4469-9afe-771756f74934", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-request-id": "68d1547d-589a-42eb-81a3-8fd78072c135", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T031951Z:d5dabfb1-c4c7-4469-9afe-771756f74934" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2a4df26b-02a9-4824-945e-c21e18c43fa7?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "fe4b1bfa0bdfdcc17a38f3c4fcbfff1b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 03:19:52 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2a4df26b-02a9-4824-945e-c21e18c43fa7?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "fe4b1bfa0bdfdcc17a38f3c4fcbfff1b", + "x-ms-correlation-request-id": "2e3cf52b-f647-4917-8027-9e2580645377", + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-request-id": "b74a2549-1a6f-4800-9b43-c4b47610752f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T031952Z:2e3cf52b-f647-4917-8027-9e2580645377" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2a4df26b-02a9-4824-945e-c21e18c43fa7?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "d065ca5993271f73cbff119b3e4733bd", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 03:19:53 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2a4df26b-02a9-4824-945e-c21e18c43fa7?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d065ca5993271f73cbff119b3e4733bd", + "x-ms-correlation-request-id": "7b967034-bd8d-45e0-b3eb-8604d962fe32", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-request-id": "d6c7b382-19a9-46d3-8d2d-dd096d056095", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T031953Z:7b967034-bd8d-45e0-b3eb-8604d962fe32" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2a4df26b-02a9-4824-945e-c21e18c43fa7?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "bd5b00747a780f16ce08edd44421cc85", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 03:19:54 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2a4df26b-02a9-4824-945e-c21e18c43fa7?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "bd5b00747a780f16ce08edd44421cc85", + "x-ms-correlation-request-id": "c3550d84-b8c5-49cb-8efe-41ab85928270", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-request-id": "8a355341-8e5f-43f4-b601-ca337021bdc1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T031955Z:c3550d84-b8c5-49cb-8efe-41ab85928270" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2a4df26b-02a9-4824-945e-c21e18c43fa7?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "a45b682381a46609a72c33e0f9269e32", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 03:19:55 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2a4df26b-02a9-4824-945e-c21e18c43fa7?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a45b682381a46609a72c33e0f9269e32", + "x-ms-correlation-request-id": "0e290098-1abf-42bd-b995-f9e6964fca50", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-request-id": "cac78b0f-5151-434a-8187-e2ea2e22933b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T031956Z:0e290098-1abf-42bd-b995-f9e6964fca50" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2a4df26b-02a9-4824-945e-c21e18c43fa7?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "fb4f36044263dfa2b456011fa69edaaa", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 03:19:57 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2a4df26b-02a9-4824-945e-c21e18c43fa7?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "fb4f36044263dfa2b456011fa69edaaa", + "x-ms-correlation-request-id": "652f1bfe-9fe7-42fd-96c9-db2b06bc461b", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-request-id": "d2072fbc-c4c5-4fde-918e-5824399b6fb7", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T031957Z:652f1bfe-9fe7-42fd-96c9-db2b06bc461b" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2a4df26b-02a9-4824-945e-c21e18c43fa7?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "d5778b328fecf218f6f4154b473515a8", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 03:19:58 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2a4df26b-02a9-4824-945e-c21e18c43fa7?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d5778b328fecf218f6f4154b473515a8", + "x-ms-correlation-request-id": "fb7aef85-151c-4521-81f9-05f172309f87", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-request-id": "55b52a3c-e60d-4ea7-8804-f8d0ae560cf3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T031959Z:fb7aef85-151c-4521-81f9-05f172309f87" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2a4df26b-02a9-4824-945e-c21e18c43fa7?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "0dd0ba69d0d1e022c67bf04d80eac008", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 03:19:59 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2a4df26b-02a9-4824-945e-c21e18c43fa7?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "0dd0ba69d0d1e022c67bf04d80eac008", + "x-ms-correlation-request-id": "7d598134-3391-4ef7-9f60-ddd5f1fd8ef7", + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-request-id": "1e8aa5bc-a991-4993-abae-489b91e5999f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T032000Z:7d598134-3391-4ef7-9f60-ddd5f1fd8ef7" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2a4df26b-02a9-4824-945e-c21e18c43fa7?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "6dad8851c8ae74461e5c046f2c56977e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 03:20:01 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2a4df26b-02a9-4824-945e-c21e18c43fa7?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6dad8851c8ae74461e5c046f2c56977e", + "x-ms-correlation-request-id": "4ac18e67-3683-4bb4-9dbb-d71b7e4a0286", + "x-ms-ratelimit-remaining-subscription-reads": "11988", + "x-ms-request-id": "a1eb4da9-8830-4cef-a5b6-8444dcaaa554", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T032001Z:4ac18e67-3683-4bb4-9dbb-d71b7e4a0286" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2a4df26b-02a9-4824-945e-c21e18c43fa7?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "ecb55941cdce62d869960f709fca720c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 03:20:02 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2a4df26b-02a9-4824-945e-c21e18c43fa7?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ecb55941cdce62d869960f709fca720c", + "x-ms-correlation-request-id": "7dcdd319-df9b-43a0-ab0f-eecb358a962c", + "x-ms-ratelimit-remaining-subscription-reads": "11987", + "x-ms-request-id": "ccbbc2f4-453a-491e-af53-ef786099a560", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T032002Z:7dcdd319-df9b-43a0-ab0f-eecb358a962c" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2a4df26b-02a9-4824-945e-c21e18c43fa7?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "bef90d34a788a1f9735bef75cbb2b46f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 03:20:03 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2a4df26b-02a9-4824-945e-c21e18c43fa7?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "bef90d34a788a1f9735bef75cbb2b46f", + "x-ms-correlation-request-id": "a2348cb2-f92f-4137-a1f7-6884a9a8bd56", + "x-ms-ratelimit-remaining-subscription-reads": "11986", + "x-ms-request-id": "6fbb7dae-a874-4602-8035-1196336852c9", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T032004Z:a2348cb2-f92f-4137-a1f7-6884a9a8bd56" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2a4df26b-02a9-4824-945e-c21e18c43fa7?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "260c71e3d4358439b04a0417b9d5d553", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 03:20:05 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2a4df26b-02a9-4824-945e-c21e18c43fa7?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "260c71e3d4358439b04a0417b9d5d553", + "x-ms-correlation-request-id": "43f8ff9e-9476-409f-95d1-8d33862b12e4", + "x-ms-ratelimit-remaining-subscription-reads": "11985", + "x-ms-request-id": "44abb1bb-4e99-4e16-8e8e-b35add9363d4", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T032005Z:43f8ff9e-9476-409f-95d1-8d33862b12e4" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2a4df26b-02a9-4824-945e-c21e18c43fa7?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "1f3af8e9d95d99f55f137873dd6397b6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 03:20:06 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2a4df26b-02a9-4824-945e-c21e18c43fa7?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1f3af8e9d95d99f55f137873dd6397b6", + "x-ms-correlation-request-id": "65b09d5a-57f2-4d99-b846-07ea2e6606d1", + "x-ms-ratelimit-remaining-subscription-reads": "11984", + "x-ms-request-id": "13cf7056-8823-4ace-a041-94649b84970f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T032006Z:65b09d5a-57f2-4d99-b846-07ea2e6606d1" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2a4df26b-02a9-4824-945e-c21e18c43fa7?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "2d8d9fe24cbd60d6d3750e3da3e2e79d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1471", + "Content-Type": "application/json", + "Date": "Wed, 17 Nov 2021 03:20:07 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "2d8d9fe24cbd60d6d3750e3da3e2e79d", + "x-ms-correlation-request-id": "d3884ad4-72ca-40e5-8b14-c064ea010ff3", + "x-ms-ratelimit-remaining-subscription-reads": "11983", + "x-ms-request-id": "bea27ac6-3479-4a07-ac8b-e452a635117a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T032008Z:d3884ad4-72ca-40e5-8b14-c064ea010ff3" + }, + "ResponseBody": { + "sku": { + "name": "Standard_LRS", + "tier": "Standard" + }, + "kind": "StorageV2", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-2468/providers/Microsoft.Storage/storageAccounts/teststoragemgmt5544", + "name": "teststoragemgmt5544", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-11-17T03:19:49.2347219Z", + "key2": "2021-11-17T03:19:49.2347219Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "Logging, AzureServices", + "virtualNetworkRules": [], + "ipRules": [ + { + "value": "23.45.67.90", + "action": "Allow" + } + ], + "defaultAction": "Deny" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T03:19:49.2347219Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T03:19:49.2347219Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "accessTier": "Hot", + "provisioningState": "Succeeded", + "creationTime": "2021-11-17T03:19:49.1409690Z", + "primaryEndpoints": { + "dfs": "https://teststoragemgmt5544.dfs.core.windows.net/", + "web": "https://teststoragemgmt5544.z20.web.core.windows.net/", + "blob": "https://teststoragemgmt5544.blob.core.windows.net/", + "queue": "https://teststoragemgmt5544.queue.core.windows.net/", + "table": "https://teststoragemgmt5544.table.core.windows.net/", + "file": "https://teststoragemgmt5544.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-2468/providers/Microsoft.Storage/storageAccounts/teststoragemgmt5544?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "d28b9b8594780a127c73c6215bc6a64c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1471", + "Content-Type": "application/json", + "Date": "Wed, 17 Nov 2021 03:20:08 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d28b9b8594780a127c73c6215bc6a64c", + "x-ms-correlation-request-id": "2733761e-0a72-44f5-9e56-50b3964b60a0", + "x-ms-ratelimit-remaining-subscription-reads": "11982", + "x-ms-request-id": "a168e6ec-0cb6-4f4f-9cfd-9ee66de011e8", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T032008Z:2733761e-0a72-44f5-9e56-50b3964b60a0" + }, + "ResponseBody": { + "sku": { + "name": "Standard_LRS", + "tier": "Standard" + }, + "kind": "StorageV2", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-2468/providers/Microsoft.Storage/storageAccounts/teststoragemgmt5544", + "name": "teststoragemgmt5544", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-11-17T03:19:49.2347219Z", + "key2": "2021-11-17T03:19:49.2347219Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "Logging, AzureServices", + "virtualNetworkRules": [], + "ipRules": [ + { + "value": "23.45.67.90", + "action": "Allow" + } + ], + "defaultAction": "Deny" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T03:19:49.2347219Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T03:19:49.2347219Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "accessTier": "Hot", + "provisioningState": "Succeeded", + "creationTime": "2021-11-17T03:19:49.1409690Z", + "primaryEndpoints": { + "dfs": "https://teststoragemgmt5544.dfs.core.windows.net/", + "web": "https://teststoragemgmt5544.z20.web.core.windows.net/", + "blob": "https://teststoragemgmt5544.blob.core.windows.net/", + "queue": "https://teststoragemgmt5544.queue.core.windows.net/", + "table": "https://teststoragemgmt5544.table.core.windows.net/", + "file": "https://teststoragemgmt5544.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-2468/providers/Microsoft.Storage/storageAccounts/teststoragemgmt5544?api-version=2021-04-01", + "RequestMethod": "PATCH", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "535", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "19344db3a7489d9621da4ce7cab7f67d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "properties": { + "networkAcls": { + "bypass": "Logging, Metrics", + "resourceAccessRules": [ + { + "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", + "resourceId": "/subscriptions/subID/resourceGroups/RGName/providers/Microsoft.Storage/storageAccounts/testaccount1" + }, + { + "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", + "resourceId": "/subscriptions/subID/resourceGroups/RGName/providers/Microsoft.Storage/storageAccounts/testaccount2" + } + ], + "ipRules": [ + { + "value": "23.45.67.91", + "action": "Allow" + }, + { + "value": "23.45.67.92", + "action": "Allow" + } + ], + "defaultAction": "Deny" + } + } + }, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1864", + "Content-Type": "application/json", + "Date": "Wed, 17 Nov 2021 03:20:09 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "19344db3a7489d9621da4ce7cab7f67d", + "x-ms-correlation-request-id": "9497aaa9-bf17-4c75-bed6-eb05bacc761b", + "x-ms-ratelimit-remaining-subscription-writes": "1197", + "x-ms-request-id": "6ce827ea-1140-43d0-bc94-d24b455c1ba8", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T032010Z:9497aaa9-bf17-4c75-bed6-eb05bacc761b" + }, + "ResponseBody": { + "sku": { + "name": "Standard_LRS", + "tier": "Standard" + }, + "kind": "StorageV2", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-2468/providers/Microsoft.Storage/storageAccounts/teststoragemgmt5544", + "name": "teststoragemgmt5544", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-11-17T03:19:49.2347219Z", + "key2": "2021-11-17T03:19:49.2347219Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "resourceAccessRules": [ + { + "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", + "resourceId": "/subscriptions/subID/resourceGroups/RGName/providers/Microsoft.Storage/storageAccounts/testaccount1" + }, + { + "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", + "resourceId": "/subscriptions/subID/resourceGroups/RGName/providers/Microsoft.Storage/storageAccounts/testaccount2" + } + ], + "bypass": "Logging, Metrics", + "virtualNetworkRules": [], + "ipRules": [ + { + "value": "23.45.67.91", + "action": "Allow" + }, + { + "value": "23.45.67.92", + "action": "Allow" + } + ], + "defaultAction": "Deny" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T03:19:49.2347219Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T03:19:49.2347219Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "accessTier": "Hot", + "provisioningState": "Succeeded", + "creationTime": "2021-11-17T03:19:49.1409690Z", + "primaryEndpoints": { + "dfs": "https://teststoragemgmt5544.dfs.core.windows.net/", + "web": "https://teststoragemgmt5544.z20.web.core.windows.net/", + "blob": "https://teststoragemgmt5544.blob.core.windows.net/", + "queue": "https://teststoragemgmt5544.queue.core.windows.net/", + "table": "https://teststoragemgmt5544.table.core.windows.net/", + "file": "https://teststoragemgmt5544.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-2468/providers/Microsoft.Storage/storageAccounts/teststoragemgmt5544?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "41edda2cc4d74e3e8d82b14a85b5040c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1864", + "Content-Type": "application/json", + "Date": "Wed, 17 Nov 2021 03:20:09 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "41edda2cc4d74e3e8d82b14a85b5040c", + "x-ms-correlation-request-id": "b354faa7-9bce-457f-b47f-efdbb0a08fd6", + "x-ms-ratelimit-remaining-subscription-reads": "11981", + "x-ms-request-id": "1cbd096d-6fd6-4da8-a98e-7500ae9e9e46", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T032010Z:b354faa7-9bce-457f-b47f-efdbb0a08fd6" + }, + "ResponseBody": { + "sku": { + "name": "Standard_LRS", + "tier": "Standard" + }, + "kind": "StorageV2", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-2468/providers/Microsoft.Storage/storageAccounts/teststoragemgmt5544", + "name": "teststoragemgmt5544", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-11-17T03:19:49.2347219Z", + "key2": "2021-11-17T03:19:49.2347219Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "resourceAccessRules": [ + { + "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", + "resourceId": "/subscriptions/subID/resourceGroups/RGName/providers/Microsoft.Storage/storageAccounts/testaccount1" + }, + { + "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", + "resourceId": "/subscriptions/subID/resourceGroups/RGName/providers/Microsoft.Storage/storageAccounts/testaccount2" + } + ], + "bypass": "Logging, Metrics", + "virtualNetworkRules": [], + "ipRules": [ + { + "value": "23.45.67.91", + "action": "Allow" + }, + { + "value": "23.45.67.92", + "action": "Allow" + } + ], + "defaultAction": "Deny" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T03:19:49.2347219Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T03:19:49.2347219Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "accessTier": "Hot", + "provisioningState": "Succeeded", + "creationTime": "2021-11-17T03:19:49.1409690Z", + "primaryEndpoints": { + "dfs": "https://teststoragemgmt5544.dfs.core.windows.net/", + "web": "https://teststoragemgmt5544.z20.web.core.windows.net/", + "blob": "https://teststoragemgmt5544.blob.core.windows.net/", + "queue": "https://teststoragemgmt5544.queue.core.windows.net/", + "table": "https://teststoragemgmt5544.table.core.windows.net/", + "file": "https://teststoragemgmt5544.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-2468/providers/Microsoft.Storage/storageAccounts/teststoragemgmt5544?api-version=2021-04-01", + "RequestMethod": "PATCH", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "56", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "568ac1cecdadde5405eeb09d472a3fc4", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "properties": { + "networkAcls": { + "defaultAction": "Allow" + } + } + }, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1865", + "Content-Type": "application/json", + "Date": "Wed, 17 Nov 2021 03:20:11 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "568ac1cecdadde5405eeb09d472a3fc4", + "x-ms-correlation-request-id": "972c3976-7071-4cf0-a828-73d6de9eab86", + "x-ms-ratelimit-remaining-subscription-writes": "1196", + "x-ms-request-id": "cfd9c4e5-089d-47b0-9905-a1992068be4a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T032011Z:972c3976-7071-4cf0-a828-73d6de9eab86" + }, + "ResponseBody": { + "sku": { + "name": "Standard_LRS", + "tier": "Standard" + }, + "kind": "StorageV2", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-2468/providers/Microsoft.Storage/storageAccounts/teststoragemgmt5544", + "name": "teststoragemgmt5544", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-11-17T03:19:49.2347219Z", + "key2": "2021-11-17T03:19:49.2347219Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "resourceAccessRules": [ + { + "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", + "resourceId": "/subscriptions/subID/resourceGroups/RGName/providers/Microsoft.Storage/storageAccounts/testaccount1" + }, + { + "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", + "resourceId": "/subscriptions/subID/resourceGroups/RGName/providers/Microsoft.Storage/storageAccounts/testaccount2" + } + ], + "bypass": "Logging, Metrics", + "virtualNetworkRules": [], + "ipRules": [ + { + "value": "23.45.67.91", + "action": "Allow" + }, + { + "value": "23.45.67.92", + "action": "Allow" + } + ], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T03:19:49.2347219Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T03:19:49.2347219Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "accessTier": "Hot", + "provisioningState": "Succeeded", + "creationTime": "2021-11-17T03:19:49.1409690Z", + "primaryEndpoints": { + "dfs": "https://teststoragemgmt5544.dfs.core.windows.net/", + "web": "https://teststoragemgmt5544.z20.web.core.windows.net/", + "blob": "https://teststoragemgmt5544.blob.core.windows.net/", + "queue": "https://teststoragemgmt5544.queue.core.windows.net/", + "table": "https://teststoragemgmt5544.table.core.windows.net/", + "file": "https://teststoragemgmt5544.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-2468/providers/Microsoft.Storage/storageAccounts/teststoragemgmt5544?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "80f5497c64d9ee740ee58bc6f64b176c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1865", + "Content-Type": "application/json", + "Date": "Wed, 17 Nov 2021 03:20:11 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "80f5497c64d9ee740ee58bc6f64b176c", + "x-ms-correlation-request-id": "9ab4457a-a901-47c0-928b-1848fd55e113", + "x-ms-ratelimit-remaining-subscription-reads": "11980", + "x-ms-request-id": "e9edd034-5bf0-4d5c-a5ab-c1226428b703", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T032012Z:9ab4457a-a901-47c0-928b-1848fd55e113" + }, + "ResponseBody": { + "sku": { + "name": "Standard_LRS", + "tier": "Standard" + }, + "kind": "StorageV2", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-2468/providers/Microsoft.Storage/storageAccounts/teststoragemgmt5544", + "name": "teststoragemgmt5544", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-11-17T03:19:49.2347219Z", + "key2": "2021-11-17T03:19:49.2347219Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "resourceAccessRules": [ + { + "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", + "resourceId": "/subscriptions/subID/resourceGroups/RGName/providers/Microsoft.Storage/storageAccounts/testaccount1" + }, + { + "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", + "resourceId": "/subscriptions/subID/resourceGroups/RGName/providers/Microsoft.Storage/storageAccounts/testaccount2" + } + ], + "bypass": "Logging, Metrics", + "virtualNetworkRules": [], + "ipRules": [ + { + "value": "23.45.67.91", + "action": "Allow" + }, + { + "value": "23.45.67.92", + "action": "Allow" + } + ], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T03:19:49.2347219Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T03:19:49.2347219Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "accessTier": "Hot", + "provisioningState": "Succeeded", + "creationTime": "2021-11-17T03:19:49.1409690Z", + "primaryEndpoints": { + "dfs": "https://teststoragemgmt5544.dfs.core.windows.net/", + "web": "https://teststoragemgmt5544.z20.web.core.windows.net/", + "blob": "https://teststoragemgmt5544.blob.core.windows.net/", + "queue": "https://teststoragemgmt5544.queue.core.windows.net/", + "table": "https://teststoragemgmt5544.table.core.windows.net/", + "file": "https://teststoragemgmt5544.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available" + } + } + } + ], + "Variables": { + "RandomSeed": "718803992", + "RESOURCE_MANAGER_URL": null, + "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" + } +} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/UpdateStorageAccountEncryption.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/UpdateStorageAccountEncryption.json new file mode 100644 index 0000000000000..e6b1d7af852f5 --- /dev/null +++ b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/UpdateStorageAccountEncryption.json @@ -0,0 +1,1312 @@ +{ + "Entries": [ + { + "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-0451c850ac09c14e817160e6c6a3bbe1-5be2835c68a9e64d-00", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "4c33081ad20d7dfa37e8fcff5d52262b", + "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": "Wed, 17 Nov 2021 02:46:28 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "689d08fb-3e2d-421f-a25a-2d9db407f097", + "x-ms-ratelimit-remaining-subscription-reads": "11999", + "x-ms-request-id": "689d08fb-3e2d-421f-a25a-2d9db407f097", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T024628Z:689d08fb-3e2d-421f-a25a-2d9db407f097" + }, + "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.Storage/checkNameAvailability?api-version=2021-04-01", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "73", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "38d937cbf70e1cd89eb7d3405ed7e0bf", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "name": "teststoragemgmt8147", + "type": "Microsoft.Storage/storageAccounts" + }, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "22", + "Content-Type": "application/json", + "Date": "Wed, 17 Nov 2021 02:46:29 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "38d937cbf70e1cd89eb7d3405ed7e0bf", + "x-ms-correlation-request-id": "9449d829-41bb-4087-90b2-cc71082e64d4", + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-request-id": "7607fc0d-0f4d-4c48-8f56-002c73ab18f3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T024629Z:9449d829-41bb-4087-90b2-cc71082e64d4" + }, + "ResponseBody": { + "nameAvailable": true + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/teststorageRG-3581?api-version=2019-10-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "44", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "7b642976d020ac78d0ebd46e7ddabbc8", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "location": "eastus2", + "tags": { + "test": "env" + } + }, + "StatusCode": 201, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "256", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 17 Nov 2021 02:46:32 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "373545d1-80e2-43be-b890-1850dcce4cd4", + "x-ms-ratelimit-remaining-subscription-writes": "1199", + "x-ms-request-id": "373545d1-80e2-43be-b890-1850dcce4cd4", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T024632Z:373545d1-80e2-43be-b890-1850dcce4cd4" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-3581", + "name": "teststorageRG-3581", + "type": "Microsoft.Resources/resourceGroups", + "location": "eastus2", + "tags": { + "test": "env" + }, + "properties": { + "provisioningState": "Succeeded" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-3581/providers/Microsoft.Storage/storageAccounts/teststoragemgmt8147?api-version=2021-04-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "126", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "7f8c11ed0c225b102f6f1a273dd9111b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "sku": { + "name": "Standard_GRS" + }, + "kind": "Storage", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": {} + }, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 02:46:40 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/88355605-d89a-4eba-872b-4338a44b9c14?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "7f8c11ed0c225b102f6f1a273dd9111b", + "x-ms-correlation-request-id": "53617a84-cc20-411c-a911-b569acfe324e", + "x-ms-ratelimit-remaining-subscription-writes": "1198", + "x-ms-request-id": "88355605-d89a-4eba-872b-4338a44b9c14", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T024640Z:53617a84-cc20-411c-a911-b569acfe324e" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/88355605-d89a-4eba-872b-4338a44b9c14?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "c57077183f54690819094bb0b5516ef7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 02:46:40 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/88355605-d89a-4eba-872b-4338a44b9c14?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c57077183f54690819094bb0b5516ef7", + "x-ms-correlation-request-id": "e82a4cf6-3752-4787-b57f-71c074884704", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-request-id": "d342ffd4-4f3d-43dd-b371-26e0e38fd9c9", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T024641Z:e82a4cf6-3752-4787-b57f-71c074884704" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/88355605-d89a-4eba-872b-4338a44b9c14?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "4a2db8d9bffd0c0166251f96ce045781", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 02:46:42 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/88355605-d89a-4eba-872b-4338a44b9c14?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4a2db8d9bffd0c0166251f96ce045781", + "x-ms-correlation-request-id": "31463f61-18bf-47f8-b17a-6eec9901ec72", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-request-id": "04832f3e-b75a-47e8-ac21-438853d85a46", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T024642Z:31463f61-18bf-47f8-b17a-6eec9901ec72" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/88355605-d89a-4eba-872b-4338a44b9c14?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "c60f3c4e4c6800c72972e3bd95fab10e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 02:46:43 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/88355605-d89a-4eba-872b-4338a44b9c14?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c60f3c4e4c6800c72972e3bd95fab10e", + "x-ms-correlation-request-id": "584cfbf2-c015-4ab8-9309-5774cde02ca8", + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-request-id": "f805bced-19bc-4b43-8489-be8e65486c2a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T024643Z:584cfbf2-c015-4ab8-9309-5774cde02ca8" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/88355605-d89a-4eba-872b-4338a44b9c14?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "4b32461dd68058df75645f2f20719b14", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 02:46:44 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/88355605-d89a-4eba-872b-4338a44b9c14?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4b32461dd68058df75645f2f20719b14", + "x-ms-correlation-request-id": "1aa119cc-8f9b-4315-bbad-e5051eb6957b", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-request-id": "d73b945f-d0cb-46de-9a56-24f219004516", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T024645Z:1aa119cc-8f9b-4315-bbad-e5051eb6957b" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/88355605-d89a-4eba-872b-4338a44b9c14?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "7962cab2a8428d8ef12d218bdb44776c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 02:46:45 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/88355605-d89a-4eba-872b-4338a44b9c14?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "7962cab2a8428d8ef12d218bdb44776c", + "x-ms-correlation-request-id": "5accd4e1-dbbe-4636-9152-64d7129cbc43", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-request-id": "fa1f6ce6-25bb-4467-b504-736974610377", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T024646Z:5accd4e1-dbbe-4636-9152-64d7129cbc43" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/88355605-d89a-4eba-872b-4338a44b9c14?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "877910740bd278015cb65004ec98dfb7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 02:46:47 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/88355605-d89a-4eba-872b-4338a44b9c14?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "877910740bd278015cb65004ec98dfb7", + "x-ms-correlation-request-id": "948d10dc-a56b-4170-b70a-9c9949862b33", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-request-id": "c65189b2-b0d9-4129-acc6-5eca92f43a68", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T024647Z:948d10dc-a56b-4170-b70a-9c9949862b33" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/88355605-d89a-4eba-872b-4338a44b9c14?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "ca0bcfd6389774ccb8a45a53b4547d31", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 02:46:48 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/88355605-d89a-4eba-872b-4338a44b9c14?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ca0bcfd6389774ccb8a45a53b4547d31", + "x-ms-correlation-request-id": "32e7ad34-a79a-4a51-b171-2af51aacb493", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-request-id": "c53da675-1c52-42e6-8cbb-233231a45064", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T024649Z:32e7ad34-a79a-4a51-b171-2af51aacb493" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/88355605-d89a-4eba-872b-4338a44b9c14?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "10bbf3ec14f8a641c9ea1c8c588aa058", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 02:46:49 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/88355605-d89a-4eba-872b-4338a44b9c14?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "10bbf3ec14f8a641c9ea1c8c588aa058", + "x-ms-correlation-request-id": "31bb1772-1fa4-4c48-8cac-2153693ae4e1", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-request-id": "d4bb1614-513e-4067-b586-f7109acb8652", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T024650Z:31bb1772-1fa4-4c48-8cac-2153693ae4e1" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/88355605-d89a-4eba-872b-4338a44b9c14?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "0cb4694dac383cd44304cf2db1adc308", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 02:46:51 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/88355605-d89a-4eba-872b-4338a44b9c14?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "0cb4694dac383cd44304cf2db1adc308", + "x-ms-correlation-request-id": "c2ad581e-0197-4a27-98f3-b21a627a3b58", + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-request-id": "14f8f4d0-2b14-4025-a630-ae6c83f456db", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T024651Z:c2ad581e-0197-4a27-98f3-b21a627a3b58" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/88355605-d89a-4eba-872b-4338a44b9c14?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "f9181e38cfddc2be8d6401ad1b401c2d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 02:46:52 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/88355605-d89a-4eba-872b-4338a44b9c14?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f9181e38cfddc2be8d6401ad1b401c2d", + "x-ms-correlation-request-id": "3916dc7f-2c8b-4d64-b244-92b88f2e8444", + "x-ms-ratelimit-remaining-subscription-reads": "11988", + "x-ms-request-id": "63087cab-de01-4e2c-a238-61aae7911bd9", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T024653Z:3916dc7f-2c8b-4d64-b244-92b88f2e8444" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/88355605-d89a-4eba-872b-4338a44b9c14?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "4a05010370a03ff81f7eccf34414f51b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 02:46:53 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/88355605-d89a-4eba-872b-4338a44b9c14?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4a05010370a03ff81f7eccf34414f51b", + "x-ms-correlation-request-id": "0f33da41-3733-423a-8438-d6402b25a239", + "x-ms-ratelimit-remaining-subscription-reads": "11987", + "x-ms-request-id": "80c0307e-5029-44ab-8e9e-0a06e972b92f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T024654Z:0f33da41-3733-423a-8438-d6402b25a239" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/88355605-d89a-4eba-872b-4338a44b9c14?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "39531326a7727d7baaf17fd4ab262003", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 02:46:55 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/88355605-d89a-4eba-872b-4338a44b9c14?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "39531326a7727d7baaf17fd4ab262003", + "x-ms-correlation-request-id": "844b82d2-5c0e-4084-b3a7-5e4f0d008ab1", + "x-ms-ratelimit-remaining-subscription-reads": "11986", + "x-ms-request-id": "afdd61ed-e742-4159-b625-649d44bba524", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T024655Z:844b82d2-5c0e-4084-b3a7-5e4f0d008ab1" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/88355605-d89a-4eba-872b-4338a44b9c14?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "af29a1e878a7c86826d8da5e02cb7e78", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1346", + "Content-Type": "application/json", + "Date": "Wed, 17 Nov 2021 02:46:56 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "af29a1e878a7c86826d8da5e02cb7e78", + "x-ms-correlation-request-id": "f547cb00-0d9c-457b-bba7-52682366a847", + "x-ms-ratelimit-remaining-subscription-reads": "11985", + "x-ms-request-id": "cb064615-e647-40e6-912d-f50f3784cf5e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T024657Z:f547cb00-0d9c-457b-bba7-52682366a847" + }, + "ResponseBody": { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "Storage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-3581/providers/Microsoft.Storage/storageAccounts/teststoragemgmt8147", + "name": "teststoragemgmt8147", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-11-17T02:46:39.3098534Z", + "key2": "2021-11-17T02:46:39.3098534Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T02:46:39.3098534Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T02:46:39.3098534Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "provisioningState": "Succeeded", + "creationTime": "2021-11-17T02:46:39.2004611Z", + "primaryEndpoints": { + "blob": "https://teststoragemgmt8147.blob.core.windows.net/", + "queue": "https://teststoragemgmt8147.queue.core.windows.net/", + "table": "https://teststoragemgmt8147.table.core.windows.net/", + "file": "https://teststoragemgmt8147.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-3581/providers/Microsoft.Storage/storageAccounts/teststoragemgmt8147?api-version=2021-04-01", + "RequestMethod": "PATCH", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "124", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "0887e66fe2ec5cbb85889faef12494f9", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "properties": { + "encryption": { + "services": { + "blob": { + "enabled": true + }, + "file": { + "enabled": true + } + }, + "keySource": "Microsoft.Storage" + } + } + }, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1346", + "Content-Type": "application/json", + "Date": "Wed, 17 Nov 2021 02:46:58 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "0887e66fe2ec5cbb85889faef12494f9", + "x-ms-correlation-request-id": "b2b5e091-eb3c-4fa6-93a5-c68e5ed57137", + "x-ms-ratelimit-remaining-subscription-writes": "1197", + "x-ms-request-id": "2569301e-7b8c-4cf7-bc69-8216f5c508f6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T024658Z:b2b5e091-eb3c-4fa6-93a5-c68e5ed57137" + }, + "ResponseBody": { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "Storage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-3581/providers/Microsoft.Storage/storageAccounts/teststoragemgmt8147", + "name": "teststoragemgmt8147", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-11-17T02:46:39.3098534Z", + "key2": "2021-11-17T02:46:39.3098534Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T02:46:39.3098534Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T02:46:39.3098534Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "provisioningState": "Succeeded", + "creationTime": "2021-11-17T02:46:39.2004611Z", + "primaryEndpoints": { + "blob": "https://teststoragemgmt8147.blob.core.windows.net/", + "queue": "https://teststoragemgmt8147.queue.core.windows.net/", + "table": "https://teststoragemgmt8147.table.core.windows.net/", + "file": "https://teststoragemgmt8147.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-3581/providers/Microsoft.Storage/storageAccounts/teststoragemgmt8147?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "a20bc85e45eaad73ab8b1399cd1d7adf", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1346", + "Content-Type": "application/json", + "Date": "Wed, 17 Nov 2021 02:46:58 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a20bc85e45eaad73ab8b1399cd1d7adf", + "x-ms-correlation-request-id": "b0b88a41-f330-4619-b6eb-785fed94d7a4", + "x-ms-ratelimit-remaining-subscription-reads": "11984", + "x-ms-request-id": "f8dc82d3-4f77-47ff-8571-fa629ee0d450", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T024658Z:b0b88a41-f330-4619-b6eb-785fed94d7a4" + }, + "ResponseBody": { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "Storage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-3581/providers/Microsoft.Storage/storageAccounts/teststoragemgmt8147", + "name": "teststoragemgmt8147", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-11-17T02:46:39.3098534Z", + "key2": "2021-11-17T02:46:39.3098534Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T02:46:39.3098534Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T02:46:39.3098534Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "provisioningState": "Succeeded", + "creationTime": "2021-11-17T02:46:39.2004611Z", + "primaryEndpoints": { + "blob": "https://teststoragemgmt8147.blob.core.windows.net/", + "queue": "https://teststoragemgmt8147.queue.core.windows.net/", + "table": "https://teststoragemgmt8147.table.core.windows.net/", + "file": "https://teststoragemgmt8147.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-3581/providers/Microsoft.Storage/storageAccounts/teststoragemgmt8147?api-version=2021-04-01", + "RequestMethod": "PATCH", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "124", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "c4640673189e0516e5cd291fd8b9d701", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "properties": { + "encryption": { + "services": { + "blob": { + "enabled": true + }, + "file": { + "enabled": true + } + }, + "keySource": "Microsoft.Storage" + } + } + }, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1346", + "Content-Type": "application/json", + "Date": "Wed, 17 Nov 2021 02:46:59 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c4640673189e0516e5cd291fd8b9d701", + "x-ms-correlation-request-id": "1b1f30f8-5159-49ff-9eaa-9bc1ddc2189c", + "x-ms-ratelimit-remaining-subscription-writes": "1196", + "x-ms-request-id": "0eed5a4f-f771-40c2-8acb-aa5d7a1fcda0", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T024659Z:1b1f30f8-5159-49ff-9eaa-9bc1ddc2189c" + }, + "ResponseBody": { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "Storage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-3581/providers/Microsoft.Storage/storageAccounts/teststoragemgmt8147", + "name": "teststoragemgmt8147", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-11-17T02:46:39.3098534Z", + "key2": "2021-11-17T02:46:39.3098534Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T02:46:39.3098534Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T02:46:39.3098534Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "provisioningState": "Succeeded", + "creationTime": "2021-11-17T02:46:39.2004611Z", + "primaryEndpoints": { + "blob": "https://teststoragemgmt8147.blob.core.windows.net/", + "queue": "https://teststoragemgmt8147.queue.core.windows.net/", + "table": "https://teststoragemgmt8147.table.core.windows.net/", + "file": "https://teststoragemgmt8147.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-3581/providers/Microsoft.Storage/storageAccounts/teststoragemgmt8147?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "39ffe143dbc0298d73d95c61cf228e68", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1346", + "Content-Type": "application/json", + "Date": "Wed, 17 Nov 2021 02:46:59 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "39ffe143dbc0298d73d95c61cf228e68", + "x-ms-correlation-request-id": "52ae00db-691b-4353-8a47-660e55aa8331", + "x-ms-ratelimit-remaining-subscription-reads": "11983", + "x-ms-request-id": "adf40f89-81b6-4e5b-9589-f677fef83467", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T024700Z:52ae00db-691b-4353-8a47-660e55aa8331" + }, + "ResponseBody": { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "Storage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-3581/providers/Microsoft.Storage/storageAccounts/teststoragemgmt8147", + "name": "teststoragemgmt8147", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-11-17T02:46:39.3098534Z", + "key2": "2021-11-17T02:46:39.3098534Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T02:46:39.3098534Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T02:46:39.3098534Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "provisioningState": "Succeeded", + "creationTime": "2021-11-17T02:46:39.2004611Z", + "primaryEndpoints": { + "blob": "https://teststoragemgmt8147.blob.core.windows.net/", + "queue": "https://teststoragemgmt8147.queue.core.windows.net/", + "table": "https://teststoragemgmt8147.table.core.windows.net/", + "file": "https://teststoragemgmt8147.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-3581/providers/Microsoft.Storage/storageAccounts/teststoragemgmt8147?api-version=2021-04-01", + "RequestMethod": "PATCH", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "100", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "ea3ac00dd0bf465ab205bc1d1c53d5f1", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "properties": { + "encryption": { + "services": { + "blob": { + "enabled": true + } + }, + "keySource": "Microsoft.Storage" + } + } + }, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1346", + "Content-Type": "application/json", + "Date": "Wed, 17 Nov 2021 02:47:01 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ea3ac00dd0bf465ab205bc1d1c53d5f1", + "x-ms-correlation-request-id": "4830f619-9a59-4085-b93a-8f8764aeb52d", + "x-ms-ratelimit-remaining-subscription-writes": "1195", + "x-ms-request-id": "e6c49c7c-cb21-43f1-89f2-903e777920fa", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T024701Z:4830f619-9a59-4085-b93a-8f8764aeb52d" + }, + "ResponseBody": { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "Storage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-3581/providers/Microsoft.Storage/storageAccounts/teststoragemgmt8147", + "name": "teststoragemgmt8147", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-11-17T02:46:39.3098534Z", + "key2": "2021-11-17T02:46:39.3098534Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T02:46:39.3098534Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T02:46:39.3098534Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "provisioningState": "Succeeded", + "creationTime": "2021-11-17T02:46:39.2004611Z", + "primaryEndpoints": { + "blob": "https://teststoragemgmt8147.blob.core.windows.net/", + "queue": "https://teststoragemgmt8147.queue.core.windows.net/", + "table": "https://teststoragemgmt8147.table.core.windows.net/", + "file": "https://teststoragemgmt8147.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-3581/providers/Microsoft.Storage/storageAccounts/teststoragemgmt8147?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "ec5612b4401d971f793b51c5bbb536c3", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1346", + "Content-Type": "application/json", + "Date": "Wed, 17 Nov 2021 02:47:01 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ec5612b4401d971f793b51c5bbb536c3", + "x-ms-correlation-request-id": "0b0319b4-761c-4f62-a170-2206b6b48b56", + "x-ms-ratelimit-remaining-subscription-reads": "11982", + "x-ms-request-id": "96f83fd7-8277-4a56-9330-ea9e70353510", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T024702Z:0b0319b4-761c-4f62-a170-2206b6b48b56" + }, + "ResponseBody": { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "Storage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-3581/providers/Microsoft.Storage/storageAccounts/teststoragemgmt8147", + "name": "teststoragemgmt8147", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-11-17T02:46:39.3098534Z", + "key2": "2021-11-17T02:46:39.3098534Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T02:46:39.3098534Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T02:46:39.3098534Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "provisioningState": "Succeeded", + "creationTime": "2021-11-17T02:46:39.2004611Z", + "primaryEndpoints": { + "blob": "https://teststoragemgmt8147.blob.core.windows.net/", + "queue": "https://teststoragemgmt8147.queue.core.windows.net/", + "table": "https://teststoragemgmt8147.table.core.windows.net/", + "file": "https://teststoragemgmt8147.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-3581/providers/Microsoft.Storage/storageAccounts?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "1812c13eec7e734186b987ba1f700d1f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1358", + "Content-Type": "application/json", + "Date": "Wed, 17 Nov 2021 02:47:01 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1812c13eec7e734186b987ba1f700d1f", + "x-ms-correlation-request-id": "c2bd12cb-b55f-4cdd-8610-8738666cbcf6", + "x-ms-ratelimit-remaining-subscription-reads": "11981", + "x-ms-request-id": "21fb16be-3ffd-4641-ace2-b8d76b2d9772", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T024702Z:c2bd12cb-b55f-4cdd-8610-8738666cbcf6" + }, + "ResponseBody": { + "value": [ + { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "Storage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-3581/providers/Microsoft.Storage/storageAccounts/teststoragemgmt8147", + "name": "teststoragemgmt8147", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-11-17T02:46:39.3098534Z", + "key2": "2021-11-17T02:46:39.3098534Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T02:46:39.3098534Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T02:46:39.3098534Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "provisioningState": "Succeeded", + "creationTime": "2021-11-17T02:46:39.2004611Z", + "primaryEndpoints": { + "blob": "https://teststoragemgmt8147.blob.core.windows.net/", + "queue": "https://teststoragemgmt8147.queue.core.windows.net/", + "table": "https://teststoragemgmt8147.table.core.windows.net/", + "file": "https://teststoragemgmt8147.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + } + ] + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-3581/providers/Microsoft.Storage/storageAccounts/teststoragemgmt8147?api-version=2021-04-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "bdad6a04a1cbcc4aa0a371847e948afc", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 02:47:09 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "bdad6a04a1cbcc4aa0a371847e948afc", + "x-ms-correlation-request-id": "019cdc26-0868-422b-8038-2f5d34aeac41", + "x-ms-ratelimit-remaining-subscription-deletes": "14999", + "x-ms-request-id": "a6b940f5-9e98-48f0-bd7b-52dbf751d43a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T024709Z:019cdc26-0868-422b-8038-2f5d34aeac41" + }, + "ResponseBody": [] + } + ], + "Variables": { + "RandomSeed": "151797117", + "RESOURCE_MANAGER_URL": null, + "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" + } +} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/UpdateStorageAccountEncryptionAsync.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/UpdateStorageAccountEncryptionAsync.json new file mode 100644 index 0000000000000..56493e18c2afe --- /dev/null +++ b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/UpdateStorageAccountEncryptionAsync.json @@ -0,0 +1,1343 @@ +{ + "Entries": [ + { + "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-b6d480587cf04344b10655a9f7dff5de-e81ef2c769be7e49-00", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "88bfd0128e994f0d9fb0587e248e2e65", + "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": "Wed, 17 Nov 2021 02:47:17 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "a214a221-2202-449f-8409-44a490e6a655", + "x-ms-ratelimit-remaining-subscription-reads": "11978", + "x-ms-request-id": "a214a221-2202-449f-8409-44a490e6a655", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T024718Z:a214a221-2202-449f-8409-44a490e6a655" + }, + "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.Storage/checkNameAvailability?api-version=2021-04-01", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "73", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "32f301eb975531880b72fa0c9bec609d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "name": "teststoragemgmt9703", + "type": "Microsoft.Storage/storageAccounts" + }, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "22", + "Content-Type": "application/json", + "Date": "Wed, 17 Nov 2021 02:47:18 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "32f301eb975531880b72fa0c9bec609d", + "x-ms-correlation-request-id": "fc1ab19b-a14c-4f3a-8f31-5350ceac0540", + "x-ms-ratelimit-remaining-subscription-reads": "11977", + "x-ms-request-id": "1cd75c9f-0dc1-43ef-bbfb-2c691ce045a9", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T024719Z:fc1ab19b-a14c-4f3a-8f31-5350ceac0540" + }, + "ResponseBody": { + "nameAvailable": true + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/teststorageRG-7105?api-version=2019-10-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "44", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "cc6793910a45ad4457469e5bb209b769", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "location": "eastus2", + "tags": { + "test": "env" + } + }, + "StatusCode": 201, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "256", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 17 Nov 2021 02:47:19 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "0bf28061-2825-4f1d-b81d-186ed96984e4", + "x-ms-ratelimit-remaining-subscription-writes": "1194", + "x-ms-request-id": "0bf28061-2825-4f1d-b81d-186ed96984e4", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T024720Z:0bf28061-2825-4f1d-b81d-186ed96984e4" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-7105", + "name": "teststorageRG-7105", + "type": "Microsoft.Resources/resourceGroups", + "location": "eastus2", + "tags": { + "test": "env" + }, + "properties": { + "provisioningState": "Succeeded" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-7105/providers/Microsoft.Storage/storageAccounts/teststoragemgmt9703?api-version=2021-04-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "126", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "ebae4981bd443739578e1b134203c4f7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "sku": { + "name": "Standard_GRS" + }, + "kind": "Storage", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": {} + }, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 02:47:23 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1bfd8155-e585-4a4b-97cb-f8d94c03acd3?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ebae4981bd443739578e1b134203c4f7", + "x-ms-correlation-request-id": "9a6fdcba-210e-4f01-a9d4-c4856bf8c83f", + "x-ms-ratelimit-remaining-subscription-writes": "1193", + "x-ms-request-id": "1bfd8155-e585-4a4b-97cb-f8d94c03acd3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T024724Z:9a6fdcba-210e-4f01-a9d4-c4856bf8c83f" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1bfd8155-e585-4a4b-97cb-f8d94c03acd3?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "a219a242b2b2d33a5a3075b7ee306a53", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 02:47:23 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1bfd8155-e585-4a4b-97cb-f8d94c03acd3?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a219a242b2b2d33a5a3075b7ee306a53", + "x-ms-correlation-request-id": "4585e967-9cd0-40e3-a685-5d82f58f41cb", + "x-ms-ratelimit-remaining-subscription-reads": "11976", + "x-ms-request-id": "e66d3262-a141-4862-b11a-03702849197b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T024724Z:4585e967-9cd0-40e3-a685-5d82f58f41cb" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1bfd8155-e585-4a4b-97cb-f8d94c03acd3?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "0c7aa7821c0c026aa4b73bbfc0e74d81", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 02:47:25 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1bfd8155-e585-4a4b-97cb-f8d94c03acd3?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "0c7aa7821c0c026aa4b73bbfc0e74d81", + "x-ms-correlation-request-id": "e981a759-8c9d-4384-b9d7-567adff01b83", + "x-ms-ratelimit-remaining-subscription-reads": "11975", + "x-ms-request-id": "6e505b15-892d-4df1-b7df-64ac422be43c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T024726Z:e981a759-8c9d-4384-b9d7-567adff01b83" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1bfd8155-e585-4a4b-97cb-f8d94c03acd3?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "9fd0b23521ea2e456b2940ce09ee097e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 02:47:26 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1bfd8155-e585-4a4b-97cb-f8d94c03acd3?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "9fd0b23521ea2e456b2940ce09ee097e", + "x-ms-correlation-request-id": "7a368b62-9d0d-4e3f-8912-9d5ef659d453", + "x-ms-ratelimit-remaining-subscription-reads": "11974", + "x-ms-request-id": "cd8c19cf-8f71-4a0c-9ddc-83ca4cb16629", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T024727Z:7a368b62-9d0d-4e3f-8912-9d5ef659d453" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1bfd8155-e585-4a4b-97cb-f8d94c03acd3?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "42cfaa194c5b265d3816fefa767a1372", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 02:47:27 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1bfd8155-e585-4a4b-97cb-f8d94c03acd3?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "42cfaa194c5b265d3816fefa767a1372", + "x-ms-correlation-request-id": "ef14bf10-07b7-490c-87c8-6cf08a80647b", + "x-ms-ratelimit-remaining-subscription-reads": "11973", + "x-ms-request-id": "b79bb59a-7a55-4699-8cc9-fe0b61f4f71e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T024728Z:ef14bf10-07b7-490c-87c8-6cf08a80647b" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1bfd8155-e585-4a4b-97cb-f8d94c03acd3?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "3b81f3e2ca5f6168614ca0e2db9cf8b6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 02:47:29 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1bfd8155-e585-4a4b-97cb-f8d94c03acd3?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "3b81f3e2ca5f6168614ca0e2db9cf8b6", + "x-ms-correlation-request-id": "ed706274-c9da-4179-b320-555f0be36618", + "x-ms-ratelimit-remaining-subscription-reads": "11972", + "x-ms-request-id": "51a4bf1e-8761-401e-9cb4-6d298f57bebd", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T024729Z:ed706274-c9da-4179-b320-555f0be36618" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1bfd8155-e585-4a4b-97cb-f8d94c03acd3?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "15a6bdad0b18e92655aa67d4224ab7f1", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 02:47:30 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1bfd8155-e585-4a4b-97cb-f8d94c03acd3?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "15a6bdad0b18e92655aa67d4224ab7f1", + "x-ms-correlation-request-id": "c7e2d0ca-f988-4fda-865c-265016fa6c2d", + "x-ms-ratelimit-remaining-subscription-reads": "11971", + "x-ms-request-id": "fb973c4a-1f57-41fb-947a-35767a0d233f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T024731Z:c7e2d0ca-f988-4fda-865c-265016fa6c2d" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1bfd8155-e585-4a4b-97cb-f8d94c03acd3?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "16ebce15cd6c4e1e416ee00fab7a4b9b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 02:47:31 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1bfd8155-e585-4a4b-97cb-f8d94c03acd3?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "16ebce15cd6c4e1e416ee00fab7a4b9b", + "x-ms-correlation-request-id": "ca9aacd3-770f-411c-b598-68a4c5d82bf7", + "x-ms-ratelimit-remaining-subscription-reads": "11970", + "x-ms-request-id": "142ea1f1-8159-42ba-b078-dc58383d3bd1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T024732Z:ca9aacd3-770f-411c-b598-68a4c5d82bf7" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1bfd8155-e585-4a4b-97cb-f8d94c03acd3?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "b94c471dfdd4d65acd97e6b563943e17", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 02:47:32 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1bfd8155-e585-4a4b-97cb-f8d94c03acd3?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b94c471dfdd4d65acd97e6b563943e17", + "x-ms-correlation-request-id": "ffb9fa6a-8da8-465b-83ab-2f77424e113b", + "x-ms-ratelimit-remaining-subscription-reads": "11969", + "x-ms-request-id": "8301c516-2ac4-4717-9c86-154c9d772647", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T024733Z:ffb9fa6a-8da8-465b-83ab-2f77424e113b" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1bfd8155-e585-4a4b-97cb-f8d94c03acd3?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "0dccaf94e2b0e0499e57d3aa2b173ddb", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 02:47:34 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1bfd8155-e585-4a4b-97cb-f8d94c03acd3?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "0dccaf94e2b0e0499e57d3aa2b173ddb", + "x-ms-correlation-request-id": "58f2a54d-f8bd-4596-87e7-b619a1497a59", + "x-ms-ratelimit-remaining-subscription-reads": "11968", + "x-ms-request-id": "4b06ae54-9086-4e7f-a9a9-5f80d6a2814f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T024735Z:58f2a54d-f8bd-4596-87e7-b619a1497a59" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1bfd8155-e585-4a4b-97cb-f8d94c03acd3?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "dab6cc5ffefd171d731449d5e669ebad", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 02:47:36 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1bfd8155-e585-4a4b-97cb-f8d94c03acd3?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "dab6cc5ffefd171d731449d5e669ebad", + "x-ms-correlation-request-id": "c63dd809-5a5e-4426-8ac6-4ca7aaec2941", + "x-ms-ratelimit-remaining-subscription-reads": "11967", + "x-ms-request-id": "1c5aaf3c-9300-49cd-98b0-dc7847f5959b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T024736Z:c63dd809-5a5e-4426-8ac6-4ca7aaec2941" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1bfd8155-e585-4a4b-97cb-f8d94c03acd3?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "fc7bc92f3ead3beafe6c1a7d2ab0abb5", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 02:47:37 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1bfd8155-e585-4a4b-97cb-f8d94c03acd3?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "fc7bc92f3ead3beafe6c1a7d2ab0abb5", + "x-ms-correlation-request-id": "ee4751de-9e08-430f-9c6f-c0b7bc04c757", + "x-ms-ratelimit-remaining-subscription-reads": "11966", + "x-ms-request-id": "d2d0836f-a7a4-41b5-9961-b31f95973e5e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T024737Z:ee4751de-9e08-430f-9c6f-c0b7bc04c757" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1bfd8155-e585-4a4b-97cb-f8d94c03acd3?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "96560b5963dd951991b5999b9874f935", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 02:47:39 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1bfd8155-e585-4a4b-97cb-f8d94c03acd3?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "96560b5963dd951991b5999b9874f935", + "x-ms-correlation-request-id": "367b8d17-2ca9-4600-8533-3f407247c744", + "x-ms-ratelimit-remaining-subscription-reads": "11965", + "x-ms-request-id": "116f6d12-b9c5-42a1-a2c7-a4d418894672", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T024739Z:367b8d17-2ca9-4600-8533-3f407247c744" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1bfd8155-e585-4a4b-97cb-f8d94c03acd3?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "627a266b419b202de17bdc91e3a0edc3", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 02:47:40 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1bfd8155-e585-4a4b-97cb-f8d94c03acd3?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "627a266b419b202de17bdc91e3a0edc3", + "x-ms-correlation-request-id": "07ada4fa-20d3-47e4-92d8-8a6e2d70d2f3", + "x-ms-ratelimit-remaining-subscription-reads": "11964", + "x-ms-request-id": "a8b4b7e6-882c-4bfd-a210-485672349254", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T024740Z:07ada4fa-20d3-47e4-92d8-8a6e2d70d2f3" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1bfd8155-e585-4a4b-97cb-f8d94c03acd3?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "db7b93695412ccd0afe56af8a44ea289", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1346", + "Content-Type": "application/json", + "Date": "Wed, 17 Nov 2021 02:47:41 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "db7b93695412ccd0afe56af8a44ea289", + "x-ms-correlation-request-id": "14dd07a2-2340-4271-9eeb-051d11e08945", + "x-ms-ratelimit-remaining-subscription-reads": "11963", + "x-ms-request-id": "1db241c5-9f17-42af-9655-795a0149d31e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T024741Z:14dd07a2-2340-4271-9eeb-051d11e08945" + }, + "ResponseBody": { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "Storage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-7105/providers/Microsoft.Storage/storageAccounts/teststoragemgmt9703", + "name": "teststoragemgmt9703", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-11-17T02:47:22.6081087Z", + "key2": "2021-11-17T02:47:22.6081087Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T02:47:22.6081087Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T02:47:22.6081087Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "provisioningState": "Succeeded", + "creationTime": "2021-11-17T02:47:22.4987321Z", + "primaryEndpoints": { + "blob": "https://teststoragemgmt9703.blob.core.windows.net/", + "queue": "https://teststoragemgmt9703.queue.core.windows.net/", + "table": "https://teststoragemgmt9703.table.core.windows.net/", + "file": "https://teststoragemgmt9703.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-7105/providers/Microsoft.Storage/storageAccounts/teststoragemgmt9703?api-version=2021-04-01", + "RequestMethod": "PATCH", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "124", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "0411e57249351819dd35b5628788b1f1", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "properties": { + "encryption": { + "services": { + "blob": { + "enabled": true + }, + "file": { + "enabled": true + } + }, + "keySource": "Microsoft.Storage" + } + } + }, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1346", + "Content-Type": "application/json", + "Date": "Wed, 17 Nov 2021 02:47:43 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "0411e57249351819dd35b5628788b1f1", + "x-ms-correlation-request-id": "beb4ba15-13b6-4182-ae36-67fea6a6ae58", + "x-ms-ratelimit-remaining-subscription-writes": "1192", + "x-ms-request-id": "9d4333bd-8ba5-4be3-87b3-5ba124f5ef0d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T024743Z:beb4ba15-13b6-4182-ae36-67fea6a6ae58" + }, + "ResponseBody": { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "Storage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-7105/providers/Microsoft.Storage/storageAccounts/teststoragemgmt9703", + "name": "teststoragemgmt9703", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-11-17T02:47:22.6081087Z", + "key2": "2021-11-17T02:47:22.6081087Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T02:47:22.6081087Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T02:47:22.6081087Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "provisioningState": "Succeeded", + "creationTime": "2021-11-17T02:47:22.4987321Z", + "primaryEndpoints": { + "blob": "https://teststoragemgmt9703.blob.core.windows.net/", + "queue": "https://teststoragemgmt9703.queue.core.windows.net/", + "table": "https://teststoragemgmt9703.table.core.windows.net/", + "file": "https://teststoragemgmt9703.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-7105/providers/Microsoft.Storage/storageAccounts/teststoragemgmt9703?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "0532d6c71ef9162256aeb3b6d6357c92", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1346", + "Content-Type": "application/json", + "Date": "Wed, 17 Nov 2021 02:47:43 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "0532d6c71ef9162256aeb3b6d6357c92", + "x-ms-correlation-request-id": "828842e8-4a87-4252-a951-50960688e539", + "x-ms-ratelimit-remaining-subscription-reads": "11962", + "x-ms-request-id": "1f3bf570-2965-42f7-a5ea-30a96733d641", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T024743Z:828842e8-4a87-4252-a951-50960688e539" + }, + "ResponseBody": { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "Storage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-7105/providers/Microsoft.Storage/storageAccounts/teststoragemgmt9703", + "name": "teststoragemgmt9703", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-11-17T02:47:22.6081087Z", + "key2": "2021-11-17T02:47:22.6081087Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T02:47:22.6081087Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T02:47:22.6081087Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "provisioningState": "Succeeded", + "creationTime": "2021-11-17T02:47:22.4987321Z", + "primaryEndpoints": { + "blob": "https://teststoragemgmt9703.blob.core.windows.net/", + "queue": "https://teststoragemgmt9703.queue.core.windows.net/", + "table": "https://teststoragemgmt9703.table.core.windows.net/", + "file": "https://teststoragemgmt9703.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-7105/providers/Microsoft.Storage/storageAccounts/teststoragemgmt9703?api-version=2021-04-01", + "RequestMethod": "PATCH", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "124", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "fd1f52d8e98e208d7962fedd9f6d4527", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "properties": { + "encryption": { + "services": { + "blob": { + "enabled": true + }, + "file": { + "enabled": true + } + }, + "keySource": "Microsoft.Storage" + } + } + }, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1346", + "Content-Type": "application/json", + "Date": "Wed, 17 Nov 2021 02:47:44 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "fd1f52d8e98e208d7962fedd9f6d4527", + "x-ms-correlation-request-id": "9b39f64f-c960-436e-a37e-c15578b043b3", + "x-ms-ratelimit-remaining-subscription-writes": "1191", + "x-ms-request-id": "70822bdd-e6a0-498f-b703-933bacbcdd51", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T024744Z:9b39f64f-c960-436e-a37e-c15578b043b3" + }, + "ResponseBody": { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "Storage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-7105/providers/Microsoft.Storage/storageAccounts/teststoragemgmt9703", + "name": "teststoragemgmt9703", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-11-17T02:47:22.6081087Z", + "key2": "2021-11-17T02:47:22.6081087Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T02:47:22.6081087Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T02:47:22.6081087Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "provisioningState": "Succeeded", + "creationTime": "2021-11-17T02:47:22.4987321Z", + "primaryEndpoints": { + "blob": "https://teststoragemgmt9703.blob.core.windows.net/", + "queue": "https://teststoragemgmt9703.queue.core.windows.net/", + "table": "https://teststoragemgmt9703.table.core.windows.net/", + "file": "https://teststoragemgmt9703.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-7105/providers/Microsoft.Storage/storageAccounts/teststoragemgmt9703?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "ce3079339d1c5390c3faad87966342a7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1346", + "Content-Type": "application/json", + "Date": "Wed, 17 Nov 2021 02:47:44 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ce3079339d1c5390c3faad87966342a7", + "x-ms-correlation-request-id": "bd16211c-cc52-46a2-ac0c-cf096061ea33", + "x-ms-ratelimit-remaining-subscription-reads": "11961", + "x-ms-request-id": "ceabc13c-cebc-4221-a0e4-b3ecfbf63018", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T024744Z:bd16211c-cc52-46a2-ac0c-cf096061ea33" + }, + "ResponseBody": { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "Storage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-7105/providers/Microsoft.Storage/storageAccounts/teststoragemgmt9703", + "name": "teststoragemgmt9703", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-11-17T02:47:22.6081087Z", + "key2": "2021-11-17T02:47:22.6081087Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T02:47:22.6081087Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T02:47:22.6081087Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "provisioningState": "Succeeded", + "creationTime": "2021-11-17T02:47:22.4987321Z", + "primaryEndpoints": { + "blob": "https://teststoragemgmt9703.blob.core.windows.net/", + "queue": "https://teststoragemgmt9703.queue.core.windows.net/", + "table": "https://teststoragemgmt9703.table.core.windows.net/", + "file": "https://teststoragemgmt9703.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-7105/providers/Microsoft.Storage/storageAccounts/teststoragemgmt9703?api-version=2021-04-01", + "RequestMethod": "PATCH", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "100", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "348922b9b469dd6349128b961f4576e8", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "properties": { + "encryption": { + "services": { + "blob": { + "enabled": true + } + }, + "keySource": "Microsoft.Storage" + } + } + }, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1346", + "Content-Type": "application/json", + "Date": "Wed, 17 Nov 2021 02:47:45 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "348922b9b469dd6349128b961f4576e8", + "x-ms-correlation-request-id": "b921e8bf-7b02-4394-82b0-c32066a9b14b", + "x-ms-ratelimit-remaining-subscription-writes": "1190", + "x-ms-request-id": "d2f83daf-563a-46da-8b15-a46e0e5d2c50", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T024745Z:b921e8bf-7b02-4394-82b0-c32066a9b14b" + }, + "ResponseBody": { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "Storage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-7105/providers/Microsoft.Storage/storageAccounts/teststoragemgmt9703", + "name": "teststoragemgmt9703", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-11-17T02:47:22.6081087Z", + "key2": "2021-11-17T02:47:22.6081087Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T02:47:22.6081087Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T02:47:22.6081087Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "provisioningState": "Succeeded", + "creationTime": "2021-11-17T02:47:22.4987321Z", + "primaryEndpoints": { + "blob": "https://teststoragemgmt9703.blob.core.windows.net/", + "queue": "https://teststoragemgmt9703.queue.core.windows.net/", + "table": "https://teststoragemgmt9703.table.core.windows.net/", + "file": "https://teststoragemgmt9703.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-7105/providers/Microsoft.Storage/storageAccounts/teststoragemgmt9703?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "5d828c68ae043b76c2cb3a933b058a15", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1346", + "Content-Type": "application/json", + "Date": "Wed, 17 Nov 2021 02:47:46 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5d828c68ae043b76c2cb3a933b058a15", + "x-ms-correlation-request-id": "509023b4-26df-4953-bd5b-5a562c686349", + "x-ms-ratelimit-remaining-subscription-reads": "11960", + "x-ms-request-id": "6dc59eb4-8bd1-420b-ae09-3c8bbb9c1e91", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T024746Z:509023b4-26df-4953-bd5b-5a562c686349" + }, + "ResponseBody": { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "Storage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-7105/providers/Microsoft.Storage/storageAccounts/teststoragemgmt9703", + "name": "teststoragemgmt9703", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-11-17T02:47:22.6081087Z", + "key2": "2021-11-17T02:47:22.6081087Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T02:47:22.6081087Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T02:47:22.6081087Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "provisioningState": "Succeeded", + "creationTime": "2021-11-17T02:47:22.4987321Z", + "primaryEndpoints": { + "blob": "https://teststoragemgmt9703.blob.core.windows.net/", + "queue": "https://teststoragemgmt9703.queue.core.windows.net/", + "table": "https://teststoragemgmt9703.table.core.windows.net/", + "file": "https://teststoragemgmt9703.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-7105/providers/Microsoft.Storage/storageAccounts?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "7d23562010e47fbd1653850a11f9347e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1358", + "Content-Type": "application/json", + "Date": "Wed, 17 Nov 2021 02:47:46 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "7d23562010e47fbd1653850a11f9347e", + "x-ms-correlation-request-id": "b9074144-1b68-4fe8-bf26-0e322f985665", + "x-ms-ratelimit-remaining-subscription-reads": "11959", + "x-ms-request-id": "329cf34c-2f79-4d5f-891a-0134b7479ce0", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T024746Z:b9074144-1b68-4fe8-bf26-0e322f985665" + }, + "ResponseBody": { + "value": [ + { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "Storage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-7105/providers/Microsoft.Storage/storageAccounts/teststoragemgmt9703", + "name": "teststoragemgmt9703", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-11-17T02:47:22.6081087Z", + "key2": "2021-11-17T02:47:22.6081087Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T02:47:22.6081087Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T02:47:22.6081087Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "provisioningState": "Succeeded", + "creationTime": "2021-11-17T02:47:22.4987321Z", + "primaryEndpoints": { + "blob": "https://teststoragemgmt9703.blob.core.windows.net/", + "queue": "https://teststoragemgmt9703.queue.core.windows.net/", + "table": "https://teststoragemgmt9703.table.core.windows.net/", + "file": "https://teststoragemgmt9703.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + } + ] + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-7105/providers/Microsoft.Storage/storageAccounts/teststoragemgmt9703?api-version=2021-04-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "091ec583e5e10ba2ab4d719e7acfa143", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 02:47:50 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "091ec583e5e10ba2ab4d719e7acfa143", + "x-ms-correlation-request-id": "9121f67a-bfdf-4a1f-acdc-f3f84b634a5e", + "x-ms-ratelimit-remaining-subscription-deletes": "14997", + "x-ms-request-id": "85f8a261-0027-4163-9ddc-bdbae7184013", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T024750Z:9121f67a-bfdf-4a1f-acdc-f3f84b634a5e" + }, + "ResponseBody": [] + } + ], + "Variables": { + "RandomSeed": "289234040", + "RESOURCE_MANAGER_URL": null, + "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" + } +} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/UpdateStorageAccountMultipleProperties.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/UpdateStorageAccountMultipleProperties.json new file mode 100644 index 0000000000000..c83409d5786f0 --- /dev/null +++ b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/UpdateStorageAccountMultipleProperties.json @@ -0,0 +1,936 @@ +{ + "Entries": [ + { + "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-2d6db48b9ebda640bee466f49dc50cd3-5a3c3696bbd42a4e-00", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "282c5b687a0042a62857d42d92c24360", + "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": "Wed, 17 Nov 2021 02:28:21 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "a2146f8a-7881-428f-a92a-600275f2e09c", + "x-ms-ratelimit-remaining-subscription-reads": "11999", + "x-ms-request-id": "a2146f8a-7881-428f-a92a-600275f2e09c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T022821Z:a2146f8a-7881-428f-a92a-600275f2e09c" + }, + "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.Storage/checkNameAvailability?api-version=2021-04-01", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "73", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "bd82684177dfa43aa2fa3f538fbcabb1", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "name": "teststoragemgmt7517", + "type": "Microsoft.Storage/storageAccounts" + }, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "22", + "Content-Type": "application/json", + "Date": "Wed, 17 Nov 2021 02:28:22 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "bd82684177dfa43aa2fa3f538fbcabb1", + "x-ms-correlation-request-id": "79b54804-7880-48eb-ab38-0943095bc9ec", + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-request-id": "6e3c1d1a-56d6-4166-9fda-6519a2a84a90", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T022822Z:79b54804-7880-48eb-ab38-0943095bc9ec" + }, + "ResponseBody": { + "nameAvailable": true + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/teststorageRG-2684?api-version=2019-10-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "44", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "ca7017756092b4f454e138136705a382", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "location": "eastus2", + "tags": { + "test": "env" + } + }, + "StatusCode": 201, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "256", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 17 Nov 2021 02:28:24 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "d30cc19d-e2fd-4675-98fe-dcbd40d5c504", + "x-ms-ratelimit-remaining-subscription-writes": "1199", + "x-ms-request-id": "d30cc19d-e2fd-4675-98fe-dcbd40d5c504", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T022825Z:d30cc19d-e2fd-4675-98fe-dcbd40d5c504" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-2684", + "name": "teststorageRG-2684", + "type": "Microsoft.Resources/resourceGroups", + "location": "eastus2", + "tags": { + "test": "env" + }, + "properties": { + "provisioningState": "Succeeded" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-2684/providers/Microsoft.Storage/storageAccounts/teststoragemgmt7517?api-version=2021-04-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "126", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "0c82a30889cef1e4845d7f66ef989b28", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "sku": { + "name": "Standard_GRS" + }, + "kind": "Storage", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": {} + }, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 02:28:31 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/be846a81-245e-4fb0-a5d2-0e2fd0a82911?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "0c82a30889cef1e4845d7f66ef989b28", + "x-ms-correlation-request-id": "3b99d7c5-9731-4879-9760-58d824fbfa12", + "x-ms-ratelimit-remaining-subscription-writes": "1198", + "x-ms-request-id": "be846a81-245e-4fb0-a5d2-0e2fd0a82911", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T022832Z:3b99d7c5-9731-4879-9760-58d824fbfa12" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/be846a81-245e-4fb0-a5d2-0e2fd0a82911?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "1886d19ca429eb5a337f4635e08ec5bc", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 02:28:32 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/be846a81-245e-4fb0-a5d2-0e2fd0a82911?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1886d19ca429eb5a337f4635e08ec5bc", + "x-ms-correlation-request-id": "9ab80b33-8a96-4ee9-bcc6-ab44d5b42d95", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-request-id": "cb5a6c54-7461-4384-9e3e-75bb9d236566", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T022833Z:9ab80b33-8a96-4ee9-bcc6-ab44d5b42d95" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/be846a81-245e-4fb0-a5d2-0e2fd0a82911?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "fd960f4678b86792f4797fc5ff4eeff2", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 02:28:33 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/be846a81-245e-4fb0-a5d2-0e2fd0a82911?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "fd960f4678b86792f4797fc5ff4eeff2", + "x-ms-correlation-request-id": "dab8fbbe-f0a3-4873-9406-7cfadd64fa35", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-request-id": "fc6f6b9f-03c2-4b2f-af1b-30cc10a711c1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T022834Z:dab8fbbe-f0a3-4873-9406-7cfadd64fa35" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/be846a81-245e-4fb0-a5d2-0e2fd0a82911?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "1dca8a218211d7ff0f61f8705b7828fe", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 02:28:34 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/be846a81-245e-4fb0-a5d2-0e2fd0a82911?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1dca8a218211d7ff0f61f8705b7828fe", + "x-ms-correlation-request-id": "3751c515-813b-4748-b468-304734b5848c", + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-request-id": "c04964f6-ac14-4ce4-ac31-5e8d89680d48", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T022835Z:3751c515-813b-4748-b468-304734b5848c" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/be846a81-245e-4fb0-a5d2-0e2fd0a82911?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "f250cd433dfa233c3f1f24af2594ece5", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 02:28:36 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/be846a81-245e-4fb0-a5d2-0e2fd0a82911?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f250cd433dfa233c3f1f24af2594ece5", + "x-ms-correlation-request-id": "83943237-9f27-4d1f-a3eb-65cf808488e4", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-request-id": "d10cd7ad-7bf7-4055-8d96-68d2f34d744d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T022837Z:83943237-9f27-4d1f-a3eb-65cf808488e4" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/be846a81-245e-4fb0-a5d2-0e2fd0a82911?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "5514538fa8c3c3aa10bfed577f210b7b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 02:28:37 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/be846a81-245e-4fb0-a5d2-0e2fd0a82911?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5514538fa8c3c3aa10bfed577f210b7b", + "x-ms-correlation-request-id": "0943a820-9d4c-40f8-a6c7-21d88dbc5be9", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-request-id": "d9fae90a-1721-4765-ac57-21c7626cce04", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T022838Z:0943a820-9d4c-40f8-a6c7-21d88dbc5be9" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/be846a81-245e-4fb0-a5d2-0e2fd0a82911?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "31828050fdfee3f84ea6ddf15e4fb17b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 02:28:38 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/be846a81-245e-4fb0-a5d2-0e2fd0a82911?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "31828050fdfee3f84ea6ddf15e4fb17b", + "x-ms-correlation-request-id": "5b89c558-410f-4cc5-a064-38c1e9e3294a", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-request-id": "bb21fd16-afed-4955-8041-c8f03cb11b77", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T022839Z:5b89c558-410f-4cc5-a064-38c1e9e3294a" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/be846a81-245e-4fb0-a5d2-0e2fd0a82911?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "07e11375d3649a3a238ce23a4fe4a41d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 02:28:40 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/be846a81-245e-4fb0-a5d2-0e2fd0a82911?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "07e11375d3649a3a238ce23a4fe4a41d", + "x-ms-correlation-request-id": "9a0b097f-c43c-4d46-b505-0b87e23b382c", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-request-id": "bc301815-027a-4a9c-931a-d8aa50563051", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T022841Z:9a0b097f-c43c-4d46-b505-0b87e23b382c" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/be846a81-245e-4fb0-a5d2-0e2fd0a82911?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "a55ea813ba1292e65b30061dcab865c0", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 02:28:41 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/be846a81-245e-4fb0-a5d2-0e2fd0a82911?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a55ea813ba1292e65b30061dcab865c0", + "x-ms-correlation-request-id": "c57262d7-6c4b-40c4-93c5-6576dad21eb1", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-request-id": "57dd0810-07c3-4824-9a26-29e6ddff8593", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T022842Z:c57262d7-6c4b-40c4-93c5-6576dad21eb1" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/be846a81-245e-4fb0-a5d2-0e2fd0a82911?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "6ce2720e04407d1745e70e711bbd9369", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 02:28:42 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/be846a81-245e-4fb0-a5d2-0e2fd0a82911?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6ce2720e04407d1745e70e711bbd9369", + "x-ms-correlation-request-id": "44d31f99-cf07-4546-b92e-40f75cd9fc2e", + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-request-id": "17965e82-4001-4bf8-805c-c42489edad34", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T022843Z:44d31f99-cf07-4546-b92e-40f75cd9fc2e" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/be846a81-245e-4fb0-a5d2-0e2fd0a82911?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "b5debf020cf0ba682c4fac33cc1dcf6b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 02:28:44 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/be846a81-245e-4fb0-a5d2-0e2fd0a82911?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b5debf020cf0ba682c4fac33cc1dcf6b", + "x-ms-correlation-request-id": "c8041185-5704-4c64-9119-7235e33b6ec3", + "x-ms-ratelimit-remaining-subscription-reads": "11988", + "x-ms-request-id": "4a52a3dd-2f11-4afc-80aa-a6a9a44eb759", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T022845Z:c8041185-5704-4c64-9119-7235e33b6ec3" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/be846a81-245e-4fb0-a5d2-0e2fd0a82911?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "dd2c212638020fdd90e1602aab75779d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 02:28:45 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/be846a81-245e-4fb0-a5d2-0e2fd0a82911?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "dd2c212638020fdd90e1602aab75779d", + "x-ms-correlation-request-id": "6375b007-8b4d-45fc-8291-3b69e15f393b", + "x-ms-ratelimit-remaining-subscription-reads": "11987", + "x-ms-request-id": "842c3ad8-c5df-45a4-bfc4-208c316f5d99", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T022846Z:6375b007-8b4d-45fc-8291-3b69e15f393b" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/be846a81-245e-4fb0-a5d2-0e2fd0a82911?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "0a1a9c9cafda02d009273ff057e3b127", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 02:28:46 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/be846a81-245e-4fb0-a5d2-0e2fd0a82911?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "0a1a9c9cafda02d009273ff057e3b127", + "x-ms-correlation-request-id": "5dadc616-99ad-4819-a5e0-7d5dadf03568", + "x-ms-ratelimit-remaining-subscription-reads": "11986", + "x-ms-request-id": "e94fb9a2-da1b-4267-a5a6-0f64d25027da", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T022847Z:5dadc616-99ad-4819-a5e0-7d5dadf03568" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/be846a81-245e-4fb0-a5d2-0e2fd0a82911?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "fa4ba318b690ca67e2ce250fab3e0fb7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1346", + "Content-Type": "application/json", + "Date": "Wed, 17 Nov 2021 02:28:48 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "fa4ba318b690ca67e2ce250fab3e0fb7", + "x-ms-correlation-request-id": "3fe304eb-9f27-4043-a325-b4170a80a214", + "x-ms-ratelimit-remaining-subscription-reads": "11985", + "x-ms-request-id": "e9dcf274-cd18-446f-ae44-a20f0ba220bf", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T022848Z:3fe304eb-9f27-4043-a325-b4170a80a214" + }, + "ResponseBody": { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "Storage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-2684/providers/Microsoft.Storage/storageAccounts/teststoragemgmt7517", + "name": "teststoragemgmt7517", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-11-17T02:28:31.3459120Z", + "key2": "2021-11-17T02:28:31.3459120Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T02:28:31.3459120Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T02:28:31.3459120Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "provisioningState": "Succeeded", + "creationTime": "2021-11-17T02:28:31.2521704Z", + "primaryEndpoints": { + "blob": "https://teststoragemgmt7517.blob.core.windows.net/", + "queue": "https://teststoragemgmt7517.queue.core.windows.net/", + "table": "https://teststoragemgmt7517.table.core.windows.net/", + "file": "https://teststoragemgmt7517.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-2684/providers/Microsoft.Storage/storageAccounts/teststoragemgmt7517?api-version=2021-04-01", + "RequestMethod": "PATCH", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "104", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "2f970fd8c4027690502ad3daf8ecb8ad", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "sku": { + "name": "Standard_LRS" + }, + "tags": { + "key3": "value3", + "key4": "value4", + "key5": "value5" + }, + "properties": {} + }, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1298", + "Content-Type": "application/json", + "Date": "Wed, 17 Nov 2021 02:28:53 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "2f970fd8c4027690502ad3daf8ecb8ad", + "x-ms-correlation-request-id": "d6436493-2fca-42b3-8931-3c10bfc59b20", + "x-ms-ratelimit-remaining-subscription-writes": "1197", + "x-ms-request-id": "d7a0db59-2f41-42d0-8ba3-f83329fa64b2", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T022853Z:d6436493-2fca-42b3-8931-3c10bfc59b20" + }, + "ResponseBody": { + "sku": { + "name": "Standard_LRS", + "tier": "Standard" + }, + "kind": "Storage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-2684/providers/Microsoft.Storage/storageAccounts/teststoragemgmt7517", + "name": "teststoragemgmt7517", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key3": "value3", + "key4": "value4", + "key5": "value5" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-11-17T02:28:31.3459120Z", + "key2": "2021-11-17T02:28:31.3459120Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T02:28:31.3459120Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T02:28:31.3459120Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "provisioningState": "Succeeded", + "creationTime": "2021-11-17T02:28:31.2521704Z", + "primaryEndpoints": { + "blob": "https://teststoragemgmt7517.blob.core.windows.net/", + "queue": "https://teststoragemgmt7517.queue.core.windows.net/", + "table": "https://teststoragemgmt7517.table.core.windows.net/", + "file": "https://teststoragemgmt7517.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-2684/providers/Microsoft.Storage/storageAccounts/teststoragemgmt7517?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "0812382f7c29e50c3550280c8ac156cb", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1298", + "Content-Type": "application/json", + "Date": "Wed, 17 Nov 2021 02:28:53 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "0812382f7c29e50c3550280c8ac156cb", + "x-ms-correlation-request-id": "a8e28b11-0653-4d57-840c-0b56edf64523", + "x-ms-ratelimit-remaining-subscription-reads": "11984", + "x-ms-request-id": "a07769e5-81e8-408c-af29-74a359733c39", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T022854Z:a8e28b11-0653-4d57-840c-0b56edf64523" + }, + "ResponseBody": { + "sku": { + "name": "Standard_LRS", + "tier": "Standard" + }, + "kind": "Storage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-2684/providers/Microsoft.Storage/storageAccounts/teststoragemgmt7517", + "name": "teststoragemgmt7517", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key3": "value3", + "key4": "value4", + "key5": "value5" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-11-17T02:28:31.3459120Z", + "key2": "2021-11-17T02:28:31.3459120Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T02:28:31.3459120Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T02:28:31.3459120Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "provisioningState": "Succeeded", + "creationTime": "2021-11-17T02:28:31.2521704Z", + "primaryEndpoints": { + "blob": "https://teststoragemgmt7517.blob.core.windows.net/", + "queue": "https://teststoragemgmt7517.queue.core.windows.net/", + "table": "https://teststoragemgmt7517.table.core.windows.net/", + "file": "https://teststoragemgmt7517.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-2684/providers/Microsoft.Storage/storageAccounts?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "47188718814c532512d4a966e38cd1f5", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1310", + "Content-Type": "application/json", + "Date": "Wed, 17 Nov 2021 02:28:54 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "47188718814c532512d4a966e38cd1f5", + "x-ms-correlation-request-id": "eaa5be50-d7ef-4f23-be7d-9c6350cc3fdb", + "x-ms-ratelimit-remaining-subscription-reads": "11983", + "x-ms-request-id": "4a0f7bdb-47f0-452f-b446-84e2a7c8ee10", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T022854Z:eaa5be50-d7ef-4f23-be7d-9c6350cc3fdb" + }, + "ResponseBody": { + "value": [ + { + "sku": { + "name": "Standard_LRS", + "tier": "Standard" + }, + "kind": "Storage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-2684/providers/Microsoft.Storage/storageAccounts/teststoragemgmt7517", + "name": "teststoragemgmt7517", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key3": "value3", + "key4": "value4", + "key5": "value5" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-11-17T02:28:31.3459120Z", + "key2": "2021-11-17T02:28:31.3459120Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T02:28:31.3459120Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T02:28:31.3459120Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "provisioningState": "Succeeded", + "creationTime": "2021-11-17T02:28:31.2521704Z", + "primaryEndpoints": { + "blob": "https://teststoragemgmt7517.blob.core.windows.net/", + "queue": "https://teststoragemgmt7517.queue.core.windows.net/", + "table": "https://teststoragemgmt7517.table.core.windows.net/", + "file": "https://teststoragemgmt7517.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available" + } + } + ] + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-2684/providers/Microsoft.Storage/storageAccounts/teststoragemgmt7517?api-version=2021-04-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "73df7815062c5b8d02b1fab19b84eb8f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 02:29:01 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "73df7815062c5b8d02b1fab19b84eb8f", + "x-ms-correlation-request-id": "49dd5d2e-24f7-47eb-8723-24e55387492a", + "x-ms-ratelimit-remaining-subscription-deletes": "14999", + "x-ms-request-id": "3cb909bc-063e-46f1-994c-64bca209ea5b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T022901Z:49dd5d2e-24f7-47eb-8723-24e55387492a" + }, + "ResponseBody": [] + } + ], + "Variables": { + "RandomSeed": "1926310898", + "RESOURCE_MANAGER_URL": null, + "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" + } +} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/UpdateStorageAccountMultiplePropertiesAsync.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/UpdateStorageAccountMultiplePropertiesAsync.json new file mode 100644 index 0000000000000..f8be37a15d266 --- /dev/null +++ b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/UpdateStorageAccountMultiplePropertiesAsync.json @@ -0,0 +1,936 @@ +{ + "Entries": [ + { + "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-b62eeeddcc6a4b45b54601219b0b998d-ab9fc8205909c944-00", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "2bf8afd602e33daa07bbc0455b10b0a9", + "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": "Wed, 17 Nov 2021 02:29:10 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "c5c4897f-e87d-4d17-93a4-bcd2d381f3b6", + "x-ms-ratelimit-remaining-subscription-reads": "11980", + "x-ms-request-id": "c5c4897f-e87d-4d17-93a4-bcd2d381f3b6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T022910Z:c5c4897f-e87d-4d17-93a4-bcd2d381f3b6" + }, + "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.Storage/checkNameAvailability?api-version=2021-04-01", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "73", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "84fc8318a22cc25c0296daa8cb756faa", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "name": "teststoragemgmt3320", + "type": "Microsoft.Storage/storageAccounts" + }, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "22", + "Content-Type": "application/json", + "Date": "Wed, 17 Nov 2021 02:29:11 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "84fc8318a22cc25c0296daa8cb756faa", + "x-ms-correlation-request-id": "065fc92e-d1d5-4a23-a654-a5275a8a173a", + "x-ms-ratelimit-remaining-subscription-reads": "11979", + "x-ms-request-id": "74b4872c-8982-4312-a0ba-ce348825e1a5", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T022911Z:065fc92e-d1d5-4a23-a654-a5275a8a173a" + }, + "ResponseBody": { + "nameAvailable": true + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/teststorageRG-6472?api-version=2019-10-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "44", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "9aed3cd1b42dd5fd3fafeb90bf4ec094", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "location": "eastus2", + "tags": { + "test": "env" + } + }, + "StatusCode": 201, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "256", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 17 Nov 2021 02:29:11 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "c852d478-5b16-4dd0-9c1a-bc37adeb4f3c", + "x-ms-ratelimit-remaining-subscription-writes": "1196", + "x-ms-request-id": "c852d478-5b16-4dd0-9c1a-bc37adeb4f3c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T022912Z:c852d478-5b16-4dd0-9c1a-bc37adeb4f3c" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-6472", + "name": "teststorageRG-6472", + "type": "Microsoft.Resources/resourceGroups", + "location": "eastus2", + "tags": { + "test": "env" + }, + "properties": { + "provisioningState": "Succeeded" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-6472/providers/Microsoft.Storage/storageAccounts/teststoragemgmt3320?api-version=2021-04-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "126", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "e405e794a9d19b0d69e16bd0953b4651", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "sku": { + "name": "Standard_GRS" + }, + "kind": "Storage", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": {} + }, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 02:29:15 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/957d1c17-efc3-4884-8b06-1acf7ed9dc03?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e405e794a9d19b0d69e16bd0953b4651", + "x-ms-correlation-request-id": "5e2f92d9-83d3-48f2-88a7-3f9bbb30b071", + "x-ms-ratelimit-remaining-subscription-writes": "1195", + "x-ms-request-id": "957d1c17-efc3-4884-8b06-1acf7ed9dc03", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T022915Z:5e2f92d9-83d3-48f2-88a7-3f9bbb30b071" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/957d1c17-efc3-4884-8b06-1acf7ed9dc03?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "8d371419c56a27b22f51304c482c4004", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 02:29:16 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/957d1c17-efc3-4884-8b06-1acf7ed9dc03?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "8d371419c56a27b22f51304c482c4004", + "x-ms-correlation-request-id": "4a8d9ec7-4bad-422b-adf9-69b37f94f7ed", + "x-ms-ratelimit-remaining-subscription-reads": "11978", + "x-ms-request-id": "5c54d31f-cd3b-4039-937c-c8953e7fbc3b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T022916Z:4a8d9ec7-4bad-422b-adf9-69b37f94f7ed" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/957d1c17-efc3-4884-8b06-1acf7ed9dc03?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "e7f599684d0f38d8fc36e522bd192937", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 02:29:17 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/957d1c17-efc3-4884-8b06-1acf7ed9dc03?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e7f599684d0f38d8fc36e522bd192937", + "x-ms-correlation-request-id": "ab3f84f3-8e27-4cf5-b7d5-02e4177c291f", + "x-ms-ratelimit-remaining-subscription-reads": "11977", + "x-ms-request-id": "00aaaf50-4e3e-4d21-befa-697d1dac7324", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T022917Z:ab3f84f3-8e27-4cf5-b7d5-02e4177c291f" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/957d1c17-efc3-4884-8b06-1acf7ed9dc03?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "80b6249db904d5e72518446a2b9d86d2", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 02:29:18 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/957d1c17-efc3-4884-8b06-1acf7ed9dc03?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "80b6249db904d5e72518446a2b9d86d2", + "x-ms-correlation-request-id": "83c1cdd0-1077-4d4e-916d-9ec7c7f00b12", + "x-ms-ratelimit-remaining-subscription-reads": "11976", + "x-ms-request-id": "bfb8935d-45e8-4289-810f-89c926415b2b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T022918Z:83c1cdd0-1077-4d4e-916d-9ec7c7f00b12" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/957d1c17-efc3-4884-8b06-1acf7ed9dc03?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "d78be86e5c3ccc373bff9134e0906915", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 02:29:20 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/957d1c17-efc3-4884-8b06-1acf7ed9dc03?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d78be86e5c3ccc373bff9134e0906915", + "x-ms-correlation-request-id": "79f8a996-4949-4563-b337-794dfd4c476a", + "x-ms-ratelimit-remaining-subscription-reads": "11975", + "x-ms-request-id": "83e3933c-c3e9-4147-aae6-d3efed92edf3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T022920Z:79f8a996-4949-4563-b337-794dfd4c476a" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/957d1c17-efc3-4884-8b06-1acf7ed9dc03?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "23aff927bf76afffb220c1f7096e0c5f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 02:29:21 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/957d1c17-efc3-4884-8b06-1acf7ed9dc03?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "23aff927bf76afffb220c1f7096e0c5f", + "x-ms-correlation-request-id": "39ce3839-3c84-4292-8239-b42b731aa4bb", + "x-ms-ratelimit-remaining-subscription-reads": "11974", + "x-ms-request-id": "60b6ee73-1243-4cd8-99eb-7dc3a1a0114c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T022921Z:39ce3839-3c84-4292-8239-b42b731aa4bb" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/957d1c17-efc3-4884-8b06-1acf7ed9dc03?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "d5b312af528e41faece9440527b2f495", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 02:29:22 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/957d1c17-efc3-4884-8b06-1acf7ed9dc03?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d5b312af528e41faece9440527b2f495", + "x-ms-correlation-request-id": "518ea8b5-0612-49c8-843a-16f159944b41", + "x-ms-ratelimit-remaining-subscription-reads": "11973", + "x-ms-request-id": "85cba9f4-3935-45b0-820b-8ce80844356a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T022922Z:518ea8b5-0612-49c8-843a-16f159944b41" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/957d1c17-efc3-4884-8b06-1acf7ed9dc03?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "31422eae62eeae5ce8dc251c9b40c3cd", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 02:29:23 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/957d1c17-efc3-4884-8b06-1acf7ed9dc03?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "31422eae62eeae5ce8dc251c9b40c3cd", + "x-ms-correlation-request-id": "f27d6171-c8a5-4422-a999-10f5e0f0623b", + "x-ms-ratelimit-remaining-subscription-reads": "11972", + "x-ms-request-id": "4c538fcc-f5e6-4405-a6f6-2d3480e7a552", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T022924Z:f27d6171-c8a5-4422-a999-10f5e0f0623b" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/957d1c17-efc3-4884-8b06-1acf7ed9dc03?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "cd8432f294dcd587ff6d368c7afa87ff", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 02:29:25 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/957d1c17-efc3-4884-8b06-1acf7ed9dc03?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "cd8432f294dcd587ff6d368c7afa87ff", + "x-ms-correlation-request-id": "00ce10c8-509c-42af-a885-081a650a5b53", + "x-ms-ratelimit-remaining-subscription-reads": "11971", + "x-ms-request-id": "87d46f4d-57c7-45ca-af96-2f72e4d83342", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T022925Z:00ce10c8-509c-42af-a885-081a650a5b53" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/957d1c17-efc3-4884-8b06-1acf7ed9dc03?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "da482b2bdb2b4c70b604ecb22ddea6ac", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 02:29:26 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/957d1c17-efc3-4884-8b06-1acf7ed9dc03?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "da482b2bdb2b4c70b604ecb22ddea6ac", + "x-ms-correlation-request-id": "21dc6289-0a66-4571-af8d-932568e6e090", + "x-ms-ratelimit-remaining-subscription-reads": "11970", + "x-ms-request-id": "706ee93a-52c7-45ad-b6c4-63ca4e8a6938", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T022926Z:21dc6289-0a66-4571-af8d-932568e6e090" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/957d1c17-efc3-4884-8b06-1acf7ed9dc03?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "f5127725272d1ab9a76c32802ccf34ed", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 02:29:27 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/957d1c17-efc3-4884-8b06-1acf7ed9dc03?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f5127725272d1ab9a76c32802ccf34ed", + "x-ms-correlation-request-id": "fca2ed19-29db-435e-9a87-aa5c747ab16d", + "x-ms-ratelimit-remaining-subscription-reads": "11969", + "x-ms-request-id": "a8ce883a-3d2d-4c67-8bbe-c6ccac76285a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T022928Z:fca2ed19-29db-435e-9a87-aa5c747ab16d" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/957d1c17-efc3-4884-8b06-1acf7ed9dc03?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "6ff02554e9f717a2c13816d7a7d4a821", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 02:29:29 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/957d1c17-efc3-4884-8b06-1acf7ed9dc03?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6ff02554e9f717a2c13816d7a7d4a821", + "x-ms-correlation-request-id": "434929c2-4b2a-4d42-8edd-422eaf9ca1b0", + "x-ms-ratelimit-remaining-subscription-reads": "11968", + "x-ms-request-id": "ec31e68b-6580-4c83-a342-9a9e2f037102", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T022929Z:434929c2-4b2a-4d42-8edd-422eaf9ca1b0" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/957d1c17-efc3-4884-8b06-1acf7ed9dc03?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "03668ac691e804d2722e33bfa8ef20e7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 02:29:30 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/957d1c17-efc3-4884-8b06-1acf7ed9dc03?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "03668ac691e804d2722e33bfa8ef20e7", + "x-ms-correlation-request-id": "a361987c-18c2-4de8-9473-4972573cc47f", + "x-ms-ratelimit-remaining-subscription-reads": "11967", + "x-ms-request-id": "0f8cddfe-8d0e-46b4-a922-e68ec669b78c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T022930Z:a361987c-18c2-4de8-9473-4972573cc47f" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/957d1c17-efc3-4884-8b06-1acf7ed9dc03?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "075dffd036ed3cb4d5fb34f510e173d2", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1346", + "Content-Type": "application/json", + "Date": "Wed, 17 Nov 2021 02:29:31 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "075dffd036ed3cb4d5fb34f510e173d2", + "x-ms-correlation-request-id": "74fffae2-42eb-428c-8414-1afb1f3bafb7", + "x-ms-ratelimit-remaining-subscription-reads": "11966", + "x-ms-request-id": "65240efe-684d-4e02-8dd1-9e1821a7c7ee", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T022932Z:74fffae2-42eb-428c-8414-1afb1f3bafb7" + }, + "ResponseBody": { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "Storage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-6472/providers/Microsoft.Storage/storageAccounts/teststoragemgmt3320", + "name": "teststoragemgmt3320", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-11-17T02:29:14.3637068Z", + "key2": "2021-11-17T02:29:14.3637068Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T02:29:14.3637068Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T02:29:14.3637068Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "provisioningState": "Succeeded", + "creationTime": "2021-11-17T02:29:14.2699798Z", + "primaryEndpoints": { + "blob": "https://teststoragemgmt3320.blob.core.windows.net/", + "queue": "https://teststoragemgmt3320.queue.core.windows.net/", + "table": "https://teststoragemgmt3320.table.core.windows.net/", + "file": "https://teststoragemgmt3320.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-6472/providers/Microsoft.Storage/storageAccounts/teststoragemgmt3320?api-version=2021-04-01", + "RequestMethod": "PATCH", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "104", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "a1b911c43068c30553ecfdc9b5e26ed2", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "sku": { + "name": "Standard_LRS" + }, + "tags": { + "key3": "value3", + "key4": "value4", + "key5": "value5" + }, + "properties": {} + }, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1298", + "Content-Type": "application/json", + "Date": "Wed, 17 Nov 2021 02:29:34 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a1b911c43068c30553ecfdc9b5e26ed2", + "x-ms-correlation-request-id": "2ca39974-8a85-4af9-9a0d-9221e86f1a4f", + "x-ms-ratelimit-remaining-subscription-writes": "1194", + "x-ms-request-id": "250dd7ce-39b1-494a-8425-7a148ff72612", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T022935Z:2ca39974-8a85-4af9-9a0d-9221e86f1a4f" + }, + "ResponseBody": { + "sku": { + "name": "Standard_LRS", + "tier": "Standard" + }, + "kind": "Storage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-6472/providers/Microsoft.Storage/storageAccounts/teststoragemgmt3320", + "name": "teststoragemgmt3320", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key3": "value3", + "key4": "value4", + "key5": "value5" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-11-17T02:29:14.3637068Z", + "key2": "2021-11-17T02:29:14.3637068Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T02:29:14.3637068Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T02:29:14.3637068Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "provisioningState": "Succeeded", + "creationTime": "2021-11-17T02:29:14.2699798Z", + "primaryEndpoints": { + "blob": "https://teststoragemgmt3320.blob.core.windows.net/", + "queue": "https://teststoragemgmt3320.queue.core.windows.net/", + "table": "https://teststoragemgmt3320.table.core.windows.net/", + "file": "https://teststoragemgmt3320.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-6472/providers/Microsoft.Storage/storageAccounts/teststoragemgmt3320?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "a8062f18a0779033d5292eec5ddcf390", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1298", + "Content-Type": "application/json", + "Date": "Wed, 17 Nov 2021 02:29:35 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a8062f18a0779033d5292eec5ddcf390", + "x-ms-correlation-request-id": "c2b48ebd-52c6-4da5-adb9-ecbe0890a20f", + "x-ms-ratelimit-remaining-subscription-reads": "11965", + "x-ms-request-id": "91b5580e-3a5e-4972-a21e-859aebc36395", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T022935Z:c2b48ebd-52c6-4da5-adb9-ecbe0890a20f" + }, + "ResponseBody": { + "sku": { + "name": "Standard_LRS", + "tier": "Standard" + }, + "kind": "Storage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-6472/providers/Microsoft.Storage/storageAccounts/teststoragemgmt3320", + "name": "teststoragemgmt3320", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key3": "value3", + "key4": "value4", + "key5": "value5" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-11-17T02:29:14.3637068Z", + "key2": "2021-11-17T02:29:14.3637068Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T02:29:14.3637068Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T02:29:14.3637068Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "provisioningState": "Succeeded", + "creationTime": "2021-11-17T02:29:14.2699798Z", + "primaryEndpoints": { + "blob": "https://teststoragemgmt3320.blob.core.windows.net/", + "queue": "https://teststoragemgmt3320.queue.core.windows.net/", + "table": "https://teststoragemgmt3320.table.core.windows.net/", + "file": "https://teststoragemgmt3320.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-6472/providers/Microsoft.Storage/storageAccounts?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "97fb61ba7e35a07ef999b40139eb87f2", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1310", + "Content-Type": "application/json", + "Date": "Wed, 17 Nov 2021 02:29:35 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "97fb61ba7e35a07ef999b40139eb87f2", + "x-ms-correlation-request-id": "e3b92cab-778f-4189-8262-7e45fcd02d29", + "x-ms-ratelimit-remaining-subscription-reads": "11964", + "x-ms-request-id": "c38335c5-a00a-480b-9677-88e4748cbb77", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T022935Z:e3b92cab-778f-4189-8262-7e45fcd02d29" + }, + "ResponseBody": { + "value": [ + { + "sku": { + "name": "Standard_LRS", + "tier": "Standard" + }, + "kind": "Storage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-6472/providers/Microsoft.Storage/storageAccounts/teststoragemgmt3320", + "name": "teststoragemgmt3320", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key3": "value3", + "key4": "value4", + "key5": "value5" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-11-17T02:29:14.3637068Z", + "key2": "2021-11-17T02:29:14.3637068Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T02:29:14.3637068Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T02:29:14.3637068Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "provisioningState": "Succeeded", + "creationTime": "2021-11-17T02:29:14.2699798Z", + "primaryEndpoints": { + "blob": "https://teststoragemgmt3320.blob.core.windows.net/", + "queue": "https://teststoragemgmt3320.queue.core.windows.net/", + "table": "https://teststoragemgmt3320.table.core.windows.net/", + "file": "https://teststoragemgmt3320.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available" + } + } + ] + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-6472/providers/Microsoft.Storage/storageAccounts/teststoragemgmt3320?api-version=2021-04-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "e1dd618ccbdb235ade29cc3f02186576", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 02:29:41 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e1dd618ccbdb235ade29cc3f02186576", + "x-ms-correlation-request-id": "e96d3c07-74e8-4597-a547-a7e0180f5f8e", + "x-ms-ratelimit-remaining-subscription-deletes": "14997", + "x-ms-request-id": "1611122d-6633-4bcd-b4de-d123afc4f3fe", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T022942Z:e96d3c07-74e8-4597-a547-a7e0180f5f8e" + }, + "ResponseBody": [] + } + ], + "Variables": { + "RandomSeed": "1689036200", + "RESOURCE_MANAGER_URL": null, + "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" + } +} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/UpdateStorageAccountWithAllowSharedKeyAccess.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/UpdateStorageAccountWithAllowSharedKeyAccess.json new file mode 100644 index 0000000000000..80cbab3f2c7a1 --- /dev/null +++ b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/UpdateStorageAccountWithAllowSharedKeyAccess.json @@ -0,0 +1,1119 @@ +{ + "Entries": [ + { + "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-c71707e11f9121448a829e63e282bc44-b2c7a7ec15508b45-00", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "039188e851522815c6fd5a55031dff5a", + "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": "Wed, 17 Nov 2021 06:59:46 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "7a23456d-abf2-4afa-b10c-17a33694695b", + "x-ms-ratelimit-remaining-subscription-reads": "11999", + "x-ms-request-id": "7a23456d-abf2-4afa-b10c-17a33694695b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T065946Z:7a23456d-abf2-4afa-b10c-17a33694695b" + }, + "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.Storage/checkNameAvailability?api-version=2021-04-01", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "73", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "86a0ee27534698211f9498bd973d4f5e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "name": "teststoragemgmt9043", + "type": "Microsoft.Storage/storageAccounts" + }, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "22", + "Content-Type": "application/json", + "Date": "Wed, 17 Nov 2021 06:59:47 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "86a0ee27534698211f9498bd973d4f5e", + "x-ms-correlation-request-id": "1451927a-ed21-4040-9a82-539813b4d932", + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-request-id": "76517518-c924-46c0-8f8c-c556fff1d15b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T065947Z:1451927a-ed21-4040-9a82-539813b4d932" + }, + "ResponseBody": { + "nameAvailable": true + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/teststorageRG-4682?api-version=2019-10-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "44", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "df1759bc165c5c68768c64eaa6427b62", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "location": "eastus2", + "tags": { + "test": "env" + } + }, + "StatusCode": 201, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "256", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 17 Nov 2021 06:59:50 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "8fa853b4-dc10-4de2-a337-e4df9ec3836b", + "x-ms-ratelimit-remaining-subscription-writes": "1199", + "x-ms-request-id": "8fa853b4-dc10-4de2-a337-e4df9ec3836b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T065950Z:8fa853b4-dc10-4de2-a337-e4df9ec3836b" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-4682", + "name": "teststorageRG-4682", + "type": "Microsoft.Resources/resourceGroups", + "location": "eastus2", + "tags": { + "test": "env" + }, + "properties": { + "provisioningState": "Succeeded" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-4682/providers/Microsoft.Storage/storageAccounts/teststoragemgmt9043?api-version=2021-04-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "154", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "6253b8ffa17a6f346b33bc7d6a2fbf0a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "sku": { + "name": "Standard_GRS" + }, + "kind": "Storage", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "allowSharedKeyAccess": false + } + }, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 06:59:57 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/108d0a60-beb8-4ba7-b4c5-f982b349d2b1?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6253b8ffa17a6f346b33bc7d6a2fbf0a", + "x-ms-correlation-request-id": "9d75876a-a8f7-4fc7-aedf-ae67fefc72b1", + "x-ms-ratelimit-remaining-subscription-writes": "1198", + "x-ms-request-id": "108d0a60-beb8-4ba7-b4c5-f982b349d2b1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T065957Z:9d75876a-a8f7-4fc7-aedf-ae67fefc72b1" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/108d0a60-beb8-4ba7-b4c5-f982b349d2b1?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "85985a1cfcfc1ac124a7742959ebf246", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 06:59:57 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/108d0a60-beb8-4ba7-b4c5-f982b349d2b1?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "85985a1cfcfc1ac124a7742959ebf246", + "x-ms-correlation-request-id": "a1fcefe6-19dc-42d7-a7bd-a758f4b73339", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-request-id": "ac456d80-b239-4abb-88df-5ff5baa0e0f7", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T065957Z:a1fcefe6-19dc-42d7-a7bd-a758f4b73339" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/108d0a60-beb8-4ba7-b4c5-f982b349d2b1?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "def45accd5e1351fed7a2a50d16db2bd", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 06:59:58 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/108d0a60-beb8-4ba7-b4c5-f982b349d2b1?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "def45accd5e1351fed7a2a50d16db2bd", + "x-ms-correlation-request-id": "1bfebfa1-e35a-47d4-85b6-f0b17b19f2ba", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-request-id": "3bb2523b-b01d-49af-9184-8aca833becae", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T065959Z:1bfebfa1-e35a-47d4-85b6-f0b17b19f2ba" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/108d0a60-beb8-4ba7-b4c5-f982b349d2b1?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "0f606bba3a97fa0d0647809b55a17f4d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 07:00:00 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/108d0a60-beb8-4ba7-b4c5-f982b349d2b1?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "0f606bba3a97fa0d0647809b55a17f4d", + "x-ms-correlation-request-id": "e4e0a75e-38ca-48be-b7e4-892c488ca369", + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-request-id": "b4537d11-cfa9-4046-8611-f6423e722f2c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T070000Z:e4e0a75e-38ca-48be-b7e4-892c488ca369" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/108d0a60-beb8-4ba7-b4c5-f982b349d2b1?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "62fa89379bb946703b639781d27048b7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 07:00:01 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/108d0a60-beb8-4ba7-b4c5-f982b349d2b1?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "62fa89379bb946703b639781d27048b7", + "x-ms-correlation-request-id": "c0003def-129e-4bd9-bf0a-17f0a9ae0eb7", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-request-id": "658012a7-3046-4af9-8fae-9a6602a91086", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T070001Z:c0003def-129e-4bd9-bf0a-17f0a9ae0eb7" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/108d0a60-beb8-4ba7-b4c5-f982b349d2b1?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "ed6eb7f5e28a92af4df9d7995583df4c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 07:00:02 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/108d0a60-beb8-4ba7-b4c5-f982b349d2b1?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ed6eb7f5e28a92af4df9d7995583df4c", + "x-ms-correlation-request-id": "2e12bc51-af84-4f33-9bcc-5f187d672ee7", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-request-id": "165818ce-c01a-4467-b0a4-11363c493688", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T070003Z:2e12bc51-af84-4f33-9bcc-5f187d672ee7" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/108d0a60-beb8-4ba7-b4c5-f982b349d2b1?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "4718ddfb50721f03fa1ad433a28b2895", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 07:00:04 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/108d0a60-beb8-4ba7-b4c5-f982b349d2b1?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4718ddfb50721f03fa1ad433a28b2895", + "x-ms-correlation-request-id": "9168853f-16db-4dbb-9049-d0d47459dbf0", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-request-id": "864bffce-4dc0-4cbb-8d4c-3363238bd70b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T070004Z:9168853f-16db-4dbb-9049-d0d47459dbf0" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/108d0a60-beb8-4ba7-b4c5-f982b349d2b1?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "9da6c9fe913255c3d96814bfc3d6f1b7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 07:00:05 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/108d0a60-beb8-4ba7-b4c5-f982b349d2b1?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "9da6c9fe913255c3d96814bfc3d6f1b7", + "x-ms-correlation-request-id": "5e609bbe-69e3-4ff0-99ea-ac7f6ac382ac", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-request-id": "f9afdf4b-03ab-43e2-9915-ee3934b8d52a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T070005Z:5e609bbe-69e3-4ff0-99ea-ac7f6ac382ac" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/108d0a60-beb8-4ba7-b4c5-f982b349d2b1?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "f4864b830058a445b44ff26f0e7bf0c1", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 07:00:06 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/108d0a60-beb8-4ba7-b4c5-f982b349d2b1?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f4864b830058a445b44ff26f0e7bf0c1", + "x-ms-correlation-request-id": "d78c6a39-4a49-41ea-95d2-332e2527169b", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-request-id": "b9f0a0f2-a2fe-480f-94e2-c42924a1632a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T070007Z:d78c6a39-4a49-41ea-95d2-332e2527169b" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/108d0a60-beb8-4ba7-b4c5-f982b349d2b1?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "8c9b41d142dc6a191ac36d093c435b24", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 07:00:08 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/108d0a60-beb8-4ba7-b4c5-f982b349d2b1?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "8c9b41d142dc6a191ac36d093c435b24", + "x-ms-correlation-request-id": "7bfcf263-2ef7-4c39-af21-1f2bf74d862f", + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-request-id": "7d73a67e-84c2-4fd7-b740-9d059cdec6b0", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T070008Z:7bfcf263-2ef7-4c39-af21-1f2bf74d862f" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/108d0a60-beb8-4ba7-b4c5-f982b349d2b1?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "56b01c283305fd3d8302e9e29e53475d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 07:00:09 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/108d0a60-beb8-4ba7-b4c5-f982b349d2b1?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "56b01c283305fd3d8302e9e29e53475d", + "x-ms-correlation-request-id": "38205703-b620-4071-8531-053de66361e1", + "x-ms-ratelimit-remaining-subscription-reads": "11988", + "x-ms-request-id": "ccf932f0-79a1-42dc-bb19-3c2766f6b59e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T070009Z:38205703-b620-4071-8531-053de66361e1" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/108d0a60-beb8-4ba7-b4c5-f982b349d2b1?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "81ee5378643b40db311bda94933b6871", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 07:00:10 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/108d0a60-beb8-4ba7-b4c5-f982b349d2b1?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "81ee5378643b40db311bda94933b6871", + "x-ms-correlation-request-id": "a0775975-7349-40d1-b6b5-d685a872f6f1", + "x-ms-ratelimit-remaining-subscription-reads": "11987", + "x-ms-request-id": "5b1ee5b7-57d3-4034-926f-c550b34d6dec", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T070011Z:a0775975-7349-40d1-b6b5-d685a872f6f1" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/108d0a60-beb8-4ba7-b4c5-f982b349d2b1?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "f146cef499cb9ebb049d08da5937cbc6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 07:00:12 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/108d0a60-beb8-4ba7-b4c5-f982b349d2b1?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f146cef499cb9ebb049d08da5937cbc6", + "x-ms-correlation-request-id": "7c4518e7-ae37-4c6c-a0d4-4f5587060255", + "x-ms-ratelimit-remaining-subscription-reads": "11986", + "x-ms-request-id": "546cca9a-c505-4237-8271-c750142c27ba", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T070012Z:7c4518e7-ae37-4c6c-a0d4-4f5587060255" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/108d0a60-beb8-4ba7-b4c5-f982b349d2b1?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "e891107cd955c4e9416f25e958a86a48", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1375", + "Content-Type": "application/json", + "Date": "Wed, 17 Nov 2021 07:00:13 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e891107cd955c4e9416f25e958a86a48", + "x-ms-correlation-request-id": "2f7cbe17-d6e6-4f05-8f04-620c62ddc2a8", + "x-ms-ratelimit-remaining-subscription-reads": "11985", + "x-ms-request-id": "5b7095a8-e6fe-46e6-af89-67e731468ec2", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T070013Z:2f7cbe17-d6e6-4f05-8f04-620c62ddc2a8" + }, + "ResponseBody": { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "Storage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-4682/providers/Microsoft.Storage/storageAccounts/teststoragemgmt9043", + "name": "teststoragemgmt9043", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-11-17T06:59:55.9387436Z", + "key2": "2021-11-17T06:59:55.9387436Z" + }, + "privateEndpointConnections": [], + "allowSharedKeyAccess": false, + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T06:59:55.9387436Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T06:59:55.9387436Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "provisioningState": "Succeeded", + "creationTime": "2021-11-17T06:59:55.8448523Z", + "primaryEndpoints": { + "blob": "https://teststoragemgmt9043.blob.core.windows.net/", + "queue": "https://teststoragemgmt9043.queue.core.windows.net/", + "table": "https://teststoragemgmt9043.table.core.windows.net/", + "file": "https://teststoragemgmt9043.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-4682/providers/Microsoft.Storage/storageAccounts/teststoragemgmt9043?api-version=2021-04-01", + "RequestMethod": "PATCH", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "77", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "cfed789a550cdf9297507d9e5c00e7fa", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "properties": { + "supportsHttpsTrafficOnly": false, + "allowSharedKeyAccess": true + } + }, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1375", + "Content-Type": "application/json", + "Date": "Wed, 17 Nov 2021 07:00:15 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "cfed789a550cdf9297507d9e5c00e7fa", + "x-ms-correlation-request-id": "6a1aaca9-19f2-418e-a8d9-b81768450dcd", + "x-ms-ratelimit-remaining-subscription-writes": "1197", + "x-ms-request-id": "e28d4f53-fb9b-4047-a8d0-2d9c9069ad4b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T070015Z:6a1aaca9-19f2-418e-a8d9-b81768450dcd" + }, + "ResponseBody": { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "Storage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-4682/providers/Microsoft.Storage/storageAccounts/teststoragemgmt9043", + "name": "teststoragemgmt9043", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-11-17T06:59:55.9387436Z", + "key2": "2021-11-17T06:59:55.9387436Z" + }, + "privateEndpointConnections": [], + "allowSharedKeyAccess": true, + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": false, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T06:59:55.9387436Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T06:59:55.9387436Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "provisioningState": "Succeeded", + "creationTime": "2021-11-17T06:59:55.8448523Z", + "primaryEndpoints": { + "blob": "https://teststoragemgmt9043.blob.core.windows.net/", + "queue": "https://teststoragemgmt9043.queue.core.windows.net/", + "table": "https://teststoragemgmt9043.table.core.windows.net/", + "file": "https://teststoragemgmt9043.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-4682/providers/Microsoft.Storage/storageAccounts/teststoragemgmt9043?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "831813507fa91b1be582b05b73d2455b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1375", + "Content-Type": "application/json", + "Date": "Wed, 17 Nov 2021 07:00:15 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "831813507fa91b1be582b05b73d2455b", + "x-ms-correlation-request-id": "44d74931-c701-4543-a0c7-9893980c0ea0", + "x-ms-ratelimit-remaining-subscription-reads": "11984", + "x-ms-request-id": "c90121bd-5922-4138-bd28-ba79c5d750c2", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T070016Z:44d74931-c701-4543-a0c7-9893980c0ea0" + }, + "ResponseBody": { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "Storage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-4682/providers/Microsoft.Storage/storageAccounts/teststoragemgmt9043", + "name": "teststoragemgmt9043", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-11-17T06:59:55.9387436Z", + "key2": "2021-11-17T06:59:55.9387436Z" + }, + "privateEndpointConnections": [], + "allowSharedKeyAccess": true, + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": false, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T06:59:55.9387436Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T06:59:55.9387436Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "provisioningState": "Succeeded", + "creationTime": "2021-11-17T06:59:55.8448523Z", + "primaryEndpoints": { + "blob": "https://teststoragemgmt9043.blob.core.windows.net/", + "queue": "https://teststoragemgmt9043.queue.core.windows.net/", + "table": "https://teststoragemgmt9043.table.core.windows.net/", + "file": "https://teststoragemgmt9043.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-4682/providers/Microsoft.Storage/storageAccounts/teststoragemgmt9043?api-version=2021-04-01", + "RequestMethod": "PATCH", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "78", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "e140bf32fc4926ba7db151045b4a6740", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "properties": { + "supportsHttpsTrafficOnly": false, + "allowSharedKeyAccess": false + } + }, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1376", + "Content-Type": "application/json", + "Date": "Wed, 17 Nov 2021 07:00:17 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e140bf32fc4926ba7db151045b4a6740", + "x-ms-correlation-request-id": "bcd2b45f-5012-49f8-88c6-97a35f5f594b", + "x-ms-ratelimit-remaining-subscription-writes": "1196", + "x-ms-request-id": "7ce01d73-4f54-4a44-8fb0-230c8c0b8bfc", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T070017Z:bcd2b45f-5012-49f8-88c6-97a35f5f594b" + }, + "ResponseBody": { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "Storage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-4682/providers/Microsoft.Storage/storageAccounts/teststoragemgmt9043", + "name": "teststoragemgmt9043", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-11-17T06:59:55.9387436Z", + "key2": "2021-11-17T06:59:55.9387436Z" + }, + "privateEndpointConnections": [], + "allowSharedKeyAccess": false, + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": false, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T06:59:55.9387436Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T06:59:55.9387436Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "provisioningState": "Succeeded", + "creationTime": "2021-11-17T06:59:55.8448523Z", + "primaryEndpoints": { + "blob": "https://teststoragemgmt9043.blob.core.windows.net/", + "queue": "https://teststoragemgmt9043.queue.core.windows.net/", + "table": "https://teststoragemgmt9043.table.core.windows.net/", + "file": "https://teststoragemgmt9043.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-4682/providers/Microsoft.Storage/storageAccounts/teststoragemgmt9043?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "44992b87e78f1a9f5cd2ea89a4366bc4", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1376", + "Content-Type": "application/json", + "Date": "Wed, 17 Nov 2021 07:00:17 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "44992b87e78f1a9f5cd2ea89a4366bc4", + "x-ms-correlation-request-id": "6dce2c5c-be4a-4fb7-be5f-8ca452bf0b08", + "x-ms-ratelimit-remaining-subscription-reads": "11983", + "x-ms-request-id": "91497118-2e71-466b-930b-613625ba85b2", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T070017Z:6dce2c5c-be4a-4fb7-be5f-8ca452bf0b08" + }, + "ResponseBody": { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "Storage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-4682/providers/Microsoft.Storage/storageAccounts/teststoragemgmt9043", + "name": "teststoragemgmt9043", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-11-17T06:59:55.9387436Z", + "key2": "2021-11-17T06:59:55.9387436Z" + }, + "privateEndpointConnections": [], + "allowSharedKeyAccess": false, + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": false, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T06:59:55.9387436Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T06:59:55.9387436Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "provisioningState": "Succeeded", + "creationTime": "2021-11-17T06:59:55.8448523Z", + "primaryEndpoints": { + "blob": "https://teststoragemgmt9043.blob.core.windows.net/", + "queue": "https://teststoragemgmt9043.queue.core.windows.net/", + "table": "https://teststoragemgmt9043.table.core.windows.net/", + "file": "https://teststoragemgmt9043.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-4682/providers/Microsoft.Storage/storageAccounts?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "9c6b210a06c053b059f105f72d16bf9a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1388", + "Content-Type": "application/json", + "Date": "Wed, 17 Nov 2021 07:00:17 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "9c6b210a06c053b059f105f72d16bf9a", + "x-ms-correlation-request-id": "850cc75f-5dab-4dc8-a5c1-932e9b30eb5c", + "x-ms-ratelimit-remaining-subscription-reads": "11982", + "x-ms-request-id": "7eedb773-2404-45ed-bdc1-4215afc9801b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T070018Z:850cc75f-5dab-4dc8-a5c1-932e9b30eb5c" + }, + "ResponseBody": { + "value": [ + { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "Storage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-4682/providers/Microsoft.Storage/storageAccounts/teststoragemgmt9043", + "name": "teststoragemgmt9043", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-11-17T06:59:55.9387436Z", + "key2": "2021-11-17T06:59:55.9387436Z" + }, + "privateEndpointConnections": [], + "allowSharedKeyAccess": false, + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": false, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T06:59:55.9387436Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T06:59:55.9387436Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "provisioningState": "Succeeded", + "creationTime": "2021-11-17T06:59:55.8448523Z", + "primaryEndpoints": { + "blob": "https://teststoragemgmt9043.blob.core.windows.net/", + "queue": "https://teststoragemgmt9043.queue.core.windows.net/", + "table": "https://teststoragemgmt9043.table.core.windows.net/", + "file": "https://teststoragemgmt9043.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + } + ] + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-4682/providers/Microsoft.Storage/storageAccounts/teststoragemgmt9043?api-version=2021-04-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "48d3701b00384acc2025847611318246", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 07:00:29 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "48d3701b00384acc2025847611318246", + "x-ms-correlation-request-id": "b701424e-53d4-468e-8a26-a639a60c1904", + "x-ms-ratelimit-remaining-subscription-deletes": "14999", + "x-ms-request-id": "4f7f58bf-93d3-4b75-8b0f-2914a40f2532", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T070029Z:b701424e-53d4-468e-8a26-a639a60c1904" + }, + "ResponseBody": [] + } + ], + "Variables": { + "RandomSeed": "335116535", + "RESOURCE_MANAGER_URL": null, + "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" + } +} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/UpdateStorageAccountWithAllowSharedKeyAccessAsync.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/UpdateStorageAccountWithAllowSharedKeyAccessAsync.json new file mode 100644 index 0000000000000..7469b0670ca9a --- /dev/null +++ b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/UpdateStorageAccountWithAllowSharedKeyAccessAsync.json @@ -0,0 +1,1119 @@ +{ + "Entries": [ + { + "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-eaa8a794bc965a4fa697610dbfb5fd42-49c2b6f208eaa940-00", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "2867f66ef3febad6755b12a552be8413", + "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": "Wed, 17 Nov 2021 07:00:37 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "c1a80d0c-4dc5-4148-b74e-88b73e50dadc", + "x-ms-ratelimit-remaining-subscription-reads": "11979", + "x-ms-request-id": "c1a80d0c-4dc5-4148-b74e-88b73e50dadc", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T070038Z:c1a80d0c-4dc5-4148-b74e-88b73e50dadc" + }, + "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.Storage/checkNameAvailability?api-version=2021-04-01", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "73", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "01d547ee77d364b86234b2365081ed43", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "name": "teststoragemgmt8377", + "type": "Microsoft.Storage/storageAccounts" + }, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "22", + "Content-Type": "application/json", + "Date": "Wed, 17 Nov 2021 07:00:38 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "01d547ee77d364b86234b2365081ed43", + "x-ms-correlation-request-id": "99034190-cc6b-4355-b1d5-39e3c2e65aba", + "x-ms-ratelimit-remaining-subscription-reads": "11978", + "x-ms-request-id": "65e20f34-99d1-4b5a-8607-90813f218966", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T070039Z:99034190-cc6b-4355-b1d5-39e3c2e65aba" + }, + "ResponseBody": { + "nameAvailable": true + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/teststorageRG-4893?api-version=2019-10-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "44", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "99578a887427f609651443bb9bb20710", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "location": "eastus2", + "tags": { + "test": "env" + } + }, + "StatusCode": 201, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "256", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 17 Nov 2021 07:00:50 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "0ee27961-e806-4d2b-a50a-38fd1e523bd2", + "x-ms-ratelimit-remaining-subscription-writes": "1195", + "x-ms-request-id": "0ee27961-e806-4d2b-a50a-38fd1e523bd2", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T070050Z:0ee27961-e806-4d2b-a50a-38fd1e523bd2" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-4893", + "name": "teststorageRG-4893", + "type": "Microsoft.Resources/resourceGroups", + "location": "eastus2", + "tags": { + "test": "env" + }, + "properties": { + "provisioningState": "Succeeded" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-4893/providers/Microsoft.Storage/storageAccounts/teststoragemgmt8377?api-version=2021-04-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "154", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "d0b2d8819a4eae7ec49cbe238424da25", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "sku": { + "name": "Standard_GRS" + }, + "kind": "Storage", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "allowSharedKeyAccess": false + } + }, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 07:00:54 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6c73296a-1ad3-4c70-a64c-e0445bc4f1e2?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d0b2d8819a4eae7ec49cbe238424da25", + "x-ms-correlation-request-id": "b496a3ee-2f67-44fc-af77-4adb334992cb", + "x-ms-ratelimit-remaining-subscription-writes": "1194", + "x-ms-request-id": "6c73296a-1ad3-4c70-a64c-e0445bc4f1e2", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T070055Z:b496a3ee-2f67-44fc-af77-4adb334992cb" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6c73296a-1ad3-4c70-a64c-e0445bc4f1e2?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "a8ce25aa723aed490ca9d48bb5e57140", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 07:00:55 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6c73296a-1ad3-4c70-a64c-e0445bc4f1e2?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a8ce25aa723aed490ca9d48bb5e57140", + "x-ms-correlation-request-id": "c6cc2a28-ff1c-4bc8-ba27-4d245cb48b8c", + "x-ms-ratelimit-remaining-subscription-reads": "11977", + "x-ms-request-id": "070cfaea-1cbd-40fc-896d-5d3f303b3af9", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T070055Z:c6cc2a28-ff1c-4bc8-ba27-4d245cb48b8c" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6c73296a-1ad3-4c70-a64c-e0445bc4f1e2?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "e1581e3a0e7d335411df03432c1b391b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 07:00:56 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6c73296a-1ad3-4c70-a64c-e0445bc4f1e2?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e1581e3a0e7d335411df03432c1b391b", + "x-ms-correlation-request-id": "aff3fbeb-4692-4da3-a7b8-e5eb45682223", + "x-ms-ratelimit-remaining-subscription-reads": "11976", + "x-ms-request-id": "4c78afff-ddcb-4fd6-8195-771d6e1a8370", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T070057Z:aff3fbeb-4692-4da3-a7b8-e5eb45682223" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6c73296a-1ad3-4c70-a64c-e0445bc4f1e2?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "5f793cd63155efea7047ed127a3b1de7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 07:00:57 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6c73296a-1ad3-4c70-a64c-e0445bc4f1e2?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5f793cd63155efea7047ed127a3b1de7", + "x-ms-correlation-request-id": "fab778e2-d1c4-434a-bfcf-99faceb64cae", + "x-ms-ratelimit-remaining-subscription-reads": "11975", + "x-ms-request-id": "b4a319d7-224e-40b9-b7a2-1f115b40ca98", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T070058Z:fab778e2-d1c4-434a-bfcf-99faceb64cae" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6c73296a-1ad3-4c70-a64c-e0445bc4f1e2?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "56282d9ae4509c04d09b975a6e06c1f1", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 07:00:58 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6c73296a-1ad3-4c70-a64c-e0445bc4f1e2?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "56282d9ae4509c04d09b975a6e06c1f1", + "x-ms-correlation-request-id": "7e18b79b-b6a8-443c-ad7e-5f8898620e12", + "x-ms-ratelimit-remaining-subscription-reads": "11974", + "x-ms-request-id": "4bbd163d-f97c-418f-b0ec-336e85c24ad3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T070059Z:7e18b79b-b6a8-443c-ad7e-5f8898620e12" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6c73296a-1ad3-4c70-a64c-e0445bc4f1e2?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "79b5b86f126c08eb346970352042b8d5", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 07:01:00 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6c73296a-1ad3-4c70-a64c-e0445bc4f1e2?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "79b5b86f126c08eb346970352042b8d5", + "x-ms-correlation-request-id": "2c4f6af4-243b-4834-85f6-371bae1f5f72", + "x-ms-ratelimit-remaining-subscription-reads": "11973", + "x-ms-request-id": "75f161e4-ca0f-4684-8db2-b7e1dcf339ca", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T070101Z:2c4f6af4-243b-4834-85f6-371bae1f5f72" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6c73296a-1ad3-4c70-a64c-e0445bc4f1e2?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "fea91cc2e2f2f1cb37dc8eb99a8f806a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 07:01:01 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6c73296a-1ad3-4c70-a64c-e0445bc4f1e2?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "fea91cc2e2f2f1cb37dc8eb99a8f806a", + "x-ms-correlation-request-id": "d728bc63-5ffe-40ae-89ab-d9df81badddf", + "x-ms-ratelimit-remaining-subscription-reads": "11972", + "x-ms-request-id": "27a3e401-d3bb-43ee-8b1e-5276875b45dd", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T070102Z:d728bc63-5ffe-40ae-89ab-d9df81badddf" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6c73296a-1ad3-4c70-a64c-e0445bc4f1e2?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "c1a3fc86a486877b421f22e773ce7b8e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 07:01:02 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6c73296a-1ad3-4c70-a64c-e0445bc4f1e2?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c1a3fc86a486877b421f22e773ce7b8e", + "x-ms-correlation-request-id": "8b34e596-40a4-4dae-8400-7e0a2c6cb1c6", + "x-ms-ratelimit-remaining-subscription-reads": "11971", + "x-ms-request-id": "c6cb3568-84e0-4799-b9db-412eca8c09b6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T070103Z:8b34e596-40a4-4dae-8400-7e0a2c6cb1c6" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6c73296a-1ad3-4c70-a64c-e0445bc4f1e2?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "5298c1e3c25c8cfeedc3418f84316ea4", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 07:01:04 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6c73296a-1ad3-4c70-a64c-e0445bc4f1e2?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5298c1e3c25c8cfeedc3418f84316ea4", + "x-ms-correlation-request-id": "d5ef81a7-b63e-47c1-a4e9-b7d21b9d2490", + "x-ms-ratelimit-remaining-subscription-reads": "11970", + "x-ms-request-id": "6a0271e9-7796-428b-af83-1b145fa2bbd0", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T070105Z:d5ef81a7-b63e-47c1-a4e9-b7d21b9d2490" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6c73296a-1ad3-4c70-a64c-e0445bc4f1e2?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "24af06e8f69f1d4fa021bcd2bfe47d68", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 07:01:05 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6c73296a-1ad3-4c70-a64c-e0445bc4f1e2?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "24af06e8f69f1d4fa021bcd2bfe47d68", + "x-ms-correlation-request-id": "7eda9f04-a99a-4a26-9cb0-9beb66dfc3d2", + "x-ms-ratelimit-remaining-subscription-reads": "11969", + "x-ms-request-id": "63d1bd99-25eb-4ce4-8964-4f512c72826b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T070106Z:7eda9f04-a99a-4a26-9cb0-9beb66dfc3d2" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6c73296a-1ad3-4c70-a64c-e0445bc4f1e2?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "d8d6ff602ef6c30dfd16d4c263eb0311", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 07:01:06 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6c73296a-1ad3-4c70-a64c-e0445bc4f1e2?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d8d6ff602ef6c30dfd16d4c263eb0311", + "x-ms-correlation-request-id": "428e8247-e2d5-4d86-8d8a-bc162f781da6", + "x-ms-ratelimit-remaining-subscription-reads": "11968", + "x-ms-request-id": "13a7010d-709c-4058-b811-22d9375d0cae", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T070107Z:428e8247-e2d5-4d86-8d8a-bc162f781da6" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6c73296a-1ad3-4c70-a64c-e0445bc4f1e2?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "6dfe7eb1571eecef717ab13b052ccc08", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 07:01:09 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6c73296a-1ad3-4c70-a64c-e0445bc4f1e2?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6dfe7eb1571eecef717ab13b052ccc08", + "x-ms-correlation-request-id": "44f9f5f3-3c3d-4d20-aea8-68c49f220b89", + "x-ms-ratelimit-remaining-subscription-reads": "11967", + "x-ms-request-id": "fe8e85e9-4e45-4d0a-96a9-f7587beb310c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T070109Z:44f9f5f3-3c3d-4d20-aea8-68c49f220b89" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6c73296a-1ad3-4c70-a64c-e0445bc4f1e2?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "842fd845955abaadf8ec2788218cbab4", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 07:01:10 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6c73296a-1ad3-4c70-a64c-e0445bc4f1e2?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "842fd845955abaadf8ec2788218cbab4", + "x-ms-correlation-request-id": "f19b4273-618f-48db-a1fc-0883fc51c399", + "x-ms-ratelimit-remaining-subscription-reads": "11966", + "x-ms-request-id": "ca03a891-9015-4ecb-900b-be0b2d1ef424", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T070110Z:f19b4273-618f-48db-a1fc-0883fc51c399" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6c73296a-1ad3-4c70-a64c-e0445bc4f1e2?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "4120ab1e10e5094a10ea677b7cd2bdd0", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1375", + "Content-Type": "application/json", + "Date": "Wed, 17 Nov 2021 07:01:11 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4120ab1e10e5094a10ea677b7cd2bdd0", + "x-ms-correlation-request-id": "896bc938-40cf-46f2-873a-d7269b45c59a", + "x-ms-ratelimit-remaining-subscription-reads": "11965", + "x-ms-request-id": "335a63a7-f23b-495e-b6fd-3e16b3acd9e6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T070111Z:896bc938-40cf-46f2-873a-d7269b45c59a" + }, + "ResponseBody": { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "Storage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-4893/providers/Microsoft.Storage/storageAccounts/teststoragemgmt8377", + "name": "teststoragemgmt8377", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-11-17T07:00:54.0342202Z", + "key2": "2021-11-17T07:00:54.0342202Z" + }, + "privateEndpointConnections": [], + "allowSharedKeyAccess": false, + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T07:00:54.0342202Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T07:00:54.0342202Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "provisioningState": "Succeeded", + "creationTime": "2021-11-17T07:00:53.9248336Z", + "primaryEndpoints": { + "blob": "https://teststoragemgmt8377.blob.core.windows.net/", + "queue": "https://teststoragemgmt8377.queue.core.windows.net/", + "table": "https://teststoragemgmt8377.table.core.windows.net/", + "file": "https://teststoragemgmt8377.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-4893/providers/Microsoft.Storage/storageAccounts/teststoragemgmt8377?api-version=2021-04-01", + "RequestMethod": "PATCH", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "77", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "8a7dcc497fbc1cb7d04474322f66cae5", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "properties": { + "supportsHttpsTrafficOnly": false, + "allowSharedKeyAccess": true + } + }, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1375", + "Content-Type": "application/json", + "Date": "Wed, 17 Nov 2021 07:01:13 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "8a7dcc497fbc1cb7d04474322f66cae5", + "x-ms-correlation-request-id": "0dad33a3-cc34-4252-847e-3e76d0d6a7e7", + "x-ms-ratelimit-remaining-subscription-writes": "1193", + "x-ms-request-id": "76595f50-899b-4ab8-9a1a-712f38a7ec52", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T070113Z:0dad33a3-cc34-4252-847e-3e76d0d6a7e7" + }, + "ResponseBody": { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "Storage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-4893/providers/Microsoft.Storage/storageAccounts/teststoragemgmt8377", + "name": "teststoragemgmt8377", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-11-17T07:00:54.0342202Z", + "key2": "2021-11-17T07:00:54.0342202Z" + }, + "privateEndpointConnections": [], + "allowSharedKeyAccess": true, + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": false, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T07:00:54.0342202Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T07:00:54.0342202Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "provisioningState": "Succeeded", + "creationTime": "2021-11-17T07:00:53.9248336Z", + "primaryEndpoints": { + "blob": "https://teststoragemgmt8377.blob.core.windows.net/", + "queue": "https://teststoragemgmt8377.queue.core.windows.net/", + "table": "https://teststoragemgmt8377.table.core.windows.net/", + "file": "https://teststoragemgmt8377.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-4893/providers/Microsoft.Storage/storageAccounts/teststoragemgmt8377?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "5a1cfcbf8a0b35238e26736f2e323d26", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1375", + "Content-Type": "application/json", + "Date": "Wed, 17 Nov 2021 07:01:13 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5a1cfcbf8a0b35238e26736f2e323d26", + "x-ms-correlation-request-id": "85b7c96e-84fe-4904-a870-adca24ef2dbf", + "x-ms-ratelimit-remaining-subscription-reads": "11964", + "x-ms-request-id": "7371e200-5b9a-4686-a7d9-5858d2cccbbc", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T070113Z:85b7c96e-84fe-4904-a870-adca24ef2dbf" + }, + "ResponseBody": { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "Storage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-4893/providers/Microsoft.Storage/storageAccounts/teststoragemgmt8377", + "name": "teststoragemgmt8377", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-11-17T07:00:54.0342202Z", + "key2": "2021-11-17T07:00:54.0342202Z" + }, + "privateEndpointConnections": [], + "allowSharedKeyAccess": true, + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": false, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T07:00:54.0342202Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T07:00:54.0342202Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "provisioningState": "Succeeded", + "creationTime": "2021-11-17T07:00:53.9248336Z", + "primaryEndpoints": { + "blob": "https://teststoragemgmt8377.blob.core.windows.net/", + "queue": "https://teststoragemgmt8377.queue.core.windows.net/", + "table": "https://teststoragemgmt8377.table.core.windows.net/", + "file": "https://teststoragemgmt8377.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-4893/providers/Microsoft.Storage/storageAccounts/teststoragemgmt8377?api-version=2021-04-01", + "RequestMethod": "PATCH", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "78", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "553f562e300f9ef8f30471a09b17d9aa", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "properties": { + "supportsHttpsTrafficOnly": false, + "allowSharedKeyAccess": false + } + }, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1376", + "Content-Type": "application/json", + "Date": "Wed, 17 Nov 2021 07:01:15 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "553f562e300f9ef8f30471a09b17d9aa", + "x-ms-correlation-request-id": "6ab161f9-bfcc-4f55-952a-8ee6fab12382", + "x-ms-ratelimit-remaining-subscription-writes": "1192", + "x-ms-request-id": "dfce0ed4-47a9-4c76-b456-3e8d1dbe498f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T070115Z:6ab161f9-bfcc-4f55-952a-8ee6fab12382" + }, + "ResponseBody": { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "Storage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-4893/providers/Microsoft.Storage/storageAccounts/teststoragemgmt8377", + "name": "teststoragemgmt8377", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-11-17T07:00:54.0342202Z", + "key2": "2021-11-17T07:00:54.0342202Z" + }, + "privateEndpointConnections": [], + "allowSharedKeyAccess": false, + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": false, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T07:00:54.0342202Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T07:00:54.0342202Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "provisioningState": "Succeeded", + "creationTime": "2021-11-17T07:00:53.9248336Z", + "primaryEndpoints": { + "blob": "https://teststoragemgmt8377.blob.core.windows.net/", + "queue": "https://teststoragemgmt8377.queue.core.windows.net/", + "table": "https://teststoragemgmt8377.table.core.windows.net/", + "file": "https://teststoragemgmt8377.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-4893/providers/Microsoft.Storage/storageAccounts/teststoragemgmt8377?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "7fbc811f62b5bec5a947fc960b47ed9e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1376", + "Content-Type": "application/json", + "Date": "Wed, 17 Nov 2021 07:01:16 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "7fbc811f62b5bec5a947fc960b47ed9e", + "x-ms-correlation-request-id": "d26a7df3-c1e3-43f7-857c-b3cc55d0472b", + "x-ms-ratelimit-remaining-subscription-reads": "11963", + "x-ms-request-id": "833b64ed-dbf6-443b-9160-be18cc84fe7e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T070116Z:d26a7df3-c1e3-43f7-857c-b3cc55d0472b" + }, + "ResponseBody": { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "Storage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-4893/providers/Microsoft.Storage/storageAccounts/teststoragemgmt8377", + "name": "teststoragemgmt8377", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-11-17T07:00:54.0342202Z", + "key2": "2021-11-17T07:00:54.0342202Z" + }, + "privateEndpointConnections": [], + "allowSharedKeyAccess": false, + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": false, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T07:00:54.0342202Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T07:00:54.0342202Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "provisioningState": "Succeeded", + "creationTime": "2021-11-17T07:00:53.9248336Z", + "primaryEndpoints": { + "blob": "https://teststoragemgmt8377.blob.core.windows.net/", + "queue": "https://teststoragemgmt8377.queue.core.windows.net/", + "table": "https://teststoragemgmt8377.table.core.windows.net/", + "file": "https://teststoragemgmt8377.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-4893/providers/Microsoft.Storage/storageAccounts?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "d9044e0775268fd6047e660719829a76", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1388", + "Content-Type": "application/json", + "Date": "Wed, 17 Nov 2021 07:01:16 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d9044e0775268fd6047e660719829a76", + "x-ms-correlation-request-id": "84f2866c-69da-49e2-bd82-707bcb956d69", + "x-ms-ratelimit-remaining-subscription-reads": "11962", + "x-ms-request-id": "e248e36d-f3fc-483c-8673-c0250d4e52bb", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T070116Z:84f2866c-69da-49e2-bd82-707bcb956d69" + }, + "ResponseBody": { + "value": [ + { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "Storage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-4893/providers/Microsoft.Storage/storageAccounts/teststoragemgmt8377", + "name": "teststoragemgmt8377", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-11-17T07:00:54.0342202Z", + "key2": "2021-11-17T07:00:54.0342202Z" + }, + "privateEndpointConnections": [], + "allowSharedKeyAccess": false, + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": false, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T07:00:54.0342202Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T07:00:54.0342202Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "provisioningState": "Succeeded", + "creationTime": "2021-11-17T07:00:53.9248336Z", + "primaryEndpoints": { + "blob": "https://teststoragemgmt8377.blob.core.windows.net/", + "queue": "https://teststoragemgmt8377.queue.core.windows.net/", + "table": "https://teststoragemgmt8377.table.core.windows.net/", + "file": "https://teststoragemgmt8377.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + } + ] + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-4893/providers/Microsoft.Storage/storageAccounts/teststoragemgmt8377?api-version=2021-04-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "ac50c84cbe75cb709180acc8346292ac", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 07:01:26 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ac50c84cbe75cb709180acc8346292ac", + "x-ms-correlation-request-id": "9708fadf-e025-42f6-b187-1d1aa045d213", + "x-ms-ratelimit-remaining-subscription-deletes": "14997", + "x-ms-request-id": "c1f015ac-e6fc-43ac-900e-a1e053893c3f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T070126Z:9708fadf-e025-42f6-b187-1d1aa045d213" + }, + "ResponseBody": [] + } + ], + "Variables": { + "RandomSeed": "877695742", + "RESOURCE_MANAGER_URL": null, + "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" + } +} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/UpdateStorageAccountWithInvalidCustomDomin.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/UpdateStorageAccountWithInvalidCustomDomin.json new file mode 100644 index 0000000000000..a7789684ceedc --- /dev/null +++ b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/UpdateStorageAccountWithInvalidCustomDomin.json @@ -0,0 +1,801 @@ +{ + "Entries": [ + { + "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-de37e4a977bd284da4229cc7dd57f008-5e5c10fd90dd654f-00", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "79f34af6f1dd19a2b058631731062693", + "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": "Wed, 17 Nov 2021 02:18:33 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "cebc3da8-2e20-4b39-89b4-884ae6885a0c", + "x-ms-ratelimit-remaining-subscription-reads": "11964", + "x-ms-request-id": "cebc3da8-2e20-4b39-89b4-884ae6885a0c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T021833Z:cebc3da8-2e20-4b39-89b4-884ae6885a0c" + }, + "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.Storage/checkNameAvailability?api-version=2021-04-01", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "73", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "432609b72d96fe9600af76570d0c6f85", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "name": "teststoragemgmt7986", + "type": "Microsoft.Storage/storageAccounts" + }, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "22", + "Content-Type": "application/json", + "Date": "Wed, 17 Nov 2021 02:18:34 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "432609b72d96fe9600af76570d0c6f85", + "x-ms-correlation-request-id": "74b4c825-615a-49b7-9b02-79a7fae7852f", + "x-ms-ratelimit-remaining-subscription-reads": "11963", + "x-ms-request-id": "5d252157-b403-4f73-8b3f-91edcda5b329", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T021834Z:74b4c825-615a-49b7-9b02-79a7fae7852f" + }, + "ResponseBody": { + "nameAvailable": true + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/teststorageRG-4802?api-version=2019-10-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "44", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "e940187d5c7652e9715705ffb51fb5d2", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "location": "eastus2", + "tags": { + "test": "env" + } + }, + "StatusCode": 201, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "256", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 17 Nov 2021 02:18:38 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "128af173-5ae1-4924-b963-067c00145cf8", + "x-ms-ratelimit-remaining-subscription-writes": "1199", + "x-ms-request-id": "128af173-5ae1-4924-b963-067c00145cf8", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T021838Z:128af173-5ae1-4924-b963-067c00145cf8" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-4802", + "name": "teststorageRG-4802", + "type": "Microsoft.Resources/resourceGroups", + "location": "eastus2", + "tags": { + "test": "env" + }, + "properties": { + "provisioningState": "Succeeded" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-4802/providers/Microsoft.Storage/storageAccounts/teststoragemgmt7986?api-version=2021-04-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "126", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "5852b18b60c65d1c7bdc412bc2a34bf3", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "sku": { + "name": "Standard_GRS" + }, + "kind": "Storage", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": {} + }, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 02:18:44 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d2c6bed0-0dc8-44bc-a277-a8032b5d26d1?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5852b18b60c65d1c7bdc412bc2a34bf3", + "x-ms-correlation-request-id": "271d9c60-79e7-4f70-b3eb-032734c6c974", + "x-ms-ratelimit-remaining-subscription-writes": "1198", + "x-ms-request-id": "d2c6bed0-0dc8-44bc-a277-a8032b5d26d1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T021845Z:271d9c60-79e7-4f70-b3eb-032734c6c974" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d2c6bed0-0dc8-44bc-a277-a8032b5d26d1?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "5a8185c02d1d1d14fbe26e991bbe90cd", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 02:18:45 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d2c6bed0-0dc8-44bc-a277-a8032b5d26d1?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5a8185c02d1d1d14fbe26e991bbe90cd", + "x-ms-correlation-request-id": "0e67ffb0-1236-4e93-9786-a964aa491b38", + "x-ms-ratelimit-remaining-subscription-reads": "11962", + "x-ms-request-id": "7a90e2b6-99b7-4208-9fc9-edb9118ffb24", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T021845Z:0e67ffb0-1236-4e93-9786-a964aa491b38" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d2c6bed0-0dc8-44bc-a277-a8032b5d26d1?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "5e6d110ba796917f6fa61cd53a46cc7d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 02:18:46 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d2c6bed0-0dc8-44bc-a277-a8032b5d26d1?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5e6d110ba796917f6fa61cd53a46cc7d", + "x-ms-correlation-request-id": "b96f69cd-064a-45c1-9997-90d90f48e122", + "x-ms-ratelimit-remaining-subscription-reads": "11961", + "x-ms-request-id": "818f9ef3-1013-495f-9152-1d5be5161c9b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T021847Z:b96f69cd-064a-45c1-9997-90d90f48e122" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d2c6bed0-0dc8-44bc-a277-a8032b5d26d1?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "3d6ab090f12164d6426b12708ba7907e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 02:18:47 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d2c6bed0-0dc8-44bc-a277-a8032b5d26d1?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "3d6ab090f12164d6426b12708ba7907e", + "x-ms-correlation-request-id": "e500ae69-a0e6-4e87-bfaa-f00bcc5ea186", + "x-ms-ratelimit-remaining-subscription-reads": "11960", + "x-ms-request-id": "bc2d4ff3-43b8-4f21-b044-ee9068d673d5", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T021848Z:e500ae69-a0e6-4e87-bfaa-f00bcc5ea186" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d2c6bed0-0dc8-44bc-a277-a8032b5d26d1?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "7fca5760ed9018fa05f0ea77113fe2b4", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 02:18:49 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d2c6bed0-0dc8-44bc-a277-a8032b5d26d1?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "7fca5760ed9018fa05f0ea77113fe2b4", + "x-ms-correlation-request-id": "48bb80a2-31a4-411c-bfe9-753eb7671a56", + "x-ms-ratelimit-remaining-subscription-reads": "11959", + "x-ms-request-id": "cd3bdbba-ce28-439d-9526-92c910e79808", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T021849Z:48bb80a2-31a4-411c-bfe9-753eb7671a56" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d2c6bed0-0dc8-44bc-a277-a8032b5d26d1?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "6a09f11552531aac3a081b2b950e05c8", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 02:18:50 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d2c6bed0-0dc8-44bc-a277-a8032b5d26d1?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6a09f11552531aac3a081b2b950e05c8", + "x-ms-correlation-request-id": "c2e9493e-703d-4459-bf5d-23f1931c47e5", + "x-ms-ratelimit-remaining-subscription-reads": "11958", + "x-ms-request-id": "92186761-0f14-4803-a1b9-f8f5ef08eba0", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T021851Z:c2e9493e-703d-4459-bf5d-23f1931c47e5" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d2c6bed0-0dc8-44bc-a277-a8032b5d26d1?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "e3749d154d7ca3ecb6523730065f5303", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 02:18:51 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d2c6bed0-0dc8-44bc-a277-a8032b5d26d1?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e3749d154d7ca3ecb6523730065f5303", + "x-ms-correlation-request-id": "4f6a8975-b488-4e85-a20a-423256177a47", + "x-ms-ratelimit-remaining-subscription-reads": "11957", + "x-ms-request-id": "07afb208-9627-4882-9d0f-c44f0404f60d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T021852Z:4f6a8975-b488-4e85-a20a-423256177a47" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d2c6bed0-0dc8-44bc-a277-a8032b5d26d1?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "9a5b5d88269e0d2baaaf4588d2cf83f7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 02:18:53 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d2c6bed0-0dc8-44bc-a277-a8032b5d26d1?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "9a5b5d88269e0d2baaaf4588d2cf83f7", + "x-ms-correlation-request-id": "c06e4a16-af69-4eab-a82c-cfa8bd67f7a7", + "x-ms-ratelimit-remaining-subscription-reads": "11956", + "x-ms-request-id": "aee87574-c5c1-451a-a495-95297551d52c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T021853Z:c06e4a16-af69-4eab-a82c-cfa8bd67f7a7" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d2c6bed0-0dc8-44bc-a277-a8032b5d26d1?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "736222eafecac8380566b4011b7b13db", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 02:18:54 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d2c6bed0-0dc8-44bc-a277-a8032b5d26d1?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "736222eafecac8380566b4011b7b13db", + "x-ms-correlation-request-id": "2ce7ee8f-1d83-4530-bd14-883c8a661167", + "x-ms-ratelimit-remaining-subscription-reads": "11955", + "x-ms-request-id": "e483bc21-e021-46c9-aad8-fbc6577de3ee", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T021854Z:2ce7ee8f-1d83-4530-bd14-883c8a661167" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d2c6bed0-0dc8-44bc-a277-a8032b5d26d1?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "37a217b46bb3ee29716638cd0863d0e7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 02:18:55 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d2c6bed0-0dc8-44bc-a277-a8032b5d26d1?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "37a217b46bb3ee29716638cd0863d0e7", + "x-ms-correlation-request-id": "b9514724-8eca-4834-8baf-579d0b312fc0", + "x-ms-ratelimit-remaining-subscription-reads": "11954", + "x-ms-request-id": "3d5d893a-1b41-4691-9532-9bfb323584d8", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T021856Z:b9514724-8eca-4834-8baf-579d0b312fc0" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d2c6bed0-0dc8-44bc-a277-a8032b5d26d1?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "e44640cee0fd893925939538722af22f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 02:18:56 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d2c6bed0-0dc8-44bc-a277-a8032b5d26d1?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e44640cee0fd893925939538722af22f", + "x-ms-correlation-request-id": "478fd392-da6a-4200-92bc-c5991805b898", + "x-ms-ratelimit-remaining-subscription-reads": "11953", + "x-ms-request-id": "21e1d8f3-8b33-4d55-b764-71b310d4b40a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T021857Z:478fd392-da6a-4200-92bc-c5991805b898" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d2c6bed0-0dc8-44bc-a277-a8032b5d26d1?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "bbd3699b4b2c7f44f9730163c66ac0a1", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 02:18:58 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d2c6bed0-0dc8-44bc-a277-a8032b5d26d1?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "bbd3699b4b2c7f44f9730163c66ac0a1", + "x-ms-correlation-request-id": "67816164-d34f-4223-bac0-880e4bc3d6e7", + "x-ms-ratelimit-remaining-subscription-reads": "11952", + "x-ms-request-id": "86f9e053-ccd5-44e0-9305-5206ebcd66a8", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T021858Z:67816164-d34f-4223-bac0-880e4bc3d6e7" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d2c6bed0-0dc8-44bc-a277-a8032b5d26d1?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "da32cc952f35d4dedd181220d5f17c47", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 02:18:59 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d2c6bed0-0dc8-44bc-a277-a8032b5d26d1?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "da32cc952f35d4dedd181220d5f17c47", + "x-ms-correlation-request-id": "09723524-3e84-461a-b370-a44d27e19c34", + "x-ms-ratelimit-remaining-subscription-reads": "11951", + "x-ms-request-id": "9d5d62e1-f95a-4eab-88e4-0e1388b417e9", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T021900Z:09723524-3e84-461a-b370-a44d27e19c34" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d2c6bed0-0dc8-44bc-a277-a8032b5d26d1?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "9e310973159083bafcc7eb89ded6c3ba", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1346", + "Content-Type": "application/json", + "Date": "Wed, 17 Nov 2021 02:19:00 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "9e310973159083bafcc7eb89ded6c3ba", + "x-ms-correlation-request-id": "1410a0d3-3ab4-43b1-8b9a-82a696cb379e", + "x-ms-ratelimit-remaining-subscription-reads": "11950", + "x-ms-request-id": "cf1e4f14-c89e-4e4b-8b2f-efd7b5843365", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T021901Z:1410a0d3-3ab4-43b1-8b9a-82a696cb379e" + }, + "ResponseBody": { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "Storage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-4802/providers/Microsoft.Storage/storageAccounts/teststoragemgmt7986", + "name": "teststoragemgmt7986", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-11-17T02:18:43.9017382Z", + "key2": "2021-11-17T02:18:43.9017382Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T02:18:43.9017382Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T02:18:43.9017382Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "provisioningState": "Succeeded", + "creationTime": "2021-11-17T02:18:43.7923589Z", + "primaryEndpoints": { + "blob": "https://teststoragemgmt7986.blob.core.windows.net/", + "queue": "https://teststoragemgmt7986.queue.core.windows.net/", + "table": "https://teststoragemgmt7986.table.core.windows.net/", + "file": "https://teststoragemgmt7986.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-4802/providers/Microsoft.Storage/storageAccounts/teststoragemgmt7986?api-version=2021-04-01", + "RequestMethod": "PATCH", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "82", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "a5a2f4d217f86cfa8bfede133823a907", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "properties": { + "customDomain": { + "name": "foo.example.com", + "useSubDomainName": true + } + } + }, + "StatusCode": 409, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "258", + "Content-Type": "application/json", + "Date": "Wed, 17 Nov 2021 02:19:01 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a5a2f4d217f86cfa8bfede133823a907", + "x-ms-correlation-request-id": "6c085799-9dd3-44fc-a65a-16b169a89bf7", + "x-ms-ratelimit-remaining-subscription-writes": "1197", + "x-ms-request-id": "d145ebf1-ff12-4fed-b874-94d83765c88b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T021902Z:6c085799-9dd3-44fc-a65a-16b169a89bf7" + }, + "ResponseBody": { + "error": { + "code": "StorageDomainNameCouldNotVerify", + "message": "The custom domain name could not be verified. CNAME mapping from foo.example.com to any of teststoragemgmt7986.blob.core.windows.net,teststoragemgmt7986.z20.web.core.windows.net does not exist." + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-4802/providers/Microsoft.Storage/storageAccounts?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "bcefbaf62139801011afde6d4354f607", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1358", + "Content-Type": "application/json", + "Date": "Wed, 17 Nov 2021 02:19:02 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "bcefbaf62139801011afde6d4354f607", + "x-ms-correlation-request-id": "46160dd8-5cc3-476d-aa39-6cb6537acc9d", + "x-ms-ratelimit-remaining-subscription-reads": "11949", + "x-ms-request-id": "9e816b1d-96fd-4a74-8b6a-41156d69305c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T021902Z:46160dd8-5cc3-476d-aa39-6cb6537acc9d" + }, + "ResponseBody": { + "value": [ + { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "Storage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-4802/providers/Microsoft.Storage/storageAccounts/teststoragemgmt7986", + "name": "teststoragemgmt7986", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-11-17T02:18:43.9017382Z", + "key2": "2021-11-17T02:18:43.9017382Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T02:18:43.9017382Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T02:18:43.9017382Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "provisioningState": "Succeeded", + "creationTime": "2021-11-17T02:18:43.7923589Z", + "primaryEndpoints": { + "blob": "https://teststoragemgmt7986.blob.core.windows.net/", + "queue": "https://teststoragemgmt7986.queue.core.windows.net/", + "table": "https://teststoragemgmt7986.table.core.windows.net/", + "file": "https://teststoragemgmt7986.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + } + ] + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-4802/providers/Microsoft.Storage/storageAccounts/teststoragemgmt7986?api-version=2021-04-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "e14d5855d74e5b4f0fc4139237a74ad8", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 02:19:09 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e14d5855d74e5b4f0fc4139237a74ad8", + "x-ms-correlation-request-id": "5f2ef95b-b22e-4e81-abc9-ec59e11398b6", + "x-ms-ratelimit-remaining-subscription-deletes": "14999", + "x-ms-request-id": "ef4ce9cc-13a6-4125-98cb-2871f9e0eee8", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T021909Z:5f2ef95b-b22e-4e81-abc9-ec59e11398b6" + }, + "ResponseBody": [] + } + ], + "Variables": { + "RandomSeed": "1130807516", + "RESOURCE_MANAGER_URL": null, + "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" + } +} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/UpdateStorageAccountWithInvalidCustomDominAsync.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/UpdateStorageAccountWithInvalidCustomDominAsync.json new file mode 100644 index 0000000000000..3633238e92e56 --- /dev/null +++ b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/UpdateStorageAccountWithInvalidCustomDominAsync.json @@ -0,0 +1,801 @@ +{ + "Entries": [ + { + "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-e1dea5362fb8ab47aaa63bae3b8018bc-53f07ed6787cd449-00", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "975547072eb99bce95da6ed3e8412477", + "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": "Wed, 17 Nov 2021 02:19:17 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "a966a9e3-d932-421a-93f1-0944f6f077d4", + "x-ms-ratelimit-remaining-subscription-reads": "11946", + "x-ms-request-id": "a966a9e3-d932-421a-93f1-0944f6f077d4", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T021918Z:a966a9e3-d932-421a-93f1-0944f6f077d4" + }, + "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.Storage/checkNameAvailability?api-version=2021-04-01", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "73", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "dd89d4128272b658cdc1579cbd6c1793", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "name": "teststoragemgmt5742", + "type": "Microsoft.Storage/storageAccounts" + }, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "22", + "Content-Type": "application/json", + "Date": "Wed, 17 Nov 2021 02:19:18 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "dd89d4128272b658cdc1579cbd6c1793", + "x-ms-correlation-request-id": "cc9ba75c-1357-4e54-9206-445f137e126c", + "x-ms-ratelimit-remaining-subscription-reads": "11945", + "x-ms-request-id": "85df5316-c350-49fb-9580-e457f18824d8", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T021919Z:cc9ba75c-1357-4e54-9206-445f137e126c" + }, + "ResponseBody": { + "nameAvailable": true + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/teststorageRG-7975?api-version=2019-10-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "44", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "24427cd19f58ad73bff07b81228e9ef2", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "location": "eastus2", + "tags": { + "test": "env" + } + }, + "StatusCode": 201, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "256", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 17 Nov 2021 02:19:19 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "9d96d276-d2a7-4f4e-8eb8-39379691f59d", + "x-ms-ratelimit-remaining-subscription-writes": "1196", + "x-ms-request-id": "9d96d276-d2a7-4f4e-8eb8-39379691f59d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T021920Z:9d96d276-d2a7-4f4e-8eb8-39379691f59d" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-7975", + "name": "teststorageRG-7975", + "type": "Microsoft.Resources/resourceGroups", + "location": "eastus2", + "tags": { + "test": "env" + }, + "properties": { + "provisioningState": "Succeeded" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-7975/providers/Microsoft.Storage/storageAccounts/teststoragemgmt5742?api-version=2021-04-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "126", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "16f563f8940dfdc4e1ec6d76fed76d57", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "sku": { + "name": "Standard_GRS" + }, + "kind": "Storage", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": {} + }, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 02:19:23 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0d9ebaa8-4401-49b8-bac1-7a5042770419?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "16f563f8940dfdc4e1ec6d76fed76d57", + "x-ms-correlation-request-id": "ece681f2-c722-45fe-b6f3-77128975801e", + "x-ms-ratelimit-remaining-subscription-writes": "1195", + "x-ms-request-id": "0d9ebaa8-4401-49b8-bac1-7a5042770419", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T021924Z:ece681f2-c722-45fe-b6f3-77128975801e" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0d9ebaa8-4401-49b8-bac1-7a5042770419?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "08c5a9b97d223ca0b744426c31fcafe7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 02:19:24 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0d9ebaa8-4401-49b8-bac1-7a5042770419?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "08c5a9b97d223ca0b744426c31fcafe7", + "x-ms-correlation-request-id": "d0a1ede5-56aa-4e5d-9caf-19399989b42a", + "x-ms-ratelimit-remaining-subscription-reads": "11944", + "x-ms-request-id": "ce5ebc74-8879-4fd8-91bc-dba83d702a5a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T021925Z:d0a1ede5-56aa-4e5d-9caf-19399989b42a" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0d9ebaa8-4401-49b8-bac1-7a5042770419?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "e7412482f51ee1bea9c000dee13221ac", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 02:19:25 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0d9ebaa8-4401-49b8-bac1-7a5042770419?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e7412482f51ee1bea9c000dee13221ac", + "x-ms-correlation-request-id": "5db6dbdc-0ae9-4a04-a8a5-aa1dadf7fe51", + "x-ms-ratelimit-remaining-subscription-reads": "11943", + "x-ms-request-id": "d5bdc0b9-d3df-48e4-a686-f87ab04763fd", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T021926Z:5db6dbdc-0ae9-4a04-a8a5-aa1dadf7fe51" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0d9ebaa8-4401-49b8-bac1-7a5042770419?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "54bc3b406512c2349a33f0f0d44d0319", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 02:19:26 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0d9ebaa8-4401-49b8-bac1-7a5042770419?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "54bc3b406512c2349a33f0f0d44d0319", + "x-ms-correlation-request-id": "2bca78e6-fd89-4885-8729-5fab93a0f18c", + "x-ms-ratelimit-remaining-subscription-reads": "11942", + "x-ms-request-id": "7ece4ca7-58a7-4d16-8a23-702bab937777", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T021927Z:2bca78e6-fd89-4885-8729-5fab93a0f18c" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0d9ebaa8-4401-49b8-bac1-7a5042770419?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "b710cc80c3f3c413ebe35e617cc15b85", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 02:19:28 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0d9ebaa8-4401-49b8-bac1-7a5042770419?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b710cc80c3f3c413ebe35e617cc15b85", + "x-ms-correlation-request-id": "10613d0c-e441-4dc0-baad-89af6323262a", + "x-ms-ratelimit-remaining-subscription-reads": "11941", + "x-ms-request-id": "fe7297a1-7e19-43ed-aa57-96e3e5f87553", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T021929Z:10613d0c-e441-4dc0-baad-89af6323262a" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0d9ebaa8-4401-49b8-bac1-7a5042770419?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "f62c96235a401cd4ef7e4deb05cd0d5c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 02:19:29 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0d9ebaa8-4401-49b8-bac1-7a5042770419?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f62c96235a401cd4ef7e4deb05cd0d5c", + "x-ms-correlation-request-id": "050a7c31-03e8-45be-b211-c23ad3f4fb1a", + "x-ms-ratelimit-remaining-subscription-reads": "11940", + "x-ms-request-id": "d827953a-e5fa-4ebe-bbba-f3730760d864", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T021930Z:050a7c31-03e8-45be-b211-c23ad3f4fb1a" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0d9ebaa8-4401-49b8-bac1-7a5042770419?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "145ee7bd69217cb828f8692f06d246d8", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 02:19:30 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0d9ebaa8-4401-49b8-bac1-7a5042770419?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "145ee7bd69217cb828f8692f06d246d8", + "x-ms-correlation-request-id": "9fbcf16e-704c-4277-bcf9-680d5a5f8b5d", + "x-ms-ratelimit-remaining-subscription-reads": "11939", + "x-ms-request-id": "94aaa532-949c-4b1e-955b-5d2e3a170e8e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T021931Z:9fbcf16e-704c-4277-bcf9-680d5a5f8b5d" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0d9ebaa8-4401-49b8-bac1-7a5042770419?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "3dcc6ad70c2126d9f8f3c7757628be1d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 02:19:32 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0d9ebaa8-4401-49b8-bac1-7a5042770419?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "3dcc6ad70c2126d9f8f3c7757628be1d", + "x-ms-correlation-request-id": "5ad4381f-1db3-498d-b9ce-9c89cf9e2b86", + "x-ms-ratelimit-remaining-subscription-reads": "11938", + "x-ms-request-id": "81bc301c-bcb5-48d4-8b14-e003aa6363e7", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T021933Z:5ad4381f-1db3-498d-b9ce-9c89cf9e2b86" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0d9ebaa8-4401-49b8-bac1-7a5042770419?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "95a402d64763b964deafce47f0a5161c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 02:19:33 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0d9ebaa8-4401-49b8-bac1-7a5042770419?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "95a402d64763b964deafce47f0a5161c", + "x-ms-correlation-request-id": "f7240141-66ba-4084-8b67-a1f7c56ab88d", + "x-ms-ratelimit-remaining-subscription-reads": "11937", + "x-ms-request-id": "8277a430-889b-48cf-89d5-de001a1f2ab3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T021934Z:f7240141-66ba-4084-8b67-a1f7c56ab88d" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0d9ebaa8-4401-49b8-bac1-7a5042770419?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "9a137438cf01b03b0d381c2da1430500", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 02:19:34 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0d9ebaa8-4401-49b8-bac1-7a5042770419?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "9a137438cf01b03b0d381c2da1430500", + "x-ms-correlation-request-id": "5bb40dfb-47a6-41d3-afe3-157b37f5fab4", + "x-ms-ratelimit-remaining-subscription-reads": "11936", + "x-ms-request-id": "be784ccc-02ad-473a-a283-42e932dcd616", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T021935Z:5bb40dfb-47a6-41d3-afe3-157b37f5fab4" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0d9ebaa8-4401-49b8-bac1-7a5042770419?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "04594b39b02e907406125f723e913552", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 02:19:36 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0d9ebaa8-4401-49b8-bac1-7a5042770419?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "04594b39b02e907406125f723e913552", + "x-ms-correlation-request-id": "39d3ba58-6389-4453-a229-8a2e698ddb73", + "x-ms-ratelimit-remaining-subscription-reads": "11935", + "x-ms-request-id": "0ae85bff-3a6e-479e-a470-5c4db7c2fff0", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T021936Z:39d3ba58-6389-4453-a229-8a2e698ddb73" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0d9ebaa8-4401-49b8-bac1-7a5042770419?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "023daadd2414061cc7f3872b2a36189b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 02:19:37 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0d9ebaa8-4401-49b8-bac1-7a5042770419?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "023daadd2414061cc7f3872b2a36189b", + "x-ms-correlation-request-id": "74aa1c5e-b2ef-4b8d-a459-033420de4b0a", + "x-ms-ratelimit-remaining-subscription-reads": "11934", + "x-ms-request-id": "b979ff69-b380-409e-a4ae-67ad9bc027e7", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T021938Z:74aa1c5e-b2ef-4b8d-a459-033420de4b0a" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0d9ebaa8-4401-49b8-bac1-7a5042770419?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "a50ecea9114b87eeff8393ee70c9727c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 02:19:38 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0d9ebaa8-4401-49b8-bac1-7a5042770419?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a50ecea9114b87eeff8393ee70c9727c", + "x-ms-correlation-request-id": "d4fe5cb5-090b-442b-9987-9a782d721ced", + "x-ms-ratelimit-remaining-subscription-reads": "11933", + "x-ms-request-id": "3a059b11-cbe0-411a-80aa-bd9ac5e402ae", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T021939Z:d4fe5cb5-090b-442b-9987-9a782d721ced" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0d9ebaa8-4401-49b8-bac1-7a5042770419?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "f74fc902030614eb2e533d3a294965d0", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1346", + "Content-Type": "application/json", + "Date": "Wed, 17 Nov 2021 02:19:40 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f74fc902030614eb2e533d3a294965d0", + "x-ms-correlation-request-id": "c28765e5-2389-4c65-962d-227f2bc8bbe9", + "x-ms-ratelimit-remaining-subscription-reads": "11932", + "x-ms-request-id": "c60469f1-a042-4919-bb40-ade3637141b6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T021941Z:c28765e5-2389-4c65-962d-227f2bc8bbe9" + }, + "ResponseBody": { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "Storage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-7975/providers/Microsoft.Storage/storageAccounts/teststoragemgmt5742", + "name": "teststoragemgmt5742", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-11-17T02:19:22.9187596Z", + "key2": "2021-11-17T02:19:22.9187596Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T02:19:22.9187596Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T02:19:22.9187596Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "provisioningState": "Succeeded", + "creationTime": "2021-11-17T02:19:22.8250836Z", + "primaryEndpoints": { + "blob": "https://teststoragemgmt5742.blob.core.windows.net/", + "queue": "https://teststoragemgmt5742.queue.core.windows.net/", + "table": "https://teststoragemgmt5742.table.core.windows.net/", + "file": "https://teststoragemgmt5742.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-7975/providers/Microsoft.Storage/storageAccounts/teststoragemgmt5742?api-version=2021-04-01", + "RequestMethod": "PATCH", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "82", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "6fc8c4fa9083cc07bcb50291912e96fe", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "properties": { + "customDomain": { + "name": "foo.example.com", + "useSubDomainName": true + } + } + }, + "StatusCode": 409, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "258", + "Content-Type": "application/json", + "Date": "Wed, 17 Nov 2021 02:19:41 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6fc8c4fa9083cc07bcb50291912e96fe", + "x-ms-correlation-request-id": "27f6d9d6-9356-43b8-b78f-37e497ce2952", + "x-ms-ratelimit-remaining-subscription-writes": "1194", + "x-ms-request-id": "14796917-9409-423e-a90c-3f8e6dc15e04", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T021942Z:27f6d9d6-9356-43b8-b78f-37e497ce2952" + }, + "ResponseBody": { + "error": { + "code": "StorageDomainNameCouldNotVerify", + "message": "The custom domain name could not be verified. CNAME mapping from foo.example.com to any of teststoragemgmt5742.blob.core.windows.net,teststoragemgmt5742.z20.web.core.windows.net does not exist." + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-7975/providers/Microsoft.Storage/storageAccounts?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "61290b8120e6a695e2f976f8d4b45db6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1358", + "Content-Type": "application/json", + "Date": "Wed, 17 Nov 2021 02:19:41 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "61290b8120e6a695e2f976f8d4b45db6", + "x-ms-correlation-request-id": "27a5f493-298c-4510-85a8-9e9069d7d7f2", + "x-ms-ratelimit-remaining-subscription-reads": "11931", + "x-ms-request-id": "976bb8b2-04de-45b1-a753-0bb3ffbe70b1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T021942Z:27a5f493-298c-4510-85a8-9e9069d7d7f2" + }, + "ResponseBody": { + "value": [ + { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "Storage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-7975/providers/Microsoft.Storage/storageAccounts/teststoragemgmt5742", + "name": "teststoragemgmt5742", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-11-17T02:19:22.9187596Z", + "key2": "2021-11-17T02:19:22.9187596Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T02:19:22.9187596Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T02:19:22.9187596Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "provisioningState": "Succeeded", + "creationTime": "2021-11-17T02:19:22.8250836Z", + "primaryEndpoints": { + "blob": "https://teststoragemgmt5742.blob.core.windows.net/", + "queue": "https://teststoragemgmt5742.queue.core.windows.net/", + "table": "https://teststoragemgmt5742.table.core.windows.net/", + "file": "https://teststoragemgmt5742.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + } + ] + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-7975/providers/Microsoft.Storage/storageAccounts/teststoragemgmt5742?api-version=2021-04-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "abf3c21d020072f8c2833b50005a8300", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 02:19:48 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "abf3c21d020072f8c2833b50005a8300", + "x-ms-correlation-request-id": "94efa980-71cc-45ac-942f-db80ebe0fd7b", + "x-ms-ratelimit-remaining-subscription-deletes": "14997", + "x-ms-request-id": "89e21543-b164-465b-90eb-4db4f975f38e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T021948Z:94efa980-71cc-45ac-942f-db80ebe0fd7b" + }, + "ResponseBody": [] + } + ], + "Variables": { + "RandomSeed": "457791758", + "RESOURCE_MANAGER_URL": null, + "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" + } +} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/UpdateStorageAccountWithStorageV2.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/UpdateStorageAccountWithStorageV2.json new file mode 100644 index 0000000000000..c00fa5dec5c60 --- /dev/null +++ b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/UpdateStorageAccountWithStorageV2.json @@ -0,0 +1,943 @@ +{ + "Entries": [ + { + "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-53dc485d3230004ca665ede4d5f4c3bd-316b41a92c32d94a-00", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "cb5ae15ff051ac56e8f58f245cc8439c", + "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": "Wed, 17 Nov 2021 05:33:25 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "88699c6d-4391-4a99-ba6b-dd3da57307a1", + "x-ms-ratelimit-remaining-subscription-reads": "11999", + "x-ms-request-id": "88699c6d-4391-4a99-ba6b-dd3da57307a1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T053325Z:88699c6d-4391-4a99-ba6b-dd3da57307a1" + }, + "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.Storage/checkNameAvailability?api-version=2021-04-01", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "73", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "6ad9dd19e99b35df4a804ccff3452e5e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "name": "teststoragemgmt2782", + "type": "Microsoft.Storage/storageAccounts" + }, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "22", + "Content-Type": "application/json", + "Date": "Wed, 17 Nov 2021 05:33:26 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6ad9dd19e99b35df4a804ccff3452e5e", + "x-ms-correlation-request-id": "2af621ca-2367-4184-b69e-11d696199c93", + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-request-id": "3e3d1f05-1e9c-4741-89b9-830d562033b9", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T053326Z:2af621ca-2367-4184-b69e-11d696199c93" + }, + "ResponseBody": { + "nameAvailable": true + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/teststorageRG-5247?api-version=2019-10-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "44", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "f7e3b2a5da0de00b31efc643a49dab69", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "location": "eastus2", + "tags": { + "test": "env" + } + }, + "StatusCode": 201, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "256", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 17 Nov 2021 05:33:29 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "27f08113-6c76-4254-a86b-9a419f705d66", + "x-ms-ratelimit-remaining-subscription-writes": "1199", + "x-ms-request-id": "27f08113-6c76-4254-a86b-9a419f705d66", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T053329Z:27f08113-6c76-4254-a86b-9a419f705d66" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-5247", + "name": "teststorageRG-5247", + "type": "Microsoft.Resources/resourceGroups", + "location": "eastus2", + "tags": { + "test": "env" + }, + "properties": { + "provisioningState": "Succeeded" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-5247/providers/Microsoft.Storage/storageAccounts/teststoragemgmt2782?api-version=2021-04-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "126", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "ea0459b8c4127bf895076f0adcf5af61", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "sku": { + "name": "Standard_GRS" + }, + "kind": "Storage", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": {} + }, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 05:33:37 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d9c73073-9c63-40b7-b124-e9618b50efb4?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ea0459b8c4127bf895076f0adcf5af61", + "x-ms-correlation-request-id": "c433cfe5-030f-400e-8988-ceba86225fe0", + "x-ms-ratelimit-remaining-subscription-writes": "1198", + "x-ms-request-id": "d9c73073-9c63-40b7-b124-e9618b50efb4", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T053338Z:c433cfe5-030f-400e-8988-ceba86225fe0" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d9c73073-9c63-40b7-b124-e9618b50efb4?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "ec3a66a17329e15fb96861066a01043c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 05:33:38 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d9c73073-9c63-40b7-b124-e9618b50efb4?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ec3a66a17329e15fb96861066a01043c", + "x-ms-correlation-request-id": "44f76295-f008-445e-add7-b4316248913e", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-request-id": "b72265d3-a67a-4a17-91f4-f1506587638a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T053338Z:44f76295-f008-445e-add7-b4316248913e" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d9c73073-9c63-40b7-b124-e9618b50efb4?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "b97d6440197adcb04d011d885aff61a3", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 05:33:39 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d9c73073-9c63-40b7-b124-e9618b50efb4?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b97d6440197adcb04d011d885aff61a3", + "x-ms-correlation-request-id": "3baf9748-14f6-40a6-a3c9-1a1efe3ad4b9", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-request-id": "10a80193-e9d1-468e-b369-e81a53a6775f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T053339Z:3baf9748-14f6-40a6-a3c9-1a1efe3ad4b9" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d9c73073-9c63-40b7-b124-e9618b50efb4?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "76698c61c2ba52378c41d7507b0598cb", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 05:33:40 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d9c73073-9c63-40b7-b124-e9618b50efb4?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "76698c61c2ba52378c41d7507b0598cb", + "x-ms-correlation-request-id": "a5daa69f-62fb-421d-8d66-e174525f4884", + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-request-id": "f0119005-1062-4962-a42f-4b5780130096", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T053341Z:a5daa69f-62fb-421d-8d66-e174525f4884" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d9c73073-9c63-40b7-b124-e9618b50efb4?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "b4b92d85ec758768b55e9f2855d687ba", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 05:33:42 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d9c73073-9c63-40b7-b124-e9618b50efb4?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b4b92d85ec758768b55e9f2855d687ba", + "x-ms-correlation-request-id": "7422e030-2436-4d21-84ab-8df551ce3798", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-request-id": "3fbc381f-9fd8-4eab-8e32-6cacfc364860", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T053342Z:7422e030-2436-4d21-84ab-8df551ce3798" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d9c73073-9c63-40b7-b124-e9618b50efb4?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "dda5be068d987d822c2a2d38425f6047", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 05:33:43 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d9c73073-9c63-40b7-b124-e9618b50efb4?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "dda5be068d987d822c2a2d38425f6047", + "x-ms-correlation-request-id": "5422a2ae-36c7-4f8b-aebd-367bced0cee3", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-request-id": "90ea6c8d-2ecc-482d-bc4b-dbc533d02d13", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T053343Z:5422a2ae-36c7-4f8b-aebd-367bced0cee3" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d9c73073-9c63-40b7-b124-e9618b50efb4?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "2c025268ad45742d24e1c05c230efcb5", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 05:33:44 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d9c73073-9c63-40b7-b124-e9618b50efb4?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "2c025268ad45742d24e1c05c230efcb5", + "x-ms-correlation-request-id": "372e5c4a-e371-4940-b431-c547d0536ac0", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-request-id": "e24387a9-c702-4c53-86f0-dcafa24f3628", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T053345Z:372e5c4a-e371-4940-b431-c547d0536ac0" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d9c73073-9c63-40b7-b124-e9618b50efb4?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "bc491cbabb60f833ab3b874abf304556", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 05:33:46 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d9c73073-9c63-40b7-b124-e9618b50efb4?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "bc491cbabb60f833ab3b874abf304556", + "x-ms-correlation-request-id": "ab2967a0-76ff-46e2-a915-229d12c6f79f", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-request-id": "818d2e7a-b751-4138-8867-d46f5b2610d6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T053346Z:ab2967a0-76ff-46e2-a915-229d12c6f79f" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d9c73073-9c63-40b7-b124-e9618b50efb4?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "03c057fd5ad459759030b9b6cd26591e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 05:33:47 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d9c73073-9c63-40b7-b124-e9618b50efb4?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "03c057fd5ad459759030b9b6cd26591e", + "x-ms-correlation-request-id": "f3509b22-fd55-452f-acd3-ef0db4afa435", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-request-id": "8e4dfc99-73c5-4104-af63-c7b29d12eb26", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T053347Z:f3509b22-fd55-452f-acd3-ef0db4afa435" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d9c73073-9c63-40b7-b124-e9618b50efb4?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "257e782ea415ace71e0a810925e3b5f4", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 05:33:48 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d9c73073-9c63-40b7-b124-e9618b50efb4?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "257e782ea415ace71e0a810925e3b5f4", + "x-ms-correlation-request-id": "f778e244-ab61-47cc-aa29-3ce39708baa9", + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-request-id": "1b08879d-097c-4c63-9a8c-0118d27500de", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T053349Z:f778e244-ab61-47cc-aa29-3ce39708baa9" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d9c73073-9c63-40b7-b124-e9618b50efb4?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "cc5e6a9cf94e5fe0a7f02b30027d2a85", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 05:33:50 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d9c73073-9c63-40b7-b124-e9618b50efb4?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "cc5e6a9cf94e5fe0a7f02b30027d2a85", + "x-ms-correlation-request-id": "92fcf414-e579-427b-9b50-b112cb193570", + "x-ms-ratelimit-remaining-subscription-reads": "11988", + "x-ms-request-id": "6e9e997c-6070-41af-9299-37dd95e3e2ff", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T053350Z:92fcf414-e579-427b-9b50-b112cb193570" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d9c73073-9c63-40b7-b124-e9618b50efb4?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "471c69e220b259406f13e5c9d96b34ad", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 05:33:51 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d9c73073-9c63-40b7-b124-e9618b50efb4?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "471c69e220b259406f13e5c9d96b34ad", + "x-ms-correlation-request-id": "6e6edade-3a2f-486d-9427-f053ae113e72", + "x-ms-ratelimit-remaining-subscription-reads": "11987", + "x-ms-request-id": "17f27a4e-bdea-42ca-9f3b-a0f2794a0334", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T053351Z:6e6edade-3a2f-486d-9427-f053ae113e72" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d9c73073-9c63-40b7-b124-e9618b50efb4?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "6219c57a8dc734cf971e7d2578b7aaa0", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 05:33:52 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d9c73073-9c63-40b7-b124-e9618b50efb4?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6219c57a8dc734cf971e7d2578b7aaa0", + "x-ms-correlation-request-id": "a4dd91fe-0e73-49bf-981b-6fcea70d0884", + "x-ms-ratelimit-remaining-subscription-reads": "11986", + "x-ms-request-id": "f0d93a2d-ae54-4786-9518-877555e3d8d1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T053353Z:a4dd91fe-0e73-49bf-981b-6fcea70d0884" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d9c73073-9c63-40b7-b124-e9618b50efb4?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "bb27fcdf6ec77c412a055d3a1417863c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1346", + "Content-Type": "application/json", + "Date": "Wed, 17 Nov 2021 05:33:54 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "bb27fcdf6ec77c412a055d3a1417863c", + "x-ms-correlation-request-id": "35bc260e-e626-416c-8926-6dfd1edc41c9", + "x-ms-ratelimit-remaining-subscription-reads": "11985", + "x-ms-request-id": "b6a44d70-b112-412f-8914-75e7fc43c09f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T053354Z:35bc260e-e626-416c-8926-6dfd1edc41c9" + }, + "ResponseBody": { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "Storage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-5247/providers/Microsoft.Storage/storageAccounts/teststoragemgmt2782", + "name": "teststoragemgmt2782", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-11-17T05:33:36.5910588Z", + "key2": "2021-11-17T05:33:36.5910588Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T05:33:36.5910588Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T05:33:36.5910588Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "provisioningState": "Succeeded", + "creationTime": "2021-11-17T05:33:36.4661095Z", + "primaryEndpoints": { + "blob": "https://teststoragemgmt2782.blob.core.windows.net/", + "queue": "https://teststoragemgmt2782.queue.core.windows.net/", + "table": "https://teststoragemgmt2782.table.core.windows.net/", + "file": "https://teststoragemgmt2782.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-5247/providers/Microsoft.Storage/storageAccounts/teststoragemgmt2782?api-version=2021-04-01", + "RequestMethod": "PATCH", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "67", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "3cb57dbbc86455bd99e7af93a21ae0b8", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "kind": "StorageV2", + "properties": { + "supportsHttpsTrafficOnly": true + } + }, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1487", + "Content-Type": "application/json", + "Date": "Wed, 17 Nov 2021 05:33:57 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "3cb57dbbc86455bd99e7af93a21ae0b8", + "x-ms-correlation-request-id": "d6963165-5371-4673-a7ef-7fee508a96b1", + "x-ms-ratelimit-remaining-subscription-writes": "1197", + "x-ms-request-id": "622be1a8-d222-4ba0-97b5-54ded7b27d63", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T053357Z:d6963165-5371-4673-a7ef-7fee508a96b1" + }, + "ResponseBody": { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "StorageV2", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-5247/providers/Microsoft.Storage/storageAccounts/teststoragemgmt2782", + "name": "teststoragemgmt2782", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-11-17T05:33:36.5910588Z", + "key2": "2021-11-17T05:33:36.5910588Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T05:33:36.5910588Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T05:33:36.5910588Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "accessTier": "Hot", + "provisioningState": "Succeeded", + "creationTime": "2021-11-17T05:33:36.4661095Z", + "primaryEndpoints": { + "dfs": "https://teststoragemgmt2782.dfs.core.windows.net/", + "web": "https://teststoragemgmt2782.z20.web.core.windows.net/", + "blob": "https://teststoragemgmt2782.blob.core.windows.net/", + "queue": "https://teststoragemgmt2782.queue.core.windows.net/", + "table": "https://teststoragemgmt2782.table.core.windows.net/", + "file": "https://teststoragemgmt2782.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-5247/providers/Microsoft.Storage/storageAccounts/teststoragemgmt2782?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "ddea446978430ce6839c38c22f95207f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1487", + "Content-Type": "application/json", + "Date": "Wed, 17 Nov 2021 05:33:57 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ddea446978430ce6839c38c22f95207f", + "x-ms-correlation-request-id": "6e4f47d8-1741-4d41-ab47-a828ff1242f6", + "x-ms-ratelimit-remaining-subscription-reads": "11984", + "x-ms-request-id": "abe2dace-338d-443a-adbb-db4760b8cc5d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T053357Z:6e4f47d8-1741-4d41-ab47-a828ff1242f6" + }, + "ResponseBody": { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "StorageV2", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-5247/providers/Microsoft.Storage/storageAccounts/teststoragemgmt2782", + "name": "teststoragemgmt2782", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-11-17T05:33:36.5910588Z", + "key2": "2021-11-17T05:33:36.5910588Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T05:33:36.5910588Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T05:33:36.5910588Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "accessTier": "Hot", + "provisioningState": "Succeeded", + "creationTime": "2021-11-17T05:33:36.4661095Z", + "primaryEndpoints": { + "dfs": "https://teststoragemgmt2782.dfs.core.windows.net/", + "web": "https://teststoragemgmt2782.z20.web.core.windows.net/", + "blob": "https://teststoragemgmt2782.blob.core.windows.net/", + "queue": "https://teststoragemgmt2782.queue.core.windows.net/", + "table": "https://teststoragemgmt2782.table.core.windows.net/", + "file": "https://teststoragemgmt2782.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-5247/providers/Microsoft.Storage/storageAccounts?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "fa6941976e01173c3ed222dfbeaeda0f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1499", + "Content-Type": "application/json", + "Date": "Wed, 17 Nov 2021 05:33:57 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "fa6941976e01173c3ed222dfbeaeda0f", + "x-ms-correlation-request-id": "b714c427-e6ee-48a9-92fd-d45a860184fe", + "x-ms-ratelimit-remaining-subscription-reads": "11983", + "x-ms-request-id": "c9bbf4ce-a5bb-4423-9988-aa5ae3792fc6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T053358Z:b714c427-e6ee-48a9-92fd-d45a860184fe" + }, + "ResponseBody": { + "value": [ + { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "StorageV2", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-5247/providers/Microsoft.Storage/storageAccounts/teststoragemgmt2782", + "name": "teststoragemgmt2782", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-11-17T05:33:36.5910588Z", + "key2": "2021-11-17T05:33:36.5910588Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T05:33:36.5910588Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T05:33:36.5910588Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "accessTier": "Hot", + "provisioningState": "Succeeded", + "creationTime": "2021-11-17T05:33:36.4661095Z", + "primaryEndpoints": { + "dfs": "https://teststoragemgmt2782.dfs.core.windows.net/", + "web": "https://teststoragemgmt2782.z20.web.core.windows.net/", + "blob": "https://teststoragemgmt2782.blob.core.windows.net/", + "queue": "https://teststoragemgmt2782.queue.core.windows.net/", + "table": "https://teststoragemgmt2782.table.core.windows.net/", + "file": "https://teststoragemgmt2782.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + } + ] + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-5247/providers/Microsoft.Storage/storageAccounts/teststoragemgmt2782?api-version=2021-04-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "cfd0a424a92d43f997a9b9c790fb2504", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 05:34:04 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "cfd0a424a92d43f997a9b9c790fb2504", + "x-ms-correlation-request-id": "a4898ce7-8467-4d5d-845c-7d742ba937c3", + "x-ms-ratelimit-remaining-subscription-deletes": "14999", + "x-ms-request-id": "abb19d7c-cfc2-4324-9757-f4f8184d2397", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T053404Z:a4898ce7-8467-4d5d-845c-7d742ba937c3" + }, + "ResponseBody": [] + } + ], + "Variables": { + "RandomSeed": "1684166751", + "RESOURCE_MANAGER_URL": null, + "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" + } +} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/UpdateStorageAccountWithStorageV2Async.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/UpdateStorageAccountWithStorageV2Async.json new file mode 100644 index 0000000000000..709a7a61bdb1b --- /dev/null +++ b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/UpdateStorageAccountWithStorageV2Async.json @@ -0,0 +1,943 @@ +{ + "Entries": [ + { + "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-48352b170f8ca849b185543f0cd3b483-ffcbef3c01ca594d-00", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "1881a0341ef216fec1a484a90ae90cbf", + "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": "Wed, 17 Nov 2021 05:34:11 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "4d090d67-360b-42d0-a8b3-436c6347689c", + "x-ms-ratelimit-remaining-subscription-reads": "11980", + "x-ms-request-id": "4d090d67-360b-42d0-a8b3-436c6347689c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T053412Z:4d090d67-360b-42d0-a8b3-436c6347689c" + }, + "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.Storage/checkNameAvailability?api-version=2021-04-01", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "73", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "6ddea109924b06e17f03f7ee59b2402c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "name": "teststoragemgmt2463", + "type": "Microsoft.Storage/storageAccounts" + }, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "22", + "Content-Type": "application/json", + "Date": "Wed, 17 Nov 2021 05:34:12 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6ddea109924b06e17f03f7ee59b2402c", + "x-ms-correlation-request-id": "2c7f47aa-f90d-4777-b44a-af2a5fda1fd2", + "x-ms-ratelimit-remaining-subscription-reads": "11979", + "x-ms-request-id": "bb223910-cf03-41d8-8394-4d00ce71859b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T053413Z:2c7f47aa-f90d-4777-b44a-af2a5fda1fd2" + }, + "ResponseBody": { + "nameAvailable": true + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/teststorageRG-5951?api-version=2019-10-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "44", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "02d865792443d6d825895d6dba31be09", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "location": "eastus2", + "tags": { + "test": "env" + } + }, + "StatusCode": 201, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "256", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 17 Nov 2021 05:34:13 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "025ec68d-423d-46cd-b039-24be35b6d8e1", + "x-ms-ratelimit-remaining-subscription-writes": "1196", + "x-ms-request-id": "025ec68d-423d-46cd-b039-24be35b6d8e1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T053413Z:025ec68d-423d-46cd-b039-24be35b6d8e1" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-5951", + "name": "teststorageRG-5951", + "type": "Microsoft.Resources/resourceGroups", + "location": "eastus2", + "tags": { + "test": "env" + }, + "properties": { + "provisioningState": "Succeeded" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-5951/providers/Microsoft.Storage/storageAccounts/teststoragemgmt2463?api-version=2021-04-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "126", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "f62d7129e8679f0d12731b072767f244", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "sku": { + "name": "Standard_GRS" + }, + "kind": "Storage", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": {} + }, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 05:34:17 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bb599ee3-226c-4561-b2c6-47d9d840b2b5?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f62d7129e8679f0d12731b072767f244", + "x-ms-correlation-request-id": "851e9545-6736-4cfe-8d10-0c933b6c7f3a", + "x-ms-ratelimit-remaining-subscription-writes": "1195", + "x-ms-request-id": "bb599ee3-226c-4561-b2c6-47d9d840b2b5", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T053417Z:851e9545-6736-4cfe-8d10-0c933b6c7f3a" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bb599ee3-226c-4561-b2c6-47d9d840b2b5?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "4030e5383613903f5839f0d009d1afbe", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 05:34:17 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bb599ee3-226c-4561-b2c6-47d9d840b2b5?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4030e5383613903f5839f0d009d1afbe", + "x-ms-correlation-request-id": "08de0a16-4be5-4914-9074-0fc872340eca", + "x-ms-ratelimit-remaining-subscription-reads": "11978", + "x-ms-request-id": "b7db0661-2471-4538-9441-cdf6c29a321c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T053417Z:08de0a16-4be5-4914-9074-0fc872340eca" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bb599ee3-226c-4561-b2c6-47d9d840b2b5?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "58f0199717c28b23acaff0d0c2041b79", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 05:34:18 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bb599ee3-226c-4561-b2c6-47d9d840b2b5?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "58f0199717c28b23acaff0d0c2041b79", + "x-ms-correlation-request-id": "94cd2ba3-c75d-497c-808e-d46cbdadc5ad", + "x-ms-ratelimit-remaining-subscription-reads": "11977", + "x-ms-request-id": "de5972e5-5f8a-40d3-b48f-e742d7968263", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T053419Z:94cd2ba3-c75d-497c-808e-d46cbdadc5ad" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bb599ee3-226c-4561-b2c6-47d9d840b2b5?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "42ce49aeb136463122de4eadadf57335", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 05:34:20 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bb599ee3-226c-4561-b2c6-47d9d840b2b5?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "42ce49aeb136463122de4eadadf57335", + "x-ms-correlation-request-id": "32555f1a-981e-4084-bcff-3f91ba350566", + "x-ms-ratelimit-remaining-subscription-reads": "11976", + "x-ms-request-id": "8f9bc732-4888-41cf-844b-e554ad624e3b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T053420Z:32555f1a-981e-4084-bcff-3f91ba350566" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bb599ee3-226c-4561-b2c6-47d9d840b2b5?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "6a7267e86ca8210fc2a59463456fce53", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 05:34:21 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bb599ee3-226c-4561-b2c6-47d9d840b2b5?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6a7267e86ca8210fc2a59463456fce53", + "x-ms-correlation-request-id": "2ea482d9-a042-4a9c-8a67-a7c64952d1f8", + "x-ms-ratelimit-remaining-subscription-reads": "11975", + "x-ms-request-id": "c3a1f5ca-0684-42d0-b99d-a60adafc4ae3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T053421Z:2ea482d9-a042-4a9c-8a67-a7c64952d1f8" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bb599ee3-226c-4561-b2c6-47d9d840b2b5?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "bf21761d6d02e587e8a935e3c975deb6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 05:34:22 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bb599ee3-226c-4561-b2c6-47d9d840b2b5?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "bf21761d6d02e587e8a935e3c975deb6", + "x-ms-correlation-request-id": "7ce35920-fe37-49c4-90e2-0bcf596eca03", + "x-ms-ratelimit-remaining-subscription-reads": "11974", + "x-ms-request-id": "eaa89f29-8c2c-41e2-934e-997c9ed5e01e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T053423Z:7ce35920-fe37-49c4-90e2-0bcf596eca03" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bb599ee3-226c-4561-b2c6-47d9d840b2b5?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "5ae8ba3cb09241d03aad7f901dce01b3", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 05:34:23 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bb599ee3-226c-4561-b2c6-47d9d840b2b5?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5ae8ba3cb09241d03aad7f901dce01b3", + "x-ms-correlation-request-id": "a3cec1c2-c86d-413a-9f7e-8b0a56115b93", + "x-ms-ratelimit-remaining-subscription-reads": "11973", + "x-ms-request-id": "b6f35a68-8462-4b1f-b723-53241c92123f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T053424Z:a3cec1c2-c86d-413a-9f7e-8b0a56115b93" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bb599ee3-226c-4561-b2c6-47d9d840b2b5?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "368ffa10b4d37b32df8c82ff372b574c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 05:34:25 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bb599ee3-226c-4561-b2c6-47d9d840b2b5?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "368ffa10b4d37b32df8c82ff372b574c", + "x-ms-correlation-request-id": "941a4590-442c-46ba-b315-e5d014b5fd93", + "x-ms-ratelimit-remaining-subscription-reads": "11972", + "x-ms-request-id": "d1f56cc3-8c53-4906-addb-c18d73f76f22", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T053425Z:941a4590-442c-46ba-b315-e5d014b5fd93" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bb599ee3-226c-4561-b2c6-47d9d840b2b5?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "8b27ddc773866dc1a5df8455edf6c71a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 05:34:26 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bb599ee3-226c-4561-b2c6-47d9d840b2b5?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "8b27ddc773866dc1a5df8455edf6c71a", + "x-ms-correlation-request-id": "d548499a-d0c9-45c2-ab84-f5ee00b1cfe0", + "x-ms-ratelimit-remaining-subscription-reads": "11971", + "x-ms-request-id": "e108fb6b-b727-40ba-b8a2-7dc0a3b70106", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T053427Z:d548499a-d0c9-45c2-ab84-f5ee00b1cfe0" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bb599ee3-226c-4561-b2c6-47d9d840b2b5?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "ced381a8a7e587e3886d7b052ed10a0f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 05:34:27 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bb599ee3-226c-4561-b2c6-47d9d840b2b5?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ced381a8a7e587e3886d7b052ed10a0f", + "x-ms-correlation-request-id": "90e773fe-10b1-48d5-93cd-143d30968854", + "x-ms-ratelimit-remaining-subscription-reads": "11970", + "x-ms-request-id": "d460ff62-6280-44fe-bea6-040838c51b70", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T053428Z:90e773fe-10b1-48d5-93cd-143d30968854" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bb599ee3-226c-4561-b2c6-47d9d840b2b5?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "40c9335575a69d2c392291f32fdd8de8", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 05:34:29 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bb599ee3-226c-4561-b2c6-47d9d840b2b5?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "40c9335575a69d2c392291f32fdd8de8", + "x-ms-correlation-request-id": "44ecbb8b-3d7e-425d-8637-0e9d75ad3135", + "x-ms-ratelimit-remaining-subscription-reads": "11969", + "x-ms-request-id": "2e4f33b2-c7f1-4baa-919a-8fb5363fe534", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T053429Z:44ecbb8b-3d7e-425d-8637-0e9d75ad3135" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bb599ee3-226c-4561-b2c6-47d9d840b2b5?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "b65768c489582066fa9f0219f8bb3ed4", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 05:34:30 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bb599ee3-226c-4561-b2c6-47d9d840b2b5?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b65768c489582066fa9f0219f8bb3ed4", + "x-ms-correlation-request-id": "52477233-44e4-4f15-8ee3-6f81a0adec26", + "x-ms-ratelimit-remaining-subscription-reads": "11968", + "x-ms-request-id": "6007121a-03be-489a-a5f9-10848efacf3a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T053431Z:52477233-44e4-4f15-8ee3-6f81a0adec26" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bb599ee3-226c-4561-b2c6-47d9d840b2b5?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "b90075d5872d3273543695c316ef57aa", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 05:34:31 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bb599ee3-226c-4561-b2c6-47d9d840b2b5?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b90075d5872d3273543695c316ef57aa", + "x-ms-correlation-request-id": "f780c8d7-9247-47eb-9fbc-9f05718607f2", + "x-ms-ratelimit-remaining-subscription-reads": "11967", + "x-ms-request-id": "a74931b4-ef40-4392-8e61-43c3470aeaf9", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T053432Z:f780c8d7-9247-47eb-9fbc-9f05718607f2" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bb599ee3-226c-4561-b2c6-47d9d840b2b5?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.5 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "c64092df5379cbb6cca945077313a57d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1346", + "Content-Type": "application/json", + "Date": "Wed, 17 Nov 2021 05:34:33 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c64092df5379cbb6cca945077313a57d", + "x-ms-correlation-request-id": "85d685a7-5d93-48c6-bd8c-a39e994f80ba", + "x-ms-ratelimit-remaining-subscription-reads": "11966", + "x-ms-request-id": "121b91db-b04c-43cf-a033-c86a80938128", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T053433Z:85d685a7-5d93-48c6-bd8c-a39e994f80ba" + }, + "ResponseBody": { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "Storage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-5951/providers/Microsoft.Storage/storageAccounts/teststoragemgmt2463", + "name": "teststoragemgmt2463", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-11-17T05:34:15.9517067Z", + "key2": "2021-11-17T05:34:15.9517067Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T05:34:15.9517067Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T05:34:15.9517067Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "provisioningState": "Succeeded", + "creationTime": "2021-11-17T05:34:15.8423324Z", + "primaryEndpoints": { + "blob": "https://teststoragemgmt2463.blob.core.windows.net/", + "queue": "https://teststoragemgmt2463.queue.core.windows.net/", + "table": "https://teststoragemgmt2463.table.core.windows.net/", + "file": "https://teststoragemgmt2463.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-5951/providers/Microsoft.Storage/storageAccounts/teststoragemgmt2463?api-version=2021-04-01", + "RequestMethod": "PATCH", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "67", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "ba1ebce4d4dd3dbbf5246222f4a30a0b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "kind": "StorageV2", + "properties": { + "supportsHttpsTrafficOnly": true + } + }, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1487", + "Content-Type": "application/json", + "Date": "Wed, 17 Nov 2021 05:34:35 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ba1ebce4d4dd3dbbf5246222f4a30a0b", + "x-ms-correlation-request-id": "86ef6235-20ec-4659-8fed-24e770508dff", + "x-ms-ratelimit-remaining-subscription-writes": "1194", + "x-ms-request-id": "95fd8cfe-8046-4a1d-9242-56b8b5529636", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T053436Z:86ef6235-20ec-4659-8fed-24e770508dff" + }, + "ResponseBody": { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "StorageV2", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-5951/providers/Microsoft.Storage/storageAccounts/teststoragemgmt2463", + "name": "teststoragemgmt2463", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-11-17T05:34:15.9517067Z", + "key2": "2021-11-17T05:34:15.9517067Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T05:34:15.9517067Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T05:34:15.9517067Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "accessTier": "Hot", + "provisioningState": "Succeeded", + "creationTime": "2021-11-17T05:34:15.8423324Z", + "primaryEndpoints": { + "dfs": "https://teststoragemgmt2463.dfs.core.windows.net/", + "web": "https://teststoragemgmt2463.z20.web.core.windows.net/", + "blob": "https://teststoragemgmt2463.blob.core.windows.net/", + "queue": "https://teststoragemgmt2463.queue.core.windows.net/", + "table": "https://teststoragemgmt2463.table.core.windows.net/", + "file": "https://teststoragemgmt2463.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-5951/providers/Microsoft.Storage/storageAccounts/teststoragemgmt2463?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "653a5847787a825abe34ec83416bbf40", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1487", + "Content-Type": "application/json", + "Date": "Wed, 17 Nov 2021 05:34:36 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "653a5847787a825abe34ec83416bbf40", + "x-ms-correlation-request-id": "6bed7f71-048c-4ab2-ac5a-0f8077db34d8", + "x-ms-ratelimit-remaining-subscription-reads": "11965", + "x-ms-request-id": "9bf420af-2403-4556-823c-4309f1f1b405", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T053436Z:6bed7f71-048c-4ab2-ac5a-0f8077db34d8" + }, + "ResponseBody": { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "StorageV2", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-5951/providers/Microsoft.Storage/storageAccounts/teststoragemgmt2463", + "name": "teststoragemgmt2463", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-11-17T05:34:15.9517067Z", + "key2": "2021-11-17T05:34:15.9517067Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T05:34:15.9517067Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T05:34:15.9517067Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "accessTier": "Hot", + "provisioningState": "Succeeded", + "creationTime": "2021-11-17T05:34:15.8423324Z", + "primaryEndpoints": { + "dfs": "https://teststoragemgmt2463.dfs.core.windows.net/", + "web": "https://teststoragemgmt2463.z20.web.core.windows.net/", + "blob": "https://teststoragemgmt2463.blob.core.windows.net/", + "queue": "https://teststoragemgmt2463.queue.core.windows.net/", + "table": "https://teststoragemgmt2463.table.core.windows.net/", + "file": "https://teststoragemgmt2463.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-5951/providers/Microsoft.Storage/storageAccounts?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "59df18919dd10bcdd603d155f194d729", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1499", + "Content-Type": "application/json", + "Date": "Wed, 17 Nov 2021 05:34:36 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "59df18919dd10bcdd603d155f194d729", + "x-ms-correlation-request-id": "89d89b69-861b-45c6-a8f3-e13e90a827db", + "x-ms-ratelimit-remaining-subscription-reads": "11964", + "x-ms-request-id": "8fa93d2d-3a1b-4b6c-9318-04ace3cc4a74", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T053437Z:89d89b69-861b-45c6-a8f3-e13e90a827db" + }, + "ResponseBody": { + "value": [ + { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "StorageV2", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-5951/providers/Microsoft.Storage/storageAccounts/teststoragemgmt2463", + "name": "teststoragemgmt2463", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-11-17T05:34:15.9517067Z", + "key2": "2021-11-17T05:34:15.9517067Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T05:34:15.9517067Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-11-17T05:34:15.9517067Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "accessTier": "Hot", + "provisioningState": "Succeeded", + "creationTime": "2021-11-17T05:34:15.8423324Z", + "primaryEndpoints": { + "dfs": "https://teststoragemgmt2463.dfs.core.windows.net/", + "web": "https://teststoragemgmt2463.z20.web.core.windows.net/", + "blob": "https://teststoragemgmt2463.blob.core.windows.net/", + "queue": "https://teststoragemgmt2463.queue.core.windows.net/", + "table": "https://teststoragemgmt2463.table.core.windows.net/", + "file": "https://teststoragemgmt2463.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + } + ] + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-5951/providers/Microsoft.Storage/storageAccounts/teststoragemgmt2463?api-version=2021-04-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20211117.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "1abf3a9f3fd86b02619cfba8e737fb89", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 17 Nov 2021 05:34:42 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1abf3a9f3fd86b02619cfba8e737fb89", + "x-ms-correlation-request-id": "fa6d948e-20bb-45b4-b034-c9544a3aa384", + "x-ms-ratelimit-remaining-subscription-deletes": "14997", + "x-ms-request-id": "ff963fca-2a9b-4146-9480-3637a982ffb3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20211117T053443Z:fa6d948e-20bb-45b4-b034-c9544a3aa384" + }, + "ResponseBody": [] + } + ], + "Variables": { + "RandomSeed": "1341418198", + "RESOURCE_MANAGER_URL": null, + "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" + } +} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/Tests/BlobContainerTests.cs b/sdk/storage/Azure.ResourceManager.Storage/tests/Tests/BlobContainerTests.cs index a0f1ee50a7afe..c6e3b4f51bd31 100644 --- a/sdk/storage/Azure.ResourceManager.Storage/tests/Tests/BlobContainerTests.cs +++ b/sdk/storage/Azure.ResourceManager.Storage/tests/Tests/BlobContainerTests.cs @@ -8,7 +8,7 @@ using Azure.ResourceManager.Storage.Models; using Azure.ResourceManager.Storage.Tests.Helpers; -namespace Azure.ResourceManager.Storage.Tests.Tests +namespace Azure.ResourceManager.Storage.Tests { public class BlobContainerTests : StorageTestBase { @@ -160,6 +160,93 @@ public async Task CreateDeleteImmutabilityPolicy() Assert.AreEqual(0, immutabilityPolicy.ImmutabilityPeriodSinceCreationInDays); } + [Test] + [RecordedTest] + public async Task LockImmutabilityPolicy() + { + //update storage account to v2 + StorageAccountUpdateParameters updateParameters = new StorageAccountUpdateParameters() + { + Kind = Kind.StorageV2 + }; + _storageAccount = await _storageAccount.UpdateAsync(updateParameters); + _blobService = await _blobService.GetAsync(); + // create a blob container + string containerName = Recording.GenerateAssetName("testblob"); + BlobContainerData data = new BlobContainerData(); + BlobContainer container = (await _blobContainerCollection.CreateOrUpdateAsync(containerName, new BlobContainerData())).Value; + + //create immutability policy + ImmutabilityPolicy immutabilityPolicyModel = new ImmutabilityPolicy() { ImmutabilityPeriodSinceCreationInDays = 3 }; + ImmutabilityPolicy immutabilityPolicy = await container.CreateOrUpdateImmutabilityPolicyAsync(ifMatch: "", parameters: immutabilityPolicyModel); + + //validate + Assert.NotNull(immutabilityPolicy.Id); + Assert.NotNull(immutabilityPolicy.Type); + Assert.NotNull(immutabilityPolicy.Name); + Assert.AreEqual(3, immutabilityPolicy.ImmutabilityPeriodSinceCreationInDays); + Assert.AreEqual(ImmutabilityPolicyState.Unlocked, immutabilityPolicy.State); + + //lock immutability policy + immutabilityPolicy = await container.LockImmutabilityPolicyAsync(ifMatch: immutabilityPolicy.Etag); + + Assert.NotNull(immutabilityPolicy.Id); + Assert.NotNull(immutabilityPolicy.Type); + Assert.NotNull(immutabilityPolicy.Name); + Assert.AreEqual(3, immutabilityPolicy.ImmutabilityPeriodSinceCreationInDays); + Assert.AreEqual(ImmutabilityPolicyState.Locked, immutabilityPolicy.State); + + await container.DeleteAsync(); + } + + [Test] + [RecordedTest] + public async Task ExtendImmutabilityPolicy() + { + //update storage account to v2 + StorageAccountUpdateParameters updateParameters = new StorageAccountUpdateParameters() + { + Kind = Kind.StorageV2 + }; + _storageAccount = await _storageAccount.UpdateAsync(updateParameters); + _blobService = await _blobService.GetAsync(); + // create a blob container + string containerName = Recording.GenerateAssetName("testblob"); + BlobContainerData data = new BlobContainerData(); + BlobContainer container = (await _blobContainerCollection.CreateOrUpdateAsync(containerName, new BlobContainerData())).Value; + + //create immutability policy + ImmutabilityPolicy immutabilityPolicyModel = new ImmutabilityPolicy() { ImmutabilityPeriodSinceCreationInDays = 3 }; + ImmutabilityPolicy immutabilityPolicy = await container.CreateOrUpdateImmutabilityPolicyAsync(ifMatch: "", parameters: immutabilityPolicyModel); + + //validate + Assert.NotNull(immutabilityPolicy.Id); + Assert.NotNull(immutabilityPolicy.Type); + Assert.NotNull(immutabilityPolicy.Name); + Assert.AreEqual(3, immutabilityPolicy.ImmutabilityPeriodSinceCreationInDays); + Assert.AreEqual(ImmutabilityPolicyState.Unlocked, immutabilityPolicy.State); + + //lock immutability policy + immutabilityPolicy = await container.LockImmutabilityPolicyAsync(ifMatch: immutabilityPolicy.Etag); + + Assert.NotNull(immutabilityPolicy.Id); + Assert.NotNull(immutabilityPolicy.Type); + Assert.NotNull(immutabilityPolicy.Name); + Assert.AreEqual(3, immutabilityPolicy.ImmutabilityPeriodSinceCreationInDays); + Assert.AreEqual(ImmutabilityPolicyState.Locked, immutabilityPolicy.State); + + //extend immutability policy + immutabilityPolicyModel = new ImmutabilityPolicy() { ImmutabilityPeriodSinceCreationInDays = 100 }; + immutabilityPolicy = await container.ExtendImmutabilityPolicyAsync(ifMatch: immutabilityPolicy.Etag, parameters: immutabilityPolicyModel); + + Assert.NotNull(immutabilityPolicy.Id); + Assert.NotNull(immutabilityPolicy.Type); + Assert.NotNull(immutabilityPolicy.Name); + Assert.AreEqual(100, immutabilityPolicy.ImmutabilityPeriodSinceCreationInDays); + Assert.AreEqual(ImmutabilityPolicyState.Locked, immutabilityPolicy.State); + await container.DeleteAsync(); + } + [Test] [RecordedTest] public async Task SetClearLegalHold() @@ -184,6 +271,14 @@ public async Task SetClearLegalHold() Assert.False(legalHold.HasLegalHold); Assert.AreEqual(0, legalHold.Tags.Count); } + [Test] + [RecordedTest] + public async Task ListBlobService() + { + List blobServices = await _blobServiceCollection.GetAllAsync().ToEnumerableAsync(); + Assert.AreEqual(1, blobServices.Count); + Assert.AreEqual("default", blobServices[0].Data.Name); + } [Test] [RecordedTest] @@ -325,5 +420,211 @@ public async Task CreateGetDeleteObjectReplicationPolicy() //delete policy await objectReplicationPolicy.DeleteAsync(); } + + [Test] + [RecordedTest] + public async Task BlobServiceCors() + { + BlobServiceData properties1 = _blobService.Data; + BlobServiceData properties2 = new BlobServiceData(); + properties2.DeleteRetentionPolicy = new DeleteRetentionPolicy(); + properties2.DeleteRetentionPolicy.Enabled = true; + properties2.DeleteRetentionPolicy.Days = 300; + properties2.DefaultServiceVersion = "2017-04-17"; + properties2.Cors = new CorsRules(); + properties2.Cors.CorsRulesValue.Add(new CorsRule(new string[] { "http://www.contoso.com", "http://www.fabrikam.com" }, + new CorsRuleAllowedMethodsItem[] { CorsRuleAllowedMethodsItem.GET, CorsRuleAllowedMethodsItem.PUT }, + 100, new string[] { "x-ms-meta-*" }, + new string[] { "x-ms-meta-abc", "x-ms-meta-data*", "x-ms-meta-target*" } + )); + properties2.Cors.CorsRulesValue.Add(new CorsRule(new string[] { "*" }, + new CorsRuleAllowedMethodsItem[] { CorsRuleAllowedMethodsItem.GET }, + 2, new string[] { "*" }, + new string[] { "*" } + )); + properties2.Cors.CorsRulesValue.Add(new CorsRule(new string[] { "http://www.abc23.com", "https://www.fabrikam.com/*" }, + new CorsRuleAllowedMethodsItem[] { CorsRuleAllowedMethodsItem.GET, CorsRuleAllowedMethodsItem.PUT, CorsRuleAllowedMethodsItem.Post }, + 2000, new string[] { "x-ms-meta-12345675754564*" }, + new string[] { "x-ms-meta-abc", "x-ms-meta-data*", "x-ms-meta-target*" } + )); + + _blobService = await _blobService.SetServicePropertiesAsync(properties2); + BlobServiceData properties3 = _blobService.Data; + Assert.IsTrue(properties3.DeleteRetentionPolicy.Enabled); + Assert.AreEqual(300, properties3.DeleteRetentionPolicy.Days); + Assert.AreEqual("2017-04-17", properties3.DefaultServiceVersion); + + //validate CORS rules + Assert.AreEqual(properties2.Cors.CorsRulesValue.Count, properties3.Cors.CorsRulesValue.Count); + for (int i = 0; i < properties2.Cors.CorsRulesValue.Count; i++) + { + CorsRule putRule = properties2.Cors.CorsRulesValue[i]; + CorsRule getRule = properties3.Cors.CorsRulesValue[i]; + + Assert.AreEqual(putRule.AllowedHeaders, getRule.AllowedHeaders); + Assert.AreEqual(putRule.AllowedMethods, getRule.AllowedMethods); + Assert.AreEqual(putRule.AllowedOrigins, getRule.AllowedOrigins); + Assert.AreEqual(putRule.ExposedHeaders, getRule.ExposedHeaders); + Assert.AreEqual(putRule.MaxAgeInSeconds, getRule.MaxAgeInSeconds); + } + + _blobService = await _blobService.GetAsync(); + + BlobServiceData properties4 = _blobService.Data; + Assert.IsTrue(properties4.DeleteRetentionPolicy.Enabled); + Assert.AreEqual(300, properties4.DeleteRetentionPolicy.Days); + Assert.AreEqual("2017-04-17", properties4.DefaultServiceVersion); + + //validate CORS rules + Assert.AreEqual(properties2.Cors.CorsRulesValue.Count, properties4.Cors.CorsRulesValue.Count); + for (int i = 0; i < properties2.Cors.CorsRulesValue.Count; i++) + { + CorsRule putRule = properties2.Cors.CorsRulesValue[i]; + CorsRule getRule = properties4.Cors.CorsRulesValue[i]; + + Assert.AreEqual(putRule.AllowedHeaders, getRule.AllowedHeaders); + Assert.AreEqual(putRule.AllowedMethods, getRule.AllowedMethods); + Assert.AreEqual(putRule.AllowedOrigins, getRule.AllowedOrigins); + Assert.AreEqual(putRule.ExposedHeaders, getRule.ExposedHeaders); + Assert.AreEqual(putRule.MaxAgeInSeconds, getRule.MaxAgeInSeconds); + } + } + + [Test] + [RecordedTest] + public async Task BlobContainerSoftDelete() + { + //update storage account to v2 + StorageAccountUpdateParameters updateParameters = new StorageAccountUpdateParameters() + { + Kind = Kind.StorageV2 + }; + await _storageAccount.UpdateAsync(updateParameters); + _blobService = await _blobService.GetAsync(); + BlobServiceData properties = _blobService.Data; + + //enable container softdelete + properties.ContainerDeleteRetentionPolicy = new DeleteRetentionPolicy(); + properties.ContainerDeleteRetentionPolicy.Enabled = true; + properties.ContainerDeleteRetentionPolicy.Days = 30; + _blobService = await _blobService.SetServicePropertiesAsync(properties); + + //create two blob containers and delete 1 + string containerName1 = Recording.GenerateAssetName("testblob1"); + string containerName2 = Recording.GenerateAssetName("testblob2"); + BlobContainer container1 = (await _blobContainerCollection.CreateOrUpdateAsync(containerName1, new BlobContainerData())).Value; + BlobContainer container2 = (await _blobContainerCollection.CreateOrUpdateAsync(containerName2, new BlobContainerData())).Value; + await container2.DeleteAsync(); + + //list delete included + List blobContainers = await _blobContainerCollection.GetAllAsync(include: ListContainersInclude.Deleted).ToEnumerableAsync(); + Assert.AreEqual(2, blobContainers.Count); + foreach (BlobContainer con in blobContainers) + { + if (con.Data.Name == containerName1) + { + Assert.IsFalse(con.Data.Deleted); + } + else + { + Assert.IsTrue(con.Data.Deleted); + Assert.NotNull(con.Data.RemainingRetentionDays); + } + } + //list without delete included + blobContainers = await _blobContainerCollection.GetAllAsync().ToEnumerableAsync(); + Assert.AreEqual(1, blobContainers.Count); + + //disable container softdelete + properties = _blobService.Data; + properties.ContainerDeleteRetentionPolicy = new DeleteRetentionPolicy(); + properties.DeleteRetentionPolicy.Enabled = false; + _blobService = await _blobService.SetServicePropertiesAsync(properties); + properties = _blobService.Data; + Assert.IsFalse(properties.ContainerDeleteRetentionPolicy.Enabled); + } + + [Test] + [RecordedTest] + [Ignore("can pass locally, cost too much time on pipeline")] + public async Task PITR() + { + //update storage account to v2 + StorageAccountUpdateParameters updateParameters = new StorageAccountUpdateParameters() + { + Kind = Kind.StorageV2 + }; + _storageAccount = await _storageAccount.UpdateAsync(updateParameters); + _blobService = await _blobService.GetAsync(); + + BlobServiceData properties = _blobService.Data; + properties.DeleteRetentionPolicy = new DeleteRetentionPolicy(); + properties.DeleteRetentionPolicy.Enabled = true; + properties.DeleteRetentionPolicy.Days = 30; + properties.ChangeFeed = new ChangeFeed(); + properties.ChangeFeed.Enabled = true; + properties.IsVersioningEnabled = true; + properties.RestorePolicy = new RestorePolicyProperties(true) { Days = 5 }; + + _blobService = await _blobService.SetServicePropertiesAsync(properties); + + if (Mode != RecordedTestMode.Playback) + { + await Task.Delay(10000); + } + + //create restore ranges + List ranges = new List(); + ranges.Add(new Models.BlobRestoreRange("", "container1/blob1")); + ranges.Add(new Models.BlobRestoreRange("container1/blob2", "container2/blob3")); + ranges.Add(new Models.BlobRestoreRange("container3/blob3", "")); + + //start restore + Models.BlobRestoreParameters parameters = new Models.BlobRestoreParameters(Recording.Now.AddSeconds(-1).ToUniversalTime(), ranges); + StorageAccountRestoreBlobRangesOperation restoreOperation = _storageAccount.RestoreBlobRanges(parameters); + + //wait for restore completion + Models.BlobRestoreStatus restoreStatus = await restoreOperation.WaitForCompletionAsync(); + + Assert.IsTrue(restoreStatus.Status == BlobRestoreProgressStatus.Complete || restoreStatus.Status == BlobRestoreProgressStatus.InProgress); + } + + [Test] + [RecordedTest] + [Ignore("account protected from deletion")] + public async Task BlobContainersVLW() + { + //update storage account to v2 + StorageAccountUpdateParameters updateParameters = new StorageAccountUpdateParameters() + { + Kind = Kind.StorageV2 + }; + _storageAccount = await _storageAccount.UpdateAsync(updateParameters); + _blobService = await _blobService.GetAsync(); + + //enable blob versioning + BlobServiceData properties = _blobService.Data; + properties.IsVersioningEnabled = true; + _blobService = await _blobService.SetServicePropertiesAsync(properties); + Assert.IsTrue(properties.IsVersioningEnabled); + + //create container with VLW + string containerName1 = Recording.GenerateAssetName("testblob1"); + BlobContainerData parameters1 = new BlobContainerData() { ImmutableStorageWithVersioning = new ImmutableStorageWithVersioning() { Enabled = true } }; + BlobContainer container1 = (await _blobContainerCollection.CreateOrUpdateAsync(containerName1, parameters1)).Value; + Assert.IsTrue(container1.Data.ImmutableStorageWithVersioning.Enabled); + Assert.IsNull(container1.Data.ImmutableStorageWithVersioning.MigrationState); + + //update container to enabled Immutability Policy + string containerName2 = Recording.GenerateAssetName("testblob2"); + BlobContainerData parameters2 = new BlobContainerData(); + BlobContainer container2 = (await _blobContainerCollection.CreateOrUpdateAsync(containerName2, parameters2)).Value; + await container2.CreateOrUpdateImmutabilityPolicyAsync(parameters: new ImmutabilityPolicy() { ImmutabilityPeriodSinceCreationInDays = 1 }); + + await container2.ObjectLevelWormAsync(); + container2 = await container2.GetAsync(); + Assert.IsTrue(container2.Data.ImmutableStorageWithVersioning.Enabled); + Assert.AreEqual("Completed", container2.Data.ImmutableStorageWithVersioning.MigrationState); + } } } diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/Tests/FileShareTests.cs b/sdk/storage/Azure.ResourceManager.Storage/tests/Tests/FileShareTests.cs index 59aa761ef9bcd..949dd15bf8c0c 100644 --- a/sdk/storage/Azure.ResourceManager.Storage/tests/Tests/FileShareTests.cs +++ b/sdk/storage/Azure.ResourceManager.Storage/tests/Tests/FileShareTests.cs @@ -1,5 +1,6 @@ // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. +using System; using System.Threading.Tasks; using NUnit.Framework; using Azure.Core.TestFramework; @@ -8,7 +9,7 @@ using Azure.ResourceManager.Storage.Models; using System.Collections.Generic; -namespace Azure.ResourceManager.Storage.Tests.Tests +namespace Azure.ResourceManager.Storage.Tests { public class FileShareTests : StorageTestBase { @@ -75,6 +76,56 @@ public async Task CreateDeleteFileShare() Assert.IsFalse(await _fileShareCollection.CheckIfExistsAsync(fileShareName)); } + [Test] + [RecordedTest] + public async Task CreateDeleteListFileShareSnapshot() + { + //update storage account to v2 + StorageAccountUpdateParameters updateParameters = new StorageAccountUpdateParameters() + { + Kind = Kind.StorageV2 + }; + await _storageAccount.UpdateAsync(updateParameters); + + // Enable share soft delete in service properties + _fileService = await _fileService.GetAsync(); + FileServiceData properties = new FileServiceData() + { + ShareDeleteRetentionPolicy = new DeleteRetentionPolicy() + { + Enabled = true, + Days = 5 + } + }; + _fileService = await _fileService.SetServicePropertiesAsync(properties); + + //create 2 file share and delete 1 + string fileShareName1 = Recording.GenerateAssetName("testfileshare1"); + string fileShareName2 = Recording.GenerateAssetName("testfileshare2"); + FileShare share1 = (await _fileShareCollection.CreateOrUpdateAsync(fileShareName1, new FileShareData())).Value; + FileShare share2 = (await _fileShareCollection.CreateOrUpdateAsync(fileShareName2, new FileShareData())).Value; + await share2.DeleteAsync(); + + //create 2 share snapshots + FileShare shareSnapshot1 = (await _fileShareCollection.CreateOrUpdateAsync(fileShareName1, new FileShareData(), expand: "snapshots")).Value; + FileShare shareSnapshot2 = (await _fileShareCollection.CreateOrUpdateAsync(fileShareName1, new FileShareData(), expand: "snapshots")).Value; + + //get single share snapshot + FileShare shareSnapshot = await _fileShareCollection.GetAsync(fileShareName1, "stats", shareSnapshot1.Data.SnapshotTime.Value.UtcDateTime.ToString("o")); + Assert.AreEqual(shareSnapshot.Data.SnapshotTime, shareSnapshot1.Data.SnapshotTime); + + //list share with snapshot + List fileShares = await _fileShareCollection.GetAllAsync(expand: "snapshots").ToEnumerableAsync(); + Assert.AreEqual(3, fileShares.Count); + + //delete share snapshot + await shareSnapshot.DeleteAsync(); + + // List share with deleted + fileShares = await _fileShareCollection.GetAllAsync(expand: "deleted").ToEnumerableAsync(); + Assert.AreEqual(2, fileShares.Count); + } + [Test] [RecordedTest] public async Task GetAllFileShares() @@ -189,5 +240,189 @@ public async Task RestoreFileShare() fileShares = await _fileShareCollection.GetAllAsync().ToEnumerableAsync(); Assert.AreEqual(fileShares.Count, 1); } + + [Test] + [RecordedTest] + public async Task FileShareAccessPolicy() + { + //update storage account to v2 + StorageAccountUpdateParameters updateParameters = new StorageAccountUpdateParameters() + { + Kind = Kind.StorageV2 + }; + await _storageAccount.UpdateAsync(updateParameters); + + //create share + string fileShareName = Recording.GenerateAssetName("testfileshare"); + FileShare share = (await _fileShareCollection.CreateOrUpdateAsync(fileShareName, new FileShareData())).Value; + + // Prepare signedIdentifiers to set + List sigs = new List(); + DateTimeOffset datenow = Recording.Now; + DateTimeOffset start1 = datenow.ToUniversalTime(); + DateTimeOffset end1 = datenow.AddHours(2).ToUniversalTime(); + DateTimeOffset start2 = datenow.AddMinutes(1).ToUniversalTime(); + DateTimeOffset end2 = datenow.AddMinutes(40).ToUniversalTime(); + var updateParameters2 = new FileShareData(); + SignedIdentifier sig1 = new SignedIdentifier("testSig1", + new AccessPolicy(startTime: start1, + expiryTime: end1, + permission: "rw")); + SignedIdentifier sig2 = new SignedIdentifier("testSig2", + new AccessPolicy(startTime: start2, + expiryTime: end2, + permission: "rwdl")); + updateParameters2.SignedIdentifiers.Add(sig1); + updateParameters2.SignedIdentifiers.Add(sig2); + + // Update share + share = await share.UpdateAsync(updateParameters2); + Assert.AreEqual(2, share.Data.SignedIdentifiers.Count); + Assert.AreEqual("testSig1", share.Data.SignedIdentifiers[0].Id); + Assert.AreEqual("rw", share.Data.SignedIdentifiers[0].AccessPolicy.Permission); + } + + [Test] + [RecordedTest] + public async Task FileShareLease() + { + //update storage account to v2 + StorageAccountUpdateParameters updateParameters = new StorageAccountUpdateParameters() + { + Kind = Kind.StorageV2 + }; + await _storageAccount.UpdateAsync(updateParameters); + + //create base share + string fileShareName = Recording.GenerateAssetName("testfileshare"); + FileShare share = (await _fileShareCollection.CreateOrUpdateAsync(fileShareName, new FileShareData())).Value; + + //create share snapshots + FileShare shareSnapshot = (await _fileShareCollection.CreateOrUpdateAsync(fileShareName, new FileShareData(), "snapshots")).Value; + + // Acquire lease share + string proposedLeaseID1 = "ca761232-ed42-11ce-bacd-00aa0057b223"; + string proposedLeaseID2 = "dd761232-ed42-11ce-bacd-00aa0057b444"; + LeaseShareResponse leaseResponse; + leaseResponse = await share.LeaseAsync(parameters: new LeaseShareRequest(LeaseShareAction.Acquire) { LeaseDuration = 60, ProposedLeaseId = proposedLeaseID1 }); + Assert.AreEqual(proposedLeaseID1, leaseResponse.LeaseId); + + share = await share.GetAsync(); + Assert.AreEqual(LeaseDuration.Fixed, share.Data.LeaseDuration); + Assert.AreEqual(LeaseState.Leased, share.Data.LeaseState); + Assert.AreEqual(LeaseStatus.Locked, share.Data.LeaseStatus); + + //renew lease share + leaseResponse = await share.LeaseAsync(parameters: new LeaseShareRequest(LeaseShareAction.Renew) { LeaseId = proposedLeaseID1 }); + Assert.AreEqual(proposedLeaseID1, leaseResponse.LeaseId); + + // change lease share + leaseResponse = await share.LeaseAsync(parameters: new LeaseShareRequest(LeaseShareAction.Change) { LeaseId = proposedLeaseID1, ProposedLeaseId = proposedLeaseID2 }); + Assert.AreEqual(proposedLeaseID2, leaseResponse.LeaseId); + + //break lease share + leaseResponse = await share.LeaseAsync(parameters: new LeaseShareRequest(LeaseShareAction.Break) { BreakPeriod = 20 }); + Assert.AreEqual("20", leaseResponse.LeaseTimeSeconds); + + //release lease share + leaseResponse = await share.LeaseAsync(parameters: new LeaseShareRequest(LeaseShareAction.Release) { LeaseId = proposedLeaseID2 }); + Assert.IsNull(leaseResponse.LeaseId); + + //lease share snapshot + leaseResponse = await share.LeaseAsync(xMsSnapshot: shareSnapshot.Data.SnapshotTime.Value.UtcDateTime.ToString("o"), + parameters: new LeaseShareRequest(LeaseShareAction.Acquire) { LeaseDuration = 60, ProposedLeaseId = proposedLeaseID1 }); + Assert.AreEqual(proposedLeaseID1, leaseResponse.LeaseId); + + shareSnapshot = await shareSnapshot.GetAsync(xMsSnapshot: shareSnapshot.Data.SnapshotTime.Value.UtcDateTime.ToString("o")); + Assert.AreEqual(LeaseDuration.Fixed, share.Data.LeaseDuration); + Assert.AreEqual(LeaseState.Leased, share.Data.LeaseState); + Assert.AreEqual(LeaseStatus.Locked, share.Data.LeaseStatus); + + bool DeleteFail = false; + // try delete with include = none + try + { + await share.DeleteAsync(include: "none"); + } + catch (RequestFailedException e) when (e.Status == 409) + { + DeleteFail = true; + } + Assert.IsTrue(DeleteFail, "Delete should fail with include = none"); + + DeleteFail = false; + // try delete with include = snapshots + try + { + await share.DeleteAsync(include: "snapshots"); + } + catch (RequestFailedException e) when (e.Status == 409) + { + DeleteFail = true; + } + Assert.IsTrue(DeleteFail, "Delete should fail with include = snapshots"); + + //delete with include = leased-snapshots + await share.DeleteAsync(include: "leased-snapshots"); + } + + [Test] + [RecordedTest] + public async Task FileServiceCors() + { + FileServiceData properties1 = _fileService.Data; + FileServiceData properties2 = new FileServiceData(); + properties2.Cors = new CorsRules(); + properties2.Cors.CorsRulesValue.Add(new CorsRule(new string[] { "http://www.contoso.com", "http://www.fabrikam.com" }, + new CorsRuleAllowedMethodsItem[] { CorsRuleAllowedMethodsItem.GET, CorsRuleAllowedMethodsItem.PUT }, + 100, new string[] { "x-ms-meta-*" }, + new string[] { "x-ms-meta-abc", "x-ms-meta-data*", "x-ms-meta-target*" } + )); + properties2.Cors.CorsRulesValue.Add(new CorsRule(new string[] { "*" }, + new CorsRuleAllowedMethodsItem[] { CorsRuleAllowedMethodsItem.GET }, + 2, new string[] { "*" }, + new string[] { "*" } + )); + properties2.Cors.CorsRulesValue.Add(new CorsRule(new string[] { "http://www.abc23.com", "https://www.fabrikam.com/*" }, + new CorsRuleAllowedMethodsItem[] { CorsRuleAllowedMethodsItem.GET, CorsRuleAllowedMethodsItem.PUT, CorsRuleAllowedMethodsItem.Post }, + 2000, new string[] { "x-ms-meta-12345675754564*" }, + new string[] { "x-ms-meta-abc", "x-ms-meta-data*", "x-ms-meta-target*" } + )); + + _fileService = await _fileService.SetServicePropertiesAsync(properties2); + FileServiceData properties3 = _fileService.Data; + + //validate CORS rules + Assert.AreEqual(properties2.Cors.CorsRulesValue.Count, properties3.Cors.CorsRulesValue.Count); + for (int i = 0; i < properties2.Cors.CorsRulesValue.Count; i++) + { + CorsRule putRule = properties2.Cors.CorsRulesValue[i]; + CorsRule getRule = properties3.Cors.CorsRulesValue[i]; + + Assert.AreEqual(putRule.AllowedHeaders, getRule.AllowedHeaders); + Assert.AreEqual(putRule.AllowedMethods, getRule.AllowedMethods); + Assert.AreEqual(putRule.AllowedOrigins, getRule.AllowedOrigins); + Assert.AreEqual(putRule.ExposedHeaders, getRule.ExposedHeaders); + Assert.AreEqual(putRule.MaxAgeInSeconds, getRule.MaxAgeInSeconds); + } + + _fileService = await _fileService.GetAsync(); + + FileServiceData properties4 = _fileService.Data; + + //validate CORS rules + Assert.AreEqual(properties2.Cors.CorsRulesValue.Count, properties4.Cors.CorsRulesValue.Count); + for (int i = 0; i < properties2.Cors.CorsRulesValue.Count; i++) + { + CorsRule putRule = properties2.Cors.CorsRulesValue[i]; + CorsRule getRule = properties4.Cors.CorsRulesValue[i]; + + Assert.AreEqual(putRule.AllowedHeaders, getRule.AllowedHeaders); + Assert.AreEqual(putRule.AllowedMethods, getRule.AllowedMethods); + Assert.AreEqual(putRule.AllowedOrigins, getRule.AllowedOrigins); + Assert.AreEqual(putRule.ExposedHeaders, getRule.ExposedHeaders); + Assert.AreEqual(putRule.MaxAgeInSeconds, getRule.MaxAgeInSeconds); + } + } } } diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/Tests/PrivateEndpointConnectionTests.cs b/sdk/storage/Azure.ResourceManager.Storage/tests/Tests/PrivateEndpointConnectionTests.cs new file mode 100644 index 0000000000000..b7051255ef700 --- /dev/null +++ b/sdk/storage/Azure.ResourceManager.Storage/tests/Tests/PrivateEndpointConnectionTests.cs @@ -0,0 +1,149 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. +using System.Threading.Tasks; +using NUnit.Framework; +using System.Collections.Generic; +using Azure.ResourceManager.Resources; +using Azure.Core.TestFramework; +using Azure.ResourceManager.Storage.Models; +using Azure.ResourceManager.Network; +using Azure.ResourceManager.Network.Models; +using Azure.ResourceManager.Storage.Tests.Helpers; + +namespace Azure.ResourceManager.Storage.Tests +{ + public class PrivateEndpointConnectionTests : StorageTestBase + { + private ResourceGroup _resourceGroup; + private StorageAccount _storageAccount; + private PrivateEndpointConnectionCollection _privateEndpointConnectionCollection { get => _storageAccount.GetPrivateEndpointConnections(); } + public PrivateEndpointConnectionTests(bool isAsync) : base(isAsync) + { + } + + [SetUp] + public async Task SetUp() + { + _resourceGroup = await CreateResourceGroupAsync(); + string accountName = await CreateValidAccountNameAsync("teststoragemgmt"); + _storageAccount = (await _resourceGroup.GetStorageAccounts().CreateOrUpdateAsync(accountName, GetDefaultStorageAccountParameters(kind: Kind.StorageV2))).Value; + } + + [TearDown] + public async Task TearDown() + { + List privateEndpointConnections = await _privateEndpointConnectionCollection.GetAllAsync().ToEnumerableAsync(); + foreach (PrivateEndpointConnection connection in privateEndpointConnections) + { + await connection.DeleteAsync(); + } + await _storageAccount.DeleteAsync(); + } + [Test] + [RecordedTest] + [Ignore("can pass locally, cost too much time on pipeline")] + public async Task CreatePrivateEndpointConnection() + { + PrivateEndpoint privateEndpoint = await CreatePrivateEndpoint(); + List privateEndpointConnections = await _privateEndpointConnectionCollection.GetAllAsync().ToEnumerableAsync(); + PrivateEndpointConnection privateEndpointConnection = privateEndpointConnections[0]; + VerifyPrivateEndpointConnections(privateEndpoint.Data.ManualPrivateLinkServiceConnections[0], privateEndpointConnection); + Assert.AreEqual(PrivateEndpointServiceConnectionStatus.Pending, privateEndpointConnection.Data.PrivateLinkServiceConnectionState.Status); + + _ = await _privateEndpointConnectionCollection.CreateOrUpdateAsync(privateEndpointConnection.Data.Name, new PrivateEndpointConnectionData() + { + PrivateLinkServiceConnectionState = new Models.PrivateLinkServiceConnectionState() + { + Status = "Approved", + Description = "Approved by test", + } + }); + privateEndpoint = await privateEndpoint.GetAsync(); + privateEndpointConnection = await _privateEndpointConnectionCollection.GetAsync(privateEndpointConnection.Data.Name); + VerifyPrivateEndpointConnections(privateEndpoint.Data.ManualPrivateLinkServiceConnections[0], privateEndpointConnection); + Assert.AreEqual(PrivateEndpointServiceConnectionStatus.Approved, privateEndpointConnection.Data.PrivateLinkServiceConnectionState.Status); + } + + [Test] + [RecordedTest] + [Ignore("can pass locally, cost too much time on pipeline")] + public async Task GetAllPrivateEndpointConnection() + { + PrivateEndpoint privateEndpoint = await CreatePrivateEndpoint(); + Assert.AreEqual(privateEndpoint.Data.ManualPrivateLinkServiceConnections.Count, 1); + + List privateEndpointConnections = await _privateEndpointConnectionCollection.GetAllAsync().ToEnumerableAsync(); + Assert.AreEqual(1, privateEndpointConnections.Count); + VerifyPrivateEndpointConnections(privateEndpoint.Data.ManualPrivateLinkServiceConnections[0], privateEndpointConnections[0]); + } + [Test] + [RecordedTest] + [Ignore("can pass locally, cost too much time on pipeline")] + public async Task PrivateEndpointConnectionDelete() + { + await CreatePrivateEndpoint(); + + List privateEndpointConnections = await _privateEndpointConnectionCollection.GetAllAsync().ToEnumerableAsync(); + PrivateEndpointConnection privateEndpointConnection = await _privateEndpointConnectionCollection.GetIfExistsAsync(privateEndpointConnections[0].Data.Name); + Assert.IsNotNull(privateEndpointConnection); + + await privateEndpointConnection.DeleteAsync(); + //should return 404 rather than 400 + //privateEndpointConnection = await _privateEndpointConnectionCollection.GetIfExistsAsync(privateEndpointConnection.Data.Name); + //Assert.Null(privateEndpointConnection); + privateEndpointConnections = await _privateEndpointConnectionCollection.GetAllAsync().ToEnumerableAsync(); + Assert.AreEqual(0, privateEndpointConnections.Count); + } + protected async Task CreatePrivateEndpoint() + { + var vnetName = Recording.GenerateAssetName("vnet-"); + var vnet = new VirtualNetworkData() + { + Location = Resources.Models.Location.WestUS2, + AddressSpace = new AddressSpace() + { + AddressPrefixes = { "10.0.0.0/16", } + }, + DhcpOptions = new DhcpOptions() + { + DnsServers = { "10.1.1.1", "10.1.2.4" } + }, + Subnets = { new SubnetData() { + Name = "default", + AddressPrefix = "10.0.1.0/24", + PrivateEndpointNetworkPolicies = VirtualNetworkPrivateEndpointNetworkPolicies.Disabled + }} + }; + VirtualNetwork virtualNetwork = await _resourceGroup.GetVirtualNetworks().CreateOrUpdate(vnetName, vnet).WaitForCompletionAsync(); + + var name = Recording.GenerateAssetName("pe-"); + var privateEndpointData = new PrivateEndpointData + { + Location = Resources.Models.Location.WestUS2, + Subnet = virtualNetwork.Data.Subnets[0], + ManualPrivateLinkServiceConnections = { + new PrivateLinkServiceConnection + { + Name = Recording.GenerateAssetName("pec"), + // TODO: externalize or create the service on-demand, like virtual network + //PrivateLinkServiceId = $"/subscriptions/{TestEnvironment.SubscriptionId}/resourceGroups/{resourceGroup.Data.Name}/providers/Microsoft.Storage/storageAccounts/{storageAccount.Name}", + PrivateLinkServiceId = _storageAccount.Id, + + RequestMessage = "SDK test", + GroupIds = { "Blob" } + } + }, + }; + + return await _resourceGroup.GetPrivateEndpoints().CreateOrUpdate(name, privateEndpointData).WaitForCompletionAsync(); + } + private void VerifyPrivateEndpointConnections(PrivateLinkServiceConnection expectedValue, PrivateEndpointConnection actualValue) + { + // Services will give diffferent ids and names for the incoming private endpoint connections, so comparing them is meaningless + //Assert.AreEqual(expectedValue.Id, actualValue.Id); + //Assert.AreEqual(expectedValue.Name, actualValue.Data.Name); + Assert.AreEqual(expectedValue.PrivateLinkServiceConnectionState.Status, actualValue.Data.PrivateLinkServiceConnectionState.Status.ToString()); + Assert.AreEqual(expectedValue.PrivateLinkServiceConnectionState.Description, actualValue.Data.PrivateLinkServiceConnectionState.Description); + } + } +} diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/Tests/QueueTests.cs b/sdk/storage/Azure.ResourceManager.Storage/tests/Tests/QueueTests.cs index 50adb9f43122b..6972bd8e9d7bf 100644 --- a/sdk/storage/Azure.ResourceManager.Storage/tests/Tests/QueueTests.cs +++ b/sdk/storage/Azure.ResourceManager.Storage/tests/Tests/QueueTests.cs @@ -7,7 +7,7 @@ using Azure.ResourceManager.Storage.Models; using Azure.ResourceManager.Storage.Tests.Helpers; -namespace Azure.ResourceManager.Storage.Tests.Tests +namespace Azure.ResourceManager.Storage.Tests { public class QueueTests : StorageTestBase { diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/Tests/StorageAccountTests.cs b/sdk/storage/Azure.ResourceManager.Storage/tests/Tests/StorageAccountTests.cs index 6681b3c16f3a5..592b774d3d809 100644 --- a/sdk/storage/Azure.ResourceManager.Storage/tests/Tests/StorageAccountTests.cs +++ b/sdk/storage/Azure.ResourceManager.Storage/tests/Tests/StorageAccountTests.cs @@ -11,7 +11,8 @@ using Azure.ResourceManager.Storage.Tests.Helpers; using Azure.ResourceManager.Resources.Models; using Sku = Azure.ResourceManager.Storage.Models.Sku; -namespace Azure.ResourceManager.Storage.Tests.Tests +using Azure.ResourceManager.Network.Models; +namespace Azure.ResourceManager.Storage.Tests { public class StorageAccountTests : StorageTestBase { @@ -36,6 +37,23 @@ public async Task ClearStorageAccounts() } } + [Test] + [RecordedTest] + public async Task ListSku() + { + List skulist = await DefaultSubscription.GetSkusAsync().ToEnumerableAsync(); + Assert.NotNull(skulist); + Assert.AreEqual(@"storageAccounts", skulist.ElementAt(0).ResourceType); + Assert.NotNull(skulist.ElementAt(0).Name); + Assert.True(skulist.ElementAt(0).Name.Equals(SkuName.PremiumLRS) + || skulist.ElementAt(0).Name.Equals(SkuName.StandardGRS) + || skulist.ElementAt(0).Name.Equals(SkuName.StandardLRS) + || skulist.ElementAt(0).Name.Equals(SkuName.StandardRagrs) + || skulist.ElementAt(0).Name.Equals(SkuName.StandardZRS)); + Assert.NotNull(skulist.ElementAt(0).Kind); + Assert.True(skulist.ElementAt(0).Kind.Equals(Kind.BlobStorage) || skulist.ElementAt(0).Kind.Equals(Kind.Storage) || skulist.ElementAt(0).Kind.Equals(Kind.StorageV2) || skulist.ElementAt(0).Kind.Equals(Kind.BlockBlobStorage)); + } + [Test] [RecordedTest] public async Task CreateDeleteStorageAccount() @@ -66,6 +84,84 @@ public async Task CreateDeleteStorageAccount() StorageAccount account4 = await storageAccountCollection.GetIfExistsAsync(accountName); Assert.IsNull(account4); } + [Test] + [RecordedTest] + public async Task CreateStandardAccount() + { + _resourceGroup = await CreateResourceGroupAsync(); + StorageAccountCollection storageAccountCollection = _resourceGroup.GetStorageAccounts(); + + //create a LRS storage account + string accountName = await CreateValidAccountNameAsync(namePrefix); + StorageAccount account1 = (await storageAccountCollection.CreateOrUpdateAsync(accountName, GetDefaultStorageAccountParameters(sku: new Sku(SkuName.StandardLRS)))).Value; + Assert.AreEqual(accountName, account1.Id.Name); + VerifyAccountProperties(account1, false); + + //create a GRS storage account + accountName = await CreateValidAccountNameAsync(namePrefix); + account1 = (await storageAccountCollection.CreateOrUpdateAsync(accountName, GetDefaultStorageAccountParameters(sku: new Sku(SkuName.StandardGRS)))).Value; + Assert.AreEqual(accountName, account1.Id.Name); + VerifyAccountProperties(account1, true); + + //create a RAGRS storage account + accountName = await CreateValidAccountNameAsync(namePrefix); + account1 = (await storageAccountCollection.CreateOrUpdateAsync(accountName, GetDefaultStorageAccountParameters(sku: new Sku(SkuName.StandardRagrs)))).Value; + Assert.AreEqual(accountName, account1.Id.Name); + VerifyAccountProperties(account1, false); + + //create a ZRS storage account + accountName = await CreateValidAccountNameAsync(namePrefix); + account1 = (await storageAccountCollection.CreateOrUpdateAsync(accountName, GetDefaultStorageAccountParameters(sku: new Sku(SkuName.StandardZRS)))).Value; + Assert.AreEqual(accountName, account1.Id.Name); + VerifyAccountProperties(account1, false); + } + + [Test] + [RecordedTest] + public async Task CreateBlobAccount() + { + _resourceGroup = await CreateResourceGroupAsync(); + StorageAccountCollection storageAccountCollection = _resourceGroup.GetStorageAccounts(); + + //create a blob LRS storage account + string accountName = await CreateValidAccountNameAsync(namePrefix); + StorageAccountCreateParameters parameters = GetDefaultStorageAccountParameters(kind: Kind.BlobStorage, sku: new Sku(SkuName.StandardLRS)); + parameters.AccessTier = AccessTier.Hot; + StorageAccount account1 = (await storageAccountCollection.CreateOrUpdateAsync(accountName, parameters)).Value; + Assert.AreEqual(accountName, account1.Id.Name); + VerifyAccountProperties(account1, false); + + //create a blob GRS storage account + accountName = await CreateValidAccountNameAsync(namePrefix); + parameters = GetDefaultStorageAccountParameters(kind: Kind.BlobStorage, sku: new Sku(SkuName.StandardGRS)); + parameters.AccessTier = AccessTier.Hot; + account1 = (await storageAccountCollection.CreateOrUpdateAsync(accountName, parameters)).Value; + Assert.AreEqual(accountName, account1.Id.Name); + VerifyAccountProperties(account1, false); + + //create a blob RAGRS storage account + accountName = await CreateValidAccountNameAsync(namePrefix); + parameters = GetDefaultStorageAccountParameters(kind: Kind.BlobStorage, sku: new Sku(SkuName.StandardRagrs)); + parameters.AccessTier = AccessTier.Hot; + account1 = (await storageAccountCollection.CreateOrUpdateAsync(accountName, parameters)).Value; + Assert.AreEqual(accountName, account1.Id.Name); + VerifyAccountProperties(account1, false); + } + + [Test] + [RecordedTest] + public async Task CreatePremiumAccount() + { + _resourceGroup = await CreateResourceGroupAsync(); + StorageAccountCollection storageAccountCollection = _resourceGroup.GetStorageAccounts(); + + //create a premium LRS storage account + string accountName = await CreateValidAccountNameAsync(namePrefix); + StorageAccountCreateParameters parameters = GetDefaultStorageAccountParameters(sku: new Sku(SkuName.PremiumLRS)); + StorageAccount account1 = (await storageAccountCollection.CreateOrUpdateAsync(accountName, parameters)).Value; + Assert.AreEqual(accountName, account1.Id.Name); + VerifyAccountProperties(account1, false); + } [Test] [RecordedTest] @@ -168,6 +264,251 @@ public async Task UpdateStorageAccount() Assert.AreEqual(account2.Data.EnableHttpsTrafficOnly, true); } + [Test] + [RecordedTest] + public async Task UpdateStorageAccountWithInvalidCustomDomin() + { + //create storage account + string accountName = await CreateValidAccountNameAsync(namePrefix); + _resourceGroup = await CreateResourceGroupAsync(); + StorageAccountCollection storageAccountCollection = _resourceGroup.GetStorageAccounts(); + StorageAccount account1 = (await storageAccountCollection.CreateOrUpdateAsync(accountName, GetDefaultStorageAccountParameters())).Value; + VerifyAccountProperties(account1, true); + + var parameters = new StorageAccountUpdateParameters() + { + CustomDomain = new CustomDomain("foo.example.com") + { + UseSubDomainName = true + } + }; + try + { + //should fail + account1 = await account1.UpdateAsync(parameters); + } + catch (RequestFailedException ex) + { + Assert.AreEqual(409, ex.Status); + Assert.AreEqual("StorageDomainNameCouldNotVerify", ex.ErrorCode); + Assert.True(ex.Message != null && ex.Message.StartsWith("The custom domain " + + "name could not be verified. CNAME mapping from foo.example.com to ")); + } + } + + [Test] + [RecordedTest] + public async Task UpdateStorageAccountWithStorageV2() + { + //create storage account + string accountName = await CreateValidAccountNameAsync(namePrefix); + _resourceGroup = await CreateResourceGroupAsync(); + StorageAccountCollection storageAccountCollection = _resourceGroup.GetStorageAccounts(); + StorageAccount account1 = (await storageAccountCollection.CreateOrUpdateAsync(accountName, GetDefaultStorageAccountParameters())).Value; + VerifyAccountProperties(account1, true); + + var parameters = new StorageAccountUpdateParameters() + { + Kind = Kind.StorageV2, + EnableHttpsTrafficOnly = true + }; + account1 = await account1.UpdateAsync(parameters); + + //validate + account1 = await account1.GetAsync(); + Assert.AreEqual(Kind.StorageV2, account1.Data.Kind); + Assert.IsTrue(account1.Data.EnableHttpsTrafficOnly); + Assert.NotNull(account1.Data.PrimaryEndpoints.Web); + } + + [Test] + [RecordedTest] + public async Task UpdateStorageAccountWithAllowSharedKeyAccess() + { + //create storage account + string accountName = await CreateValidAccountNameAsync(namePrefix); + _resourceGroup = await CreateResourceGroupAsync(); + StorageAccountCollection storageAccountCollection = _resourceGroup.GetStorageAccounts(); + StorageAccountCreateParameters parameters = GetDefaultStorageAccountParameters(); + parameters.AllowSharedKeyAccess = false; + StorageAccount account1 = (await storageAccountCollection.CreateOrUpdateAsync(accountName, parameters)).Value; + VerifyAccountProperties(account1, false); + Assert.IsFalse(account1.Data.AllowSharedKeyAccess); + + //update + var parameter = new StorageAccountUpdateParameters() + { + AllowSharedKeyAccess = true, + EnableHttpsTrafficOnly = false + }; + account1 = await account1.UpdateAsync(parameter); + + //validate + account1 = await account1.GetAsync(); + Assert.IsTrue(account1.Data.AllowSharedKeyAccess); + + //update + parameter = new StorageAccountUpdateParameters() + { + AllowSharedKeyAccess = false, + EnableHttpsTrafficOnly = false + }; + account1 = await account1.UpdateAsync(parameter); + + //validate + account1 = await account1.GetAsync(); + Assert.IsFalse(account1.Data.AllowSharedKeyAccess); + } + + [Test] + [RecordedTest] + public async Task UpdateStorageAccountMultipleProperties() + { + //create storage account + string accountName = await CreateValidAccountNameAsync(namePrefix); + _resourceGroup = await CreateResourceGroupAsync(); + StorageAccountCollection storageAccountCollection = _resourceGroup.GetStorageAccounts(); + StorageAccount account1 = (await storageAccountCollection.CreateOrUpdateAsync(accountName, GetDefaultStorageAccountParameters())).Value; + VerifyAccountProperties(account1, true); + + //update account type and tags + var parameters = new StorageAccountUpdateParameters() + { + Sku = new Sku(SkuName.StandardLRS) + }; + parameters.Tags.Add("key3", "value3"); + parameters.Tags.Add("key4", "value4"); + parameters.Tags.Add("key5", "value5"); + + account1 = await account1.UpdateAsync(parameters); + Assert.AreEqual(SkuName.StandardLRS, account1.Data.Sku.Name); + Assert.AreEqual(parameters.Tags.Count, account1.Data.Tags.Count); + + account1 = await account1.GetAsync(); + Assert.AreEqual(SkuName.StandardLRS, account1.Data.Sku.Name); + Assert.AreEqual(parameters.Tags.Count, account1.Data.Tags.Count); + } + + [Test] + [RecordedTest] + public async Task UpdateStorageAccountEncryption() + { + //create storage account + string accountName = await CreateValidAccountNameAsync(namePrefix); + _resourceGroup = await CreateResourceGroupAsync(); + StorageAccountCollection storageAccountCollection = _resourceGroup.GetStorageAccounts(); + StorageAccount account1 = (await storageAccountCollection.CreateOrUpdateAsync(accountName, GetDefaultStorageAccountParameters())).Value; + VerifyAccountProperties(account1, true); + + //update encryption + var parameters = new StorageAccountUpdateParameters + { + Encryption = new Encryption(KeySource.MicrosoftStorage) + { + Services = new EncryptionServices { Blob = new EncryptionService { Enabled = true }, File = new EncryptionService { Enabled = true } } + } + }; + account1 = await account1.UpdateAsync(parameters); + Assert.NotNull(account1.Data.Encryption); + + // Validate + account1 = await account1.GetAsync(); + Assert.NotNull(account1.Data.Encryption); + Assert.NotNull(account1.Data.Encryption.Services.Blob); + Assert.True(account1.Data.Encryption.Services.Blob.Enabled); + Assert.NotNull(account1.Data.Encryption.Services.Blob.LastEnabledTime); + Assert.NotNull(account1.Data.Encryption.Services.File); + Assert.True(account1.Data.Encryption.Services.File.Enabled); + Assert.NotNull(account1.Data.Encryption.Services.File.LastEnabledTime); + + // 2. Restore storage encryption + parameters = new StorageAccountUpdateParameters + { + Encryption = new Encryption(KeySource.MicrosoftStorage) + { + Services = new EncryptionServices { Blob = new EncryptionService { Enabled = true }, File = new EncryptionService { Enabled = true } } + } + }; + account1 = await account1.UpdateAsync(parameters); + Assert.NotNull(account1.Data.Encryption); + + // Validate + account1 = await account1.GetAsync(); + Assert.NotNull(account1.Data.Encryption); + Assert.NotNull(account1.Data.Encryption.Services.Blob); + Assert.True(account1.Data.Encryption.Services.Blob.Enabled); + Assert.NotNull(account1.Data.Encryption.Services.Blob.LastEnabledTime); + Assert.NotNull(account1.Data.Encryption.Services.File); + Assert.True(account1.Data.Encryption.Services.File.Enabled); + Assert.NotNull(account1.Data.Encryption.Services.File.LastEnabledTime); + + // 3. Remove file encryption service field. + parameters = new StorageAccountUpdateParameters + { + Encryption = new Encryption(KeySource.MicrosoftStorage) + { + Services = new EncryptionServices { Blob = new EncryptionService { Enabled = true } } + } + }; + account1 = await account1.UpdateAsync(parameters); + Assert.NotNull(account1.Data.Encryption); + + // Validate + account1 = await account1.GetAsync(); + Assert.NotNull(account1.Data.Encryption); + Assert.NotNull(account1.Data.Encryption.Services.Blob); + Assert.True(account1.Data.Encryption.Services.Blob.Enabled); + Assert.NotNull(account1.Data.Encryption.Services.Blob.LastEnabledTime); + Assert.NotNull(account1.Data.Encryption.Services.File); + Assert.True(account1.Data.Encryption.Services.File.Enabled); + Assert.NotNull(account1.Data.Encryption.Services.File.LastEnabledTime); + } + + [Test] + [RecordedTest] + public async Task ListWithEncryption() + { + //create storage account with encryption + string accountName = await CreateValidAccountNameAsync(namePrefix); + _resourceGroup = await CreateResourceGroupAsync(); + StorageAccountCollection storageAccountCollection = _resourceGroup.GetStorageAccounts(); + StorageAccountCreateParameters parameters = GetDefaultStorageAccountParameters(); + parameters.Encryption = new Encryption(KeySource.MicrosoftStorage) + { + Services = new EncryptionServices { Blob = new EncryptionService { Enabled = true }, File = new EncryptionService { Enabled = true } }, + }; + StorageAccount account1 = (await storageAccountCollection.CreateOrUpdateAsync(accountName, parameters)).Value; + VerifyAccountProperties(account1, true); + + List accounts = await storageAccountCollection.GetAllAsync().ToEnumerableAsync(); + Assert.AreEqual(1, accounts.Count); + StorageAccount account = accounts[0]; + Assert.NotNull(account.Data.Encryption); + Assert.NotNull(account.Data.Encryption.Services.Blob); + Assert.IsTrue(account.Data.Encryption.Services.Blob.Enabled); + Assert.NotNull(account.Data.Encryption.Services.Blob.LastEnabledTime); + + Assert.NotNull(account.Data.Encryption.Services.File); + Assert.IsTrue(account.Data.Encryption.Services.File.Enabled); + Assert.NotNull(account.Data.Encryption.Services.File.LastEnabledTime); + + if (null != account.Data.Encryption.Services.Table) + { + if (account.Data.Encryption.Services.Table.Enabled.HasValue) + { + Assert.IsFalse(account.Data.Encryption.Services.Table.LastEnabledTime.HasValue); + } + } + + if (null != account.Data.Encryption.Services.Queue) + { + if (account.Data.Encryption.Services.Queue.Enabled.HasValue) + { + Assert.IsFalse(account.Data.Encryption.Services.Queue.LastEnabledTime.HasValue); + } + } + } + [Test] [RecordedTest] public async Task CreateLargeFileShareOnStorageAccount() @@ -316,6 +657,43 @@ public async Task CreateStorageAccountWithBlockBlobStorage() Assert.IsNull(account1.Data.PrimaryEndpoints.Queue); } + [Test] + [RecordedTest] + public async Task CreateStorageAccountWithLargeFileSharesState() + { + //create storage account with storage v2 + string accountName = await CreateValidAccountNameAsync(namePrefix); + _resourceGroup = await CreateResourceGroupAsync(); + StorageAccountCollection storageAccountCollection = _resourceGroup.GetStorageAccounts(); + StorageAccountCreateParameters parameters = GetDefaultStorageAccountParameters(sku: new Sku(SkuName.StandardLRS), kind: Kind.StorageV2); + parameters.LargeFileSharesState = LargeFileSharesState.Enabled; + StorageAccount account1 = (await storageAccountCollection.CreateOrUpdateAsync(accountName, parameters)).Value; + + //validate + account1 = await account1.GetAsync(); + VerifyAccountProperties(account1, false); + Assert.AreEqual(LargeFileSharesState.Enabled, account1.Data.LargeFileSharesState); + Assert.AreEqual(SkuName.StandardLRS, account1.Data.Sku.Name); + } + + [Test] + [RecordedTest] + public async Task CreateGetStorageAccountDfs() + { + //create storage account with storage v2 + string accountName = await CreateValidAccountNameAsync(namePrefix); + _resourceGroup = await CreateResourceGroupAsync(); + StorageAccountCollection storageAccountCollection = _resourceGroup.GetStorageAccounts(); + StorageAccountCreateParameters parameters = GetDefaultStorageAccountParameters(kind: Kind.StorageV2); + parameters.IsHnsEnabled = true; + StorageAccount account1 = (await storageAccountCollection.CreateOrUpdateAsync(accountName, parameters)).Value; + + //validate + VerifyAccountProperties(account1, false); + Assert.NotNull(account1.Data.PrimaryEndpoints.Dfs); + Assert.IsTrue(account1.Data.IsHnsEnabled); + } + [Test] [RecordedTest] public async Task CreateStorageAccountWithFileStorage() @@ -381,6 +759,63 @@ public async Task CreateStorageAccountWithEncrpytion() } } + [Test] + [RecordedTest] + public async Task CreateStorageAccountWithTableQueueEncrpytion() + { + //create storage account with encryption settings + string accountName = await CreateValidAccountNameAsync(namePrefix); + _resourceGroup = await CreateResourceGroupAsync(); + StorageAccountCollection storageAccountCollection = _resourceGroup.GetStorageAccounts(); + StorageAccountCreateParameters parameters = GetDefaultStorageAccountParameters(kind: Kind.StorageV2); + parameters.Encryption = new Encryption(KeySource.MicrosoftStorage) + { + Services = new EncryptionServices() + { + Queue = new EncryptionService { KeyType = KeyType.Account }, + Table = new EncryptionService { KeyType = KeyType.Account }, + } + }; + StorageAccount account = (await storageAccountCollection.CreateOrUpdateAsync(accountName, parameters)).Value; + VerifyAccountProperties(account, false); + + //verify encryption settings + Assert.NotNull(account.Data.Encryption); + Assert.NotNull(account.Data.Encryption.Services.Blob); + Assert.IsTrue(account.Data.Encryption.Services.Blob.Enabled); + Assert.AreEqual(KeyType.Account, account.Data.Encryption.Services.Blob.KeyType); + Assert.NotNull(account.Data.Encryption.Services.Blob.LastEnabledTime); + + Assert.NotNull(account.Data.Encryption.Services.File); + Assert.IsTrue(account.Data.Encryption.Services.File.Enabled); + Assert.AreEqual(KeyType.Account, account.Data.Encryption.Services.Blob.KeyType); + Assert.NotNull(account.Data.Encryption.Services.File.LastEnabledTime); + + Assert.NotNull(account.Data.Encryption.Services.Queue); + Assert.AreEqual(KeyType.Account, account.Data.Encryption.Services.Queue.KeyType); + Assert.IsTrue(account.Data.Encryption.Services.Queue.Enabled); + Assert.NotNull(account.Data.Encryption.Services.Queue.LastEnabledTime); + + Assert.NotNull(account.Data.Encryption.Services.Table); + Assert.AreEqual(KeyType.Account, account.Data.Encryption.Services.Table.KeyType); + Assert.IsTrue(account.Data.Encryption.Services.Table.Enabled); + Assert.NotNull(account.Data.Encryption.Services.Table.LastEnabledTime); + } + + [Test] + [RecordedTest] + public async Task CreateStorageAccountWithStorageV2() + { + //create storage account with storage v2 + string accountName = await CreateValidAccountNameAsync(namePrefix); + _resourceGroup = await CreateResourceGroupAsync(); + StorageAccountCollection storageAccountCollection = _resourceGroup.GetStorageAccounts(); + StorageAccountCreateParameters parameters = GetDefaultStorageAccountParameters(kind: Kind.StorageV2); + StorageAccount account = (await storageAccountCollection.CreateOrUpdateAsync(accountName, parameters)).Value; + VerifyAccountProperties(account, false); + Assert.AreEqual(Kind.StorageV2, account.Data.Kind); + } + [Test] [RecordedTest] public async Task CreateStorageAccountWithAccessTier() @@ -410,6 +845,92 @@ public async Task CreateStorageAccountWithAccessTier() Assert.AreEqual(Kind.BlobStorage, account.Data.Kind); } + [Test] + [RecordedTest] + public async Task CreateStorageAccountWithHttpsOnly() + { + //create storage account with enable https only true + string accountName = await CreateValidAccountNameAsync(namePrefix); + _resourceGroup = await CreateResourceGroupAsync(); + StorageAccountCollection storageAccountCollection = _resourceGroup.GetStorageAccounts(); + StorageAccountCreateParameters parameters = GetDefaultStorageAccountParameters(); + parameters.EnableHttpsTrafficOnly = true; + StorageAccount account = (await storageAccountCollection.CreateOrUpdateAsync(accountName, parameters)).Value; + + //validate + account = await account.GetAsync(); + VerifyAccountProperties(account, false); + Assert.IsTrue(account.Data.EnableHttpsTrafficOnly); + + //create storage account with enable https only false + accountName = await CreateValidAccountNameAsync(namePrefix); + _resourceGroup = await CreateResourceGroupAsync(); + storageAccountCollection = _resourceGroup.GetStorageAccounts(); + parameters.EnableHttpsTrafficOnly = false; + account = (await storageAccountCollection.CreateOrUpdateAsync(accountName, parameters)).Value; + + //validate + account = await account.GetAsync(); + VerifyAccountProperties(account, false); + Assert.IsFalse(account.Data.EnableHttpsTrafficOnly); + } + + [Test] + [RecordedTest] + [Ignore("Edge zone 'microsoftrrdclab1' not found")] + public async Task CreateStorageAccountWithExtendedLocation() + { + //create storage account with enable https only true + string accountName = await CreateValidAccountNameAsync(namePrefix); + _resourceGroup = await CreateResourceGroupAsync(); + StorageAccountCollection storageAccountCollection = _resourceGroup.GetStorageAccounts(); + StorageAccountCreateParameters parameters = GetDefaultStorageAccountParameters(sku: new Sku(SkuName.PremiumLRS), kind: Kind.StorageV2, location: Location.EastUS2); + parameters.ExtendedLocation = new Models.ExtendedLocation + { + Type = Storage.Models.ExtendedLocationTypes.EdgeZone, + Name = "microsoftrrdclab1" + }; + StorageAccount account = (await storageAccountCollection.CreateOrUpdateAsync(accountName, parameters)).Value; + + //validate + account = await account.GetAsync(); + VerifyAccountProperties(account, false); + Assert.NotNull(account.Data.PrimaryEndpoints.Web); + Assert.AreEqual(Kind.StorageV2, account.Data.Kind); + Assert.AreEqual(Storage.Models.ExtendedLocationTypes.EdgeZone, account.Data.ExtendedLocation.Type); + Assert.AreEqual("microsoftrrdclab1", account.Data.ExtendedLocation.Name); + } + + [Test] + [RecordedTest] + public async Task CreateUpdateStorageAccountWithMinTlsVersionBlobPublicAccess() + { + //create storage account with enable https only true + string accountName = await CreateValidAccountNameAsync(namePrefix); + _resourceGroup = await CreateResourceGroupAsync(); + StorageAccountCollection storageAccountCollection = _resourceGroup.GetStorageAccounts(); + StorageAccountCreateParameters parameters = GetDefaultStorageAccountParameters(kind: Kind.StorageV2); + parameters.AllowBlobPublicAccess = false; + parameters.MinimumTlsVersion = MinimumTlsVersion.TLS11; + StorageAccount account = (await storageAccountCollection.CreateOrUpdateAsync(accountName, parameters)).Value; + + //validate + account = await account.GetAsync(); + VerifyAccountProperties(account, false); + Assert.AreEqual(MinimumTlsVersion.TLS11, account.Data.MinimumTlsVersion); + + //update account + StorageAccountUpdateParameters udpateParameters = new StorageAccountUpdateParameters(); + udpateParameters.MinimumTlsVersion = MinimumTlsVersion.TLS12; + udpateParameters.AllowBlobPublicAccess = true; + udpateParameters.EnableHttpsTrafficOnly = true; + account = await account.UpdateAsync(udpateParameters); + + //validate + account = await account.GetAsync(); + Assert.AreEqual(MinimumTlsVersion.TLS12, account.Data.MinimumTlsVersion); + } + [Test] [RecordedTest] public async Task GetStorageAccountLastSyncTime() @@ -485,6 +1006,28 @@ public async Task ListStorageAccountSASWithDefaultProperties() Assert.NotNull(accountSasParameters.SharedAccessExpiryTime); } + [Test] + [RecordedTest] + public async Task ListStorageAccountSASWithMissingProperties() + { + //create storage account + string accountName = await CreateValidAccountNameAsync(namePrefix); + _resourceGroup = await CreateResourceGroupAsync(); + StorageAccountCollection storageAccountCollection = _resourceGroup.GetStorageAccounts(); + StorageAccountCreateParameters parameters = GetDefaultStorageAccountParameters(); + StorageAccount account = (await storageAccountCollection.CreateOrUpdateAsync(accountName, parameters)).Value; + + // Test for default values of sas credentials. + AccountSasParameters accountSasParameters = new AccountSasParameters(services: "b", resourceTypes: "sco", permissions: "rl", sharedAccessExpiryTime: Recording.UtcNow.AddHours(1)); + Response result = await account.GetAccountSASAsync(accountSasParameters); + AccountSasParameters resultCredentials = ParseAccountSASToken(result.Value.AccountSasToken); + + Assert.AreEqual(accountSasParameters.Services, resultCredentials.Services); + Assert.AreEqual(accountSasParameters.ResourceTypes, resultCredentials.ResourceTypes); + Assert.AreEqual(accountSasParameters.Permissions, resultCredentials.Permissions); + Assert.NotNull(accountSasParameters.SharedAccessExpiryTime); + } + [Test] [RecordedTest] public async Task ListStorageAccountSAS() @@ -538,6 +1081,34 @@ public async Task ListServiceSASWithDefaultProperties() Assert.NotNull(serviceSasParameters.SharedAccessExpiryTime); } + [Test] + [RecordedTest] + public async Task ListServiceSASWithMissingProperties() + { + //create storage account + string accountName = await CreateValidAccountNameAsync(namePrefix); + _resourceGroup = await CreateResourceGroupAsync(); + StorageAccountCollection storageAccountCollection = _resourceGroup.GetStorageAccounts(); + StorageAccountCreateParameters parameters = GetDefaultStorageAccountParameters(); + StorageAccount account = (await storageAccountCollection.CreateOrUpdateAsync(accountName, parameters)).Value; + + string canonicalizedResourceParameter = "/blob/" + accountName + "/music"; + ServiceSasParameters serviceSasParameters = new ServiceSasParameters(canonicalizedResource: canonicalizedResourceParameter) + { + Resource = "c", + Permissions = "rl" + }; + try + { + //should fail + Response result = await account.GetServiceSASAsync(serviceSasParameters); + } + catch (Exception ex) + { + Assert.IsTrue(ex.Message.StartsWith("Values for request parameters are invalid: signedExpiry.")); + } + } + [Test] [RecordedTest] public async Task ListServiceSAS() @@ -872,5 +1443,173 @@ public async Task ListStorageAccountsInSubscription() await account1.DeleteAsync(); await account2.DeleteAsync(); } + + [Test] + [RecordedTest] + public async Task StorageAccountVnetACL() + { + //create an account with network rule set + string accountName1 = await CreateValidAccountNameAsync(namePrefix); + ResourceGroup resourceGroup1 = await CreateResourceGroupAsync(); + StorageAccountCollection storageAccountCollection = resourceGroup1.GetStorageAccounts(); + StorageAccountCreateParameters parameters = GetDefaultStorageAccountParameters(kind: Kind.StorageV2, sku: new Sku(SkuName.StandardLRS)); + parameters.NetworkRuleSet = new NetworkRuleSet(DefaultAction.Deny) { Bypass = @"Logging,AzureServices" }; + parameters.NetworkRuleSet.IpRules.Add(new IPRule("23.45.67.90")); + StorageAccount account = (await storageAccountCollection.CreateOrUpdateAsync(accountName1, parameters)).Value; + + //validate + account = await account.GetAsync(); + Assert.NotNull(account.Data.NetworkRuleSet); + Assert.AreEqual(@"Logging, AzureServices", account.Data.NetworkRuleSet.Bypass.ToString()); + Assert.AreEqual(DefaultAction.Deny, account.Data.NetworkRuleSet.DefaultAction); + Assert.IsEmpty(account.Data.NetworkRuleSet.VirtualNetworkRules); + Assert.NotNull(account.Data.NetworkRuleSet.IpRules); + Assert.IsNotEmpty(account.Data.NetworkRuleSet.IpRules); + Assert.AreEqual("23.45.67.90", account.Data.NetworkRuleSet.IpRules[0].IPAddressOrRange); + Assert.AreEqual("Allow", account.Data.NetworkRuleSet.IpRules[0].Action); + + //update vnet + StorageAccountUpdateParameters updateParameters = new StorageAccountUpdateParameters + { + NetworkRuleSet = new NetworkRuleSet(DefaultAction.Deny) + { + Bypass = @"Logging, Metrics" + } + }; + updateParameters.NetworkRuleSet.IpRules.Add(new IPRule("23.45.67.91") { Action = "Allow" }); + updateParameters.NetworkRuleSet.IpRules.Add(new IPRule("23.45.67.92")); + updateParameters.NetworkRuleSet.ResourceAccessRules.Add(new ResourceAccessRule("72f988bf-86f1-41af-91ab-2d7cd011db47", "/subscriptions/subID/resourceGroups/RGName/providers/Microsoft.Storage/storageAccounts/testaccount1")); + updateParameters.NetworkRuleSet.ResourceAccessRules.Add(new ResourceAccessRule("72f988bf-86f1-41af-91ab-2d7cd011db47", "/subscriptions/subID/resourceGroups/RGName/providers/Microsoft.Storage/storageAccounts/testaccount2")); + account = await account.UpdateAsync(updateParameters); + + //validate + account = await account.GetAsync(); + Assert.NotNull(account.Data.NetworkRuleSet); + Assert.AreEqual(@"Logging, Metrics", account.Data.NetworkRuleSet.Bypass.ToString()); + Assert.AreEqual(DefaultAction.Deny, account.Data.NetworkRuleSet.DefaultAction); + Assert.IsEmpty(account.Data.NetworkRuleSet.VirtualNetworkRules); + Assert.NotNull(account.Data.NetworkRuleSet.IpRules); + Assert.IsNotEmpty(account.Data.NetworkRuleSet.IpRules); + Assert.AreEqual("23.45.67.91", account.Data.NetworkRuleSet.IpRules[0].IPAddressOrRange); + Assert.AreEqual("Allow", account.Data.NetworkRuleSet.IpRules[0].Action); + Assert.AreEqual("23.45.67.92", account.Data.NetworkRuleSet.IpRules[1].IPAddressOrRange); + Assert.AreEqual("Allow", account.Data.NetworkRuleSet.IpRules[1].Action); + Assert.NotNull(account.Data.NetworkRuleSet.ResourceAccessRules); + Assert.IsNotEmpty(account.Data.NetworkRuleSet.ResourceAccessRules); + Assert.AreEqual("72f988bf-86f1-41af-91ab-2d7cd011db47", account.Data.NetworkRuleSet.ResourceAccessRules[0].TenantId); + Assert.AreEqual("/subscriptions/subID/resourceGroups/RGName/providers/Microsoft.Storage/storageAccounts/testaccount1", account.Data.NetworkRuleSet.ResourceAccessRules[0].ResourceId); + Assert.AreEqual("72f988bf-86f1-41af-91ab-2d7cd011db47", account.Data.NetworkRuleSet.ResourceAccessRules[1].TenantId); + Assert.AreEqual("/subscriptions/subID/resourceGroups/RGName/providers/Microsoft.Storage/storageAccounts/testaccount2", account.Data.NetworkRuleSet.ResourceAccessRules[1].ResourceId); + + //delete vnet + updateParameters = new StorageAccountUpdateParameters + { + NetworkRuleSet = new NetworkRuleSet(DefaultAction.Allow) { } + }; + account = await account.UpdateAsync(updateParameters); + + //validate + account = await account.GetAsync(); + Assert.NotNull(account.Data.NetworkRuleSet); + Assert.AreEqual(@"Logging, Metrics", account.Data.NetworkRuleSet.Bypass.ToString()); + Assert.AreEqual(DefaultAction.Allow, account.Data.NetworkRuleSet.DefaultAction); + } + + [Test] + [RecordedTest] + public async Task StorageAccountSASKeyPolicy() + { + //create an account and validate + string accountName1 = await CreateValidAccountNameAsync(namePrefix); + ResourceGroup resourceGroup1 = await CreateResourceGroupAsync(); + StorageAccountCollection storageAccountCollection = resourceGroup1.GetStorageAccounts(); + StorageAccountCreateParameters parameters = GetDefaultStorageAccountParameters(); + parameters.KeyPolicy = new KeyPolicy(2); + parameters.SasPolicy = new SasPolicy("2.02:03:59", ExpirationAction.Log); + StorageAccount account = (await storageAccountCollection.CreateOrUpdateAsync(accountName1, parameters)).Value; + Assert.AreEqual(2, account.Data.KeyPolicy.KeyExpirationPeriodInDays); + Assert.AreEqual("2.02:03:59", account.Data.SasPolicy.SasExpirationPeriod); + + //update storage account type + var updateParameters = new StorageAccountUpdateParameters() + { + Kind = Kind.StorageV2, + EnableHttpsTrafficOnly = true, + SasPolicy = new SasPolicy("0.02:03:59", ExpirationAction.Log), + KeyPolicy = new KeyPolicy(9) + }; + account = await account.UpdateAsync(updateParameters); + + //validate + Assert.AreEqual(9, account.Data.KeyPolicy.KeyExpirationPeriodInDays); + Assert.AreEqual("0.02:03:59", account.Data.SasPolicy.SasExpirationPeriod); + Assert.NotNull(account.Data.KeyCreationTime.Key1); + Assert.NotNull(account.Data.KeyCreationTime.Key2); + } + + [Test] + [RecordedTest] + public async Task StorageAccountFailOver() + { + //create an account with network rule set + string accountName1 = await CreateValidAccountNameAsync(namePrefix); + ResourceGroup resourceGroup1 = await CreateResourceGroupAsync(); + StorageAccountCollection storageAccountCollection = resourceGroup1.GetStorageAccounts(); + StorageAccountCreateParameters parameters = GetDefaultStorageAccountParameters(kind: Kind.StorageV2, sku: new Sku(SkuName.StandardRagrs)); + StorageAccount account = (await storageAccountCollection.CreateOrUpdateAsync(accountName1, parameters)).Value; + int i = 100; + string location = account.Data.Location; + do + { + account = await account.GetAsync(expand: StorageAccountExpand.GeoReplicationStats); + Assert.AreEqual(SkuName.StandardRagrs, account.Data.Sku.Name); + Assert.Null(account.Data.FailoverInProgress); + location = account.Data.SecondaryLocation; + + //Don't need sleep when playback, or Unit test will be very slow. Need sleep when record. + if (Mode != RecordedTestMode.Playback) + { + await Task.Delay(10000); + } + } while ((account.Data.GeoReplicationStats.CanFailover != true) && (i-- > 0)); + + await account.FailoverAsync(); + + account = await account.GetAsync(); + + Assert.AreEqual(SkuName.StandardLRS, account.Data.Sku.Name); + Assert.AreEqual(location, account.Data.PrimaryLocation); + } + + [Test] + [RecordedTest] + [Ignore("need enviroment")] + public async Task StorageAccountCreateSetGetFileAadIntegration() + { + //create an account + string accountName1 = await CreateValidAccountNameAsync(namePrefix); + ResourceGroup resourceGroup1 = await CreateResourceGroupAsync(); + StorageAccountCollection storageAccountCollection = resourceGroup1.GetStorageAccounts(); + StorageAccountCreateParameters parameters = GetDefaultStorageAccountParameters(kind: Kind.StorageV2); + parameters.AzureFilesIdentityBasedAuthentication = new AzureFilesIdentityBasedAuthentication(DirectoryServiceOptions.Aadds); + StorageAccount account = (await storageAccountCollection.CreateOrUpdateAsync(accountName1, parameters)).Value; + + //validate + account = await account.GetAsync(); + Assert.AreEqual(DirectoryServiceOptions.Aadds, account.Data.AzureFilesIdentityBasedAuthentication.DirectoryServiceOptions); + + //Update storage account + var updateParameters = new StorageAccountUpdateParameters + { + AzureFilesIdentityBasedAuthentication = new AzureFilesIdentityBasedAuthentication(DirectoryServiceOptions.None), + EnableHttpsTrafficOnly = true + }; + account = await account.UpdateAsync(updateParameters); + Assert.AreEqual(DirectoryServiceOptions.None, account.Data.AzureFilesIdentityBasedAuthentication.DirectoryServiceOptions); + + // Validate + account = await account.GetAsync(); + Assert.AreEqual(DirectoryServiceOptions.None, account.Data.AzureFilesIdentityBasedAuthentication.DirectoryServiceOptions); + } } } diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/Tests/TableTests.cs b/sdk/storage/Azure.ResourceManager.Storage/tests/Tests/TableTests.cs index e41b61449b1fd..3cf32db71f6f7 100644 --- a/sdk/storage/Azure.ResourceManager.Storage/tests/Tests/TableTests.cs +++ b/sdk/storage/Azure.ResourceManager.Storage/tests/Tests/TableTests.cs @@ -7,7 +7,7 @@ using Azure.ResourceManager.Storage.Models; using Azure.ResourceManager.Storage.Tests.Helpers; -namespace Azure.ResourceManager.Storage.Tests.Tests +namespace Azure.ResourceManager.Storage.Tests { public class TableTests : StorageTestBase {